Home
last modified time | relevance | path

Searched refs:compare (Results 26 – 50 of 259) sorted by relevance

1234567891011

/plugin/publistf/
H A DCHANGELOG.md61 [Unreleased]: https://github.com/SacBase/publistf/compare/1.1.2...HEAD
62 [1.1.2]: https://github.com/SacBase/publistf/compare/1.1.1..1.1.2
63 [1.1.1]: https://github.com/SacBase/publistf/compare/1.1.0..1.1.1
64 [1.1.0]: https://github.com/SacBase/publistf/compare/1.0.0..1.1.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/php-code-coverage/
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.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
/plugin/creole/helper/
H A Deventhandler.php89 public function eventMatches (creole_syntax_event $compare) { argument
90 return $this->event->equal($compare);
93 public function ownEventMatches (creole_syntax_event $compare) { argument
94 return $this->ownEvent->equal($compare);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php102 public function compare(RequestContext $context, CompareRequest $compare): bool
104 $response = $this->ldap()->sendAndReceive($compare, ...$context->controls()->toArray())->getResponse();
101 compare(RequestContext $context, CompareRequest $compare) global() argument
H A DRequestHandlerInterface.php40 * A compare request. This should return true or false for whether the compare matches or not.
44 public function compare(RequestContext $context, CompareRequest $compare): bool;
43 compare(RequestContext $context, CompareRequest $compare) global() argument
H A DGenericRequestHandler.php52 public function compare(RequestContext $context, CompareRequest $compare): bool
54 throw new OperationException('The compare operation is not supported.');
51 compare(RequestContext $context, CompareRequest $compare) global() argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php157 public function compare(self $x) function in phpseclib3\\Math\\PrimeField\\Integer
161 return $this->value->compare($x->value);
175 if ($temp->value->compare(static::$modulo[$this->instanceID]) >= 0) {
276 if ($i->compare($m) >= 0) {
366 while ($d->compare(static::$zero[static::class]) > 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php74 $this->beta = $betas[0]->compare($betas[1]) < 0 ? $betas[0] : $betas[1];
116 if ($this->order->compare($r->multiply($two)) <= 0) {
122 if ($this->order->compare($r->multiply($two)) <= 0) {
292 if ($v->compare($stop) > 0) {
307 if ($lhs->compare($rhs) <= 0) {
H A DBase.php152 if ($x->compare($this->order) > 0 || $x->compare($zero) <= 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php253 public function compare(PHP32 $y) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
371 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
H A DPHP64.php257 public function compare(PHP64 $y) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
375 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
H A DGMP.php136 if ($twos_compliment && $this->compare(new static()) > 0 && $this->precision <= 0) {
252 public function compare(GMP $y) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
624 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php77 if ($c->compare(self::$zero) < 0 || $c->compare($this->modulus) > 0) {
94 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) {
145 if ($smallest->compare($this->primes[$i]) > 0) {
H A DPublicKey.php61 if ($s->compare(self::$zero) < 0 || $s->compare($this->modulus) > 0) {
425 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) {
/plugin/tablelayout/script/
H A Dtablelayout_functions.js130 var compare = function compare(rowA, rowB) { function
143 return $tableRows.sort(compare);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DMETA.md6 github_changelog_generator --user=schmittjoh --project=serializer --pull-requests --no-compare-link…
/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 …]
/plugin/quizlib/scripts/
H A Dquizlib.js125 questionResults.push(Utils.compare(userAnswer, answer));
286 Utils.compare = function(obj1, obj2) { function
/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/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/codemirror/
H A Daction.php84 protected function compare($a, $b) function in action_plugin_codemirror
/plugin/judge/
H A Daction.php203 $data[] = $this->compare($INPUT->str('user_output'), $INPUT->str('problem_name'));
281 public function compare($user_output, $problem_name) function in action_plugin_judge
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerDispatchHandler.php48 $dispatcher->compare($context, $request);

1234567891011