Home
last modified time | relevance | path

Searched refs:parse (Results 326 – 350 of 952) sorted by relevance

1...<<11121314151617181920>>...39

/plugin/commonmark/
H A DREADME.md13 If you want to parse all DW pages as Commonmark without specific doctype, you can enable `force_commonmark` option on config. But this action may conflit with existing document of DW markup, so please use it carefully.
18 - If you have enabled htmlok plugin, adding `html` as [info string](https://spec.commonmark.org/0.28/#info-string) in [Fenced code blocks](https://spec.commonmark.org/0.30/#fenced-code-blocks) will parse HTML code inside the block to DW's [\<HTML\>](https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php) block; In case of `nowiki`, `<nowiki>` syntax will be parsed; if `dokuwiki`, raw DW code will be passed. For example:
/plugin/data/
H A Dhelper.php486 msg('Failed to parse comparison "' . hsc($com) . '"', -1);
530 msg('Failed to parse filter "' . hsc($filterline) . '"', -1);
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md65 expression, i.e. lex, parse and produce an AST. Second, generate strings based
71 library](https://central.hoa-project.net/Resource/Library/Compiler) to lex, parse
81 // 3. Lex, parse and produce the AST.
82 $ast = $compiler->parse('ab(c|d){2,4}e?');
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DWithTokenParser.php26 public function parse(Token $token) function in Twig\\TokenParser\\WithTokenParser
H A DSandboxTokenParser.php33 public function parse(Token $token) function in Twig\\TokenParser\\SandboxTokenParser
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DNewlineParser.php
H A DAutolinkParser.php
H A DEscapableParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesBlockParser.php
H A DAttributesInlineParser.php31 public function parse(InlineParserContext $inlineContext): bool
33 public function parse(InlineParserContext $inlineContext): bool global() function in League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesInlineParser
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsPlaceholderParser.php26 public function parse(ContextInterface $context, Cursor $cursor): bool global() function in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderParser
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DHeader.php17 public static function parse($header) function in GuzzleHttp\\Psr7\\Header
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLastModifiedTest.php50 $result = $this->parse($input, $elementMap);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.size.inc.php14 function parse($value) { function in CSSSize
H A Dcss.width.inc.php44 function parse($value) { function in CSSWidth
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DATXHeadingParser.php
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfName.php29 public static function parse(Tokenizer $tokenizer, StreamReader $streamReader) function in setasign\\Fpdi\\PdfParser\\Type\\PdfName
H A DPdfHexString.php27 public static function parse(StreamReader $streamReader) function in setasign\\Fpdi\\PdfParser\\Type\\PdfHexString
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarkerParser.php29 public function parse(InlineParserContext $inlineContext): bool
26 public function parse(InlineParserContext $inlineContext): bool global() function in League\\CommonMark\\Extension\\TaskList\\TaskListItemMarkerParser
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DCommonmark.php46 $document = $parser->parse($markdownOnly);
62 $result = $frontMatterExtension->getFrontMatterParser()->parse($markdown);
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php67 $this->twig->parse($this->twig->tokenize(new Source($contents, $name)));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php64 $referrals[] = LdapUrl::parse($referral->getValue());
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DPunctuationParser.php
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DParser.php27 * Process array of tokens and convert them into parse tree
31 * @return array Token parse tree
33 public function parse(Array $tokens = []) function in Handlebars\\Parser
39 * Helper method for recursively building a parse tree.
45 * @return array Token parse tree
/plugin/combo/vendor/carica/phpcss/src/
H A DPhpCss.php57 return $parser->parse();

1...<<11121314151617181920>>...39