Home
last modified time | relevance | path

Searched refs:results (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DWebDriverException.php12 private $results; variable in Facebook\\WebDriver\\Exception\\WebDriverException
16 * @param mixed $results
18 public function __construct($message, $results = null) argument
21 $this->results = $results;
29 return $this->results;
37 * @param mixed $results
87 public static function throwException($status_code, $message, $results) argument
93 throw new ElementClickInterceptedException($message, $results);
95 throw new ElementNotInteractableException($message, $results);
97 throw new InsecureCertificateException($message, $results);
[all …]
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DUtils.php98 $results = [];
100 $results[$key] = self::inspect($promise);
103 return $results;
119 $results = [];
121 $results[$key] = $promise->wait();
124 return $results;
140 $results = [];
143 function ($value, $idx) use (&$results): void {
144 $results[$idx] = $value;
149 )->then(function () use (&$results) {
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
DUtils.php108 $results = [];
110 $results[$key] = inspect($promise);
113 return $results;
132 $results = [];
134 $results[$key] = $promise->wait();
137 return $results;
155 $results = [];
158 function ($value, $idx) use (&$results) {
159 $results[$idx] = $value;
164 )->then(function () use (&$results) {
[all …]
/plugin/ckgedit/scripts/
Dparse_wiki.js.unc13 results = results.replace(regex, function(m) {
19 if (results.match(regex)) return true;
22 if (results.match(regex)) return true;
25 if (results.match(regex)) return true;
28 if (results.match(regex)) return true;
102 results += "\n";
104 results += "\n";
107 results += type;
110 results += " ";
113 results += rows[i][col].text;
[all …]
/plugin/ckgdoku/scripts/
Dparse_wiki.js.unc13 results = results.replace(regex, function(m) {
19 if(results.match(regex)) return true;
22 if(results.match(regex)) return true;
25 if(results.match(regex)) return true;
28 if(results.match(regex)) return true;
91 results+="\n";
93 results+="\n";
96 results+= type;
99 results += " ";
102 results += rows[i][col].text;
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DGoogleGeocode.php80 foreach ($this->result->results as $delta => $item) {
87 foreach ($this->result->results as $delta => $item) {
138 return $this->result->results[0]->formatted_address;
140 return $this->result->results[0]->address_components;
142 return $this->result->results[0];
149 return $this->result->results;
167 $lat = $this->result->results[$delta]->geometry->location->lat;
168 $lon = $this->result->results[$delta]->geometry->location->lng;
187 $lat = $this->result->results[$delta]->geometry->bounds->northeast->lat;
188 $lon = $this->result->results[$delta]->geometry->bounds->southwest->lng;
[all …]
/plugin/farmsync/meta/
DEntityUpdates.php9 protected $results; variable in dokuwiki\\plugin\\farmsync\\meta\\EntityUpdates
29 $this->results[$target]['passed'] = array();
30 $this->results[$target]['failed'] = array();
42 return count($this->results[$animal]['failed']);
48 if (!empty($this->results[$animal]['failed'])) {
51 foreach ($this->results[$animal]['failed'] as $result) {
59 if (!empty($this->results[$animal]['passed'])) {
63 foreach ($this->results[$animal]['passed'] as $result) {
84 return $this->results;
/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/
DDefaultBuilder.php17 $results = $this->buildResults($response);
19 return new ResultSet($response, $query, $results);
30 $results = [];
33 return $results;
37 $results[] = new Result($hit);
40 return $results;
/plugin/judge/helper/
Dcrud.php31 $results = $this->getSubmissions($data, $sort);
33 if (!$results) {
44 while ($row = $results->fetchArray()) {
55 while ($row = $results->fetchArray()) {
79 while ($row = $results->fetchArray()) {
130 $results = $this->db->query($query);
131 if (!is_array($results->fetchArray())) {
134 $results->reset();
135 return $results;
173 $results = $this->getSubmissions($data);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SmartDeviceManagement/
DGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse.php25 public $results; variable in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse
30 public function setResults($results) argument
32 $this->results = $results;
39 return $this->results;
/plugin/settingstree/
Dhelper.php255 function saveLevel($pluginname,$folder,$data,&$results){ argument
259 $results['error'] = false;
260 $results['msg'] = $this->getLang('changes_saved');
261 $results['success'] = true;
263 $results['error'] = true;
264 $results['msg'] = $this->getLang('invalid_values')."<br/>".$this->getLang('changes_not_saved');
265 $results['success'] = false;
269 function exportLevel($pluginname,$folder,$data,&$results,$options){ argument
273 $results['error'] = false;
274 $results['values'] = $level->getAllValues();
[all …]
/plugin/fckg/
Dadmin.php11 private $results; variable in admin_plugin_fckg
21 $this->results = "<h2>Plugins</h3><ol><li>$list</ol>";
23 else $this->results="<h3>No applicable plugins found</h3>";
28 if($this->results) {
29 ptln('<p><br />' .$this->results . '</p>');
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DTraversalTrait.php59 $results = $this->newNodeList();
62 return $results;
68 $results = $results->merge(
73 return $results;
244 $results = $this->collection()->reduce(function($carry, $node) use ($selector) {
252 return $results;
261 $results = $this->collection()->reduce(function($carry, $node) {
267 return $results;
276 $results = $this->_walkPathUntil('parentNode', null, $selector, self::$MATCH_TYPE_FIRST);
278 return $this->result($results);
[all …]
/plugin/asciidocjs/node_modules/async/
DreflectAll.js82 var results;
84 results = tasks.map(_reflect2.default);
86 results = {};
88 results[key] = _reflect2.default.call(this, tasks[key]);
91 return results;
/plugin/fuzzysearch/
H A Dstyle.css10 .fuzzysearch-results {
18 .fuzzysearch-results li {
24 .fuzzysearch-results li:hover,
25 .fuzzysearch-results li.highlighted {
30 .fuzzysearch-results a {
36 .fuzzysearch-results a:hover {
/plugin/tagging/action/
H A Dsearch.php285 $results = '<div class="search_quickresult">';
286 $results .= '<h2>' . $this->getLang('search_suggestions') . '</h2>';
287 $results .= '<ul class="search_quickhits">';
290 $results .= '<li><div class="li">';
291 $results .= $this->getSettingsLink('#' . $tag, 'q', '#' . $tag);
292 $results .= '</div></li>';
294 $results .= '</ul>';
295 $results .= '<div class="clearer"></div>';
296 $results .= '</div>';
300 … $event->data = preg_replace('/<div class="nothing">.*?<\/div>/', $results, $event->data, 1);
[all …]
/plugin/asciidocjs/node_modules/chalk/source/
Dtemplates.js36 const results = [];
43 results.push(number);
45results.push(matches[2].replace(ESCAPE_REGEX, (m, escape, character) => escape ? unescape(escape) …
51 return results;
57 const results = [];
65 results.push([name].concat(args));
67 results.push([name]);
71 return results;
/plugin/asciidocjs/node_modules/async/internal/
Dfilter.js27 var results = [];
29 if (truthValues[i]) results.push(arr[i]);
31 callback(null, results);
36 var results = [];
41 results.push({ index, value: x });
47 callback(null, results.sort((a, b) => a.index - b.index).map(v => v.value));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
DBatchUpdatePhotosResponse.php29 public function setResults($results) argument
31 $this->results = $results;
38 return $this->results;
DBatchGetPhotosResponse.php29 public function setResults($results) argument
31 $this->results = $results;
38 return $this->results;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3BatchRunTestCasesResponse.php29 public function setResults($results) argument
31 $this->results = $results;
38 return $this->results;
DGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse.php29 public function setResults($results) argument
31 $this->results = $results;
38 return $this->results;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
DSearchResponse.php29 public function setResults($results) argument
31 $this->results = $results;
38 return $this->results;
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/src/
Dhelpers.php61 $results = array();
66 $results[$innerKey] = $innerValue;
69 return $results;
96 $results = array();
100 $results = array_merge($results, dot($value, $prepend . $key . '.'));
102 $results[$prepend . $key] = $value;
106 return $results;
134 $results = array();
139 $results[] = $value[$segment];
143 $array = array_values($results);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
DRecognizeResponse.php33 public function setResults($results) argument
35 $this->results = $results;
42 return $this->results;

12345678910>>...20