Home
last modified time | relevance | path

Searched refs:tagName (Results 251 – 275 of 300) sorted by path

1...<<1112

/plugin/twcheckliste/
H A Dscript.js72 } else if (jQuery(this).get(0).tagName == "H3") {
102 } else if (jQuery(this).get(0).tagName == "H4") {
/plugin/txt2tags/
H A Dsyntax.php141 if (preg_match('/h([1-7])/',$node->tagName,$match))
/plugin/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js161 if (el.tagName.toLowerCase() != 'input' && eTest - endReal == sTest) {
204 if (el.tagName.toLowerCase() != 'input' && eTest - endReal == sTest) {
241 if (!el || el.tagName.toLowerCase() == 'select') return false;
H A Dhelpers.js369 if (!isArray(tags) || isEmpty(tags) || isUndefined(prop) || isEmpty(prop.tagName)) return false;
370 var t = prop.tagName.toLowerCase();
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js92 if ((node = document.getElementById(id)) && node.tagName.toLowerCase() != 'select')
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js878 …if (!el || !el.tagName || (el.tagName.toLowerCase() != 'input' && el.tagName.toLowerCase() != 'tex…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js53 …lement,true);}},inspect:function(_element){var map=[],parentLayer,t,link,tagName,searchEl,parent=_… variable
H A Dfirebug-lite-1.2.js1315 tagName, variable
H A Dfirebug-lite-1.4.js909 var element=doc.createElement(tagName);
915 …lement=this.NS&&doc.createElementNS?doc.createElementNS(FBL.NS,tagName):doc.createElement(tagName);
3700 (function(){FBL.DomplateTag=function DomplateTag(tagName){this.tagName=tagName argument
3728 FBL.DomplateTag.prototype={merge:function(args,oldTag){if(oldTag){this.tagName=oldTag.tagName
3831 topBlock.push(',"</',this.tagName,'>"')
4099 var parent=before.tagName=="TR"?before.parentNode:before;
4100 var after=before.tagName=="TR"?before.nextSibling:null;
4164 ++i){var tagName=arguments[i];
4167 var fnName=tagName.toUpperCase();
7022 }}var tagName=element.nodeName.toLowerCase();
[all …]
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md2302 serialized as {namespace}tagName instead of namespace#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/wysiwyg/fckeditor/_samples/_plugins/samples/
H A Dfckplugin.js62 oMyContextMenuListener.AddItems = function( contextMenu, tag, tagName ) argument
65 if ( tagName == 'IMG' )
/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/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js414 if ( oFakeImage.tagName == 'IMG' && oFakeImage.getAttribute('_fckanchor') )
H A Dfcklistcommands.js24 var FCKListCommand = function( name, tagName ) argument
27 this.TagName = tagName ;
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckeditorapi.js146 …ginalSubmit && ( typeof( oForm.submit ) == 'function' || ( !oForm.submit.tagName && !oForm.submit.…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js259 var oHandler = FCK.RegisteredDoubleClickHandlers[ element.tagName ] ;
933 if ( eLinkedField && eLinkedField.tagName.toLowerCase().Equals( 'input', 'textarea' ) )
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 …]
H A Dfck_gecko.js85 var tag = node.tagName.toLowerCase() ;
106 var parentTag = node.parentNode.tagName.toLowerCase() ;
145 && ( ! FCKListsLib.BlockElements[node.parentNode.tagName.toLowerCase()] ) )
173 var stopTag = stopNode.tagName.toLowerCase() ;
203 var nodeTag = emptyBlockNode.tagName.toLowerCase() ;
H A Dfck_ie.js66 if ( FCK.EditorWindow.event.srcElement.tagName == 'HTML' )
H A Dfckdomtools.js153 if ( eChild.nodeType == 1 && eChild.tagName.Equals.apply( eChild.tagName, childNames ) )
171 if ( eChild.nodeType == 1 && ( !childNames || eChild.tagName.Equals( childNames ) ) )
381 EnforcePaddingNode : function( doc, tagName ) argument
383 this.CheckAndRemovePaddingNode( doc, tagName, true ) ;
385 || doc.body.lastChild.tagName.toLowerCase() == tagName.toLowerCase() ) )
387 var node = doc.createElement( tagName ) ;
388 if ( FCKBrowserInfo.IsGecko && FCKListsLib.NonEmptyBlockElements[ tagName ] )
393 && doc.body.firstChild.tagName.toLowerCase() == 'br'
401 CheckAndRemovePaddingNode : function( doc, tagName, dontRemove ) argument
409 || paddingNode.tagName.toLowerCase() != tagName
[all …]
H A Dfcklisthandler.js31 if ( eParent.tagName.toUpperCase().Equals( 'UL','OL' ) )
71 var sParentParentTag = eParent.parentNode.tagName.toUpperCase() ;
H A Dfckselection_gecko.js173 if ( oContainer.nodeType == 1 && oContainer.tagName == nodeTagName ) return true ;
H A Dfckselection_ie.js150 if ( oContainer.tagName == nodeTagName ) return true ;

1...<<1112