Home
last modified time | relevance | path

Searched refs:slice (Results 526 – 536 of 536) sorted by last modified time

1...<<2122

/plugin/indexmenu2/cms/extensions/
H A Darrayextensions.js2slice)){Array.prototype.slice=function(i,I){var l;if(I==null||I=='')I=this.length;else if(I<0)I=th… method in Array
H A Ddateextensions.js11slice(-2);case"G":return l.getIsoYear();case"H":return String(l.getHours()).padLeft(2,I);case"I":r…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js48 …nt.body.innerHTML;var B=this._GetBookmark();this.SavedData=this.SavedData.slice(0,this.CurrentInde…
56 …ess(this.Window.document,A.Start.slice(0,-1),true);var C=FCKDomTools.GetNodeFromAddress(this.Windo…
65 …<J;i++) C[r][i]=H;}}else{var L=[];for (var i=0;i<C.length;i++){var M=C[i].slice(0,E);if (C[i].leng…
H A Dfckeditorcode_gecko.js47 …nt.body.innerHTML;var B=this._GetBookmark();this.SavedData=this.SavedData.slice(0,this.CurrentInde…
55 …ess(this.Window.document,A.Start.slice(0,-1),true);var C=FCKDomTools.GetNodeFromAddress(this.Windo…
64 …<J;i++) C[r][i]=H;}}else{var L=[];for (var i=0;i<C.length;i++){var M=C[i].slice(0,E);if (C[i].leng…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange.js407 …var curStart = FCKDomTools.GetNodeFromAddress( this.Window.document, bookmark.Start.slice( 0, -1 )…
408 …var curEnd = FCKDomTools.GetNodeFromAddress( this.Window.document, bookmark.End.slice( 0, -1 ), tr…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckundo.js130 this.SavedData = this.SavedData.slice( 0, this.CurrentIndex + 1 ) ;
H A Dfcktablehandler.js482 var newRow = tableMap[i].slice( 0, colIdx ) ;
/plugin/flowplay/flowplayer/
H A Dswfobject.js77 document.title=document.title.slice(0,47)+" - Flash Player Installation";
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js66 if (isUndefined(Array.prototype.slice)) {
67 Array.prototype.slice = function(start, end) { method in Array
111 return tempArray.slice(start, start + deleteCount);
H A Ddateextensions.js163 case "g" : return self.getIsoYear().slice(-2);
184 case "y" : return String(self.getFullYear()).slice(-2);
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1slice:1,date:1,dictsort:1,dictsortreversed:1,default_if_none:1,pluralize:1,lower:1,join:1,center:1… property in hljs.LANGUAGES.ruby.c.keymethods

1...<<2122