Home
last modified time | relevance | path

Searched refs:discovery (Results 1 – 22 of 22) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DNote.php151 public function setDiscovery(DiscoveryNote $discovery) argument
153 $this->discovery = $discovery;
160 return $this->discovery;
H A DOccurrence.php146 public function setDiscovery(DiscoveryOccurrence $discovery) argument
148 $this->discovery = $discovery;
155 return $this->discovery;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DOccurrence.php146 public function setDiscovery(DiscoveryOccurrence $discovery) argument
148 $this->discovery = $discovery;
155 return $this->discovery;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DTrafficDirectorService.php41 public $discovery; variable in Google\\Service\\TrafficDirectorService
63 'discovery',
67 'path' => 'v2/discovery:client_status',
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md443 …enerally automatically generated from the API discovery documents: https://developers.google.com/d…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md924 …IE9-10] [Enhanced Image](http://ckeditor.com/addon/image2): Fixed buggy discovery of image dimensi…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1344 …] [Enhanced Image](https://ckeditor.com/cke4/addon/image2): Fixed buggy discovery of image dimensi…
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DREADME.md9 the triggered deprecations can be caught and logged for later discovery, both on dev and prod environments.
/plugin/diagramsnet/lib/img/
H A DLICENSE79 …ate the violation is cured, provided it is cured within 30 days of Your discovery of the violation…
/plugin/diagramsnet/lib/stencils/
H A DLICENSE79 …ate the violation is cured, provided it is cured within 30 days of Your discovery of the violation…
/plugin/diagramsnet/lib/templates/
H A DLICENSE79 …ate the violation is cured, provided it is cured within 30 days of Your discovery of the violation…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …ct(row), i, columns);\n };\n}\n\n// Compute unique columns in order of discovery.\nfunction infer…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …ct(row), i, columns);\n };\n}\n\n// Compute unique columns in order of discovery.\nfunction infer…
/plugin/elasticsearch/
H A Ddocker-compose.yml9 - 'discovery.type=single-node'
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh36 --env discovery.seed_hosts=$master_node_name
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md59 - Configurable, automatic discovery of cluster nodes
457 You'll also notice that the client is configured in a manner that facilitates easy discovery via the IDE. All core actions are available under the `$client` object (indexing, searching, getting, etc.). Index and cluster management are located under the `$client->indices()` and `$client->cluster()` objects, respectively.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc228 easy discovery via your IDE. All core actions are available under the `$client`
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A DREADME.md9 the triggered deprecations can be caught and logged for later discovery, both on dev and prod environments.
/plugin/oauthazure/
H A DAzure.php55 $this->discovery = json_decode($json, true);
57 if (!isset($this->discovery[$endpoint])) return '';
58 return $this->discovery[$endpoint];
/plugin/oauthkeycloak/
H A DKeycloak.php32 protected $discovery; variable in dokuwiki\\plugin\\oauthkeycloak\\Keycloak
41 if (!isset($this->discovery)) {
45 $this->discovery = json_decode($json, true);
47 if (!isset($this->discovery[$endpoint])) return '';
48 return $this->discovery[$endpoint];
/plugin/tuxquote/
H A Dquotes.txt613 The obstacle to discovery is not ignorance, but the illusion of knowledge.
2721 The world always makes the assumption that the exposure of an error is identical with the discovery
3051 The story of modern America begins With the discovery of the white man by The Indians. <BR> -- Mars…
4152 …ust consist of particles exceptionally small and smooth and round. This discovery, my dear fellow,…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md588 * #610: Don't allow discovery of arbitrary files using `..` in the browser