Home
last modified time | relevance | path

Searched refs:closeTag (Results 1 – 16 of 16) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DEmbeddedPhpSniff.php61 $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 DComment.php81 $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 DClosingPHPTagSniff.php53 $closeTag = $phpcsFile->findNext(T_CLOSE_TAG, $stackPtr);
54 if ($closeTag === false) {
/plugin/authorlist/
H A Dhelper.php41 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 DParse.php161 function closeTag($tag_name) function in Auth_OpenID_Parse
182 $result = preg_match($this->closeTag('html'), $s,
/plugin/openid/Auth/OpenID/
H A DParse.php165 function closeTag($tag_name) function in Auth_OpenID_Parse
186 $result = preg_match($this->closeTag('html'), $s,
/plugin/codemirror/dist/modes/
H A Dxml.min.js.map1closeTag\" : \"openTag\";\n state.tokenize = inTag;\n return \"tag bracket\";\n …
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js596 … 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 Dfirebug-lite-1.4.js6440 var closeTag=children.nextSibling;
6444 closeTag.parentNode.removeChild(closeTag)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js24449 var closeTag = children.nextSibling;
24457 closeTag.parentNode.removeChild(closeTag);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js6451 var closeTag=children.nextSibling;
6455 closeTag.parentNode.removeChild(closeTag)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1closeTag = isFollowedBy(text, tagNameEnd, ScannerState.WithinEndTag, TokenType.EndTagClose) ? '' :…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js312 ….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 Dckeditor.js.unc6181 closeTag: function(a) {
7191 this.isEmpty || a.closeTag(h)
18563 closeTag: function(b) {
H A Dckeditor.js347 ….openTagClose(g,this.isEmpty);this.writeChildrenHtml(a);this.isEmpty||a.closeTag(g)},writeChildren…
935 …a=a.replace(/&amp;/g,"\x26")));this._.output.push(" ",b,'\x3d"',a,'"')},closeTag:function(b){var a=
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js77461 this.closeTag();
77473 this.closeTag();
78011 value: function closeTag() {