├── VERSION
├── config
├── secrets
│ └── prod
│ │ └── .gitkeep
├── packages
│ ├── prod
│ │ ├── framework.yaml
│ │ └── monolog.yaml
│ ├── dev
│ │ ├── routing.yaml
│ │ └── monolog.yaml
│ ├── test
│ │ ├── framework.yaml
│ │ └── monolog.yaml
│ └── framework.yaml
├── bundles.php
└── routes.yaml
├── data
├── templates
│ ├── .placeholder
│ ├── checkstyle
│ │ ├── README
│ │ └── template.xml
│ ├── clean
│ │ ├── file.source.txt.twig
│ │ ├── images
│ │ │ ├── favicon.ico
│ │ │ ├── iviewer
│ │ │ │ ├── grab.cur
│ │ │ │ ├── hand.cur
│ │ │ │ ├── iviewer.zoom_in.png
│ │ │ │ ├── iviewer.zoom_fit.png
│ │ │ │ ├── iviewer.zoom_out.png
│ │ │ │ ├── iviewer.zoom_zero.png
│ │ │ │ ├── iviewer.rotate_left.png
│ │ │ │ └── iviewer.rotate_right.png
│ │ │ ├── apple-touch-icon.png
│ │ │ ├── hierarchy-item.png
│ │ │ ├── icon-class-13x13.png
│ │ │ ├── icon-trait-13x13.png
│ │ │ ├── icon-interface-13x13.png
│ │ │ ├── apple-touch-icon-72x72.png
│ │ │ └── apple-touch-icon-114x114.png
│ │ ├── font
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ └── fontawesome-webfont.woff
│ │ ├── htaccess.dist
│ │ └── css
│ │ │ └── phpdocumentor-clean-icons
│ │ │ ├── fonts
│ │ │ ├── phpdocumentor-clean-icons.eot
│ │ │ ├── phpdocumentor-clean-icons.ttf
│ │ │ └── phpdocumentor-clean-icons.woff
│ │ │ ├── Read Me.txt
│ │ │ └── lte-ie7.js
│ ├── default
│ │ ├── base.html.twig
│ │ ├── js
│ │ │ ├── template.js.twig
│ │ │ └── searchIndex.js.twig
│ │ ├── components
│ │ │ ├── summary.css.twig
│ │ │ ├── file-title.html.twig
│ │ │ ├── description.css.twig
│ │ │ ├── summary.html.twig
│ │ │ ├── namespace-title.html.twig
│ │ │ ├── back-to-top.html.twig
│ │ │ ├── header-title.html.twig
│ │ │ ├── tag-list.css.twig
│ │ │ ├── description.html.twig
│ │ │ ├── class-graph.css.twig
│ │ │ ├── element-header.html.twig
│ │ │ ├── breadcrumbs.html.twig
│ │ │ ├── content.css.twig
│ │ │ ├── back-to-top.css.twig
│ │ │ ├── trait-title.html.twig
│ │ │ ├── method-response.html.twig
│ │ │ ├── enum-cases.html.twig
│ │ │ ├── functions.html.twig
│ │ │ ├── header.html.twig
│ │ │ ├── methods.html.twig
│ │ │ ├── on-this-page.js.twig
│ │ │ ├── signature.css.twig
│ │ │ ├── constants.html.twig
│ │ │ ├── properties.html.twig
│ │ │ ├── breadcrumbs.css.twig
│ │ │ ├── element-found-in.html.twig
│ │ │ ├── constant-signature.html.twig
│ │ │ ├── search-results.html.twig
│ │ │ ├── search.html.twig
│ │ │ ├── property-signature.html.twig
│ │ │ ├── menu.html.twig
│ │ │ ├── enum-case.html.twig
│ │ │ ├── table-of-contents-entry.html.twig
│ │ │ ├── admonition.css.twig
│ │ │ ├── interface-title.html.twig
│ │ │ ├── constant.html.twig
│ │ │ └── topnav.html.twig
│ │ ├── objects
│ │ │ ├── paragraph.css.twig
│ │ │ ├── links.css.twig
│ │ │ ├── line.css.twig
│ │ │ ├── images.css.twig
│ │ │ ├── blockquote.css.twig
│ │ │ ├── labels.css.twig
│ │ │ ├── section.css.twig
│ │ │ ├── tables.css.twig
│ │ │ └── code.css.twig
│ │ ├── css
│ │ │ ├── custom.css.twig
│ │ │ ├── utilities.css.twig
│ │ │ ├── template.css.twig
│ │ │ └── macros
│ │ │ │ └── colours.macro.twig
│ │ ├── icons
│ │ │ ├── method.svg.twig
│ │ │ ├── constant.svg.twig
│ │ │ ├── private.svg.twig
│ │ │ ├── protected.svg.twig
│ │ │ └── source.svg.twig
│ │ ├── guides
│ │ │ └── document.html.twig
│ │ ├── graphs
│ │ │ └── class.html.twig
│ │ ├── index.html.twig
│ │ └── indices
│ │ │ └── files.html.twig
│ ├── responsive-twig
│ │ ├── img
│ │ │ ├── loader.gif
│ │ │ ├── favicon.ico
│ │ │ ├── icons
│ │ │ │ ├── ok.png
│ │ │ │ ├── class.png
│ │ │ │ ├── file.gif
│ │ │ │ ├── constant.png
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── file-php.png
│ │ │ │ ├── folder.gif
│ │ │ │ ├── function.png
│ │ │ │ ├── method.png
│ │ │ │ ├── property.png
│ │ │ │ ├── search.gif
│ │ │ │ ├── variable.png
│ │ │ │ ├── arrow_down.png
│ │ │ │ ├── interface.png
│ │ │ │ ├── arrow_right.png
│ │ │ │ ├── icon-th-big.png
│ │ │ │ ├── view_source.png
│ │ │ │ ├── visibility_private.png
│ │ │ │ ├── visibility_public.png
│ │ │ │ ├── icon-folder-open-big.png
│ │ │ │ └── visibility_protected.png
│ │ │ ├── iviewer
│ │ │ │ ├── grab.cur
│ │ │ │ ├── hand.cur
│ │ │ │ ├── iviewer.zoom_fit.png
│ │ │ │ ├── iviewer.zoom_in.png
│ │ │ │ ├── iviewer.zoom_in2.gif
│ │ │ │ ├── iviewer.zoom_out.png
│ │ │ │ ├── iviewer.zoom_fit2.gif
│ │ │ │ ├── iviewer.zoom_out2.gif
│ │ │ │ ├── iviewer.zoom_zero.png
│ │ │ │ ├── iviewer.zoom_zero2.gif
│ │ │ │ ├── iviewer.rotate_left.png
│ │ │ │ └── iviewer.rotate_right.png
│ │ │ ├── apple-touch-icon.png
│ │ │ ├── glyphicons-halflings.png
│ │ │ ├── apple-touch-icon-114x114.png
│ │ │ ├── apple-touch-icon-72x72.png
│ │ │ └── glyphicons-halflings-white.png
│ │ ├── base
│ │ │ └── sidebar.html.twig
│ │ ├── js
│ │ │ ├── prettify
│ │ │ │ ├── lang-go.js
│ │ │ │ ├── lang-tex.js
│ │ │ │ ├── lang-proto.js
│ │ │ │ ├── lang-yaml.js
│ │ │ │ ├── lang-wiki.js
│ │ │ │ ├── lang-lua.js
│ │ │ │ ├── lang-hs.js
│ │ │ │ ├── lang-lisp.js
│ │ │ │ └── lang-css.js
│ │ │ ├── jqplot
│ │ │ │ └── plugins
│ │ │ │ │ └── jqplot.ciParser.min.js
│ │ │ └── menu.js
│ │ ├── css
│ │ │ └── prettify.css
│ │ └── graphs
│ │ │ └── class.html.twig
│ └── xml
│ │ ├── argument.xml.twig
│ │ ├── template.xml
│ │ ├── constant.xml.twig
│ │ ├── namespace_tree.xml.twig
│ │ ├── property.xml.twig
│ │ └── method.xml.twig
├── examples
│ └── MariosPizzeria
│ │ ├── tests
│ │ └── PizzeriaTest.php
│ │ ├── src
│ │ ├── Pizza
│ │ │ ├── Sauce.php
│ │ │ ├── Toppings
│ │ │ │ └── Pepperoni.php
│ │ │ ├── Base.php
│ │ │ └── Topping.php
│ │ ├── constants.php
│ │ ├── Oven.php
│ │ ├── functions.php
│ │ ├── Delivery.php
│ │ ├── SharedTrait.php
│ │ └── Product.php
│ │ └── phpdoc.xml
└── asset-builder
│ ├── package-lock.json
│ └── package.json
├── bin
├── php-parse
├── yaml-lint
├── phpcbf
├── phpcs
├── phpdoc.bat
├── phpdoc.php
├── githubaction
└── utils
│ └── mem.sh
├── incubator
├── guides
│ ├── resources
│ │ └── template
│ │ │ ├── guides
│ │ │ ├── meta.tex.twig
│ │ │ ├── nbsp.tex.twig
│ │ │ ├── br.html.twig
│ │ │ ├── nbsp.html.twig
│ │ │ ├── br.tex.twig
│ │ │ ├── separator.html.twig
│ │ │ ├── separator.tex.twig
│ │ │ ├── section-end.html.twig
│ │ │ ├── list-item.tex.twig
│ │ │ ├── anchor.html.twig
│ │ │ ├── emphasis.html.twig
│ │ │ ├── literal.tex.twig
│ │ │ ├── title.html.twig
│ │ │ ├── literal.html.twig
│ │ │ ├── anchor.tex.twig
│ │ │ ├── emphasis.tex.twig
│ │ │ ├── strong-emphasis.html.twig
│ │ │ ├── directives
│ │ │ │ ├── literal-block.html.twig
│ │ │ │ ├── topic.html.twig
│ │ │ │ ├── container.html.twig
│ │ │ │ └── sidebar.html.twig
│ │ │ ├── image.tex.twig
│ │ │ ├── strong-emphasis.tex.twig
│ │ │ ├── favicon.html.twig
│ │ │ ├── javascript.html.twig
│ │ │ ├── meta.html.twig
│ │ │ ├── section-begin.html.twig
│ │ │ ├── title.tex.twig
│ │ │ ├── list-item.html.twig
│ │ │ ├── quote.tex.twig
│ │ │ ├── stylesheet-link.html.twig
│ │ │ ├── header-title.html.twig
│ │ │ ├── toc.tex.twig
│ │ │ ├── code.tex.twig
│ │ │ ├── link.html.twig
│ │ │ ├── quote.html.twig
│ │ │ ├── toc.html.twig
│ │ │ ├── link.tex.twig
│ │ │ ├── paragraph.tex.twig
│ │ │ ├── toc-level.html.twig
│ │ │ ├── paragraph.html.twig
│ │ │ ├── list.tex.twig
│ │ │ ├── toc-item.html.twig
│ │ │ ├── document.html.twig
│ │ │ ├── code.html.twig
│ │ │ ├── list.html.twig
│ │ │ ├── uml.html.twig
│ │ │ ├── image.html.twig
│ │ │ ├── document.tex.twig
│ │ │ └── figure.html.twig
│ │ │ └── layout.html.twig
│ ├── src
│ │ ├── Nodes
│ │ │ ├── LiteralBlockNode.php
│ │ │ ├── Metadata
│ │ │ │ ├── DocumentTitleNode.php
│ │ │ │ ├── MetadataNode.php
│ │ │ │ └── MetaNode.php
│ │ │ ├── MainNode.php
│ │ │ ├── RawNode.php
│ │ │ ├── ImageNode.php
│ │ │ ├── QuoteNode.php
│ │ │ ├── AnchorNode.php
│ │ │ ├── ParagraphNode.php
│ │ │ ├── UmlNode.php
│ │ │ ├── BlockNode.php
│ │ │ ├── Links
│ │ │ │ ├── InvalidLink.php
│ │ │ │ └── Link.php
│ │ │ ├── SeparatorNode.php
│ │ │ ├── SectionEndNode.php
│ │ │ ├── SectionBeginNode.php
│ │ │ ├── TemplatedNode.php
│ │ │ ├── DefinitionLists
│ │ │ │ └── DefinitionList.php
│ │ │ ├── DefinitionListNode.php
│ │ │ └── SpanNode.php
│ │ ├── Twig
│ │ │ ├── Templates.php
│ │ │ └── EnvironmentBuilder.php
│ │ ├── Configuration.php
│ │ ├── Formats
│ │ │ └── OutputFormat.php
│ │ ├── Span
│ │ │ └── LiteralToken.php
│ │ ├── NodeRenderers
│ │ │ ├── NodeRendererFactory.php
│ │ │ ├── NodeRendererFactoryAware.php
│ │ │ ├── FullDocumentNodeRenderer.php
│ │ │ ├── NodeRenderer.php
│ │ │ └── LazyNodeRendererFactory.php
│ │ ├── References
│ │ │ └── Resolver
│ │ │ │ └── Resolver.php
│ │ ├── Event
│ │ │ └── PostParseDocument.php
│ │ ├── MarkupLanguageParser.php
│ │ └── Handlers
│ │ │ ├── RenderDocumentHandler.php
│ │ │ └── RenderDocumentCommand.php
│ ├── EXPERIMENTAL.md
│ ├── tests
│ │ └── unit
│ │ │ ├── NodeRenderers
│ │ │ └── Html
│ │ │ │ └── TocNodeRenderer.php
│ │ │ ├── InvalidLinkTest.php
│ │ │ └── Nodes
│ │ │ ├── RawNodeTest.php
│ │ │ ├── MainNodeTest.php
│ │ │ ├── AnchorNodeTest.php
│ │ │ ├── QuoteNodeTest.php
│ │ │ ├── Metadata
│ │ │ └── MetaNodeTest.php
│ │ │ ├── ParagraphNodeTest.php
│ │ │ └── FigureNodeTest.php
│ └── docs
│ │ └── references.rst
├── guides-restructured-text
│ ├── src
│ │ └── RestructuredText
│ │ │ ├── Exception
│ │ │ └── InvalidTableStructure.php
│ │ │ ├── Directives
│ │ │ ├── Code.php
│ │ │ ├── RoleDirective.php
│ │ │ ├── IndexDirective.php
│ │ │ ├── TipDirective.php
│ │ │ ├── HintDirective.php
│ │ │ ├── NoteDirective.php
│ │ │ ├── CautionDirective.php
│ │ │ ├── SeeAlsoDirective.php
│ │ │ ├── WarningDirective.php
│ │ │ ├── AdmonitionDirective.php
│ │ │ ├── ImportantDirective.php
│ │ │ ├── BestPracticeDirective.php
│ │ │ ├── Wrap.php
│ │ │ └── LaTeXMain.php
│ │ │ ├── Nodes
│ │ │ ├── ContainerNode.php
│ │ │ ├── TopicNode.php
│ │ │ └── SidebarNode.php
│ │ │ ├── OutputFormat.php
│ │ │ └── Parser
│ │ │ ├── DirectiveOption.php
│ │ │ └── LineChecker.php
│ ├── tests
│ │ └── unit
│ │ │ └── RestructuredText
│ │ │ └── Twig
│ │ │ └── AssetsExtensionTest.php
│ └── composer.json
├── guides-markdown
│ ├── src
│ │ └── Markdown
│ │ │ ├── Parsers
│ │ │ ├── AbstractBlock.php
│ │ │ └── ThematicBreak.php
│ │ │ └── ParserInterface.php
│ └── composer.json
└── json-path
│ ├── src
│ ├── AST
│ │ ├── Wildcard.php
│ │ ├── PathNode.php
│ │ ├── Expression.php
│ │ ├── CurrentNode.php
│ │ ├── RootNode.php
│ │ ├── FieldName.php
│ │ ├── QueryNode.php
│ │ ├── FieldAccess.php
│ │ └── Value.php
│ └── Query.php
│ └── tests
│ └── unit
│ └── Fixtures
│ ├── Commic.php
│ ├── Book.php
│ └── Store.php
├── tools
├── behat
└── box.phar
├── docker-compose.yml
├── cypress
└── integration
│ ├── default
│ └── helpers
│ │ ├── pages.lib.js
│ │ ├── search.lib.js
│ │ ├── elements.lib.js
│ │ ├── tableOfContents.lib.js
│ │ ├── sidebar.lib.js
│ │ └── onThisPage.lib.js
│ └── clean
│ └── frontpage.spec.js
├── src
└── phpDocumentor
│ ├── Descriptor
│ ├── Filter
│ │ ├── FilterInterface.php
│ │ ├── StripIgnoredTags.php
│ │ ├── FilterPayload.php
│ │ └── Filterable.php
│ ├── Interfaces
│ │ ├── EnumCaseInterface.php
│ │ ├── TypeInterface.php
│ │ ├── InheritsFromElement.php
│ │ ├── PackageInterface.php
│ │ ├── TracksErrors.php
│ │ ├── VisibilityInterface.php
│ │ └── NamespaceInterface.php
│ ├── ValueObjects
│ │ └── Equals.php
│ ├── Tag
│ │ ├── VarDescriptor.php
│ │ ├── ReturnDescriptor.php
│ │ ├── ParamDescriptor.php
│ │ ├── PropertyDescriptor.php
│ │ ├── AuthorDescriptor.php
│ │ ├── ThrowsDescriptor.php
│ │ └── BaseTypes
│ │ │ └── TypedAbstract.php
│ ├── Exception
│ │ └── MissingDependencyException.php
│ ├── PackageDescriptor.php
│ ├── Traits
│ │ ├── HasVisibility.php
│ │ ├── CanHaveADefaultValue.php
│ │ ├── CanBeFinal.php
│ │ ├── CanBeAbstract.php
│ │ └── HasName.php
│ ├── Query
│ │ └── Engine.php
│ ├── ProjectDescriptor
│ │ └── WithCustomSettings.php
│ └── Builder
│ │ ├── AssemblerReducer.php
│ │ └── Reflector
│ │ └── Tags
│ │ ├── GenericTagAssembler.php
│ │ └── BaseTagAssembler.php
│ ├── Configuration
│ ├── Definition
│ │ └── Normalizable.php
│ ├── Exception
│ │ ├── InvalidConfigPathException.php
│ │ └── UpgradeFailedException.php
│ └── MiddlewareInterface.php
│ ├── Transformer
│ ├── Exception.php
│ ├── Writer
│ │ ├── Twig
│ │ │ ├── ExtensionInterface.php
│ │ │ └── CommonMarkFactory.php
│ │ ├── Graph
│ │ │ └── Generator.php
│ │ ├── Exception
│ │ │ └── RequirementMissing.php
│ │ └── Initializable.php
│ ├── Template
│ │ └── TemplateNotFound.php
│ └── Event
│ │ └── PostTransformationEvent.php
│ ├── Parser
│ ├── Exception
│ │ └── FilesNotFoundException.php
│ ├── FileSystemFactory.php
│ └── FileCollector.php
│ └── Pipeline
│ ├── Stage
│ └── Parser
│ │ └── TransformToParserPayload.php
│ └── PipelineFactory.php
├── .github
├── ISSUE_TEMPLATE
│ ├── Feature_request.md
│ └── Template_report.md
├── workflows
│ ├── docker.yml
│ ├── issues.yml
│ └── broken-link-check.yml
└── dependabot.yml
├── .dockerignore
├── cypress.config.js
├── phive.xml
├── action.yml
├── .env
├── .env.dist
├── composer-require-config.json
└── .phpdoc
└── template
└── base.html.twig
/VERSION:
--------------------------------------------------------------------------------
1 | 3.2.1
2 |
--------------------------------------------------------------------------------
/config/secrets/prod/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/data/templates/.placeholder:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/data/templates/checkstyle/README:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/bin/php-parse:
--------------------------------------------------------------------------------
1 | ../vendor/nikic/php-parser/bin/php-parse
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/meta.tex.twig:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/bin/yaml-lint:
--------------------------------------------------------------------------------
1 | ../vendor/symfony/yaml/Resources/bin/yaml-lint
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/nbsp.tex.twig:
--------------------------------------------------------------------------------
1 | ~
2 |
--------------------------------------------------------------------------------
/data/templates/clean/file.source.txt.twig:
--------------------------------------------------------------------------------
1 | {{ node.source|raw }}
2 |
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/br.html.twig:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/nbsp.html.twig:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/br.tex.twig:
--------------------------------------------------------------------------------
1 | \\\\\\\\\n
2 |
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/separator.html.twig:
--------------------------------------------------------------------------------
1 |
{{ node.value }}
2 |
--------------------------------------------------------------------------------
/config/packages/dev/routing.yaml:
--------------------------------------------------------------------------------
1 | framework:
2 | router:
3 | strict_requirements: true
4 |
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/anchor.tex.twig:
--------------------------------------------------------------------------------
1 | \label{{ '{' }}{{ node.value }}{{ '}' }}
2 |
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/emphasis.tex.twig:
--------------------------------------------------------------------------------
1 | \textit{{ '{' }}{{ text|raw }}{{ '}' }}
2 |
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/strong-emphasis.html.twig:
--------------------------------------------------------------------------------
1 | {{ text|raw }}
2 |
--------------------------------------------------------------------------------
/data/templates/default/components/summary.css.twig:
--------------------------------------------------------------------------------
1 | .phpdocumentor-summary {
2 | font-style: italic;
3 | }
4 |
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/directives/literal-block.html.twig:
--------------------------------------------------------------------------------
1 | {{ node.value|raw }}
2 |
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/image.tex.twig:
--------------------------------------------------------------------------------
1 | \includegraphics{{ '{' }}{{ node.url }}{{ '}' }}
2 |
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/strong-emphasis.tex.twig:
--------------------------------------------------------------------------------
1 | \textbf{{ '{' }}{{ text|raw }}{{ '}' }}
2 |
--------------------------------------------------------------------------------
/data/templates/default/components/file-title.html.twig:
--------------------------------------------------------------------------------
1 | {{ node.summary }}
3 | {% endif %} 4 | -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/icons/class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/icons/class.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/icons/file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/icons/file.gif -------------------------------------------------------------------------------- /data/examples/MariosPizzeria/tests/PizzeriaTest.php: -------------------------------------------------------------------------------- 1 | {{ node.name == '\\' ? 'API Documentation' : node.name }} 2 | -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/apple-touch-icon.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/icons/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/icons/arrow_down.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/icons/interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/icons/interface.png -------------------------------------------------------------------------------- /data/templates/clean/images/apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/clean/images/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /data/templates/clean/images/iviewer/iviewer.zoom_fit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/clean/images/iviewer/iviewer.zoom_fit.png -------------------------------------------------------------------------------- /data/templates/clean/images/iviewer/iviewer.zoom_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/clean/images/iviewer/iviewer.zoom_out.png -------------------------------------------------------------------------------- /data/templates/clean/images/iviewer/iviewer.zoom_zero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/clean/images/iviewer/iviewer.zoom_zero.png -------------------------------------------------------------------------------- /data/templates/default/components/back-to-top.html.twig: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /data/templates/default/css/custom.css.twig: -------------------------------------------------------------------------------- 1 | {# this file is meant as a catch-all location for consumers to provide overrides without having to override specific parts #} 2 | -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/icons/arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/icons/arrow_right.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/icons/icon-th-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/icons/icon-th-big.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/icons/view_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/icons/view_source.png -------------------------------------------------------------------------------- /incubator/guides/resources/template/guides/toc.tex.twig: -------------------------------------------------------------------------------- 1 | \tableofcontents 2 | {% for tocItem in tocItems %} 3 | \input{{ '{' }}{{ tocItem.url }}{{ '}' }} 4 | {% endfor %} 5 | -------------------------------------------------------------------------------- /data/templates/clean/images/iviewer/iviewer.rotate_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/clean/images/iviewer/iviewer.rotate_left.png -------------------------------------------------------------------------------- /data/templates/clean/images/iviewer/iviewer.rotate_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/clean/images/iviewer/iviewer.rotate_right.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /incubator/guides/resources/template/guides/code.tex.twig: -------------------------------------------------------------------------------- 1 | \lstset{language={{ node.language }}{{ '}'}} 2 | \begin{lstlisting} 3 | {{ node.value|raw }} 4 | \end{lstlisting} 5 | -------------------------------------------------------------------------------- /incubator/guides/resources/template/guides/link.html.twig: -------------------------------------------------------------------------------- 1 | {{ title|raw }} 2 | -------------------------------------------------------------------------------- /data/examples/MariosPizzeria/src/Pizza/Sauce.php: -------------------------------------------------------------------------------- 1 | {{ project.name }} 2 | -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/apple-touch-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/apple-touch-icon-72x72.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/icons/visibility_private.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/icons/visibility_private.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/icons/visibility_public.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/icons/visibility_public.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/iviewer/iviewer.zoom_fit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/iviewer/iviewer.zoom_fit.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/iviewer/iviewer.zoom_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/iviewer/iviewer.zoom_in.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/iviewer/iviewer.zoom_in2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/iviewer/iviewer.zoom_in2.gif -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/iviewer/iviewer.zoom_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/iviewer/iviewer.zoom_out.png -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3' 2 | services: 3 | phpdoc: 4 | build: . 5 | user: ${CURRENT_UID} 6 | volumes: [".:/opt/phpdoc"] 7 | working_dir: "/opt/phpdoc" 8 | -------------------------------------------------------------------------------- /incubator/guides/resources/template/guides/directives/topic.html.twig: -------------------------------------------------------------------------------- 1 |{{ name }}
3 | {{ renderNode(node) }} 4 |{{ renderNode(node.value) }}2 | -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/icons/icon-folder-open-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/icons/icon-folder-open-big.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/icons/visibility_protected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/icons/visibility_protected.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/iviewer/iviewer.zoom_fit2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/iviewer/iviewer.zoom_fit2.gif -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/iviewer/iviewer.zoom_out2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/iviewer/iviewer.zoom_out2.gif -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/iviewer/iviewer.zoom_zero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/iviewer/iviewer.zoom_zero.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/iviewer/iviewer.zoom_zero2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/iviewer/iviewer.zoom_zero2.gif -------------------------------------------------------------------------------- /config/packages/test/framework.yaml: -------------------------------------------------------------------------------- 1 | framework: 2 | test: ~ 3 | # Uncomment this section if you're using sessions 4 | #session: 5 | # storage_id: session.storage.mock_file 6 | -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/iviewer/iviewer.rotate_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/iviewer/iviewer.rotate_left.png -------------------------------------------------------------------------------- /data/templates/responsive-twig/img/iviewer/iviewer.rotate_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvriel/phpDocumentor2/HEAD/data/templates/responsive-twig/img/iviewer/iviewer.rotate_right.png -------------------------------------------------------------------------------- /incubator/guides/resources/template/guides/toc.html.twig: -------------------------------------------------------------------------------- 1 | {% spaceless %} 2 |
{{ text|raw }}
6 | {% endif %} 7 | {% endapply %} 8 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 🚀 3 | about: I have a suggestion (and may want to implement it 🙂)! 4 | --- 5 | 6 | # Feature request 7 | 8 | 9 | -------------------------------------------------------------------------------- /data/templates/default/icons/constant.svg.twig: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /incubator/guides-restructured-text/src/RestructuredText/Exception/InvalidTableStructure.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {% block head %} 5 | {% endblock %} 6 | 7 | 8 | {% block body %} 9 | {% endblock %} 10 | 11 | {% block content %} 12 | {% endblock %} 13 | 14 | 15 | -------------------------------------------------------------------------------- /incubator/guides-restructured-text/tests/unit/RestructuredText/Twig/AssetsExtensionTest.php: -------------------------------------------------------------------------------- 1 |{{ node.value }}
6 | {% endif %}
7 |
--------------------------------------------------------------------------------
/incubator/guides/resources/template/guides/list.html.twig:
--------------------------------------------------------------------------------
1 | {% set keyword = 'ul' %}
2 |
3 | {% if node.isOrdered %}
4 | {% set keyword = 'ol' %}
5 | {% endif %}
6 |
7 | <{{ keyword }}{% if node.classes %} class="{{ node.classesString }}"{% endif %}>
8 | {% for item in node.items %}
9 |