8000 symfony-docs/Makefile at component-eventdispatcher-remove-bundle · wouterj/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":".platform","path":".platform","contentType":"directory"},{"name":"_theme","path":"_theme","contentType":"directory"},{"name":"best_practices","path":"best_practices","contentType":"directory"},{"name":"book","path":"book","contentType":"directory"},{"name":"components","path":"components","contentType":"directory"},{"name":"contributing","path":"contributing","contentType":"directory"},{"name":"cookbook","path":"cookbook","contentType":"directory"},{"name":"create_framework","path":"create_framework","contentType":"directory"},{"name":"images","path":"images","contentType":"directory"},{"name":"quick_tour","path":"quick_tour","contentType":"directory"},{"name":"reference","path":"reference","contentType":"directory"},{"name":".editorconfig","path":".editorconfig","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".platform.app.yaml","path":".platform.app.yaml","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"Makefile","path":"Makefile","contentType":"file"},{"name":"README.markdown","path":"README.markdown","contentType":"file"},{"name":"changelog.rst","path":"changelog.rst","contentType":"file"},{"name":"conf.py","path":"conf.py","contentType":"file"},{"name":"glossary.rst","path":"glossary.rst","contentType":"file"},{"name":"index.rst","path":"index.rst","contentType":"file"},{"name":"make.bat","path":"make.bat","contentType":"file"},{"name":"redirection_map","path":"redirection_map","contentType":"file"}],"totalCount":24}},"fileTreeProcessingTime":8.786514,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":4110264,"defaultBranch":"master","name":"symfony-docs","ownerLogin":"wouterj","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2012-04-23T06:36:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/749025?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"component-eventdispatcher-remove-bundle","listCacheKey":"v0:1743161351.0","canEdit":false,"refType":"branch","currentOid":"e148cb42e3b5f715a1fcb71bcdb83cd417b04df0"},"path":"Makefile","currentUser":null,"blob":{"rawLines":["# Makefile for Sphinx documentation","#","","# You can set these variables from the command line.","SPHINXOPTS =","SPHINXBUILD = sphinx-build","PAPER =","BUILDDIR = _build","","# Internal variables.","PAPEROPT_a4 = -D latex_paper_size=a4","PAPEROPT_letter = -D latex_paper_size=letter","ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .","# the i18n builder cannot share the environment and doctrees with the others","I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .","",".PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext","","help:","\t@echo \"Please use \\`make \u003ctarget\u003e' where \u003ctarget\u003e is one of\"","\t@echo \" html to make standalone HTML files\"","\t@echo \" dirhtml to make HTML files named index.html in directories\"","\t@echo \" singlehtml to make a single large HTML file\"","\t@echo \" pickle to make pickle files\"","\t@echo \" json to make JSON files\"","\t@echo \" htmlhelp to make HTML files and a HTML help project\"","\t@echo \" qthelp to make HTML files and a qthelp project\"","\t@echo \" devhelp to make HTML files and a Devhelp project\"","\t@echo \" epub to make an epub\"","\t@echo \" latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter\"","\t@echo \" latexpdf to make LaTeX files and run them through pdflatex\"","\t@echo \" text to make text files\"","\t@echo \" man to make manual pages\"","\t@echo \" texinfo to make Texinfo files\"","\t@echo \" info to make Texinfo files and run them through makeinfo\"","\t@echo \" gettext to make PO message catalogs\"","\t@echo \" changes to make an overview of all changed/added/deprecated items\"","\t@echo \" linkcheck to check all external links for integrity\"","\t@echo \" doctest to run all doctests embedded in the documentation (if enabled)\"","","clean:","\t-rm -rf $(BUILDDIR)/*","","html:","\t$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html","\t@echo","\t@echo \"Build finished. The HTML pages are in $(BUILDDIR)/html.\"","","dirhtml:","\t$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml","\t@echo","\t@echo \"Build finished. The HTML pages are in $(BUILDDIR)/dirhtml.\"","","singlehtml:","\t$(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml","\t@echo","\t@echo \"Build finished. The HTML page is in $(BUILDDIR)/singlehtml.\"","","pickle:","\t$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle","\t@echo","\t@echo \"Build finished; now you can process the pickle files.\"","","json:","\t$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json","\t@echo","\t@echo \"Build finished; now you can process the JSON files.\"","","htmlhelp:","\t$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp","\t@echo","\t@echo \"Build finished; now you can run HTML Help Workshop with the\" \\","\t \".hhp project file in $(BUILDDIR)/htmlhelp.\"","","qthelp:","\t$(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp","\t@echo","\t@echo \"Build finished; now you can run \"qcollectiongenerator\" with the\" \\","\t \".qhcp project file in $(BUILDDIR)/qthelp, like this:\"","\t@echo \"# qcollectiongenerator $(BUILDDIR)/qthelp/Symfony.qhcp\"","\t@echo \"To view the help file:\"","\t@echo \"# assistant -collectionFile $(BUILDDIR)/qthelp/Symfony.qhc\"","","devhelp:","\t$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp","\t@echo","\t@echo \"Build finished.\"","\t@echo \"To view the help file:\"","\t@echo \"# mkdir -p $$HOME/.local/share/devhelp/Symfony\"","\t@echo \"# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Symfony\"","\t@echo \"# devhelp\"","","epub:","\t$(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub","\t@echo","\t@echo \"Build finished. The epub file is in $(BUILDDIR)/epub.\"","","latex:","\t$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex","\t@echo","\t@echo \"Build finished; the LaTeX files are in $(BUILDDIR)/latex.\"","\t@echo \"Run \\`make' in that directory to run these through (pdf)latex\" \\","\t \"(use \\`make latexpdf' here to do that automatically).\"","","latexpdf:","\t$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex","\t@echo \"Running LaTeX files through pdflatex...\"","\t$(MAKE) -C $(BUILDDIR)/latex all-pdf","\t@echo \"pdflatex finished; the PDF files are in $(BUILDDIR)/latex.\"","","text:","\t$(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text","\t@echo","\t@echo \"Build finished. The text files are in $(BUILDDIR)/text.\"","","man:","\t$(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man","\t@echo","\t@echo \"Build finished. The manual pages are in $(BUILDDIR)/man.\"","","texinfo:","\t$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo","\t@echo","\t@echo \"Build finished. The Texinfo files are in $(BUILDDIR)/texinfo.\"","\t@echo \"Run \\`make' in that directory to run these through makeinfo\" \\","\t \"(use \\`make info' here to do that automatically).\"","","info:","\t$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo","\t@echo \"Running Texinfo files through makeinfo...\"","\tmake -C $(BUILDDIR)/texinfo info","\t@echo \"makeinfo finished; the Info files are in $(BUILDDIR)/texinfo.\"","","gettext:","\t$(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale","\t@echo","\t@echo \"Build finished. The message catalogs are in $(BUILDDIR)/locale.\"","","changes:","\t$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes","\t@echo","\t@echo \"The overview file is in $(BUILDDIR)/changes.\"","","linkcheck:","\t$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck","\t@echo","\t@echo \"Link check complete; look for any errors in the above output \" \\","\t \"or in $(BUILDDIR)/linkcheck/output.txt.\"","","doctest:","\t$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest","\t@echo \"Testing of doctests in the sources finished, look at the \" \\","\t \"results in $(BUILDDIR)/doctest/output.txt.\""],"stylingDirectives":[[[0,35,"pl-c"],[0,1,"pl-c"]],[[0,1,"pl-c"],[0,1,"pl-c"]],[],[[0,52,"pl-c"],[0,1,"pl-c"]],[[0,10,"pl-smi"]],[[0,11,"pl-smi"]],[[0,5,"pl-smi"]],[[0,8,"pl-smi"]],[],[[0,21,"pl-c"],[0,1,"pl-c"]],[[0,11,"pl-smi"]],[[0,15,"pl-smi"]],[[0,13,"pl-smi"],[21,32,"pl-s"],[23,31,"pl-smi"],[42,62,"pl-s"],[44,61,"pl-smi"],[53,61,"pl-s"],[55,60,"pl-smi"],[63,76,"pl-s"],[65,75,"pl-smi"]],[[0,76,"pl-c"],[0,1,"pl-c"]],[[0,14,"pl-smi"],[18,38,"pl-s"],[20,37,"pl-smi"],[29,37,"pl-s"],[31,36,"pl-smi"],[39,52,"pl-s"],[41,51,"pl-smi"]],[],[[0,6,"pl-c1"]],[],[[0,4,"pl-en"]],[[7,61,"pl-s"],[7,8,"pl-pds"],[19,21,"pl-cce"],[60,61,"pl-pds"]],[[7,51,"pl-s"],[7,8,"pl-pds"],[50,51,"pl-pds"]],[[7,72,"pl-s"],[7,8,"pl-pds"],[71,72,"pl-pds"]],[[7,54,"pl-s"],[7,8,"pl-pds"],[53,54,"pl-pds"]],[[7,42,"pl-s"],[7,8,"pl-pds"],[41,42,"pl-pds"]],[[7,40,"pl-s"],[7,8,"pl-pds"],[39,40,"pl-pds"]],[[7,64,"pl-s"],[7,8,"pl-pds"],[63,64,"pl-pds"]],[[7,61,"pl-s"],[7,8,"pl-pds"],[60,61,"pl-pds"]],[[7,62,"pl-s"],[7,8,"pl-pds"],[61,62,"pl-pds"]],[[7,37,"pl-s"],[7,8,"pl-pds"],[36,37,"pl-pds"]],[[7,79,"pl-s"],[7,8,"pl-pds"],[78,79,"pl-pds"]],[[7,71,"pl-s"],[7,8,"pl-pds"],[70,71,"pl-pds"]],[[7,40,"pl-s"],[7,8,"pl-pds"],[39,40,"pl-pds"]],[[7,42,"pl-s"],[7,8,"pl-pds"],[41,42,"pl-pds"]],[[7,43,"pl-s"],[7,8,"pl-pds"],[42,43,"pl-pds"]],[[7,73,"pl-s"],[7,8,"pl-pds"],[72,73,"pl-pds"]],[[7,49,"pl-s"],[7,8,"pl-pds"],[48,49,"pl-pds"]],[[7,79,"pl-s"],[7,8,"pl-pds"],[78,79,"pl-pds"]],[[7,63,"pl-s"],[7,8,"pl-pds"],[62,63,"pl-pds"]],[[7,84,"pl-s"],[7,8,"pl-pds"],[83,84,"pl-pds"]],[],[[0,5,"pl-en"]],[[9,20,"pl-s"],[11,19,"pl-smi"],[21,22,"pl-k"]],[],[[0,4,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[24,40,"pl-s"],[26,39,"pl-smi"],[41,52,"pl-s"],[43,51,"pl-smi"]],[],[[7,64,"pl-s"],[7,8,"pl-pds"],[46,57,"pl-s"],[46,48,"pl-pds"],[56,57,"pl-pds"],[63,64,"pl-pds"]],[],[[0,7,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[27,43,"pl-s"],[29,42,"pl-smi"],[44,55,"pl-s"],[46,54,"pl-smi"]],[],[[7,67,"pl-s"],[7,8,"pl-pds"],[46,57,"pl-s"],[46,48,"pl-pds"],[56,57,"pl-pds"],[66,67,"pl-pds"]],[],[[0,10,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[30,46,"pl-s"],[32,45,"pl-smi"],[47,58,"pl-s"],[49,57,"pl-smi"]],[],[[7,68,"pl-s"],[7,8,"pl-pds"],[44,55,"pl-s"],[44,46,"pl-pds"],[54,55,"pl-pds"],[67,68,"pl-pds"]],[],[[0,6,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[26,42,"pl-s"],[28,41,"pl-smi"],[43,54,"pl-s"],[45,53,"pl-smi"]],[],[[7,62,"pl-s"],[7,8,"pl-pds"],[61,62,"pl-pds"]],[],[[0,4,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[24,40,"pl-s"],[26,39,"pl-smi"],[41,52,"pl-s"],[43,51,"pl-smi"]],[],[[7,60,"pl-s"],[7,8,"pl-pds"],[59,60,"pl-pds"]],[],[[0,8,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[28,44,"pl-s"],[30,43,"pl-smi"],[45,56,"pl-s"],[47,55,"pl-smi"]],[],[[7,68,"pl-s"],[7,8,"pl-pds"],[67,68,"pl-pds"],[69,70,"pl-cce"]],[[7,51,"pl-s"],[7,8,"pl-pds"],[29,40,"pl-s"],[29,31,"pl-pds"],[39,40,"pl-pds"],[50,51,"pl-pds"]],[],[[0,6,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[26,42,"pl-s"],[28,41,"pl-smi"],[43,54,"pl-s"],[45,53,"pl-smi"]],[],[[7,41,"pl-s"],[7,8,"pl-pds"],[40,41,"pl-pds"],[61,72,"pl-s"],[61,62,"pl-pds"],[71,72,"pl-pds"],[73,74,"pl-cce"]],[[7,61,"pl-s"],[7,8,"pl-pds"],[30,41,"pl-s"],[30,32,"pl-pds"],[40,41,"pl-pds"],[60,61,"pl-pds"]],[[7,63,"pl-s"],[7,8,"pl-pds"],[31,42,"pl-s"],[31,33,"pl-pds"],[41,42,"pl-pds"],[62,63,"pl-pds"]],[[7,31,"pl-s"],[7,8,"pl-pds"],[30,31,"pl-pds"]],[[7,67,"pl-s"],[7,8,"pl-pds"],[36,47,"pl-s"],[36,38,"pl-pds"],[46,47,"pl-pds"],[66,67,"pl-pds"]],[],[[0,7,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[27,43,"pl-s"],[29,42,"pl-smi"],[44,55,"pl-s"],[46,54,"pl-smi"]],[],[[7,24,"pl-s"],[7,8,"pl-pds"],[23,24,"pl-pds"]],[[7,31,"pl-s"],[7,8,"pl-pds"],[30,31,"pl-pds"]],[[7,55,"pl-s"],[7,8,"pl-pds"],[19,21,"pl-smi"],[54,55,"pl-pds"]],[[7,72,"pl-s"],[7,8,"pl-pds"],[16,27,"pl-s"],[16,18,"pl-pds"],[26,27,"pl-pds"],[36,38,"pl-smi"],[71,72,"pl-pds"]],[[7,18,"pl-s"],[7,8,"pl-pds"],[17,18,"pl-pds"]],[],[[0,4,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[24,40,"pl-s"],[26,39,"pl-smi"],[41,52,"pl-s"],[43,51,"pl-smi"]],[],[[7,62,"pl-s"],[7,8,"pl-pds"],[44,55,"pl-s"],[44,46,"pl-pds"],[54,55,"pl-pds"],[61,62,"pl-pds"]],[],[[0,5,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[25,41,"pl-s"],[27,40,"pl-smi"],[42,53,"pl-s"],[44,52,"pl-smi"]],[],[[7,66,"pl-s"],[7,8,"pl-pds"],[47,58,"pl-s"],[47,49,"pl-pds"],[57,58,"pl-pds"],[65,66,"pl-pds"]],[[7,70,"pl-s"],[7,8,"pl-pds"],[12,14,"pl-cce"],[69,70,"pl-pds"],[71,72,"pl-cce"]],[[7,62,"pl-s"],[7,8,"pl-pds"],[13,15,"pl-cce"],[61,62,"pl-pds"]],[],[[0,8,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[25,41,"pl-s"],[27,40,"pl-smi"],[42,53,"pl-s"],[44,52,"pl-smi"]],[[7,48,"pl-s"],[7,8,"pl-pds"],[47,48,"pl-pds"]],[[1,8,"pl-s"],[3,7,"pl-c1"],[12,23,"pl-s"],[14,22,"pl-smi"]],[[7,67,"pl-s"],[7,8,"pl-pds"],[48,59,"pl-s"],[48,50,"pl-pds"],[58,59,"pl-pds"],[66,67,"pl-pds"]],[],[[0,4,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[24,40,"pl-s"],[26,39,"pl-smi"],[41,52,"pl-s"],[43,51,"pl-smi"]],[],[[7,64,"pl-s"],[7,8,"pl-pds"],[46,57,"pl-s"],[46,48,"pl-pds"],[56,57,"pl-pds"],[63,64,"pl-pds"]],[],[[0,3,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[23,39,"pl-s"],[25,38,"pl-smi"],[40,51,"pl-s"],[42,50,"pl-smi"]],[],[[7,65,"pl-s"],[7,8,"pl-pds"],[48,59,"pl-s"],[48,50,"pl-pds"],[58,59,"pl-pds"],[64,65,"pl-pds"]],[],[[0,7,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[27,43,"pl-s"],[29,42,"pl-smi"],[44,55,"pl-s"],[46,54,"pl-smi"]],[],[[7,70,"pl-s"],[7,8,"pl-pds"],[49,60,"pl-s"],[49,51,"pl-pds"],[59,60,"pl-pds"],[69,70,"pl-pds"]],[[7,68,"pl-s"],[7,8,"pl-pds"],[12,14,"pl-cce"],[67,68,"pl-pds"],[69,70,"pl-cce"]],[[7,58,"pl-s"],[7,8,"pl-pds"],[13,15,"pl-cce"],[57,58,"pl-pds"]],[],[[0,4,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[27,43,"pl-s"],[29,42,"pl-smi"],[44,55,"pl-s"],[46,54,"pl-smi"]],[[7,50,"pl-s"],[7,8,"pl-pds"],[49,50,"pl-pds"]],[[9,20,"pl-s"],[11,19,"pl-smi"]],[[7,70,"pl-s"],[7,8,"pl-pds"],[49,60,"pl-s"],[49,51,"pl-pds"],[59,60,"pl-pds"],[69,70,"pl-pds"]],[],[[0,7,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[27,44,"pl-s"],[29,43,"pl-smi"],[45,56,"pl-s"],[47,55,"pl-smi"]],[],[[7,72,"pl-s"],[7,8,"pl-pds"],[52,63,"pl-s"],[52,54,"pl-pds"],[62,63,"pl-pds"],[71,72,"pl-pds"]],[],[[0,7,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[27,43,"pl-s"],[29,42,"pl-smi"],[44,55,"pl-s"],[46,54,"pl-smi"]],[],[[7,53,"pl-s"],[7,8,"pl-pds"],[32,43,"pl-s"],[32,34,"pl-pds"],[42,43,"pl-pds"],[52,53,"pl-pds"]],[],[[0,9,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[29,45,"pl-s"],[31,44,"pl-smi"],[46,57,"pl-s"],[48,56,"pl-smi"]],[],[[7,70,"pl-s"],[7,8,"pl-pds"],[69,70,"pl-pds"],[71,72,"pl-cce"]],[[7,48,"pl-s"],[7,8,"pl-pds"],[14,25,"pl-s"],[14,16,"pl-pds"],[24,25,"pl-pds"],[47,48,"pl-pds"]],[],[[0,7,"pl-en"]],[[1,15,"pl-s"],[3,14,"pl-smi"],[27,43,"pl-s"],[29,42,"pl-smi"],[44,55,"pl-s"],[46,54,"pl-smi"]],[[7,66,"pl-s"],[7,8,"pl-pds"],[65,66,"pl-pds"],[67,68,"pl-cce"]],[[7,51,"pl-s"],[7,8,"pl-pds"],[19,30,"pl-s"],[19,21,"pl-pds"],[29,30,"pl-pds"],[50,51,"pl-pds"]]],"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/wouterj/symfony-docs/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"Makefile","displayUrl":"https://github.com/wouterj/symfony-docs/blob/component-eventdispatcher-remove-bundle/Makefile?raw=true","headerInfo":{"blobSize":"5.44 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"a37807a","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fwouterj%2Fsymfony-docs%2Fblob%2Fcomponent-eventdispatcher-remove-bundle%2FMakefile","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"153","truncatedSloc":"129"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Makefile","languageID":220,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/wouterj/symfony-docs/blob/component-eventdispatcher-remove-bundle/Makefile","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/wouterj/symfony-docs/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/wouterj/symfony-docs/raw/refs/heads/component-eventdispatcher-remove-bundle/Makefile","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":null},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/wouterj/symfony-docs/branches":{"post":"Z5KuHNbO40K-Luitk8Dtaj2KHhyESveEIHYCosMt2EjgE8eOdTs-Df-A_FMxGcmxN5U8lOqZPt6K7_PpcKo5WQ"},"/repos/preferences":{"post":"Y59uWr_lOn4vwvTLmsTuo2XBSKowQrAFz_jcGq_O_sQBoQ6MHtPt6KYuvo3IvNEA4B5O0d-yugV1xlYi6cmfOw"}}},"title":"symfony-docs/Makefile at component-eventdispatcher-remove-bundle · wouterj/symfony-docs","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0