Home
last modified time | relevance | path

Searched refs:compare (Results 176 – 200 of 259) sorted by last modified time

1234567891011

/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …undefined;\n }\n // Take the viewer rotation into account as well; compare with Adobe Reader…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js2092 function compare(a, b) {
2096 var orderedX = [rect1[0], rect1[2], rect2[0], rect2[2]].sort(compare),
2097 orderedY = [rect1[1], rect1[3], rect2[1], rect2[3]].sort(compare),
H A Dpdf.worker.js.map1compare(a, b) {\n return a - b;\n }\n\n // Order points along the axes\n var ordered…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/securelogin/
H A DREADME.md97 … sets so the Dokuwiki authentication routines have it. Dokuwiki can then compare the passwords lik…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …ebug cxnew ' +\n 'copy convertto convertfrom convert connect complete compare clear ' +\n 'c…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php48 $compare = new DateTime('2010-03-16 14:14:05',new DateTimeZone('UTC'));
50 $this->assertEquals($compare, $dateTime);
71 $compare = new DateTime('2010-03-16 14:14:05',new DateTimeZone('UTC'));
72 $this->assertEquals($compare, $dateTime);
83 $compare = new DateTime('2010-12-11 16:00:00',new DateTimeZone('UTC'));
84 $this->assertEquals($compare, $dateTime);
95 $compare = new DateTime('2010-03-16 14:14:05',new DateTimeZone('Europe/Amsterdam'));
96 $this->assertEquals($compare, $dateTime);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1compare","a","b","sort","throttle","timeout","wait","apply","arguments","setTimeout","isArray","Ar…
H A Ddhtmlxgantt_tooltip.js.map1compare","b","sort","throttle","timeout","wait","setTimeout","pop","isValidDate","getTime","Functi…
H A Ddhtmlxgantt_drag_timeline.js.map1compare","a","b","sort","throttle","timeout","wait","apply","arguments","setTimeout","isArray","Ar…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js519 var compare = function(a, b) { function
526 return desc ? compare(a[field], b[field]) : compare(b[field], a[field]);
H A Ddhtmlxgantt_tooltip.js1008 var compare = function(a, b) { function
1015 return desc ? compare(a[field], b[field]) : compare(b[field], a[field]);
H A Ddhtmlxgantt_click_drag.js739 var compare = function(a, b) { function
746 return desc ? compare(a[field], b[field]) : compare(b[field], a[field]);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1compare","b","sort","throttle","timeout","wait","setTimeout","pop","isValidDate","getTime","Functi…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js29790 var compare = function(a, b) { function
29797 return desc ? compare(a[field], b[field]) : compare(b[field], a[field]);
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64compare|fn:collection|fn:codepoints-to-string|fn:codepoint-equal|fn:ceiling|fn:boolean|fn:base-uri…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1compare::before{content:"\F18A"}.mdi-compass::before{content:"\F18B"}.mdi-compass-off::before{cont…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md4692 1. `value` *(*)*: The value to compare.
4693 2. `other` *(*)*: The other value to compare.
4733 1. `value` *(*)*: The value to compare.
4734 2. `other` *(*)*: The other value to compare.
4765 1. `value` *(*)*: The value to compare.
4766 2. `other` *(*)*: The other value to compare.
5124 1. `value` *(*)*: The value to compare.
5125 2. `other` *(*)*: The other value to compare.
5159 1. `value` *(*)*: The value to compare.
6029 1. `value` *(*)*: The value to compare.
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js7184 function compare(a, b) { function
7197 var allLocs = this.getLocationList().sort(compare);
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1889 natural-compare "~1.2.2"
2202 natural-compare@~1.2.2:
2204 …resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.2.2.tgz#1f96d60e3141cac…
/plugin/data-au/_test/
H A Dhelper.test.php277 protected function createFilterArray($key, $value, $compare, $colname, $type) { argument
281 'compare' => $compare,
/plugin/data-au/
H A Dhelper.php494 'compare' => $com,
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md70 * Fix `compare` if `Collator` is not present. (Ivan Enderlin, 2014-12-23T02:13:16+01:00)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DMETA.md6 github_changelog_generator --user=schmittjoh --project=serializer --pull-requests --no-compare-link…
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php187 ->when($result = $string->compare('a'))
192 ->when($result = $string->compare('b'))
197 ->when($result = $string->compare('c'))

1234567891011