| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | merge-non-adjacent-by-body.js | 26 function removeAnyUnsafeElements(left, candidates) { argument 29 for (var body in candidates) { 30 var right = candidates[body]; 34 delete candidates[body]; 46 var candidates = {}; 54 candidates = {}; 57 removeAnyUnsafeElements(token, candidates); 60 var oldToken = candidates[candidateBody]; 73 candidates[candidateBody] = null; 76 candidates[serializeBody(token[2])] = token;
|
| D | reduce-non-adjacent.js | 17 var candidates = {}; 40 if (!candidates[selector]) 41 candidates[selector] = []; 45 candidates[selector].push({ 54 reduceSimpleNonAdjacentCases(tokens, repeated, candidates, options, context); 55 reduceComplexNonAdjacentCases(tokens, candidates, options, context); 68 function reduceSimpleNonAdjacentCases(tokens, repeated, candidates, options, context) { argument 80 var data = candidates[selector]; 89 function reduceComplexNonAdjacentCases(tokens, candidates, options, context) { argument 105 for (var complexSelector in candidates) { [all …]
|
| D | merge-media-queries.js | 13 var candidates = {}; 23 var candidate = candidates[key]; 26 candidates[key] = candidate; 32 for (var name in candidates) { 33 var positions = candidates[name];
|
| D | remove-duplicate-media-queries.js | 7 var candidates = {}; 20 candidate = candidates[key]; 26 candidates[key] = token;
|
| D | restructure.js | 203 var candidates = []; 221 candidates.push(value); 224 if (candidates.length < 2) 227 for (j = candidates.length - 1; j >= 0; j--) { 229 if (movedProperties[k][4] == candidates[j]) {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
| D | StringHparamSearchSpace.php | 26 public $candidates; variable in Google\\Service\\Bigquery\\StringHparamSearchSpace 31 public function setCandidates($candidates) argument 33 $this->candidates = $candidates; 40 return $this->candidates;
|
| D | DoubleCandidates.php | 23 public $candidates; variable in Google\\Service\\Bigquery\\DoubleCandidates 25 public function setCandidates($candidates) argument 27 $this->candidates = $candidates; 31 return $this->candidates;
|
| D | IntCandidates.php | 26 public $candidates; variable in Google\\Service\\Bigquery\\IntCandidates 31 public function setCandidates($candidates) argument 33 $this->candidates = $candidates; 40 return $this->candidates;
|
| D | IntArrayHparamSearchSpace.php | 29 public function setCandidates($candidates) argument 31 $this->candidates = $candidates; 38 return $this->candidates;
|
| D | IntHparamSearchSpace.php | 30 public function setCandidates(IntCandidates $candidates) argument 32 $this->candidates = $candidates; 39 return $this->candidates;
|
| D | DoubleHparamSearchSpace.php | 30 public function setCandidates(DoubleCandidates $candidates) argument 32 $this->candidates = $candidates; 39 return $this->candidates;
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/ |
| D | merge-into-shorthands.js | 16 var candidates = {}; 44 invalidateOrCompact(properties, i, candidates, validator); 50 candidates[componentOf] = candidates[componentOf] || {}; 51 candidates[componentOf][property.name] = property; 56 invalidateOrCompact(properties, i, candidates, validator); 59 function invalidateOrCompact(properties, position, candidates, validator) { argument 65 for (shorthandName in candidates) { 71 candidateComponents = candidates[shorthandName]; 72 if (invalidatedBy && invalidates(candidates, shorthandName, invalidatedBy)) { 73 delete candidates[shorthandName]; [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/ |
| D | ESLintSniff.php | 78 $candidates = glob('.eslintrc{.js,.yaml,.yml,.json}', GLOB_BRACE); 79 if (empty($candidates) === false) { 80 $configFile = $candidates[0];
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/ |
| D | Contest.php | 149 public function setCandidates($candidates) argument 151 $this->candidates = $candidates; 158 return $this->candidates;
|
| /plugin/fckg/fckeditor/editor/plugins/range/ |
| D | fckplugin.js | 311 var nodes=null, candidates=[], children, el, parent, rng; 327 candidates[candidates.length]=el; 334 candidates[candidates.length]=children[j]; 338 for(var ii=0, r2; ii<candidates.length; ii++) { 339 r2=createRangeFromElement(candidates[ii]); 341 nodes[nodes.length]=candidates[ii];
|
| /plugin/schulzevote/syntax/ |
| D | vote.php | 72 $candidates = array(); 77 $candidates[] = $line; 82 $hlp->createVote($candidates); 84 return array('candy' => $candidates, 'opts' => $opts);
|
| /plugin/schulzevote/ |
| D | helper.php | 201 function createVote($candidates) { argument 202 if ($candidates !== $this->candys) { 203 $this->candys = $candidates;
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_CivicInfoService.php | 330 public $candidates; variable in Google_Contest 355 public function setCandidates(/* array(Google_Candidate) */ $candidates) { argument 356 $this->assertIsArray($candidates, 'Google_Candidate', __METHOD__); 357 $this->candidates = $candidates; 360 return $this->candidates;
|
| /plugin/mizarverifiabledocs/ |
| H A D | action.php | 114 $candidates = [ 122 $candidates = [ 126 foreach ($candidates as $p) {
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | output.js | 1869 var candidates = [ str ]; 1872 candidates.push("-0x" + (-num).toString(16).toLowerCase()); 1874 candidates.push("0x" + num.toString(16).toLowerCase()); 1881 candidates.push(digits + "e-" + (digits.length + len - 1)); 1884 candidates.push(str.slice(0, -len) + "e" + len); 1886 candidates.push(match[1] + match[2] + "e" + (match[3] - match[2].length)); 1888 return best_of(candidates);
|
| /plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
| D | Plugin.php | 1286 $candidates = $this->server->getPropertiesForPath( 1292 foreach ($candidates as $candidate) {
|
| /plugin/sphinxsearch-was/ |
| H A D | INSTALL | 55 search is updated on a daily basis. Other candidates include other cron directories
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 18312 var candidates = null; 18343 candidates = null; 18368 if (!candidates || !cycle || offset != lastOffset) 18394 candidates = null; 18398 candidates = null; 18437 candidates = []; 18445 candidates.push(name); 18455 candidates.push(name); 18459 lastIndex = reverse ? candidates.length-1 : 0; 18490 candidates = cloneArray(values); [all …]
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 4849 …oCompleter=function(getExprOffset,getRange,evaluator,selectMode,caseSensitive){var candidates=null; 4866 this.reset=function(){candidates=null; 4877 }if(!candidates||!cycle||offset!=lastOffset){originalOffset=offset; 4889 }else{if(lastExpr&&lastExpr.indexOf(expr)!=0){candidates=null 4890 }else{if(lastExpr&&lastExpr.length>=expr.length){candidates=null; 4902 }if(expr){candidates=[]; 4906 if(name.indexOf&&name.indexOf(expr)==0){candidates.push(name) 4911 if(name.indexOf&&name.toLowerCase().indexOf(lowerExpr)==0){candidates.push(name) 4912 }}}lastIndex=reverse?candidates.length-1:0 4923 candidates=cloneArray(values); [all …]
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 4860 …oCompleter=function(getExprOffset,getRange,evaluator,selectMode,caseSensitive){var candidates=null; 4877 this.reset=function(){candidates=null; 4888 }if(!candidates||!cycle||offset!=lastOffset){originalOffset=offset; 4900 }else{if(lastExpr&&lastExpr.indexOf(expr)!=0){candidates=null 4901 }else{if(lastExpr&&lastExpr.length>=expr.length){candidates=null; 4913 }if(expr){candidates=[]; 4917 if(name.indexOf&&name.indexOf(expr)==0){candidates.push(name) 4922 if(name.indexOf&&name.toLowerCase().indexOf(lowerExpr)==0){candidates.push(name) 4923 }}}lastIndex=reverse?candidates.length-1:0 4934 candidates=cloneArray(values); [all …]
|