Home
last modified time | relevance | path

Searched refs:tagName (Results 176 – 200 of 300) sorted by last modified time

12345678910>>...12

/plugin/fckg/fckeditor/
H A Dfckeditor.js119 if ( oTextarea && oTextarea.tagName.toLowerCase() == 'textarea' )
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js78 if ( oImage && oImage.tagName != 'IMG' && !( oImage.tagName == 'INPUT' && oImage.type == 'image' ) )
262 if ( bHasImage && bImageButton && oImage.tagName == 'IMG' )
267 else if ( bHasImage && !bImageButton && oImage.tagName == 'INPUT' )
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js15 AddItems : function( menu, tag, tagName ) { argument
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31tagName.toUpperCase()];if (B){for (var i=0;i<B.length;i++) B[i](A);};B=FCK.RegisteredDoubleClickHa…
35tagName.toLowerCase();return (FCKListsLib.BlockElements[D]||FCKListsLib.EmptyElements[D]);};var E=…
38tagName.Equals.apply(C.tagName,B)) return C;C=C.nextSibling;};return null;},GetLastChild:function(…
47tagName.toLowerCase()=='p'){F=1;break;};D=D.parentNode;};for (var i=0;i<B.length;i++){var c=B.char…
49 …ld);if (!A._FCKOriginalSubmit&&(typeof(A.submit)=='function'||(!A.submit.tagName&&!A.submit.length…
55tagName&&B.tagName.toLowerCase()!='pre'){FCKDomTools.TrimNode(A);if (FCKConfig.FillEmptyBlocks){va…
64tagName.toUpperCase().Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumen…
71tagName.toLowerCase()=='pre') return this._ExecuteEnterBr();else return this._ExecuteEnterBlock(E)…
75 …eTable=function(A){if (!A){A=FCKSelection.GetSelectedElement();if (!A||A.tagName!='TABLE') A=FCKSe…
76 …i=0;i<B.rangeCount;i++){var D=B.getRangeAt(i);var E;if (D.startContainer.tagName.Equals('TD','TH')…
[all …]
H A Dfckeditorcode_ie.js36 …cument;var B=A.getElementById(FCK.Name);var i=0;while (B||i==0){if (B&&B.tagName.toLowerCase().Equ…
40tagName.Equals.apply(C.tagName,B)) return C;C=C.nextSibling;};return null;},GetLastChild:function(…
51tagName.toLowerCase()=='p'){F=1;break;};D=D.parentNode;};for (var i=0;i<B.length;i++){var c=B.char…
52 …nction(A){A.unselectable='on';var e,i=0;while ((e=A.all[i++])){switch (e.tagName){case 'IFRAME':ca…
53 …ld);if (!A._FCKOriginalSubmit&&(typeof(A.submit)=='function'||(!A.submit.tagName&&!A.submit.length…
59tagName&&B.tagName.toLowerCase()!='pre'){FCKDomTools.TrimNode(A);if (FCKConfig.FillEmptyBlocks){va…
60 …odeType||A.nodeType!=1) return;if (typeof A._fckxhtmljob=='undefined'&&A.tagName!=='BODY') return;…
68tagName.toUpperCase().Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumen…
75tagName.toLowerCase()=='pre') return this._ExecuteEnterBr();else return this._ExecuteEnterBlock(E)…
80 …Selection().createRange();var D=FCKSelection.GetParentElement();if (D&&D.tagName.Equals('TD','TH')…
[all …]
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js340 var tagName = node.tagName.toLowerCase() ;
341 if ( tagName != "table" && tagName != "td" && tagName != "th" )
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js19 AddItems : function( menu, tag, tagName ) { argument
/plugin/fckg/fckeditor/editor/plugins/plugintool/
H A Dfckplugin.js155 AddItems : function( menu, tag, tagName ) { argument
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js56 if ( oFakeImage.tagName == 'IMG' && oFakeImage.getAttribute('_fckflash') )
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1360 tagName : 'pre', property in sh.config
1527 var elements = element ? [element] : toArray(document.getElementsByTagName(sh.config.tagName)),
H A DshCore.min.js17tagName:"pre",strings:{expandSource:"expand source",help:"?",alert:"SyntaxHighlighter\n\n",noBrush… property in B.config
H A DshLegacy.js110 function findTagsByName(list, name, tagName) argument
112 var tags = document.getElementsByTagName(tagName);
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js79 tagName : 'pre', property in sh.config
246 var elements = element ? [element] : toArray(document.getElementsByTagName(sh.config.tagName)),
H A DshLegacy.js94 function findTagsByName(list, name, tagName) argument
96 var tags = document.getElementsByTagName(tagName);
/plugin/callflow/
H A Draphael.js2737 if (container.tagName) {
3934 if (g.win.opera && target.tagName == "svg") {
6090 if (pn.tagName.toLowerCase() != "a") {
6643 if (this.node.parentNode.tagName.toLowerCase() == "a") {
6821 if (this.node.parentNode.tagName.toLowerCase() == "a") {
6842 if (parent.tagName.toLowerCase() == "a") {
8022 createNode = function (tagName) { argument
8023 return doc.createElement('<rvml:' + tagName + ' class="rvml">');
8026 createNode = function (tagName) {
8027 … return doc.createElement('<' + tagName + ' xmlns="urn:schemas-microsoft.com:vml" class="rvml">');
/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/shortcutkey/
H A Dscript.js7 if (window.event) var e=window.event,f=e.srcElement,nn=f.tagName;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php208 $tagName = $matches[0];
209 $start += strlen($tagName);
211 'content' => $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/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1tagName:!1,g&&h&&-1!=h.indexOf(a)){c.libs.reload&&document.head.removeChild(g),e=!0;break}for(d in…
H A Dexport.js630 type = item ? item.tagName : false;
892 if ( childNode.tagName == "clipPath" ) {
914 } else if ( childNode.tagName == "pattern" ) {
925 if ( childNode.childNodes[ i2 ].tagName == "rect" ) {
940 } else if ( childNode.tagName == "image" ) {
1645 if ( group.svg.nextSibling && group.svg.nextSibling.tagName == "A" ) {
1689 if ( svg.tagName == "text" && svg.childNodes.length > 1 ) {
/plugin/amcharts/assets/amcharts/
H A Damcharts.js28 …(var c=0;c<a.length;c++)d.deleteObject(a[c],b-1),a[c]=null;else if(a&&!a.tagName)try{for(c in a)a[…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 …rayLike[i]}return arr}}function makeElement(tagName,attributes){var el=fabric.document.createEleme… argument
2tagName==="svg"){el=element.ownerDocument.createElement("g");while(element.firstChild!=null){el.ap…
H A Dfabric.js1979 function makeElement(tagName, attributes) { argument
1980 var el = fabric.document.createElement(tagName);
3265 if (element.tagName === 'svg') {
3348 reViewBoxTagNames.test(el.tagName) && addVBTransform(el, 0, 0);
3349 return reAllowedSVGTagNames.test(el.tagName) &&
3857 var klass = fabric[fabric.util.string.capitalize(el.tagName)];

12345678910>>...12