Home
last modified time | relevance | path

Searched refs:parse (Results 426 – 450 of 952) sorted by relevance

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

/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md81 To parse your markdown you need only two lines of code. The first one is to choose the markdown fla…
88 The next step is to call the `parse()`-method for parsing the text using the full markdown language
89 or calling the `parseParagraph()`-method to parse only inline elements.
94 // traditional markdown and parse full text
96 echo $parser->parse($markdown);
100 echo $parser->parse($markdown);
104 echo $parser->parse($markdown);
106 // parse only inline elements (useful for one-line descriptions)
298 Parsing methods for inline elements are also protected and identified by the prefix `parse`. Additi…
299 in PHPDoc is needed to register the parse function for one or multiple markers.
[all …]
/plugin/toctweak/syntax/
H A Dautotoc.php51 list($topLv, $maxLv, $tocClass) = $tocTweak->parse($param);
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceParser.php89 public function parse(string $line): void
39 public function parse(Cursor $cursor) global() function in League\\CommonMark\\Reference\\ReferenceParser
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DAnonymousFootnoteRefParser.php39 public function parse(InlineParserContext $inlineContext): bool
44 public function parse(InlineParserContext $inlineContext): bool global() function in League\\CommonMark\\Extension\\Footnote\\Parser\\AnonymousFootnoteRefParser
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php81 $result = $util->parse($stream, null, $rootElement);
/plugin/refnotes/
H A Dbibtex.php68 public function parse($text) { function in refnotes_bibtex_parser
72 $this->lexer->parse(str_replace("\r\n", "\n", $text));
84 public function parse($text) { function in refnotes_bibtex_lexer
/plugin/diagramsnet/lib/js/cryptojs/
H A Daes.min.js9 …push((k>>>4).toString(16));e.push((k&15).toString(16))}return e.join("")},parse:function(a){for(va…
10parse:function(a){for(var c=a.length,e=[],j=0;j<c;j++)e[j>>>2]|=(a.charCodeAt(j)&255)<<24-8*(j%4);…
11 …w r.init;this._nDataBytes=0},_append:function(a){"string"==typeof a&&(a=x.parse(a));this._data.con…
14 …3-v)&63));if(l=t.charAt(64))for(;d.length%4;)d.push(l);return d.join("")},parse:function(d){var l=… method in u.enc.Base64
29 1701076831]).concat(a).concat(b):b).toString(r)},parse:function(a){a=r.parse(a);var b=a.words;if(13…
30 …).finalize(b.ciphertext)},_parse:function(a,b){return"string"==typeof a?b.parse(a,this):a}}),p=(p.…
/plugin/svg/
H A Dsyntax.php167 $svgp->parse( $this->xml_data );
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php17 public function parse(Twig_Token $token) function in Twig_Extensions_TokenParser_Trans
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DParser.php23 public function parse($string) function in SebastianBergmann\\Diff\\Parser
/plugin/diagramsnet/lib/plugins/
H A Danonymize.js9 mxResources.parse('anonymizeCurrentPage=Anonymize Current Page');
H A Dflow.js7 mxResources.parse('toggleFlow=Toggle Flow...');
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DAttribute.php36 public function parse(): Ast\Node { function in PhpCss\\Parser\\Attribute
/plugin/structstatus/
H A Dscript.js31 const value = JSON.parse(response).value;
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DBlockTokenParser.php34 public function parse(Token $token) function in Twig\\TokenParser\\BlockTokenParser
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php47 $result = $lexer->parse($rawPage);
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php14 parse($in)
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.handler.class.php11 $this->replace($this->parse($value, $pipeline), $css_state);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php208 $this->_ast = static::$_regexCompiler->parse(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php137 public static function parse(string $extension): LdapUrlExtension
132 public static function parse(string $extension): LdapUrlExtension global() function in FreeDSx\\Ldap\\LdapUrlExtension
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionParser.php53 public function parse(InlineParserContext $inlineContext): bool
43 public function parse(InlineParserContext $inlineContext): bool global() function in League\\CommonMark\\Extension\\Mention\\MentionParser
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveClient.js34 var authInfo = JSON.parse(this.token);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitly.php61 throw new TokenResponseException('Unable to parse response.');
102 // parse the result
H A DDelicious.php83 throw new TokenResponseException('Unable to parse response.');
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfDictionary.php32 public static function parse(Tokenizer $tokenizer, StreamReader $streamReader, PdfParser $parser) function in setasign\\Fpdi\\PdfParser\\Type\\PdfDictionary

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