/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/ |
H A D | DisallowAlternativePHPTagsSniff.php | 90 $openTag = $tokens[$stackPtr]; 91 $content = $openTag['content']; 97 if ($openTag['code'] === T_OPEN_TAG) { 124 if ($openTag['code'] === T_OPEN_TAG_WITH_ECHO && $content === '<%=') { 150 if ($openTag['code'] === T_INLINE_HTML 161 if ($openTag['code'] === T_INLINE_HTML && $this->_aspTags === false) {
|
/plugin/combo/syntax/ |
H A D | brand.php | 155 $openTag = $callStack->moveToPreviousCorrespondingOpeningCall(); 156 $openTagAttributes = TagAttributes::createFromCallStackArray($openTag->getAttributes()); 157 $openTagContext = $openTag->getContext(); 210 $openTag->setPluginData(BrandTag::BRAND_IMAGE_FOUND_INDICATOR, $markupIconImageFound); 211 $openTag->setPluginData(BrandTag::BRAND_TEXT_FOUND_INDICATOR, $textFound);
|
H A D | iterator.php | 238 $openTag = $callStack->moveToPreviousCorrespondingOpeningCall(); 303 $callStack->deleteAllCallsAfter($openTag); 309 $openTag->setPluginData(self::PAGE_SQL, $pageSql); 310 $openTag->setPluginData(self::PAGE_SQL_ATTRIBUTES, $pageSqlAttribute); 311 $openTag->setPluginData(self::COMPLEX_MARKUP_FOUND, $complexMarkupFound); 312 $openTag->setPluginData(self::BEFORE_TEMPLATE_CALLSTACK, $beforeTemplateCallStack); 313 $openTag->setPluginData(self::AFTER_TEMPLATE_CALLSTACK, $afterTemplateCallStack); 314 $openTag->setPluginData(self::TEMPLATE_CALLSTACK, $templateStack);
|
/plugin/authorlist/ |
H A D | helper.php | 40 private $openTag; // <li> or <span> variable in helper_plugin_authorlist 211 return $this->openTag.$inner.$display.$this->closeTag; 247 $this->openTag = DOKU_TAB."<li class='level1'><div class=".$this->cssClass." "; 250 $this->openTag = DOKU_TAB."<span class=".$this->cssClass." ";
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/ |
H A D | Comment.php | 57 $openTag = substr($string, 0, $char); 61 'content' => $openTag, 71 $content = PHP_CodeSniffer::prepareForOutput($openTag);
|
/plugin/fedauth/Auth/OpenID/ |
H A D | Parse.php | 155 function openTag($tag_name) function in Auth_OpenID_Parse 170 $result = preg_match($this->openTag('html'), $s,
|
/plugin/openid/Auth/OpenID/ |
H A D | Parse.php | 159 function openTag($tag_name) function in Auth_OpenID_Parse 174 $result = preg_match($this->openTag('html'), $s,
|
/plugin/codemirror/dist/modes/ |
H A D | xml.min.js.map | 1 …openTag\";\n state.tokenize = inTag;\n return \"tag bracket\";\n }\n } else …
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 77244 this.openTag(); 77282 this.openTag(); 77302 this.openTag(); 77328 this.openTag(); 77405 this.openTag(); 77448 this.openTag(); 77958 value: function openTag() {
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 312 …tion(a,b){b&&this.filter(b);var l=this.name,k=[],d=this.attributes,h,m;a.openTag(l,d);for(h in d)k… 872 …BeforeClose:1});this.setRules("pre",{breakAfterOpen:1,indent:0})},proto:{openTag:function(a){var f…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js.unc | 6171 openTag: function(a) { 7184 a.openTag(h, g); 18546 openTag: function(b) {
|
H A D | ckeditor.js | 347 …tion(a,b){b&&this.filter(b);var g=this.name,k=[],h=this.attributes,p,q;a.openTag(g,h);for(p in h)k… 934 …BeforeClose:1});this.setRules("pre",{breakAfterOpen:1,indent:0})},proto:{openTag:function(b){var a…
|