Home
last modified time | relevance | path

Searched refs:namespace (Results 151 – 175 of 684) sorted by last modified time

12345678910>>...28

/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md44 * #40: An element with an empty namespace (xmlns="") is not allowed to have a
93 * #26: Renamed the `Sabre\XML` namespace to `Sabre\Xml`. Due to composer magic
94 and the fact that PHP namespace are case-insensitive, this should not affect
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php84 $namespace = isset($elem['attributes']['namespace']) ?
88 $propName = '{' . $namespace . '}' . $elem['attributes']['name'];
/plugin/davcal/vendor/composer/
H A Dautoload_real.php27 foreach ($map as $namespace => $path) {
28 $loader->set($namespace, $path);
32 foreach ($map as $namespace => $path) {
33 $loader->setPsr4($namespace, $path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php205 $namespace,
209 if ($namespace === 'DAV:') {
212 $element = $dom->createElementNS($namespace, 'x:' . $elementName);
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php161 list($namespace, $localName) =
164 if (array_key_exists($namespace, $this->namespaceMap)) {
170 if ($namespace === "") {
174 if (!isset($this->adhocNamespaces[$namespace])) {
177 … $result = $this->startElementNS($this->adhocNamespaces[$namespace], $localName, $namespace);
187 foreach ($this->namespaceMap as $namespace => $prefix) {
253 $namespace,
257 if (array_key_exists($namespace, $this->namespaceMap)) {
266 if (!isset($this->adhocNamespaces[$namespace])) {
270 $this->adhocNamespaces[$namespace],
[all …]
/plugin/indexmenu/
H A DCREDITS10 The root namespace index.
H A Dplugin.info.txt6 desc Show a customizable and sortable index for a namespace
H A Dstyle.css12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
13 a.indexmenu_idx link style of a namespace without url nojs
253 #indexmenu__wiz input#namespace {
/plugin/indexmenu/images/human.png/
H A Dstyle.css12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
13 a.indexmenu_idx link style of a namespace without url nojs
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js85 '<div><label>' + LANG.plugins.indexmenu.namespace + '<input id="namespace" type="text"></label></div>' +
143 if (JSINFO && JSINFO.namespace) {
144 jQuery('#namespace').val(':' + JSINFO.namespace);
282 ns = jQuery('#namespace').val();
328 jQuery('#namespace').trigger('focus');
/plugin/indexmenu/images/thread2/
H A Dstyle.css12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
13 a.indexmenu_idx link style of a namespace without url nojs
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DObjectMeta.php66 public $namespace; variable in Google\\Service\\CloudRun\\ObjectMeta
225 public function setNamespace($namespace) argument
227 $this->namespace = $namespace;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php49 private static $namespace; variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML
349 * @param string $namespace
351 public static function setNamespace($namespace) argument
353 self::$namespace = $namespace;
388 if (empty(static::$namespace)) {
391 $pre = static::$namespace . ':';
392 $post = ':' . static::$namespace;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md21 is now present in the `GuzzleHttp\Psr7` namespace provided by the
53 and placed in the `GuzzleHttp\Handler` namespace. This significantly reduces
61 - Removed the `Event` namespace.
62 - Removed the `Subscriber` namespace.
81 functions under the `GuzzleHttp` namespace. This requires either a Composer
235 Changes per Guzzle 3.x namespace are described below.
239 The `Guzzle\Batch` namespace has been removed. This is best left to
537 The `Guzzle\Iterator` namespace has been removed.
552 `Guzzle\Log` namespace has been removed. Guzzle now relies on
558 The `Guzzle\Parser` namespace has been removed. This was previously used to
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DEntityKey.php29 public $namespace; variable in Google\\Service\\CloudIdentity\\EntityKey
48 public function setNamespace($namespace) argument
50 $this->namespace = $namespace;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DForwardingRuleServiceDirectoryRegistration.php25 public $namespace; variable in Google\\Service\\Compute\\ForwardingRuleServiceDirectoryRegistration
38 public function setNamespace($namespace) argument
40 $this->namespace = $namespace;
H A DGuestAttributesEntry.php29 public $namespace; variable in Google\\Service\\Compute\\GuestAttributesEntry
52 public function setNamespace($namespace) argument
54 $this->namespace = $namespace;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DDocumentOccurrence.php30 public $namespace; variable in Google\\Service\\ContainerAnalysis\\DocumentOccurrence
89 public function setNamespace($namespace) argument
91 $this->namespace = $namespace;
/plugin/authgooglesheets/vendor/composer/
H A Dautoload_real.php38 foreach ($map as $namespace => $path) {
39 $loader->set($namespace, $path);
43 foreach ($map as $namespace => $path) {
44 $loader->setPsr4($namespace, $path);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md37 * PSR-4 autoloading with namespace rooted at `\phpseclib3`
45 * PSR-4 autoloading with namespace rooted at `\phpseclib`
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DWorkflowOperationMetadata.php25 public $namespace; variable in Google\\Service\\CloudSupport\\WorkflowOperationMetadata
38 public function setNamespace($namespace) argument
40 $this->namespace = $namespace;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DDisplayData.php53 public $namespace; variable in Google\\Service\\Dataflow\\DisplayData
172 public function setNamespace($namespace) argument
174 $this->namespace = $namespace;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DFirebaseAppInfo.php37 public $namespace; variable in Google\\Service\\FirebaseManagement\\FirebaseAppInfo
88 public function setNamespace($namespace) argument
90 $this->namespace = $namespace;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
H A DGKE.php33 public $namespace; variable in Google\\Service\\Eventarc\\GKE
74 public function setNamespace($namespace) argument
76 $this->namespace = $namespace;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DNamespacedName.php29 public $namespace; variable in Google\\Service\\BackupforGKE\\NamespacedName
48 public function setNamespace($namespace) argument
50 $this->namespace = $namespace;

12345678910>>...28