Home
last modified time | relevance | path

Searched refs:compare (Results 226 – 250 of 259) sorted by path

1234567891011

/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/securelogin/
H A DREADME.md97 … sets so the Dokuwiki authentication routines have it. Dokuwiki can then compare the passwords lik…
/plugin/semanticdata/
H A Dhelper.php255 'compare' => $com,
/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/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock750 "description": "Provides the functionality to compare PHP values for equality",
754 "compare",
/plugin/snippets/lang/fr/
H A Dinfo.txt2 Il compare les fragments trouvés dans les fichiers de page, avec ceux enregistrés dans leur métafic…
/plugin/strata/
H A Dmanual.txt81 **Comparisons**: You can use normal operators (e.g, ''<'', ''>'', ''>='', ''%%<=%%'', ''='', ''!='') to compare values. A variable's type will be taken into account for the comparison. See [[#Comparison Operators]] for more information.
83 You can only compare variables that are used in a pattern.
/plugin/struct/meta/
H A DValue.php27 protected $compare; variable in dokuwiki\\plugin\\struct\\meta\\Value
87 * Access the compare value
96 return $this->compare;
120 $this->compare = [];
134 $this->compare[] = $val;
137 $this->compare[] = $this->column->getType()->compareValue($val);
146 $this->compare = (string)array_shift($this->compare);
/plugin/structsection/
H A Dyarn.lock1434 natural-compare "^1.4.0"
2073 natural-compare@^1.4.0:
2075 …resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt18592 "To whom will YOU people liken me or make [me] equal or compare me that we may resemble each other?
23476 "With whom shall I compare this generation? It is like young children sitting in the marketplaces w…
25227 "With whom, therefore, shall I compare the men of this generation, and whom are they like?
25537 Therefore he went on to say: "What is the kingdom of God like, and with what shall I compare it?
25539 And again he said: "With what shall I compare the kingdom of God?
28984 For we do not dare to class ourselves among some or compare ourselves with some who recommend thems…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …ebug cxnew ' +\n 'copy convertto convertfrom convert connect complete compare clear ' +\n 'c…
/plugin/tablecalc/
H A Dscript.js202 cnt+=compare(a[i],check,operation);
207 function compare(a,b,operation) { function
/plugin/tablelayout/script/
H A Dtablelayout_functions.js130 var compare = function compare(rowA, rowB) { function
143 return $tableRows.sort(compare);
/plugin/tablelayout/
H A Dyarn.lock638 natural-compare "^1.4.0"
1674 natural-compare@^1.4.0:
1676 …resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js2394 SimileAjax.NativeDateUnit.compare=function(D,C){var B,A; function
2401 SimileAjax.NativeDateUnit.earlier=function(B,A){return SimileAjax.NativeDateUnit.compare(B,A)<0?B:A;
2403 SimileAjax.NativeDateUnit.later=function(B,A){return SimileAjax.NativeDateUnit.compare(B,A)>0?B:A;
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js844 if(this._unit.compare(this._startDate,A)<0&&this._unit.compare(this._endDate,E)>0){E=this._unit.lat…
903 if(this._unit.compare(this._date,E)<0&&this._unit.compare(this._date,C)>0){var A=this._band.dateToP…
1645 C<this._zones.length&&this._unit.compare(B,F)>0;
1687 if(this._unit.compare(I,B)<0){var G=0;
1690 }while(this._unit.compare(I,B)<0){var F=this._zones[G];
1692 E+=(this._unit.compare(A,I)/(D/F.magnify));
1698 }while(this._unit.compare(I,B)>0){var F=this._zones[G];
1700 E+=(this._unit.compare(A,I)/(D/F.magnify));
1714 }else{var C=this._unit.compare(A.endTime,D)/H;
1728 }else{var C=this._unit.compare(D,A.startTime)/H;
[all …]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1699 function compare(a,b){var locA=self.getObjectDescription(a); function
1706 }var allLocs=this.getLocationList().sort(compare);
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md107 * Added a PHPUnitAssertions trait. This trait makes it easy to compare two
/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/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm248 if( compare( cffile.ServerFileName, fileName ) ) {
260 <cfif compare(cffile.ServerFileName,fileName)>
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js39067 Buffer.compare = function compare(a, b) {
39348 return Buffer.compare(this, b) === 0;
39359 Buffer.prototype.compare = function compare(target, start, end, thisStart, thisEnd) {
70912 if (compare(iHash, db.slice(0, hLen))) {
70958 function compare(a, b) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs296 /* yes, in 2022 this is still faster than string compare */
/plugin/yearbox/
H A DCHANGELOG.md5 ### [1.0.1](https://github.com/micgro42/yearbox/compare/v1.0.0...v1.0.1) (2021-03-19)

1234567891011