Home
last modified time | relevance | path

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

12

/plugin/userimportextended/
Dadmin.php244 * @param array $candidate
246 protected function insertDefaults(&$candidate) argument
248 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 …]
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dremove-duplicate-media-queries.js8 var candidate;
20 candidate = candidates[key];
22 if (candidate) {
23 candidate[2] = [];
Dmerge-media-queries.js23 var candidate = candidates[key];
24 if (!candidate) {
25 candidate = [];
26 candidates[key] = candidate;
29 candidate.push(i);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
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/botmon/
H A Dcaptcha.js98 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;
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
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/dirtylittlehelper/mermaid/editor/docs/
D2.2.js88 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 …]
D4.4.js.map1candidate = event;\n return candidate !== undefined && candidate !== null &&\n t…
Djson.worker.js.map1candidate = pending[i];\n if (candidate.id === e.data.vscodeSetImmediateId) {\n…
D3.3.js.map1candidate = value;\n return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.…
D2.2.js.map1candidate = value;\n return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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/
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/asciidocjs/node_modules/yargs/build/lib/
Dvalidation.js277 for (let i = 0, candidate; (candidate = potentialCommands[i]) !== undefined; i++) {
278 const d = distance(cmd, candidate);
281 recommended = candidate;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
DErrorHandler.php184 foreach ($this->uncaughtExceptionLevelMap as $class => $candidate) {
186 $level = $candidate;
/plugin/jcapture/src/com/hammurapi/jcapture/
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/
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/
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/
DREADME.md32 through 2018-04-22 “Greebo”, as well as “Hogfather” up to release candidate 3.
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js2156 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 …]
/plugin/authdrupal8/
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/
Dsimplepeer9.10.0.min.js6candidate&&(this._pc.remoteDescription&&this._pc.remoteDescription.type?this._addIceCandidate(e.ca… property
/plugin/asciidocjs/node_modules/resolve/
Dreadme.markdown104 * `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…
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12