/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A 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;
|
H A 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;
|
H A 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;
|
H A D | IntArrayHparamSearchSpace.php | 29 public function setCandidates($candidates) argument 31 $this->candidates = $candidates; 38 return $this->candidates;
|
H A D | DoubleHparamSearchSpace.php | 30 public function setCandidates(DoubleCandidates $candidates) argument 32 $this->candidates = $candidates; 39 return $this->candidates;
|
H A D | IntHparamSearchSpace.php | 30 public function setCandidates(IntCandidates $candidates) argument 32 $this->candidates = $candidates; 39 return $this->candidates;
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/ |
H A 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/ |
H A D | Contest.php | 149 public function setCandidates($candidates) argument 151 $this->candidates = $candidates; 158 return $this->candidates;
|
/plugin/fckg/fckeditor/editor/plugins/range/ |
H A 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/ |
H A D | vote.php | 72 $candidates = array(); 77 $candidates[] = $line; 82 $hlp->createVote($candidates); 84 return array('candy' => $candidates, 'opts' => $opts);
|
/plugin/schulzevote/ |
H A D | helper.php | 201 function createVote($candidates) { argument 202 if ($candidates !== $this->candys) { 203 $this->candys = $candidates;
|
/plugin/authgoogle/google/contrib/ |
H A 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/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A 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/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 4866 this.reset=function(){candidates=null; 4889 }else{if(lastExpr&&lastExpr.indexOf(expr)!=0){candidates=null 4902 }if(expr){candidates=[]; 4912 }}}lastIndex=reverse?candidates.length-1:0 4923 candidates=cloneArray(values); 4926 candidates=[]; 4929 ++i){if(values[i].substr){candidates.push(values[i]) 4933 }if(!candidates.length){return 4934 }if(lastIndex>=candidates.length){lastIndex=0 4935 }else{if(lastIndex<0){lastIndex=candidates.length-1 [all …]
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 18312 var candidates = null; 18343 candidates = null; 18394 candidates = null; 18398 candidates = null; 18437 candidates = []; 18490 candidates = cloneArray(values); 18496 candidates = []; 18512 if (!candidates.length) 18515 if (lastIndex >= candidates.length) 18518 lastIndex = candidates.length-1; [all …]
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 4860 Firebug.AutoCompleter=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 [all...] |
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 2.2.js | 30949 var candidates = []; 30953 candidates.push({ property: p.name, score: score }); 30957 candidates.sort(function (a, b) { 30961 for (var _i = 0, candidates_1 = candidates; _i < candidates_1.length; _i++) { 34241 function matches(value, candidates) { argument 34242 for (var _i = 0, candidates_1 = candidates; _i < candidates_1.length; _i++) {
|
H A D | 2.2.js.map | 1 …candidates = [];\n this.cssDataManager.getProperties().forEach(function (p) {\n …
|
H A D | bundle.js.map | 1 …candidates function below.\n if (vLabel.lim > wLabel.lim) {\n tailLabel = wLabel;\n flip = …
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …candidates","isDescendant","flipped","updateRanks","rootLabel","postorderNums","pathData","lca","v…
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|