Home
last modified time | relevance | path

Searched refs:compare (Results 201 – 225 of 259) sorted by path

1234567891011

/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/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/mantis/lib/
H A Dchangelog270 - soap_parser: compare any encoding in the XML declaration to the charset from the HTTP Content-Typ…
/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/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki106 //(compare: [[:devel:configuration#configuration_metadata|Configuration metadata]] for configuratio…
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/ol3/
H A Dscript.js8compare=function(t,e){if(!l.isBuffer(t)||!l.isBuffer(e))throw new TypeError("Arguments must be Buf…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/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/pdfjs/pdfjs/build/
H A Dpdf.js923 function compare(a, b) {
927 var orderedX = [rect1[0], rect1[2], rect2[0], rect2[2]].sort(compare),
928 orderedY = [rect1[1], rect1[3], rect2[1], rect2[3]].sort(compare),
H A Dpdf.js.map1compare(a, b) {\n return a - b;\n }\n\n // Order points along the axes\n var ordered…
H A Dpdf.worker.js2092 function compare(a, b) {
2096 var orderedX = [rect1[0], rect1[2], rect2[0], rect2[2]].sort(compare),
2097 orderedY = [rect1[1], rect1[3], rect2[1], rect2[3]].sort(compare),
H A Dpdf.worker.js.map1compare(a, b) {\n return a - b;\n }\n\n // Order points along the axes\n var ordered…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …undefined;\n }\n // Take the viewer rotation into account as well; compare with Adobe Reader…
/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/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md82 * Add a compare() operation method helper to the LdapClient.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php122 public function compare($dn, string $attributeName, string $value, Control ...$controls): bool
125 $response = $this->sendAndReceive(Operations::compare($dn, $attributeName, $value), ...$controls)->getResponse();
118 public function compare($dn, string $attributeName, string $value, Control ...$controls): bool global() function in FreeDSx\\Ldap\\LdapClient
H A DOperations.php117 public static function compare(string $dn, string $attributeName, string $value): CompareRequest
115 public static function compare(string $dn, string $attributeName, string $value): CompareRequest global() function in FreeDSx\\Ldap\\Operations
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerDispatchHandler.php48 $dispatcher->compare($context, $request);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
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
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
/plugin/quizlib/scripts/
H A Dquizlib.js125 questionResults.push(Utils.compare(userAnswer, answer));
286 Utils.compare = function(obj1, obj2) { function
/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/scrape/
H A DHTMLPurifier.standalone.php

1234567891011