Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 25 of 256) sorted by relevance

1234567891011

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DGetIfConditionsTest.php26 $compare = array(
42 $this->assertEquals($compare,$conditions);
56 $compare = array(
71 $this->assertEquals($compare,$conditions);
84 $compare = array(
113 $compare = array(
146 $compare = array(
184 $compare = array(
228 $compare = array(
255 $compare = array(
[all …]
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php47 $this->compare([
60 $this->compare([
76 $this->compare([
122 $this->compare([
135 $this->compare([
158 $this->compare([
185 $this->compare([
207 $this->compare([
225 $this->compare([
242 $this->compare([
[all …]
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php47 $this->compare([
60 $this->compare([
77 $this->compare([
122 $this->compare([
135 $this->compare([
158 $this->compare([
176 $this->compare([
193 $this->compare([
221 $this->compare([
231 $this->compare([
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md58 [4.0.8]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.7...4.0.8
59 [4.0.7]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.6...4.0.7
60 [4.0.6]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.5...4.0.6
61 [4.0.5]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.4...4.0.5
62 [4.0.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.3...4.0.4
63 [4.0.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.2...4.0.3
64 [4.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.1...4.0.2
65 [4.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.0...4.0.1
66 [4.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.3...4.0.0
H A DChangeLog-3.3.md29 [3.3.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.3.2...3.3.3
30 [3.3.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.3.1...3.3.2
31 [3.3.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.3.0...3.3.1
32 [3.3.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.2...3.3.0
H A DChangeLog-2.2.md51 [2.2.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/2.2.3...2.2.4
52 [2.2.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/2.2.2...2.2.3
53 [2.2.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/2.2.1...2.2.2
54 [2.2.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/2.2.0...2.2.1
55 [2.2.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/2.1...2.2.0
H A DChangeLog-3.0.md28 [3.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.0.1...3.0.2
29 [3.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.0.0...3.0.1
30 [3.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/2.2...3.0.0
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md231 [5.7.10]: https://github.com/sebastianbergmann/phpunit/compare/5.7.9...5.7.10
232 [5.7.9]: https://github.com/sebastianbergmann/phpunit/compare/5.7.8...5.7.9
233 [5.7.8]: https://github.com/sebastianbergmann/phpunit/compare/5.7.7...5.7.8
234 [5.7.7]: https://github.com/sebastianbergmann/phpunit/compare/5.7.6...5.7.7
235 [5.7.6]: https://github.com/sebastianbergmann/phpunit/compare/5.7.5...5.7.6
236 [5.7.5]: https://github.com/sebastianbergmann/phpunit/compare/5.7.4...5.7.5
237 [5.7.4]: https://github.com/sebastianbergmann/phpunit/compare/5.7.3...5.7.4
238 [5.7.3]: https://github.com/sebastianbergmann/phpunit/compare/5.7.2...5.7.3
239 [5.7.2]: https://github.com/sebastianbergmann/phpunit/compare/5.7.1...5.7.2
240 [5.7.1]: https://github.com/sebastianbergmann/phpunit/compare/5.7.0...5.7.1
[all …]
/plugin/davcard/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/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/davcal/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/struct/meta/
H A DValue.php27 protected $compare = null; variable in dokuwiki\\plugin\\struct\\meta\\Value
96 return $this->compare;
120 $this->compare = array();
134 $this->compare[] = $val;
137 $this->compare[] = $this->column->getType()->compareValue($val);
146 $this->compare = (string)array_shift($this->compare);
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md492 [1.6.7]: https://github.com/thephpleague/commonmark/compare/1.6.6...1.6.7
493 [1.6.6]: https://github.com/thephpleague/commonmark/compare/1.6.5...1.6.6
494 [1.6.5]: https://github.com/thephpleague/commonmark/compare/1.6.4...1.6.5
495 [1.6.4]: https://github.com/thephpleague/commonmark/compare/1.6.3...1.6.4
496 [1.6.3]: https://github.com/thephpleague/commonmark/compare/1.6.2...1.6.3
497 [1.6.2]: https://github.com/thephpleague/commonmark/compare/1.6.1...1.6.2
498 [1.6.1]: https://github.com/thephpleague/commonmark/compare/1.6.0...1.6.1
499 [1.6.0]: https://github.com/thephpleague/commonmark/compare/1.5.8...1.6.0
500 [1.5.8]: https://github.com/thephpleague/commonmark/compare/1.5.7...1.5.8
501 [1.5.7]: https://github.com/thephpleague/commonmark/compare/1.5.6...1.5.7
[all …]
H A DCHANGELOG-0.x.md828 [0.9.0]: https://github.com/thephpleague/commonmark/compare/0.8.0...0.9.0
829 [0.8.0]: https://github.com/thephpleague/commonmark/compare/0.7.2...0.8.0
830 [0.7.2]: https://github.com/thephpleague/commonmark/compare/0.7.1...0.7.2
831 [0.7.1]: https://github.com/thephpleague/commonmark/compare/0.7.0...0.7.1
832 [0.7.0]: https://github.com/thephpleague/commonmark/compare/0.6.1...0.7.0
833 [0.6.1]: https://github.com/thephpleague/commonmark/compare/0.6.0...0.6.1
834 [0.6.0]: https://github.com/thephpleague/commonmark/compare/0.5.1...0.6.0
835 [0.5.1]: https://github.com/thephpleague/commonmark/compare/0.5.0...0.5.1
836 [0.5.0]: https://github.com/thephpleague/commonmark/compare/0.4.0...0.5.0
837 [0.4.0]: https://github.com/thephpleague/commonmark/compare/0.3.0...0.4.0
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DChangeLog.md37 [1.4.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.4...1.4.5
38 [1.4.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.3...1.4.4
39 [1.4.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.2...1.4.3
40 [1.4.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.1...1.4.2
41 [1.4.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.0...1.4.1
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md130 [Unreleased]: https://github.com/guzzle/RingPHP/compare/1.1.1...HEAD
131 [1.1.1]: https://github.com/guzzle/RingPHP/compare/1.1.0...1.1.1
132 [1.1.0]: https://github.com/guzzle/RingPHP/compare/1.0.7...1.1.0
133 [1.0.7]: https://github.com/guzzle/RingPHP/compare/1.0.6...1.0.7
134 [1.0.6]: https://github.com/guzzle/RingPHP/compare/1.0.5...1.0.6
135 [1.0.5]: https://github.com/guzzle/RingPHP/compare/1.0.4...1.0.5
136 [1.0.4]: https://github.com/guzzle/RingPHP/compare/1.0.3...1.0.4
137 [1.0.3]: https://github.com/guzzle/RingPHP/compare/1.0.2...1.0.3
138 [1.0.2]: https://github.com/guzzle/RingPHP/compare/1.0.1...1.0.2
139 [1.0.1]: https://github.com/guzzle/RingPHP/compare/1.0.0...1.0.1
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php48 $compare = new DateTimeImmutable('2010-03-16 14:14:05', new DateTimeZone('UTC'));
50 $this->assertEquals($compare, $dateTime);
81 $compare = new DateTimeImmutable('2010-03-16 14:14:05', new DateTimeZone('UTC'));
82 $this->assertEquals($compare, $dateTime);
93 $compare = new DateTimeImmutable('2010-12-11 16:00:00', new DateTimeZone('UTC'));
94 $this->assertEquals($compare, $dateTime);
105 … $compare = new DateTimeImmutable('2010-03-16 14:14:05', new DateTimeZone('Europe/Amsterdam'));
106 $this->assertEquals($compare, $dateTime);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php250 $comparison = $this->compare(new static());
639 if ($e->compare(new static()) < 0) {
776 $compare = $max->compare($min);
778 if (!$compare) {
780 } elseif ($compare < 0) {
807 $compare = $max->compare($min);
809 if (!$compare) {
811 } elseif ($compare < 0) {
876 if ($x->compare($max) > 0) {
894 if ($x->compare($max) > 0) {
[all …]
/plugin/zip/pear/File/Archive/Predicate/
H A DDuplicate.php75 $this->compare($stat[9], $value[0]) >= 0
90 function compare($a, $b) { function in File_Archive_Predicate_Duplicate
105 $comp = $this->compare($stat[9], $value[0]);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DChangeLog.md17 [2.0.2]: https://github.com/sebastianbergmann/php-token-stream/compare/2.0.1...2.0.2
18 [2.0.1]: https://github.com/sebastianbergmann/php-token-stream/compare/2.0.0...2.0.1
19 [2.0.0]: https://github.com/sebastianbergmann/php-token-stream/compare/1.4.11...2.0.0
/plugin/gitbacked/
H A DCHANGELOG.md29 …!!! In addition the compare URL links are to be maintained at the end of this CHANGELOG.md as foll…
30 These links provide direct access to the GitHub compare vs. the previous release.
32 …At the end of this file appropriate compare links have to be maintained for each release version i…
38 [yyyy-mm-dd]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/vYYYY-MM-DD..vYYYY-MM-DD
159 [Unreleased]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-03-07..HEAD
160 [2023-03-07]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-02-06..v2023-03-07
161 [2022-02-06]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-01-20..v2022-02-06
162 [2022-01-20]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2021-03-19..v2022-01-20
163 [2021-03-19]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2016-08-14..v2021-03-19
164 [2016-08-14]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2015-10-03..v2016-08-14
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md299 [1.6.0]: https://github.com/guzzle/psr7/compare/1.5.2...1.6.0
300 [1.5.2]: https://github.com/guzzle/psr7/compare/1.5.1...1.5.2
301 [1.5.1]: https://github.com/guzzle/psr7/compare/1.5.0...1.5.1
302 [1.5.0]: https://github.com/guzzle/psr7/compare/1.4.2...1.5.0
303 [1.4.2]: https://github.com/guzzle/psr7/compare/1.4.1...1.4.2
304 [1.4.1]: https://github.com/guzzle/psr7/compare/1.4.0...1.4.1
305 [1.4.0]: https://github.com/guzzle/psr7/compare/1.3.1...1.4.0
306 [1.3.1]: https://github.com/guzzle/psr7/compare/1.3.0...1.3.1
307 [1.3.0]: https://github.com/guzzle/psr7/compare/1.2.3...1.3.0
308 [1.2.3]: https://github.com/guzzle/psr7/compare/1.2.2...1.2.3
[all …]
/plugin/rrdgraph/inc/
H A Drpncomputer.php54 private function compare($a, $b) { function in RPNComputer
117 $r = ($this->compare($a, $b) > 0);
127 $r = ($this->compare($a, $b) < 0);
138 $r = ($this->compare($a, $b) == 0);
/plugin/pageredirect/
H A DChangeLog.md9 [UNRELEASED]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20221120...master
16 [20221120]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20220103...20221120
25 [20220103]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20170512...20220103
37 [20170512]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20160924...20170512
57 [20160924]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20140414...20160924
76 [20140414]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20120816...20140414
90 [20120816]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20120612...20120816
105 [20120612]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20070124...20120612
/plugin/likeit/script/
H A Djquery.hoverIntent.js62 var compare = function(ev,ob) { function
74 ob.hoverIntent_t = setTimeout( function(){compare(ev, ob);} , cfg.interval );
101 …if (ob.hoverIntent_s != 1) { ob.hoverIntent_t = setTimeout( function(){compare(ev,ob);} , cfg.inte…

1234567891011