Home
last modified time | relevance | path

Searched refs:results (Results 126 – 150 of 377) sorted by last modified time

12345678910>>...16

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1SearchCatalogResponse.php51 public function setResults($results) argument
53 $this->results = $results;
60 return $this->results;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1829 …$results = preg_split('#((?:^|, *|/)(?:C=|O=|OU=|CN=|L=|ST=|SN=|postalCode=|streetAddress=|emailAd…
1830 for ($i = 1; $i < count($results); $i += 2) {
1831 $prop = trim($results[$i], ', =/');
1832 $value = $results[$i + 1];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPolicySimulator.php104 'results',
108 'path' => 'v1/{+parent}/results',
203 'results',
207 'path' => 'v1/{+parent}/results',
261 'results',
265 'path' => 'v1/{+parent}/results',
H A DDialogflow.php1516 'results',
1530 'path' => 'v3/{+parent}/results',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTrainingRun.php107 public function setResults($results) argument
109 $this->results = $results;
116 return $this->results;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/
H A DAchievementResetAllResponse.php47 public function setResults($results) argument
49 $this->results = $results;
56 return $this->results;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p1beta1ProductSearchResults.php63 public function setResults($results) argument
65 $this->results = $results;
72 return $this->results;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SearchResponse.php171 public function setResults($results) argument
173 $this->results = $results;
180 return $this->results;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DSearchResponse.php47 public function setResults($results) argument
49 $this->results = $results;
56 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/structtemplate/
H A DREADME.md4 Use struct data to fill in a template, as many times as there are results.
H A Dplugin.info.txt6 desc Use struct data to fill in a template, as many times as there are results.
/plugin/bpmnioeditor/
H A Dstyle.css765 .djs-search-results {
771 .djs-search-results:hover {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js23041 var results = [];
23048 results.push(src[i]);
23056 results = results.sort();
23058 results = results.sort(function sortUniqueArray(a, b) {
23064 return results;
H A Ddiagram-js.css760 .djs-search-results {
766 .djs-search-results:hover {
/plugin/xcom/lang/en/
H A Dfunctions.txt6results will include a column containing a hash of the raw wiki contents of each page found. The '…
H A Dhowto.txt17 …* Above the status bar is the output window where the results of the query are displayed. They op…
35 …- ''HTML view'' is used to display wiki pages and to display query results that can be convenient…
56 The results of these queries are formatted as tables in which the first column is an action link. I…
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md69 # Create a paged search, 100 results at a time
H A DCHANGELOG.md41 * Vastly improved memory efficiency and performance in general (especially on large search results).
44 * Add a range retrieval helper class to make it easier to work with ranged results from Active Directory.
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/passpolicy/
H A Dhelper.php521 $results = explode("\n", $list);
522 foreach ($results as $result) {
/plugin/quickstats/lang/en/
H A Dquery.txt19 …- ** Page:** This will accept any whole or part of a page name and will return results for all ma…
38 In the case of output for page queries, there are two results for **accesses**. The one which appe…
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE456 work results from an entity transaction, each party to that
/plugin/strata/
H A Dmanual.txt120 **Optional matches**: Normally, all patterns must be matched for the results to be shown. You can use an ''optional'' block to indicate that some of the patterns are optional, and need not be matched for the results to be shown. All patterns in an optional block must match for the optional block to be used. If any pattern in the block doesn't match, none of the patterns in the block will be used.
124 **Exclusions**: With the ''minus'' block, you can declare that the data is not allowed to match certain patterns. In this case, the results are not allowed to have contact information.
126 **Grouping**: By adding a ''group'' block zero or more variables can be grouped. This means that all results that have the same value for the grouped variable will be merged, and the ungrouped variables will contain multiple values. You can name one variable per line. If the ''group'' is empty //all// results will be merged into a single result.
134 **Caching**: By default, the results you see on the page will be cached. So if you edit other pages, you'll need to refresh the page with the list yourself, or add ''%%~~NOCACHE~~%%'' to force dokuwiki to rerender.
323 A minus block is used to exclude all results for which the patterns in the minus block match.
358 Grouping allows you to collapse multiple results into a single result. All results that have the same value for all variables mentioned in the group block will be merged into a single result. Any variable in the merged result that is not mentioned in the group block will contain multiple values.
377 Any variables not mentioned in the projection are left out of consideration for determining what the results ar
[all...]
/plugin/authhttp/
H A Dauth.php139 if (preg_match($this->usernameregex, $user, $results)) {
140 return $results[0];

12345678910>>...16