/plugin/userimportextended/ |
H A D | admin.php | 244 * @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 D | Common.php | 374 $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 D | OpenSSH.php | 184 * @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 D | AndOperator.php | 151 $candidate = $iterator->current(); 160 if ($next->compareTo($candidate) < 0) { 161 $candidate = $next; 165 return $candidate;
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 2.2.js | 140 …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 D | 4.4.js.map | 1 …candidate = event;\n return candidate !== undefined && candidate !== null &&\n t…
|
H A D | json.worker.js.map | 1 …candidate = pending[i];\n if (candidate.id === e.data.vscodeSetImmediateId) {\n…
|
H A D | 3.3.js.map | 1 …candidate = value;\n return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.…
|
H A D | 2.2.js.map | 1 …candidate = value;\n return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.…
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckdomtools.js | 575 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 D | ASN1.php | 648 $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 D | ErrorHandler.php | 184 foreach ($this->uncaughtExceptionLevelMap as $class => $candidate) { 186 $level = $candidate;
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | CaptureConfig.java | 304 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 D | Plugin.php | 1292 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 D | Jmol.js | 618 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 D | README.md | 32 through 2018-04-22 “Greebo”, as well as “Hogfather” up to release candidate 3.
|
/plugin/authdrupal8/ |
H A D | password.inc | 78 * - 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 D | simplepeer9.10.0.min.js | 6 …candidate&&(this._pc.remoteDescription&&this._pc.remoteDescription.type?this._addIceCandidate(e.ca…
|
/plugin/jdraw/lib/ |
H A D | commons-logging-1.1.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jcapture/lib/ |
H A D | commons-logging-1.1.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | jcapture.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-logging-1.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
H A D | gson-2.7.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/plugin/authsplit/ |
H A D | README | 222 validate login names and passwords. An example candidate is my authhttp
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.js | 5154 var candidate; 5159 candidate = largeTokenMap[chunk.token.charAt(0)]; 5160 if (candidate) { 5161 if (!best || candidate.value > best.value) { 5162 best = candidate;
|