/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/ |
H A D | EmbeddedPhpSniff.php | 61 $closeTag = $phpcsFile->findNext(T_CLOSE_TAG, $stackPtr); 62 if ($closeTag === false || $tokens[$stackPtr]['line'] !== $tokens[$closeTag]['line']) { 319 $closeTag = $phpcsFile->findNext(T_CLOSE_TAG, $stackPtr, null, false); 320 if ($tokens[$stackPtr]['line'] !== $tokens[$closeTag]['line']) { 325 $firstContent = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), ($closeTag - 1), true); 332 for ($i = $stackPtr; $i <= $closeTag; $i++) { 357 …$prev = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($closeTag - 1), $stackPtr,… 385 if ($tokens[($closeTag - 1)]['code'] === T_WHITESPACE) { 386 $trailingSpace = strlen($tokens[($closeTag - 1)]['content']); 395 $phpcsFile->fixer->addContentBefore($closeTag, ' '); [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/ |
H A D | Comment.php | 81 $closeTag = array( 88 if ($closeTag['content'] === false) { 89 $closeTag['content'] = ''; 162 $tokens[$stackPtr] = $closeTag; 165 $content = PHP_CodeSniffer::prepareForOutput($closeTag['content']);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/ |
H A D | ClosingPHPTagSniff.php | 53 $closeTag = $phpcsFile->findNext(T_CLOSE_TAG, $stackPtr); 54 if ($closeTag === false) {
|
/plugin/authorlist/ |
H A D | helper.php | 41 private $closeTag; // </li> or </span> variable in helper_plugin_authorlist 211 return $this->openTag.$inner.$display.$this->closeTag; 248 $this->closeTag = "</div></li>".DOKU_LF; 251 $this->closeTag = "</span>".DOKU_LF;
|
/plugin/fedauth/Auth/OpenID/ |
H A D | Parse.php | 161 function closeTag($tag_name) function in Auth_OpenID_Parse 182 $result = preg_match($this->closeTag('html'), $s,
|
/plugin/openid/Auth/OpenID/ |
H A D | Parse.php | 165 function closeTag($tag_name) function in Auth_OpenID_Parse 186 $result = preg_match($this->closeTag('html'), $s,
|
/plugin/codemirror/dist/modes/ |
H A D | xml.min.js.map | 1 …closeTag\" : \"openTag\";\n state.tokenize = inTag;\n return \"tag bracket\";\n …
|
/plugin/diagramsnet/lib/math/extensions/a11y/ |
H A D | mathjax-sre.js | 596 … new sre.Engine.Error("Unknown closing markup element: "+g);b.push(this.closeTag(g))}e.open.length… 597 …,e[h]));c.push(h)},this))}return b.join(" ")};sre.XmlRenderer.prototype.closeTag=goog.abstractMeth… method in sre.XmlRenderer 598 …turn"<"+a.toUpperCase()+' VALUE="'+b+'">'}};sre.SableRenderer.prototype.closeTag=function(a){retur… method in sre.SableRenderer 599 …e.Engine.personalityProps.VOLUME?">":'%">')};sre.SsmlRenderer.prototype.closeTag=function(a){retur… method in sre.SsmlRenderer
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 6440 var closeTag=children.nextSibling; 6444 closeTag.parentNode.removeChild(closeTag)
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 24449 var closeTag = children.nextSibling; 24457 closeTag.parentNode.removeChild(closeTag);
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 6451 var closeTag=children.nextSibling; 6455 closeTag.parentNode.removeChild(closeTag)
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 3.3.js.map | 1 …closeTag = isFollowedBy(text, tagNameEnd, ScannerState.WithinEndTag, TokenType.EndTagClose) ? '' :…
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 312 ….openTagClose(l,this.isEmpty);this.writeChildrenHtml(a);this.isEmpty||a.closeTag(l)},writeChildren… 873 …DITOR.tools.htmlEncodeAttr(f));this._.output.push(" ",a,'\x3d"',f,'"')},closeTag:function(a){var f=
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js.unc | 6181 closeTag: function(a) { 7191 this.isEmpty || a.closeTag(h) 18563 closeTag: function(b) {
|
H A D | ckeditor.js | 347 ….openTagClose(g,this.isEmpty);this.writeChildrenHtml(a);this.isEmpty||a.closeTag(g)},writeChildren… 935 …a=a.replace(/&/g,"\x26")));this._.output.push(" ",b,'\x3d"',a,'"')},closeTag:function(b){var a=
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 77461 this.closeTag(); 77473 this.closeTag(); 78011 value: function closeTag() {
|