Home
last modified time | relevance | path

Searched refs:results (Results 76 – 100 of 377) sorted by relevance

12345678910>>...16

/plugin/googlemaps3/
H A Dscript.js82 geocoder.geocode({'address': options.lng}, function(results, status) { argument
84 attachMarker(map, options, results[0].geometry.location);
92 geocoder.geocode({'address': address}, function(results, status) { argument
94 map.setCenter(results[0].geometry.location);
/plugin/farmsync/meta/
H A DTemplateUpdates.php18 $this->results[$target]['passed'][] = $result;
24 $this->results[$target]['passed'][] = $result;
30 $this->results[$target]['passed'][] = $result;
35 $this->results[$target]['failed'][] = $result;
H A DStructUpdates.php14 $this->results[$target]['failed'][] = $result;
16 $this->results[$target]['passed'][] = $result;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php31 $results = [];
35 array_pop($results);
37 $results[] = $segment;
41 $newPath = implode('/', $results);
/plugin/searchcombinedgoogle/
H A Dplugin.info.txt8 desc Combines the search results from google with the intern search results.
/plugin/spatialhelper/
H A Daction.php205 $results = [];
209 $results = $helper->findNearbyLatLon($INPUT->param('lat'), $INPUT->param('lon'));
211 $results = $helper->findNearby($INPUT->str('geohash'));
213 $results = ['error' => hsc($this->getLang('invalidinput'))];
221 $this->printJSON($results);
226 $this->printHTML($results, $showMedia);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php499 $results = [];
501 … $results[] = $this->validateParamFilters($vProperties, $filter['param-filters'], $filter['test']);
508 … $results[] = $this->validateTextMatches($texts, $filter['text-matches'], $filter['test']);
511 if (count($results) === 1) {
512 $success = $results[0];
515 $success = $results[0] || $results[1];
517 $success = $results[0] && $results[1];
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php543 $results = [];
545 … $results[] = $this->validateParamFilters($vProperties, $filter['param-filters'], $filter['test']);
552 … $results[] = $this->validateTextMatches($texts, $filter['text-matches'], $filter['test']);
555 if (count($results) === 1) {
556 $success = $results[0];
559 $success = $results[0] || $results[1];
561 $success = $results[0] && $results[1];
/plugin/fetchmedia/action/
H A Dajax.php89 $results = $this->downloadExternalFile($pageId, $link);
94 return $results;
270 $results = [];
273 $results[] = $instruction;
276 return $results;
/plugin/farmer/css/
H A Dchosen.less160 .chosen-container .chosen-results {
170 .chosen-container .chosen-results li {
179 .chosen-container .chosen-results li.active-result {
183 .chosen-container .chosen-results li.disabled-result {
188 .chosen-container .chosen-results li.highlighted {
197 .chosen-container .chosen-results li.no-results {
202 .chosen-container .chosen-results li.group-result {
207 .chosen-container .chosen-results li.group-option {
210 .chosen-container .chosen-results l
[all...]
/plugin/semanticdata/phpSesame/
H A DresultFormats.php31 foreach($this->xml->results->result as $result)
75 foreach($this->xml->results->result as $result)
/plugin/directions/syntax/
H A Dcommon.php121 $results .= dir_prettyPrintResults($fanIn, $fanInOnly, $fanOut, $fanOutOnly);
125 …$results .= '<span class="notify">To view the graph the graphviz plug-in must be installed.</span>…
128 $results .= dir_generateGraph($info, $graph);
132 return $results;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuild.php329 public function setResults(Results $results) argument
331 $this->results = $results;
338 return $this->results;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Build.php329 public function setResults(ContaineranalysisGoogleDevtoolsCloudbuildV1Results $results) argument
331 $this->results = $results;
338 return $this->results;
/plugin/facebookalbum/
H A Dsyntax.php179 $results = $facebook->api($param);
180 $album_results = $results[0]['fql_result_set'];
181 $cover_results = $results[1]['fql_result_set'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php144 'max-results' => [
211 'max-results' => [
260 'max-results' => [
283 'max-results' => [
336 'max-results' => [
374 'max-results' => [
421 'max-results' => [
489 'max-results' => [
605 'max-results' => [
761 'max-results' => [
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php46 * @param Result[] $results
48 public function __construct(Response $response, Query $query, $results) argument
52 $this->_results = $results;
56 * Returns all results.
81 * Returns true if the response contains suggestion results; false otherwise.
93 * @return array suggest results
113 * Returns all aggregation results.
161 * Returns the max score of the results found.
183 * @See: https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#search-after
/plugin/ckgdoku/
H A Dscript.js208 function HTMLParser_test_result(results) { argument
211 for ( i=0; i < results.length; i++) {
212 var character = results.charAt(i);
213 if(results.charCodeAt(i) == 10)
215 if(results.charCodeAt(i) == 32)
220 if(results.charCodeAt(i) == 10) {
/plugin/authhttp/
H A Dauth.php139 if (preg_match($this->usernameregex, $user, $results)) {
140 return $results[0];
/plugin/issuetracker/
H A Dprototype.js293 return results;
300 return results;
1071 return results;
3986 results = results || [];
3994 return results;
4077 results.push.apply( results, checkSet );
4100 return results;
4110 if ( results[i] === results[i-1] ) {
4117 return results;
4633 if ( results ) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php666 $results = $this->sftp->stat($this->path);
667 if ($results === false) {
670 return $results;
709 … $results = $flags & STREAM_URL_STAT_LINK ? $this->sftp->lstat($path) : $this->sftp->stat($path);
710 if ($results === false) {
714 return $results;
/plugin/ckgedit/
H A Dscript.js232 function HTMLParser_test_result(results) { argument
235 for ( i=0; i < results.length; i++) {
236 var character = results.charAt(i);
237 if(results.charCodeAt(i) == 10)
239 if(results.charCodeAt(i) == 32)
244 if(results.charCodeAt(i) == 10) {
/plugin/yql/
H A Dsyntax.php157 if (is_null($json_result->query->results)) {
162 if (!isset($json_result->query->results->$item_name)) {
168 foreach ($json_result->query->results->$item_name as $item) {
/plugin/sphinxsearch-was/
H A Dchangelog3 * Moved "Matching pagenames" to the top of the search and made the search results full width.
39 * Added grouping search results by page with nested subsections
42 * Added namespaces list in sidebar of search results
/plugin/docimporter/
H A DImportUtils.php130 $results = array();
168 $results[$clean_start] = array("sentence" => $clean_sentence, "count" => $count);
175 return $results;

12345678910>>...16