Home
last modified time | relevance | path

Searched refs:compare (Results 201 – 225 of 259) sorted by last modified time

1234567891011

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php930 function twig_in_filter($value, $compare) argument
932 if (\is_array($compare)) {
933 return \in_array($value, $compare, \is_object($value) || \is_resource($value));
934 … } elseif (\is_string($compare) && (\is_string($value) || \is_int($value) || \is_float($value))) {
935 return '' === $value || false !== strpos($compare, (string) $value);
936 } elseif ($compare instanceof \Traversable) {
938 foreach ($compare as $item) {
944 foreach ($compare as $item) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md226 `Prophecy\Argument\Token\TokenInterface` and tell Prophecy how to compare real arguments
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php232 public function testInFilter($expected, $value, $compare) argument
234 $this->assertSame($expected, twig_in_filter($value, $compare));
/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/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md5 This component provides the functionality to compare PHP values for equality.
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php536 return $collator->compare($a->getPathname(), $b->getPathname());
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php298 public function compare($string) function in Hoa\\Ustring\\Ustring
304 return $collator->compare($this->_string, $string);
/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/findologicxmlexport/vendor/phpunit/php-code-coverage/
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
H A DChangeLog-3.1.md28 [3.1.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.1.0...3.1.1
29 [3.1.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.0...3.1.0
H A DChangeLog-3.2.md21 [3.2.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.2.0...3.2.1
22 [3.2.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.1...3.2.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-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
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DChangeLog.md23 [2.0.1]: https://github.com/sebastianbergmann/object-enumerator/compare/2.0.0...2.0.1
24 [2.0.0]: https://github.com/sebastianbergmann/object-enumerator/compare/1.0...2.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/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…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js399 …ECTION_NONE))return;this.fire("selectionCheck",b);c=this.elementPath();c.compare(this._.selectionP…
477 …it=k;this.root=e;this.elements=d}}(),CKEDITOR.dom.elementPath.prototype={compare:function(a){var f…
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md71 …!) by [John MacFarlane](http://johnmacfarlane.net/) which you can use to compare Markdown output o…
/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/fetchmedia/
H A Dyarn.lock1320 natural-compare "^1.4.0"
2172 natural-compare@^1.4.0:
2174 …resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2…
/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/issuetracker/
H A Dtablekit.js381 …return order * tkst[datatype].compare(TableKit.getCellText(a.cells[index]),TableKit.getCellText(b.…
458 if(options.compare) {
459 this.compare = options.compare;
465 compare : function(a,b){ method in TableKit.Sortable.Type
466 return TableKit.Sortable.Type.compare(this.normal(a), this.normal(b));
473 TableKit.Sortable.Type.compare = function(a,b) { function
591 compare : function(a,b) { // must be standard javascript date format
593 return TableKit.Sortable.Type.compare(new Date(a),new Date(b));
595 return TableKit.Sortable.Type.compare(a ? 1 : 0, b ? 1 : 0);
600 compare : function(a,b) {
[all …]
H A Daction.php2341 $compare = $this->_get_one_value($a_comment,'author');
2344 { if($mail_adr['mail']==$compare)
2349 if($tmp_name==false) $tmp_name = $compare;
2350 $x_mail= '<a href="mailto:'.$compare.'">'.$tmp_name.'</a>';
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js452 Buffer.compare = function compare (a, b) {
618 return Buffer.compare(this, b) === 0
631 Buffer.prototype.compare = function compare (b) {
634 return Buffer.compare(this, b)
1546 arr.compare = BP.compare

1234567891011