Home
last modified time | relevance | path

Searched refs:candidate (Results 1 – 25 of 34) sorted by relevance

12

/plugin/userimportextended/
H A Dadmin.php244 * @param array $candidate
248 if (empty($candidate[1])) {
251 if (empty($candidate[2])) {
254 if (empty($candidate[3])) {
257 if (empty($candidate[4])) {
273 $this->insertDefaults($candidate);
276 $INPUT->set('userid', $candidate[0]);
277 $INPUT->set('userpass', $candidate[1]);
278 $INPUT->set('username', $candidate[2]);
279 $INPUT->set('usermail', $candidate[3]);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php374 $candidate = new $class();
377 if (!$candidate instanceof PrimeCurve) {
380 if (!$candidate->getModulo()->equals($curve->getModulo())) {
383 if ($candidate->getA()->toBytes() != $curve->getA()->toBytes()) {
386 if ($candidate->getB()->toBytes() != $curve->getB()->toBytes()) {
390 list($candidateX, $candidateY) = $candidate->getBasePoint();
403 if (!$candidate instanceof BinaryCurve) {
406 if ($candidate->getModulo() != $curve->getModulo()) {
409 if ($candidate->getA()->toBytes() != $curve->getA()->toBytes()) {
412 if ($candidate->getB()->toBytes() != $curve->getB()->toBytes()) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php184 * @param string $candidate
186 private static function checkType($candidate) argument
188 if (!in_array($candidate, static::$types)) {
189 …throw new \RuntimeException("The key type ($candidate) is not equal to: " . implode(',', static::$…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php151 $candidate = $iterator->current();
160 if ($next->compareTo($candidate) < 0) {
161 $candidate = $next;
165 return $candidate;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js140 …return Is.defined(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undef…
391 …return candidate !== undefined && candidate !== null && (Is.number(candidate.value) || Is.string(c…
542 return candidate && candidate.kind === 'create' && Is.string(candidate.uri) &&
564 …return candidate && candidate.kind === 'rename' && Is.string(candidate.oldUri) && Is.string(candid…
585 return candidate && candidate.kind === 'delete' && Is.string(candidate.uri) &&
777 …return Is.defined(candidate) && Is.string(candidate.uri) && (candidate.version === null || Is.numb…
803 … Is.defined(candidate) && Is.string(candidate.uri) && Is.string(candidate.languageId) && Is.number…
931 …return candidate && Is.string(candidate.newText) && Range.is(candidate.insert) && Range.is(candida…
983 …return Is.string(candidate) || (Is.objectLiteral(candidate) && Is.string(candidate.language) && Is…
1426 …defined(candidate) && Is.string(candidate.uri) && (Is.undefined(candidate.languageId) || Is.string…
[all …]
H A D4.4.js.map1candidate = event;\n return candidate !== undefined && candidate !== null &&\n t…
H A Djson.worker.js.map1candidate = pending[i];\n if (candidate.id === e.data.vscodeSetImmediateId) {\n…
H A D3.3.js.map1candidate = value;\n return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.…
H A D2.2.js.map1candidate = value;\n return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js575 var candidate = parentNode.childNodes[i] ;
577 candidate.nodeType == 3 &&
578 candidate.previousSibling &&
579 candidate.previousSibling.nodeType == 3 )
610 var candidate = cursor.childNodes[j] ;
612 candidate.nodeType == 3 &&
613 candidate.previousSibling &&
614 candidate.previousSibling.nodeType == 3 )
619 cursor = candidate ;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php648 $candidate = self::asn1map($temp, $child, $special);
649 $maymatch = $candidate !== null;
655 $candidate = $special[$key]($candidate);
657 $map[$key] = $candidate;
719 $candidate = self::asn1map($temp, $child, $special);
720 $maymatch = $candidate !== null;
729 $candidate = $special[$key]($candidate);
731 $map[$key] = $candidate;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php184 foreach ($this->uncaughtExceptionLevelMap as $class => $candidate) {
186 $level = $candidate;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java304 for (VideoEncoder candidate: getEncoders()) { in load()
305 if (encoderName.equals(candidate.toString())) { in load()
306 encoder = candidate; in load()
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1292 foreach ($candidates as $candidate) {
1294 if (!isset($candidate[200][$report->principalProperty])) {
1298 $hrefs = $candidate[200][$report->principalProperty];
1306 $result[] = $candidate['href'];
/plugin/jmol2/jmol/
H A DJmol.js618 function _jmolTestUA(candidate) { argument
620 var index = ua.indexOf(candidate);
623 _jmol.browser = candidate;
624 _jmol.browserVersion = parseFloat(ua.substring(index+candidate.length+1));
628 function _jmolTestOS(candidate) { argument
629 if (_jmol.ua.indexOf(candidate) < 0)
631 _jmol.os = candidate;
/plugin/authmantis/
H A DREADME.md32 through 2018-04-22 “Greebo”, as well as “Hogfather” up to release candidate 3.
/plugin/authdrupal8/
H A Dpassword.inc78 * - The ability to try candidate passwords against multiple hashes at once.
79 * - The ability to use pre-hashed lists of candidate passwords.
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6candidate&&(this._pc.remoteDescription&&this._pc.remoteDescription.type?this._addIceCandidate(e.ca…
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/authsplit/
H A DREADME222 validate login names and passwords. An example candidate is my authhttp
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js5154 var candidate;
5159 candidate = largeTokenMap[chunk.token.charAt(0)];
5160 if (candidate) {
5161 if (!best || candidate.value > best.value) {
5162 best = candidate;

12