Home
last modified time | relevance | path

Searched refs:toUpperCase (Results 251 – 268 of 268) sorted by path

1...<<11

/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js111 …n _p){var isPrivate=name.substring(0,1)=="_",title=name.substring(1,2).toUpperCase()+name.substrin…
H A Dfirebug-lite-1.2.js2242 …var isPrivate = name.substring(0, 1) == "_", title = name.substring(1, 2).toUpperCase() + name.sub…
H A Dfirebug-lite-1.4.js3222 if(isTag&&!isXML){part=part.toUpperCase()
3228 if(isPartStr&&!/\W/.test(part)){part=isXML?part:part.toUpperCase();
3240 if(!/\W/.test(part)){var nodeCheck=part=isXML?part:part.toUpperCase();
3244 if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=isXML?part:part.toUpperCase();
3265 i++){}return curLoop[i]&&isXML(curLoop[i])?match[1]:match[1].toUpperCase()
3300 },button:function(elem){return"button"===elem.type||elem.nodeName.toUpperCase()==="BUTTON"
4167 var fnName=tagName.toUpperCase();
5144 },hidePost:function(file){return file.method.toUpperCase()!="POST"
5145 },hidePut:function(file){return file.method.toUpperCase()!="PUT"
5456 },getFullUri:function(spy){return spy.method.toUpperCase()+" "+spy.getURL()
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js419 if ( bIsStartOfBlock && bIsEndOfBlock && ePreviousBlock.tagName.toUpperCase() == 'LI' )
431 var sPreviousBlockTag = ePreviousBlock.tagName.toUpperCase() ;
498 var sStartBlockTag = oRange.StartBlock ? oRange.StartBlock.tagName.toUpperCase() : '' ;
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js50 var thisUpper = this.toUpperCase() ;
60 if ( thisUpper == aArgs[i].toUpperCase() )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js267 FCK.RegisteredDoubleClickHandlers[ tag.toUpperCase() ] = handlerFunction ;
H A Dfcklisthandler.js31 if ( eParent.tagName.toUpperCase().Equals( 'UL','OL' ) )
60 if ( !eHasLiSibling && eSibling.nodeType == 1 && eSibling.nodeName.toUpperCase() == 'LI' )
66 …if ( !eHasSuccessiveLiSibling && eSibling.nodeType == 1 && eSibling.nodeName.toUpperCase().Equals(…
71 var sParentParentTag = eParent.parentNode.tagName.toUpperCase() ;
H A Dfcktools.js337 var lstTags = "," + ascensorTagNames.toUpperCase() + "," ;
341 if ( lstTags.indexOf( "," + e.nodeName.toUpperCase() + "," ) != -1 )
H A Dfckxhtml.js410 if ( ePSibling && ePSibling.nodeName.toUpperCase() == 'LI' )
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js26 …tion(){var A=this.toUpperCase();var B=arguments;if (B.length==1&&B[0].pop) B=B[0];for (var i=0;i<B…
31 …erDoubleClickHandler:function(A,B){FCK.RegisteredDoubleClickHandlers[B.toUpperCase()]=A;},OnAfterS…
36 …scensor=function(A,B){var e=A;var C=","+B.toUpperCase()+",";while (e){if (C.indexOf(","+e.nodeName…
44 ….lastChild;if (D&&D.nodeType==3) D=D.previousSibling;if (D&&D.nodeName.toUpperCase()=='LI'){B._fck…
53toUpperCase().Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumentFragmen…
60toUpperCase()=='LI'){C.MoveToElementStart(E);this._OutdentWithSelection(E,C);C.Release();return tr…
H A Dfckeditorcode_ie.js26 …tion(){var A=this.toUpperCase();var B=arguments;if (B.length==1&&B[0].pop) B=B[0];for (var i=0;i<B…
32 …erDoubleClickHandler:function(A,B){FCK.RegisteredDoubleClickHandlers[B.toUpperCase()]=A;},OnAfterS…
37 …scensor=function(A,B){var e=A;var C=","+B.toUpperCase()+",";while (e){if (C.indexOf(","+e.nodeName…
45 ….lastChild;if (D&&D.nodeType==3) D=D.previousSibling;if (D&&D.nodeName.toUpperCase()=='LI'){B._fck…
54toUpperCase().Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumentFragmen…
61toUpperCase()=='LI'){C.MoveToElementStart(E);this._OutdentWithSelection(E,C);C.Release();return tr…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js6221 var colStr = match[2].toUpperCase();
13689 model.x14Id = "{".concat(uuidv4(), "}").toUpperCase();
48333 return utils.encode(this.toBytes(), 'hex').toUpperCase();
52111 o.compression = o.compression.toUpperCase();
52427 …opts.compression = opts.compression.toUpperCase(); // "binarystring" is preferred but the internal…
54359 res += '\\x' + (code < 16 ? "0" : "") + code.toString(16).toUpperCase();
81961 set = set.toUpperCase();
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1373 o.compression = o.compression.toUpperCase();
1669 opts.compression = opts.compression.toUpperCase();
3432 res += "\\x" + (code < 16 ? "0" : "") + code.toString(16).toUpperCase();
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs535 return SSF_strip_decimal(SSF_normalize_exp(o.toUpperCase()));
960 if(fmt.substr(i, 3).toUpperCase() === "A/P") return true;
961 if(fmt.substr(i, 5).toUpperCase() === "AM/PM") return true;
962 if(fmt.substr(i, 5).toUpperCase() === "上午/下午") return true;
1022 …if(fmt.substr(i, 3).toUpperCase() === "A/P") { if(dt!=null) q.v = dt.H >= 12 ? fmt.charAt(i+2) : c…
2193 var UCFullPaths/*:Array<string>*/ = cfb.FullPaths.map(function(x) { return x.toUpperCase(); });
2198 var UCPath/*:string*/ = path.toUpperCase();
2998 var w = c.charCodeAt(0).toString(16).toUpperCase();
7829 case 'L': switch(s.trim().toUpperCase()) {
10480 return o.toString(16).toUpperCase().slice(1);
[all …]
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js531 function Sn(a){ks(a!=null,'Null charset name');a=a.toUpperCase();if(Ll((as(),Zr).a,a)){return Zr}el…
577 …0,g.toString(16));b.a+='\\u';for(e=0;e<4-h.length;e++){b.a+='0'}em(b,h.toUpperCase())}else{b.a+=St…
578 ….toString(16));b.a+='&#x';for(e=0;e<4-h.length;e++){b.a+='0'}em(em(b,h.toUpperCase()),';')}else{b.…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 ….open(e,i,a),s)for(var h in s)u.setRequestHeader(h,s[h]);else"POST"==e.toUpperCase()||"PUT"==e||"D…
H A Ddhtmlxgantt.js.map1toUpperCase","send","branch_loading","branch_loading_property","show_loading","dhx_save_btn","dhx_…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6364 } else if (method.toUpperCase() == "POST" || method == "PUT" || method == "DELETE") {

1...<<11