Home
last modified time | relevance | path

Searched defs:reverse (Results 1 – 25 of 45) sorted by relevance

12

/plugin/nspages/printers/
H A Dsorters.php11 protected $reverse; variable in nspages_sorter
13 function __construct($reverse){ argument
32 function __construct($reverse){ argument
42 function __construct($reverse){ argument
54 function __construct($reverse, argument
[all...]
H A Dprinter.php96 private function _getSorter($reverse) { argument
/plugin/toolbox/
H A DToolboxTextTools.js18 function sort(reverse) { argument
40 function indent(reverse) { argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToHebrew.php10 public function convert($in, $reverse = false) argument
/plugin/darcspatch/
H A Dadmin.php115 function apply_raw_darcs_patch($patch,$repo,$test_only=false,$reverse=false) {
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js42 reverse = { 'true' : false }, class in dp.SyntaxHighlighter.parseParams
H A DshCore.js473 function findElement(target, search, reverse /* optional */) argument
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js58 reverse = { 'true' : false }, class in dp.SyntaxHighlighter.parseParams
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php109 private $reverse = false; variable in PHPUnit_TextUI_ResultPrinter
128 …se = false, $colors = self::COLOR_DEFAULT, $debug = false, $numberOfColumns = 80, $reverse = false)
/plugin/sortablejs/
H A Dscript.js350 reverse: function ( tbody, sindex ) { method in sorttable
/plugin/changes/
H A Dsyntax.php223 getChanges($num, $ns, $excludedpages, $type, $user, $maxage, $excludedusers, $reverse) global() argument
/plugin/sqlraw/
H A Dsorttable.min.js23 return innerText.replace(/^\s+|\s+$/g,'');break;default:return'';}}},reverse:function(tbody){newrow… method in sorttable
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3 false;sorttable={init:function(){if(arguments.callee.done){return}arguments.callee.done=true;if(_timer){clearInterval(_timer)}if(!document.createElement||!document.getElementsByTagName){return}sorttable.DATE_RE=/^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/;forEach(document.getElementsByTagName("table"),function(a){if(a.className.search(/\bsortable\b/)!=-1){sorttable.makeSortable(a)}})},makeSortable:function(b){if(b.getElementsByTagName("thead").length==0){the=document.createElement("thead");the.appendChild(b.rows[0]);b.insertBefore(the,b.firstChild)}if(b.tHead==null){b.tHead=b.getElementsByTagName("thead")[0]}if(b.tHead.rows.length!=1){return}sortbottomrows=[];for(var a=0;a<b.rows.length;a++){if(b.rows[a].className.search(/\bsortbottom\b/)!=-1){sortbottomrows[sortbottomrows.length]=b.rows[a]}}if(sortbottomrows){if(b.tFoot==null){tfo=document.createElement("tfoot");b.appendChild(tfo)}for(var a=0;a<sortbottomrows.length;a++){tfo.appendChild(sortbottomrows[a])}delete sortbottomrows}headrow=b.tHead.rows[0].cells;for(var a=0;a<headrow.length;a++){if(!headrow[a].className.match(/\bsorttable_nosort\b/)){mtch=headrow[a].className.match(/\bsorttable_([a-z0-9]+)\b/);if(mtch){override=mtch[1]}if(mtch&&typeof sorttable["sort_"+override]=="function"){headrow[a].sorttable_sortfunction=sorttable["sort_"+override]}else{headrow[a].sorttable_sortfunction=sorttable.guessType(b,a)}headrow[a].sorttable_columnindex=a;headrow[a].sorttable_tbody=b.tBodies[0];dean_addEvent(headrow[a],"click",function(f){if(this.className.search(/\bsorttable_sorted\b/)!=-1){sorttable.reverse(this.sorttable_tbody);this.className=this.className.replace("sorttable_sorted","sorttable_sorted_reverse");this.removeChild(document.getElementById("sorttable_sortfwdind"));sortrevind=document.createElement("span");sortrevind.id="sorttable_sortrevind";sortrevind.innerHTML=stIsIE?'&nbsp<font face="webdings">5</font>':"&nbsp;&#x25B4;";this.appendChild(sortrevind);return}if(this.className.search(/\bsorttable_sorted_reverse\b/)!=-1){sorttable.reverse(this.sorttable_tbody);this.className=this.className.replace("sorttable_sorted_reverse","sorttable_sorted");this.removeChild(document.getElementById("sorttable_sortrevind"));sortfwdind=document.createElement("span");sortfwdind.id="sorttable_sortfwdind";sortfwdind.innerHTML=stIsIE?'&nbsp<font face="webdings">6</font>':"&nbsp;&#x25BE;";this.appendChild(sortfwdind);return}theadrow=this.parentNode;forEach(theadrow.childNodes,function(e){if(e.nodeType==1){e.className=e.className.replace("sorttable_sorted_reverse","");e.className=e.className.replace("sorttable_sorted","")}});sortfwdind=document.getElementById("sorttable_sortfwdind");if(sortfwdind){sortfwdind.parentNode.removeChild(sortfwdind)}sortrevind=document.getElementById("sorttable_sortrevind");if(sortrevind){sortrevind.parentNode.removeChild(sortrevind)}this.className+=" sorttable_sorted";sortfwdind=document.createElement("span");sortfwdind.id="sorttable_sortfwdind";sortfwdind.innerHTML=stIsIE?'&nbsp<font face="webdings">6</font>':"&nbsp;&#x25BE;";this.appendChild(sortfwdind);row_array=[];col=this.sorttable_columnindex;rows=this.sorttable_tbody.rows;for(var c=0;c<rows.length;c++){row_array[row_array.length]=[sorttable.getInnerText(rows[c].cells[col]),rows[c]]}row_array.sort(this.sorttable_sortfunction);tb=this.sorttable_tbody;for(var c=0;c<row_array.length;c++){tb.appendChild(row_array[c][1])}delete row_array})}}},guessType:function(c,b){sortfn=sorttable.sort_alpha;for(var a=0;a<c.tBodies[0].rows.length;a++){text=sorttable.getInnerText(c.tBodies[0].rows[a].cells[b]);if(text!=""){if(text.match(/^-?[�$�]?[\d,.]+%?$/)){return sorttable.sort_numeric}possdate=text.match(sorttable.DATE_RE);if(possdate){first=parseInt(possdate[1]);second=parseInt(possdate[2]);if(first>12){return sorttable.sort_ddmm}else{if(second>12){return sorttable.sort_mmdd}else{sortfn=sorttable.sort_ddmm}}}}}return sortfn},getInnerText:function(b){hasInputs=(typeof b.getElementsByTagName=="function")&&b.getElementsByTagName("input").length;if(b.getAttribute("sorttable_customkey")!=null){return b.getAttribute("sorttable_customkey")}else{if(typeof b.textContent!="undefined"&&!hasInputs){return b.textContent.replace(/^\s+|\s+$/g,"")}else{if(typeof b.innerText!="undefined"&&!hasInputs){return b.innerText.replace(/^\s+|\s+$/g,"")}else{if(typeof b.text!="undefined"&&!hasInputs){return b.text.replace(/^\s+|\s+$/g,"")}else{switch(b.nodeType){case 3:if(b.nodeName.toLowerCase()=="input"){return b.value.replace(/^\s+|\s+$/g,"")}case 4:return b.nodeValue.replace(/^\s+|\s+$/g,"");break;case 1:case 11:var c="";for(var a=0;a<b.childNodes.length;a++){c+=sorttable.getInnerText(b.childNodes[a])}return c.replace(/^\s+|\s+$/g,"");break;default:return""}}}}}},reverse:function(a){newrows=[];for(var b=0;b<a.rows.length;b++){newrows[newrows.length]=a.rows[b]}for(var b=newrows.length-1;b>=0;b--){a.appendChild(newrows[b])}delete newrows},sort_numeric:function(e,c){aa=parseFloat(e[0].replace(/[^0-9.-]/g,""));if(isNaN(aa)){aa=0}bb=parseFloat(c[0].replace(/[^0-9.-]/g,""));if(isNaN(bb)){bb=0}return aa-bb},sort_alpha:function(e,c){if(e[0]==c[0]){return 0}if(e[0]<c[0]){return -1}return 1},sort_ddmm:function(e,c){mtch=e[0].match(sorttable.DATE_RE);y=mtch[3];m=mtch[2];d=mtch[1];if(m.length==1){m="0"+m}if(d.length==1){d="0"+d}dt1=y+m+d;mtch=c[0].match(sorttable.DATE_RE);y=mtch[3];m=mtch[2];d=mtch[1];if(m.length==1){m="0"+m}if(d.length==1){d="0"+d}dt2=y+m+d;if(dt1==dt2){return 0}if(dt1<dt2){return -1}return 1},sort_mmdd:function(e,c){mtch=e[0].match(sorttable.DATE_RE);y=mtch[3];d=mtch[2];m=mtch[1];if(m.length==1){m="0"+m}if(d.length==1){d="0"+d}dt1=y+m+d;mtch=c[0].match(sorttable.DATE_RE);y=mtch[3];d=mtch[2];m=mtch[1];if(m.length==1){m="0"+m}if(d.length==1){d="0"+d}dt2=y+m+d;if(dt1==dt2){return 0}if(dt1<dt2){return -1}return 1},shaker_sort:function(h,f){var a=0;var e=h.length-1;var j=true;while(j){j=false;for(var c=a;c<e;++c){if(f(h[c],h[c+1])>0){var g=h[c];h[c]=h[c+1];h[c+1]=g;j=true}}e--;if(!j){break}for(var c=e;c>a;--c){if(f(h[c],h[c-1])<0){var g=h[c];h[c]=h[c-1];h[c-1]=g;j=true}}a++}}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",sorttable.init,false); method in sorttable
H A Dsorttable.js244 reverse: function(tbody) { method in sorttable
/plugin/highlightjs/highlight/languages/
H A Daxapta.js11 …'reverse':1, 'firstfast':1,'firstonly':1,'forupdate':1,'nofetch':1, 'sum':1, 'avg':1, 'minof':1, '… property in hljs.LANGUAGES.axapta.defaultMode.keywords
H A Dperl.js8 …eername': 1, 'recv': 1, 'log': 1, 'setsockopt': 1, 'cos': 1, 'last': 1, 'reverse': 1, 'gethostbyna… property in hljs.LANGUAGES.perl.PERL_KEYWORDS
H A Druby.js12 …rs': 1, 'any?': 1, 'arity': 1, 'assoc': 1, 'at': 1, 'at_exit': 1, 'autoload': 1, 'autoload?': 1, '…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js84 'reverse': false, property in AnonymousFunction2b84e2700100.defaults
/plugin/filelist/
H A Dsyntax.php698 _sort_filelist(& $files, $callback, $reverse) global() argument
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_mapping.js235 'reverse': true property in exports.mutate.array
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js77 reverse: function(pos) { method in Effect.Transitions
H A Dprototype.js1009 function reverse(inline) { function
3569 index: function(parentNode, reverse, ofType) { argument
3788 nth: function(nodes, formula, root, reverse, ofType) { argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js277 var normal=entityConversionLists.normal,reverse=entityConversionLists.reverse; variable
308 var entityConversionRegexes={normal:{},reverse:{}}; property in entityConversionRegexes
312 },reverse:function(list){var chars=[]; method in escapeEntitiesRegEx
1697 …ion(){},stopInspecting:function(object,cancelled){},search:function(text,reverse){},getSearchOptio… argument
1698 },navigateToNextDocument:function(match,reverse){var self=this; argument
4873 this.complete=function(context,textBox,cycle,reverse){var value=textBox.value; argument
6291 }}},autocomplete:function(reverse){var element=this.element; argument
7364 },search:function(text,reverse){var curDoc=this.searchCurrentDoc(!Firebug.searchGlobal,text,reverse… argument
7367 },searchOtherDocs:function(text,reverse){var scanRE=Firebug.Search.getTestingRegex(text); argument
7372 }},searchCurrentDoc:function(wrapSearch,text,reverse){if(!text){delete this.currentSearch; argument
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js808 reverse = entityConversionLists.reverse; variable
862 reverse : {} property in entityConversionRegexes
875 reverse : function(list) method in escapeEntitiesRegEx
7159 search: function(text, reverse) argument
7177 navigateToNextDocument: function(match, reverse) argument
18351 this.complete = function(context, textBox, cycle, reverse) argument
23935 autocomplete: function(reverse) argument
27727 search: function(text, reverse) argument
27737 searchOtherDocs: function(text, reverse) argument
27758 searchCurrentDoc: function(wrapSearch, text, reverse) argument
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js288 var normal=entityConversionLists.normal,reverse=entityConversionLists.reverse; variable
319 var entityConversionRegexes={normal:{},reverse:{}}; property in entityConversionRegexes
323 },reverse:function(list){var chars=[]; method in escapeEntitiesRegEx
1708 search(text,reverse) global() argument
1709 navigateToNextDocument(match,reverse) global() argument
4884 complete(context,textBox,cycle,reverse) global() argument
6302 AnonymousFunction4beb612324000(reverse) global() argument
7375 AnonymousFunction4beb612329600(text,reverse) global() argument
7378 AnonymousFunction4beb612329700(text,reverse) global() argument
7383 AnonymousFunction4beb612329800(wrapSearch,text,reverse) global() argument
[all...]

12