Home
last modified time | relevance | path

Searched refs:tagName (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfck_contextmenu.js54 AddItems : function( menu, tag, tagName ) argument
63 AddItems : function( menu, tag, tagName ) argument
65 var bIsTable = ( tagName == 'TABLE' ) ;
100 AddItems : function( menu, tag, tagName ) argument
102 var bInsideLink = ( tagName == 'A' || FCKSelection.HasAncestorNode( 'A' ) ) ;
122 AddItems : function( menu, tag, tagName ) argument
124 if ( tagName == 'IMG' && !tag.getAttribute( '_fckfakelement' ) )
133 AddItems : function( menu, tag, tagName ) argument
139 if ( bIsAnchor || ( tagName == 'IMG' && tag.getAttribute( '_fckanchor' ) ) )
148 AddItems : function( menu, tag, tagName ) argument
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck_contextmenu.js55 AddItems : function( menu, tag, tagName ) argument
64 AddItems : function( menu, tag, tagName ) argument
66 var bIsTable = ( tagName == 'TABLE' ) ;
117 AddItems : function( menu, tag, tagName ) argument
119 var bInsideLink = ( tagName == 'A' || FCKSelection.HasAncestorNode( 'A' ) ) ;
139 AddItems : function( menu, tag, tagName ) argument
141 if ( tagName == 'IMG' && !tag.getAttribute( '_fckfakelement' ) )
150 AddItems : function( menu, tag, tagName ) argument
156 if ( bIsAnchor || ( tagName == 'IMG' && tag.getAttribute( '_fckanchor' ) ) )
166 AddItems : function( menu, tag, tagName ) argument
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
DStandardTagFactory.php114 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
212 private function findHandlerClassName($tagName, TypeContext $context) argument
215 if (isset($this->tagHandlerMappings[$tagName])) {
216 $handlerClassName = $this->tagHandlerMappings[$tagName];
[all …]
/plugin/headernofloat/
Dscript.js17 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/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DTag.php42 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 = "";
329 $tagName = rtrim(substr($tagString, $tagNameStart, $tagNameEnd - $tagNameStart));
343 $tempPos = strpos($tagString, $this->tagEndOpen . $tagName . $this->tagEndClose, $n);
357 $tempPos = strpos($tempString, $this->tagStartOpen . $tagName, $tempNewPos);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
DTeardownTag.php29 public $tagName; variable in Google\\Service\\TagManager\\TeardownTag
48 public function setTagName($tagName) argument
50 $this->tagName = $tagName;
57 return $this->tagName;
DSetupTag.php29 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/
DSecurityNotAllowedTagError.php21 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/fckg/
Dscript.js117 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/codemirror/dist/modes/
Dxml.min.js1tagName=b.tagStart=null;var d=b.tokenize(a,b);return d?d+" tag error":"tag error"}else if(/[\'\"]/… property
/plugin/editsections2/
Dscript.js89 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/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DRepoSource.php53 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/
DContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource.php53 public $tagName; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource
156 public function setTagName($tagName) argument
158 $this->tagName = $tagName;
165 return $this->tagName;
/plugin/mikioplugin/
H A Dcarousel.php31 $tagName = $attributes[1][0]; variable
44 if (strcasecmp($tagName, 'carousel') == 0) {
45 $core->syntaxRender($renderer, $tagName, '', $tagAttribs, MIKIO_LEXER_ENTER);
46 } else if (strcasecmp($tagName, 'carousel-item') == 0) {
47 $core->syntaxRender($renderer, $tagName, '', $tagAttribs, MIKIO_LEXER_SPECIAL);
/plugin/editsections/
Dscript.js24 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 DBoxTag.php84 $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/
DXML.php155 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/
DXML.php173 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/
Dgroupcheckbox.js9tagName||i.tagName.toLowerCase()!='input'||i.type.toLowerCase()!='checkbox')return;var v=O(i[I['pa…
Dfollowlinkcontent.js9tagName.toLowerCase()=='a'||document.location.href==_.href){if(Q.preventDefault)Q.preventDefault()…
/plugin/ckgdoku/
Dscript.js138 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/
Dfckenterkey.js114 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() : '' ;
Dfcktoolbarstylecombo.js132 var tagName ;
139 tagName = startElement.nodeName.toLowerCase() ;
152 …if ( ( tagName && style.Element == tagName ) || ( !tagName && style.GetType() != FCK_STYLE_OBJECT …
/plugin/ckgedit/
Dscript.js162 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/combo/ComboStrap/
H A DCall.php185 …public static function createComboCall($tagName, $state, array $attribute = array(), string $rawCo… argument
191 PluginUtility::TAG => $tagName,
202 $componentName = PluginUtility::getComponentName($tagName);
287 $tagName = str_replace("_close", "", $dokuWikiNodeName);
288 return str_replace("_open", "", $tagName);
316 $tagName = $componentNames[sizeof($componentNames) - 1];
318 $tagName = $component;
320 return $tagName;
892 $tagName = $this->getTagName();
893 switch ($tagName) {
[all …]

12345678910>>...15