Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_contextmenu.js55 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 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
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 DHtmlElement.php
/plugin/headernofloat/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTeardownTag.php29 public $tagName; variable in Google\\Service\\TagManager\\TeardownTag
48 public function setTagName($tagName) argument
50 $this->tagName = $tagName;
57 return $this->tagName;
H A 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/
H A 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/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A 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 = "";
369 $tempNewPos = $tempPos + strlen($this->tagStartOpen . $tagName);
372 $tempNewPos = $tempPos + strlen($this->tagStartOpen . $tagName);
400 $this->setTagName($tagName);
[all …]
/plugin/fckg/
H A 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/editsections2/
H A 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/codemirror/dist/modes/
H A Dxml.min.js1tagName=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 Dcarousel.php31 $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 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/
H A 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/editsections/
H A 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/
H A 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/
H A 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/
H A Dgroupcheckbox.js9tagName||i.tagName.toLowerCase()!='input'||i.type.toLowerCase()!='checkbox')return;var v=O(i[I['pa…
H A Dfollowlinkcontent.js9tagName.toLowerCase()=='a'||document.location.href==_.href){if(Q.preventDefault)Q.preventDefault()…
/plugin/ckgdoku/
H A 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/
H A 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() : '' ;
H A Dfcktoolbarstylecombo.js132 var tagName ;
139 tagName = startElement.nodeName.toLowerCase() ;
152 …if ( ( tagName && style.Element == tagName ) || ( !tagName && style.GetType() != FCK_STYLE_OBJECT …
/plugin/ckgedit/
H A 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/s5reloaded/ui/effects_support/
H A Dbuilder.js39 if(element && (element.tagName.toUpperCase() != elementName))
52 arguments[1].tagName) {
68 if(element.tagName.toUpperCase() != elementName)
96 if(children.tagName) {

12345678910>>...12