Home
last modified time | relevance | path

Searched refs:tagLength (Results 1 – 5 of 5) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
DDocCommentSniff.php268 $tagLength = strlen($tokens[$tag]['content']);
269 if ($tagLength > $maxLength) {
270 $maxLength = $tagLength;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php344 * @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/
DInline.php666 $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 DInline.php727 $tagLength = strcspn($value, " \t\n[]{},", $i + 1);
728 $tag = substr($value, $i + 1, $tagLength);
730 $nextOffset = $i + $tagLength + 1;
/plugin/dirtylittlehelper/mermaid/editor/docs/
D3.3.js.map1tagLength = node.tag ? node.tag.length : 0;\n if (!node.endTagStart) {\n return null;\n …