Home
last modified time | relevance | path

Searched refs:namespaces (Results 51 – 75 of 228) sorted by last modified time

12345678910

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/
H A Dclasses.asciidoc5 This is a complete list of namespaces and their associated endpoints.
H A Dnamespaces.asciidoc5 This is a complete list of available namespaces:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc19 * <<namespaces>>
42 include::namespaces.asciidoc[]
/plugin/changes/
H A Dsyntax.php327 // filter included namespaces
332 // filter excluded namespaces
358 * Check if page belongs to one of namespaces in the list
360 * @param array $namespaces
364 protected function isInNamespace($namespaces, $id)
366 foreach ($namespaces as $ns) {
362 isInNamespace($namespaces, $id) global() argument
/plugin/sync/lang/en/
H A Dintro.txt3 …n be setup using synchronization profiles. Synchronization can be restricted to certain namespaces.
/plugin/sync/lang/es/
H A Dintro.txt3 …as usando perfiles de sincronización. La Sincronización puede ser restringida a ciertos namespaces.
/plugin/catlist/
H A Dplugin.info.txt6 desc List pages and namespaces recursively
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md118 * #13: Better support for xml with no namespaces. (@kalmas)
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md572 * New: VObject library now uses PHP 5.3 namespaces.
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md47 2. Use PHP namespaces everywhere.
/plugin/indexmenu/
H A DCREDITS16 Resolved incorrect namespaces levels bug.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
H A DListNamespacesResponse.php33 public function setNamespaces($namespaces) argument
35 $this->namespaces = $namespaces;
42 return $this->namespaces;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceDirectory.php108 'namespaces',
112 'path' => 'v1/{+parent}/namespaces',
156 'path' => 'v1/{+parent}/namespaces',
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md229 - Various namespaces have been removed or renamed.
H A DCHANGELOG.md1078 * Broke the project into smaller top-level namespaces to be more component friendly
1255 * Allowing the use of dot notation for class namespaces when using instance_of constraint
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DNamespaces.php26 public $namespaces; variable in Google\\Service\\BackupforGKE\\Namespaces
31 public function setNamespaces($namespaces) argument
33 $this->namespaces = $namespaces;
40 return $this->namespaces;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DebugMask.php38 public $namespaces; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DebugMask
105 public function setNamespaces($namespaces) argument
107 $this->namespaces = $namespaces;
114 return $this->namespaces;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js10463 function getNsAttrs(namespaces) { argument
10895 var namespaces = this.namespaces,
10899 if (!namespaces) {
10903 this.namespaces = namespaces = new Namespaces(parentNamespaces);
10905 namespaces = parentNamespaces;
10909 return namespaces;
10921 namespaces.add(ns, wellknown);
10958 ns = namespaces.byUri(uri);
10973 namespaces.mapPrefix(prefix, uri);
11028 namespaces = this.namespaces;
[all …]
H A Dbpmn-modeler.production.min.js7namespaces,i=this.parent;return n||(t=i&&i.getNamespaces(),e||!t?this.namespaces=n=new Yi(t):n=t),…
/plugin/xcom/lang/en/
H A Dfunctions.txt139 …-namespaces under the specified namespace id. If the namespace id is left blank, the listing will …
H A Dhowto.txt43 … will be copied to the local server. All will be copied to the correct namespaces, including the p…
/plugin/move/lang/nl/
H A Dtree.txt3 Met dit interface kun je de namespaces, pagina's en mediabestanden verplaatsen door te slepen
/plugin/move/lang/en/
H A Dtree.txt3 This interface allows you to rearrange your wiki's namespaces, pages and media files via Drag'n'Drop.
5 In order to move many namespaces, pages or media files to the same destination, you can use the checkboxes as follows:
6 * check the namespaces, pages or media files you want to move;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md233 * In namespaces and class names, "GeoIP2" was renamed to "GeoIp2" to improve

12345678910