Home
last modified time | relevance | path

Searched refs:tagName (Results 226 – 250 of 300) sorted by last modified time

12345678910>>...12

/plugin/projects/
H A Dcodemirror-compressed.js1 …context.tagName)?(t.token=u,t.localState=r.startState(n.indent(t.htmlState,"")),t.mode="javascript… property in h.context
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js730 while ( (target.tagName !== "A") &&
735 if ( target.tagName === "A" ) {
/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/s5reloaded/ui/graphic_support/
H A Diepngfix.htc25 if (tagName == 'IMG') {
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js307 if((tag_name = src.tagName.toUpperCase()) && (
599 while (element.tagName.toUpperCase() != "BODY") {
954 Element.findChildren = function(element, only, recursive, tagName) { argument
956 tagName = tagName.toUpperCase();
960 if(e.tagName && e.tagName.toUpperCase()==tagName &&
964 var grandchildren = Element.findChildren(e, only, recursive, tagName);
H A Dbuilder.js39 if(element && (element.tagName.toUpperCase() != elementName))
52 arguments[1].tagName) {
68 if(element.tagName.toUpperCase() != elementName)
96 if(children.tagName) {
H A Dprototype.js1773 tagName = tagName.toLowerCase();
1776 tagName = '<' + tagName + ' name="' + attributes.name + '">';
1780 if (!cache[tagName]) cache[tagName] = Element.extend(document.createElement(tagName));
1872 var tagName = element.tagName.toUpperCase();
2793 var parent = element.parentNode, tagName = parent.tagName.toUpperCase();
2934 tagName = element.tagName.toUpperCase();
2936 if (ByTag[tagName]) Object.extend(methods, ByTag[tagName]);
2982 if (Object.isArray(tagName)) tagName.each(extend);
2987 tagName = tagName.toUpperCase();
3016 if (trans[tagName]) klass = 'HTML' + trans[tagName] + 'Element';
[all …]
H A Dcontrols.js573 if ('textarea' == this._controls.editor.tagName.toLowerCase())
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc25 if (tagName == 'IMG') {
H A Dslides.js2753 if(objects[i].parentNode.tagName == 'DIV') {
/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/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js165 },isXMLDoc:function(elem){return elem.documentElement&&!elem.body||elem.tagName&&elem.ownerDocument…
284 if(elem.tagName){var special=/href|src|style/.test(name);
H A Dsimile-ajax-api.js36 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {
/plugin/tline/timeline_ajax/scripts/
H A Dsignal.js15 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8 …ind("keydown.scianimator.controls",function(i){if(i.target.tagName!="INPUT"&&i.target.tagName!="TE…
/plugin/quiz/
H A Dscript.js16 if (frm.elements[i].tagName == "INPUT") {
/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/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php158 $tagName = '';
184 $tagName = mb_substr($tag, 1, $tagSep-1);
186 if ($tagJump == 0 && in_array(mb_strtolower($tagName), $this->ignoreTags)) {
189 …Jump == 0 || mb_strtolower(mb_substr($tag, -mb_strlen($tagName)-3)) == '</'.mb_strtolower($tagName
/plugin/jquery/
H A Dscript.js12 …deType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|…
19tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="…
/plugin/indexmenu2/cms/
H A Dcms.js15tagName)return;var K=_.maxDepth;switch(e.tagName.toLowerCase()){case"li":_.maxDepth=e[c['parentNod…
/plugin/indexmenu2/cms/extensions/
H A Dhelpers.js11 …[I];if(!isArray(I)||isEmpty(I)||isUndefined(i)||isEmpty(i.tagName))return false;var l=i.tagName.to…
H A Ddocumentselection.js13tagName.toLowerCase()!='input'&&v-_==C){Q-=C}}catch(err){};return Q}catch(e){try{return Number(O.s…
/plugin/indexmenu2/cms/extensions/dom/
H A Dselectbox.js13 …]],'deleted':[[]]};var _=function(){if((o=document.getElementById(I))&&o.tagName.toLowerCase()!='s…
/plugin/indexmenu2/cms/modifiers/
H A Dfollowlinkcontent.js9tagName.toLowerCase()=='a'||document.location.href==_.href){if(Q.preventDefault)Q.preventDefault()…

12345678910>>...12