/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fck_contextmenu.js | 55 AddItems : function( menu, tag, tagName ) 64 AddItems : function( menu, tag, tagName ) 66 var bIsTable = ( tagName == 'TABLE' ) ; 117 AddItems : function( menu, tag, tagName ) 139 AddItems : function( menu, tag, tagName ) 150 AddItems : function( menu, tag, tagName ) 166 AddItems : function( menu, tag, tagName ) 177 AddItems : function( menu, tag, tagName ) 256 if ( tagName == 'SELECT' ) 267 if ( tagName == 'TEXTAREA' ) [all …]
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
H A D | StandardTagFactory.php | 114 list($tagName, $tagBody) = $this->extractTagParts($tagLine); 122 return $this->createTag($tagBody, $tagName, $context); 144 public function registerTagHandler($tagName, $handler) argument 146 Assert::stringNotEmpty($tagName); 151 if (strpos($tagName, '\\') && $tagName[0] !== '\\') { 157 $this->tagHandlerMappings[$tagName] = $handler; 207 * @param string $tagName 215 if (isset($this->tagHandlerMappings[$tagName])) { 216 $handlerClassName = $this->tagHandlerMappings[$tagName]; 217 } elseif ($this->isAnnotation($tagName)) { [all …]
|
/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | HtmlElement.php |
|
/plugin/headernofloat/ |
H A D | script.js | 17 if( ediv[kk].tagName=='H1' || 18 ediv[kk].tagName=='H2' || 19 ediv[kk].tagName=='H3' || 20 ediv[kk].tagName=='H4' || 21 ediv[kk].tagName=='H5') { 26 if(ediv[kk].tagName == "DIV") {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/ |
H A D | TeardownTag.php | 29 public $tagName; variable in Google\\Service\\TagManager\\TeardownTag 48 public function setTagName($tagName) argument 50 $this->tagName = $tagName; 57 return $this->tagName;
|
H A D | SetupTag.php | 29 public $tagName; variable in Google\\Service\\TagManager\\SetupTag 48 public function setTagName($tagName) argument 50 $this->tagName = $tagName; 57 return $this->tagName;
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/ |
H A D | SecurityNotAllowedTagError.php | 21 private $tagName; variable in Twig\\Sandbox\\SecurityNotAllowedTagError 23 …public function __construct($message, $tagName, $lineno = -1, $filename = null, \Exception $previo… argument 26 $this->tagName = $tagName; 31 return $this->tagName;
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
H A D | Tag.php | 42 var $tagName; variable in Tag 119 return $this->tagName; 148 if($this->tagName != "") { 149 $tagString .= $this->tagStartOpen . $this->tagName; 168 if($this->tagName != "" && $this->tagContent != "") 169 $tagString .= $this->tagEndOpen . $this->tagName . $this->tagEndClose; 255 $tagName = $tagContent = ""; 369 $tempNewPos = $tempPos + strlen($this->tagStartOpen . $tagName); 372 $tempNewPos = $tempPos + strlen($this->tagStartOpen . $tagName); 400 $this->setTagName($tagName); [all …]
|
/plugin/fckg/ |
H A D | script.js | 117 function parseStartTag( tag, tagName, rest, unary ) { argument 118 if ( block[ tagName ] ) { 124 if ( closeSelf[ tagName ] && stack.last() == tagName ) { 125 parseEndTag( "", tagName ); 128 unary = empty[ tagName ] || !!unary; 131 stack.push( tagName ); 150 handler.start( tagName, attrs, unary ); 154 function parseEndTag( tag, tagName ) { argument 156 if ( !tagName ) 162 if ( stack[ pos ] == tagName )
|
/plugin/editsections2/ |
H A D | script.js | 89 parent.tagName && 90 parent.tagName.toLowerCase() === 'div' && 103 return element.tagName && /^H[1-6]/i.test(element.tagName); 188 parent.tagName && 189 parent.tagName.toLowerCase() === 'div' && 277 if (!cursor.tagName || cursor.tagName.toLowerCase() !== 'div') { 284 !cursor.tagName || 285 cursor.tagName.toLowerCase() !== 'div' ||
|
/plugin/codemirror/dist/modes/ |
H A D | xml.min.js | 1 …tagName=b.tagStart=null;var d=b.tokenize(a,b);return d?d+" tag error":"tag error"}else if(/[\'\"]/… property in AnonymousFunctiona693641a0200.b
|
/plugin/mikioplugin/ |
H A D | carousel.php | 31 $tagName = $attributes[1][0]; variable 43 if (strcasecmp($tagName, 'carousel') == 0) { 44 $core->syntaxRender($renderer, $tagName, '', $tagAttribs, MIKIO_LEXER_ENTER); 45 } else if (strcasecmp($tagName, 'carousel-item') == 0) { 46 $core->syntaxRender($renderer, $tagName, '', $tagAttribs, MIKIO_LEXER_SPECIAL);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
H A D | RepoSource.php | 53 public $tagName; variable in Google\\Service\\CloudBuild\\RepoSource 156 public function setTagName($tagName) argument 158 $this->tagName = $tagName; 165 return $this->tagName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource.php | 53 public $tagName; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource 156 public function setTagName($tagName) argument 158 $this->tagName = $tagName; 165 return $this->tagName;
|
/plugin/editsections/ |
H A D | script.js | 24 if (class_regexp.test(tgt.tagName) == true){ 26 tgtlvl = class_regexp.exec(tgt.tagName)[1]; 31 if (class_regexp.test(tgt.tagName) == true) { 38 … if((class_regexp.test(tgt.tagName) == true)&&(class_regexp.exec(tgt.tagName)[1] <= tgtlvl)) {
|
/plugin/combo/ComboStrap/Tag/ |
H A D | BoxTag.php | 84 $tagName = $actual->getTagName(); 86 $tagName = "$tagName text"; 88 $inlineTagFounds[] = $tagName; 126 $tagName = $tagAttributes->getValueAndRemove(self::HTML_TAG_ATTRIBUTE, self::DEFAULT_HTML_TAG); 127 return "</$tagName>";
|
/plugin/webdav/vendor/sabre/vobject/lib/Parser/ |
H A D | XML.php | 155 list($namespace, $tagName) = SabreXml\Service::parseClarkNotation($xmlProperty['name']); 157 $propertyName = $tagName; 166 $value = '<'.$tagName.' xmlns="'.$namespace.'"'; 172 $value .= '>'.$xmlProperty['value'].'</'.$tagName.'>'; 269 $tagName = static::getTagName($specialChild['name']); 271 if ('period' === $tagName) { 381 list(, $tagName) = SabreXml\Service::parseClarkNotation($clarkedTagName); 383 return $tagName;
|
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/ |
H A D | XML.php | 173 list($namespace, $tagName) = SabreXml\Service::parseClarkNotation($xmlProperty['name']); 175 $propertyName = $tagName; 185 $value = '<' . $tagName . ' xmlns="' . $namespace . '"'; 191 $value .= '>' . $xmlProperty['value'] . '</' . $tagName . '>'; 294 $tagName = static::getTagName($specialChild['name']); 296 if ('period' === $tagName) { 424 list(, $tagName) = SabreXml\Service::parseClarkNotation($clarkedTagName); 425 return $tagName;
|
/plugin/indexmenu2/cms/modifiers/ |
H A D | groupcheckbox.js | 9 …tagName||i.tagName.toLowerCase()!='input'||i.type.toLowerCase()!='checkbox')return;var v=O(i[I['pa…
|
H A D | followlinkcontent.js | 9 …tagName.toLowerCase()=='a'||document.location.href==_.href){if(Q.preventDefault)Q.preventDefault()…
|
/plugin/ckgdoku/ |
H A D | script.js | 138 function parseStartTag( tag, tagName, rest, unary ) { argument 139 if ( block[ tagName ] ) { 145 if ( closeSelf[ tagName ] && stack.last() == tagName ) { 146 parseEndTag( "", tagName ); 149 unary = empty[ tagName ] || !!unary; 152 stack.push( tagName ); 171 handler.start( tagName, attrs, unary ); 175 function parseEndTag( tag, tagName ) { argument 177 if ( !tagName ) 183 if ( stack[ pos ] == tagName )
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckenterkey.js | 114 if ( sMode == 'br' || parentPath.Block && parentPath.Block.tagName.toLowerCase() == 'pre' ) 294 if ( ! currentBlock.tagName.IEquals( [ 'TABLE' ] ) ) 373 var tagName = node.tagName.toLowerCase() ; 374 …if ( tagName == "tr" || tagName == "td" || tagName == "th" || tagName == "tbody" || tagName == "ta… 419 if ( bIsStartOfBlock && bIsEndOfBlock && ePreviousBlock.tagName.toUpperCase() == 'LI' ) 431 var sPreviousBlockTag = ePreviousBlock.tagName.toUpperCase() ; 498 var sStartBlockTag = oRange.StartBlock ? oRange.StartBlock.tagName.toUpperCase() : '' ;
|
H A D | fcktoolbarstylecombo.js | 132 var tagName ; 139 tagName = startElement.nodeName.toLowerCase() ; 152 …if ( ( tagName && style.Element == tagName ) || ( !tagName && style.GetType() != FCK_STYLE_OBJECT …
|
/plugin/ckgedit/ |
H A D | script.js | 162 function parseStartTag( tag, tagName, rest, unary ) { argument 163 if ( block[ tagName ] ) { 169 if ( closeSelf[ tagName ] && stack.last() == tagName ) { 170 parseEndTag( "", tagName ); 173 unary = empty[ tagName ] || !!unary; 176 stack.push( tagName ); 195 handler.start( tagName, attrs, unary ); 199 function parseEndTag( tag, tagName ) { argument 201 if ( !tagName ) 207 if ( stack[ pos ] == tagName )
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | builder.js | 39 if(element && (element.tagName.toUpperCase() != elementName)) 52 arguments[1].tagName) { 68 if(element.tagName.toUpperCase() != elementName) 96 if(children.tagName) {
|