Home
last modified time | relevance | path

Searched refs:tagName (Results 51 – 75 of 300) sorted by relevance

12345678910>>...12

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml.js138 if ( isBlockElement && htmlNode.tagName && htmlNode.tagName.toLowerCase() != 'pre' )
186 && htmlNode.tagName.toLowerCase() == 'br'
187 && htmlNode.parentNode.tagName.toLowerCase() == 'pre' )
211 var sNodeName = htmlNode.tagName.toLowerCase() ;
H A Dfcklisthandler.js31 if ( eParent.tagName.toUpperCase().Equals( 'UL','OL' ) )
71 var sParentParentTag = eParent.parentNode.tagName.toUpperCase() ;
H A Dfcktools.js128 if ( node.tagName.toLowerCase() == 'p' )
185 if ( node.tagName.toLowerCase() == 'div' )
264 if ( node && node.tagName.toLowerCase() == 'li' )
445 if ( !formNode || formNode.nodeType != 1 || formNode.tagName.toLowerCase() != 'form' )
464 if ( !formNode || formNode.nodeType != 1 || formNode.tagName.toLowerCase() != 'form' )
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php136 function getBranches($tagPath = "", $tagName = "", $attrName = "", $attrValue = "") { argument
146 if(($tagName == "" || $this->nodes[$arrKeys[$index]]->tag->getTagName() == $tagName) &&
160 …$newArray = $this->nodes[$arrKeys[$index]]->getBranches($newTagPath, $tagName, $attrName, $attrVal…
435 function removeBranches($tagPath = "", $tagName = "", $attrName = "", $attrValue = "") { argument
451 …if(($tagName == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->getTagName() == $tagN…
/plugin/issuetracker/
H A Dprototype.js1884 tagName = tagName.toLowerCase();
1888 tagName = '<' + tagName + ' name="' + attributes.name + '">';
1893 if (!cache[tagName]) cache[tagName] = Element.extend(document.createElement(tagName));
1896 cache[tagName].cloneNode(false) : document.createElement(tagName);
2020 var tagName = element.tagName.toUpperCase();
2780 var parent = element.parentNode, tagName = parent.tagName.toUpperCase();
2936 tagName = element.tagName.toUpperCase();
2938 if (ByTag[tagName]) Object.extend(methods, ByTag[tagName]);
2989 if (Object.isArray(tagName)) tagName.each(extend);
2994 tagName = tagName.toUpperCase();
[all …]
H A Dtablekit.js35 if(table.tagName !== "TABLE") {
300 if(table.tagName !== "TABLE") {
346 while(!(cell.tagName && cell.tagName.match(/td|th/gi))) {
354 if(!table || (table.tagName && table.tagName !== "TABLE")) {
615 if(table.tagName !== "TABLE") {return;}
627 if(!table || (table.tagName && table.tagName !== "TABLE")) {return;}
735 if(table.tagName !== "TABLE") {return;}
751 if(!table || (table.tagName && table.tagName !== "TABLE")) {return;}
763 table = (table && table.tagName && table.tagName !== "TABLE") ? $(table) : cell.up('table');
/plugin/codemirror/dist/modes/
H A Djsx.min.js1 …,e&&e.base||"javascript");function h(a){var b=a.tagName;a.tagName=null;var c=f.indent(a,"","");a.t…
H A Dhtmlmixed.min.js.map1tagName","anchored","addTags","from","to","tag","dest","source","i","unshift","findMatchingMode","…
/plugin/combo/syntax/
H A Dbrand.php169 $tagName = $actualCall->getTagName();
170 if (in_array($tagName, [IconTag::TAG, syntax_plugin_combo_media::TAG])) {
191 if ($primary !== null && $tagName === IconTag::TAG) {
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js169 if(_1e&&_1e.parentNode&&_1e.parentNode.appendChild&&_1e.tagName&&_1e.tagName.toUpperCase()=="FORM"){
178 var _26=v&&v.parentNode&&v.parentNode.appendChild&&v.tagName;
180 var tn=v.tagName.toUpperCase();
186 return this._error("inv_form_el",(v.name||""),v.tagName);
H A DJsHttpRequest-form.js169 if(_1e&&_1e.parentNode&&_1e.parentNode.appendChild&&_1e.tagName&&_1e.tagName.toUpperCase()=="FORM"){
178 var _26=v&&v.parentNode&&v.parentNode.appendChild&&v.tagName;
180 var tn=v.tagName.toUpperCase();
186 return this._error("inv_form_el",(v.name||""),v.tagName);
330 if(th.queryElem[0].e.tagName.toUpperCase()=="FORM"){
H A DJsHttpRequest-script-xml.js169 if(_1e&&_1e.parentNode&&_1e.parentNode.appendChild&&_1e.tagName&&_1e.tagName.toUpperCase()=="FORM"){
178 var _26=v&&v.parentNode&&v.parentNode.appendChild&&v.tagName;
180 var tn=v.tagName.toUpperCase();
186 return this._error("inv_form_el",(v.name||""),v.tagName);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js237 …ontent.parentNode && content.parentNode.appendChild && content.tagName && content.tagName.toUpperC…
244 var isFormElement = v && v.parentNode && v.parentNode.appendChild && v.tagName;
246 var tn = v.tagName.toUpperCase();
253 return this._error('inv_form_el', (v.name||''), v.tagName);
H A DJsHttpRequest-form.js237 …ontent.parentNode && content.parentNode.appendChild && content.tagName && content.tagName.toUpperC…
244 var isFormElement = v && v.parentNode && v.parentNode.appendChild && v.tagName;
246 var tn = v.tagName.toUpperCase();
253 return this._error('inv_form_el', (v.name||''), v.tagName);
470 if (th.queryElem[0].e.tagName.toUpperCase() == 'FORM') {
H A DJsHttpRequest-script-xml.js237 …ontent.parentNode && content.parentNode.appendChild && content.tagName && content.tagName.toUpperC…
244 var isFormElement = v && v.parentNode && v.parentNode.appendChild && v.tagName;
246 var tn = v.tagName.toUpperCase();
253 return this._error('inv_form_el', (v.name||''), v.tagName);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php333 $tagName = $tokens[$tag]['content'];
334 if (isset($foundTags[$tagName]) === true) {
336 if ($tokens[$lastTag]['content'] !== $tagName) {
344 $foundTags[$tagName] = true;
/plugin/indexmenu2/cms/extensions/
H A Ddocumentselection.js13tagName.toLowerCase()!='input'&&v-_==C){Q-=C}}catch(err){};return Q}catch(e){try{return Number(O.s…
/plugin/combo/ComboStrap/
H A DFetcherScreenshot.php134 $body = $webDriver->findElement(WebDriverBy::tagName('body'));
141 $images = $webDriver->findElements(WebDriverBy::tagName("img"));
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js230 if(n.tagName == "SCRIPT") return "none";
231 if(!s[prop]) return "LI,P,TR".indexOf(n.tagName) > -1 ? "block" : n.style[prop];
232 if(s[prop] =="block" && n.tagName=="TD") return "feaux-inline";
/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;
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js94 function findTagsByName(list, name, tagName) argument
96 var tags = document.getElementsByTagName(tagName);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js110 function findTagsByName(list, name, tagName) argument
112 var tags = document.getElementsByTagName(tagName);
/plugin/code2/
H A Dscript.js4 …ry{do{if((e=d[--l])&&(fc=e.firstChild)&&(fcn=fc.tagName.toLowerCase())&&(lc=e.lastChild)&&(lcn=lc.
H A Dsyntax_plugin_code.js117 (fcn = fc.tagName.toLowerCase()) &&
119 (lcn = lc.tagName.toLowerCase())) {
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js58 if ( oImage && oImage.tagName != 'IMG' && !( oImage.tagName == 'INPUT' && oImage.type == 'image' ) )
210 if ( bHasImage && bImageButton && oImage.tagName == 'IMG' )
215 else if ( bHasImage && !bImageButton && oImage.tagName == 'INPUT' )

12345678910>>...12