Searched refs:candidate (Results 1 – 25 of 48) sorted by relevance
12
244 * @param array $candidate246 protected function insertDefaults(&$candidate) argument248 if (empty($candidate[1])) {249 $candidate[1] = $this->defaults['password'];251 if (empty($candidate[2])) {252 $candidate[2] = $this->defaults['name'];254 if (empty($candidate[3])) {255 $candidate[3] = $this->defaults['email'];257 if (empty($candidate[4])) {258 $candidate[4] = $this->defaults['groups'];[all …]
8 var candidate;20 candidate = candidates[key];22 if (candidate) {23 candidate[2] = [];
23 var candidate = candidates[key];24 if (!candidate) {25 candidate = [];26 candidates[key] = candidate;29 candidate.push(i);
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 …]
98 for (var candidate = 2; primeCounter < 64; candidate++) {99 if (!isComposite[candidate]) {100 for (i = 0; i < 313; i += candidate) {101 isComposite[i] = candidate;103 hash[primeCounter] = (mathPow(candidate, .5)*maxWord)|0;104 k[primeCounter++] = (mathPow(candidate, 1/3)*maxWord)|0;
151 $candidate = $iterator->current();160 if ($next->compareTo($candidate) < 0) {161 $candidate = $next;165 return $candidate;
184 * @param string $candidate186 private static function checkType($candidate) argument188 if (!in_array($candidate, static::$types)) {189 …throw new \RuntimeException("The key type ($candidate) is not equal to: " . implode(',', static::$…
88 var candidate = value;89 … return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.number(candidate.character);115 var candidate = value;116 … return Is.objectLiteral(candidate) && Position.is(candidate.start) && Position.is(candidate.end);139 var candidate = value;140 …return Is.defined(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undef…165 var candidate = value;166 … return Is.defined(candidate) && Range.is(candidate.targetRange) && Is.string(candidate.targetUri)167 … && (Range.is(candidate.targetSelectionRange) || Is.undefined(candidate.targetSelectionRange))168 … && (Range.is(candidate.originSelectionRange) || Is.undefined(candidate.originSelectionRange));[all …]
1 …candidate = event;\n return candidate !== undefined && candidate !== null &&\n t…
1 …candidate = pending[i];\n if (candidate.id === e.data.vscodeSetImmediateId) {\n…
1 …candidate = value;\n return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.…
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 ;
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;
277 for (let i = 0, candidate; (candidate = potentialCommands[i]) !== undefined; i++) {278 const d = distance(cmd, candidate);281 recommended = candidate;
184 foreach ($this->uncaughtExceptionLevelMap as $class => $candidate) {186 $level = $candidate;
304 for (VideoEncoder candidate: getEncoders()) { in load()305 if (encoderName.equals(candidate.toString())) { in load()306 encoder = candidate; in load()
1292 foreach ($candidates as $candidate) {1294 if (!isset($candidate[200][$report->principalProperty])) {1298 $hrefs = $candidate[200][$report->principalProperty];1306 $result[] = $candidate['href'];
618 function _jmolTestUA(candidate) { argument620 var index = ua.indexOf(candidate);623 _jmol.browser = candidate;624 _jmol.browserVersion = parseFloat(ua.substring(index+candidate.length+1));628 function _jmolTestOS(candidate) { argument629 if (_jmol.ua.indexOf(candidate) < 0)631 _jmol.os = candidate;
32 through 2018-04-22 “Greebo”, as well as “Hogfather” up to release candidate 3.
2156 clear_write_only(candidate);2159 folded = candidate;2162 folded = make_node(AST_Binary, candidate, {2164 … left: lhs.fixed && lhs.definition().fixed ? lhs.fixed.to_binary(candidate) : lhs,2210 if (candidate.TYPE == "Binary") {2211 update_symbols(candidate, node);2212 return make_node(AST_Assign, candidate, {2214 left: candidate.right.left,2215 … right: candidate.operator == "&&" ? make_node(AST_Conditional, candidate, {2216 condition: candidate.left,[all …]
78 * - The ability to try candidate passwords against multiple hashes at once.79 * - The ability to use pre-hashed lists of candidate passwords.
6 …candidate&&(this._pc.remoteDescription&&this._pc.remoteDescription.type?this._addIceCandidate(e.ca… property
104 * `opts.packageIterator(request, start, opts)` - return the list of candidate paths where the packa…212 * `opts.packageIterator(request, start, opts)` - return the list of candidate paths where the packa…
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...