| /plugin/userimportextended/ |
| D | admin.php | 244 * @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/newpagefill/ |
| H A D | action.php | 89 $candidate = rawurldecode((string)end($segments)); 90 if ($candidate === $conf['start']) { 93 $candidate = rawurldecode((string)end($segments)); 96 $candidate = str_replace($conf['sepchar'], ' ', $candidate); 97 $candidate = str_replace('_', ' ', $candidate); 98 return ucfirst($candidate);
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | remove-duplicate-media-queries.js | 8 var candidate; 20 candidate = candidates[key]; 22 if (candidate) { 23 candidate[2] = [];
|
| D | merge-media-queries.js | 23 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/ |
| 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/botmon/ |
| H A D | captcha.js | 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;
|
| /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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
| 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/dirtylittlehelper/mermaid/editor/docs/ |
| D | 2.2.js | 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 …]
|
| D | 4.4.js.map | 1 …candidate = event;\n return candidate !== undefined && candidate !== null &&\n t…
|
| D | json.worker.js.map | 1 …candidate = pending[i];\n if (candidate.id === e.data.vscodeSetImmediateId) {\n…
|
| D | 3.3.js.map | 1 …candidate = value;\n return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.…
|
| D | 2.2.js.map | 1 …candidate = value;\n return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.…
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| 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/ |
| 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/asciidocjs/node_modules/yargs/build/lib/ |
| D | validation.js | 277 for (let i = 0, candidate; (candidate = potentialCommands[i]) !== undefined; i++) { 278 const d = distance(cmd, candidate); 281 recommended = candidate;
|
| /plugin/extranet/ |
| D | helper.php | 155 foreach ($candidates as $candidate) { 156 if ((bool)@preg_match($matchRegex, $candidate)) return true;
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
| D | ErrorHandler.php | 184 foreach ($this->uncaughtExceptionLevelMap as $class => $candidate) { 186 $level = $candidate;
|
| /plugin/pagesicon/ |
| H A D | README_EN.md | 24 - `icon_name`: candidate filenames for the `big` icon, separated by `;`, with support for `~pagenam… 25 - `icon_thumbnail_name`: candidate filenames for the `small` icon, separated by `;`, with support f…
|
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| 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/ |
| 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/ |
| 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/ |
| D | README.md | 32 through 2018-04-22 “Greebo”, as well as “Hogfather” up to release candidate 3.
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | compress.js | 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 …]
|
| /plugin/authdrupal8/ |
| 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.
|