Searched refs:tagLength (Results 1 – 5 of 5) sorted by relevance
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/ |
D | DocCommentSniff.php | 268 $tagLength = strlen($tokens[$tag]['content']); 269 if ($tagLength > $maxLength) { 270 $maxLength = $tagLength;
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
H A D | Tokenizer.php | 344 * @param int $tagLength Length of the opening/closing tag string 348 protected function tagChange($tag, $text, $index, $tagLength) argument 350 return substr($text, $index, $tagLength) === $tag;
|
/plugin/findologicxmlexport/vendor/symfony/yaml/ |
D | Inline.php | 666 $tagLength = strcspn($value, " \t\n[]{},", $i + 1); 667 $tag = substr($value, $i + 1, $tagLength); 669 $nextOffset = $i + $tagLength + 1;
|
/plugin/combo/vendor/symfony/yaml/ |
H A D | Inline.php | 727 $tagLength = strcspn($value, " \t\n[]{},", $i + 1); 728 $tag = substr($value, $i + 1, $tagLength); 730 $nextOffset = $i + $tagLength + 1;
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 3.3.js.map | 1 …tagLength = node.tag ? node.tag.length : 0;\n if (!node.endTagStart) {\n return null;\n …
|