Home
last modified time | relevance | path

Searched refs:compare (Results 176 – 200 of 259) sorted by path

1234567891011

/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/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md5 This component provides the functionality to compare PHP values for equality.
/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/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/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/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.
38 [yyyy-mm-dd]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/vYYYY-MM-DD..vYYYY-MM-DD
165 [Unreleased]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-05-07..HEAD
166 [2023-05-07]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-03-07..v2023-05-07
167 [2023-03-07]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-02-06..v2023-03-07
168 [2022-02-06]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-01-20..v2022-02-06
169 [2022-01-20]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2021-03-19..v2022-01-20
170 [2021-03-19]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2016-08-14..v2021-03-19
171 [2016-08-14]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2015-10-03..v2016-08-14
[all …]
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md46 * Added a PHPUnitAssertions trait. This trait makes it easy to compare two
/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/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/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/issuetracker/
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>';
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 …]
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jar ... apache.commons.codec.StringEncoder stringEncoder public int compare (java.lang.Object, java.lang ...
H A Dhttpclient-4.0.1.jar ... http.cookie.Cookie cookie String path public int compare (org.apache.http.cookie.Cookie ...
H A Djcapture.jar ... com.hammurapi.jcapture.CaptureConfig) public int compare (com.hammurapi.jcapture.VideoEncoder, com ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java152 public int compare(VideoEncoder o1, VideoEncoder o2) { in CaptureConfig()
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jar ... apache.commons.codec.StringEncoder stringEncoder public int compare (java.lang.Object, java.lang ...
H A Dhttpclient-4.0.1.jar ... http.cookie.Cookie cookie String path public int compare (org.apache.http.cookie.Cookie ...
H A Djgraphx.jar ... com.mxgraph.analysis.mxICostFunction) public int compare (com.mxgraph.view.mxCellState, com ...
/plugin/jmol2/jmol/
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js15compare(other)<0});goog.math.Long.prototype.lessThanOrEqual=(function(other){return this.compare(o… method in goog.math.Long
H A Dopus.js23compare(other)<0});goog.math.Long.prototype.lessThanOrEqual=(function(other){return this.compare(o… method in goog.math.Long
H A Dvorbis.js19compare(other)<0});goog.math.Long.prototype.lessThanOrEqual=(function(other){return this.compare(o… method in goog.math.Long
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1668 including all comments: compare ['md5_file']. To check if two
1669 files were compressed from the same source file: compare
1673 FLAC in Ogg container, etc): compare ['md5_data'].

1234567891011