Home
last modified time | relevance | path

Searched refs:prefix (Results 101 – 125 of 458) sorted by last modified time

12345678910>>...19

/plugin/davcal/vendor/composer/
H A DClassLoader.php110 if (!$prefix) {
126 $first = $prefix[0];
157 if (!$prefix) {
172 $length = strlen($prefix);
176 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
200 public function set($prefix, $paths) argument
202 if (!$prefix) {
205 $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
220 if (!$prefix) {
223 $length = strlen($prefix);
[all …]
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php187 foreach ($this->namespaceMap as $namespace => $prefix) {
188 $this->writeAttribute(($prefix ? 'xmlns:' . $prefix : 'xmlns'), $namespace);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php38 function getPrincipalsByPrefix($prefix) { argument
40 $prefix = trim($prefix, '/');
41 if ($prefix) $prefix .= '/';
46 if ($prefix && strpos($principal['uri'], $prefix) !== 0) continue;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php49 $prefix = '';
52 $prefix = 'file://';
62 return $prefix.$streamUrl;
67 return $prefix.$streamUrl;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DEnvFromSource.php27 public $prefix; variable in Google\\Service\\CloudRun\\EnvFromSource
48 public function setPrefix($prefix) argument
50 $this->prefix = $prefix;
57 return $this->prefix;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md54 - Context/extra prefix has been removed in favor of letting users configure the exact key being sent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DSchedule.php29 public $prefix; variable in Google\\Service\\Baremetalsolution\\Schedule
52 public function setPrefix($prefix) argument
54 $this->prefix = $prefix;
61 return $this->prefix;
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php120 if (!$prefix) {
136 $first = $prefix[0];
167 if (!$prefix) {
182 $length = strlen($prefix);
186 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
210 public function set($prefix, $paths) argument
212 if (!$prefix) {
215 $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
230 if (!$prefix) {
233 $length = strlen($prefix);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DKgsearch.php85 'prefix' => [
H A DStorage.php308 'prefix' => [
1128 'prefix' => [
1409 'prefix' => [
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php95 $prefix = "";
105 $prefix = "#";
111 $prefix = "/";
116 $prefix = ".";
122 $prefix = ";";
127 $prefix = "?";
132 $prefix = "&";
139 $data = $prefix . $data;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php336 foreach (['lifetime', 'prefix'] as $key) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php105 $prefix = self::$operatorHash[$parsed['operator']]['prefix'];
201 if ($ret && $prefix) {
202 return $prefix . $ret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DChartCustomNumberFormatOptions.php25 public $prefix; variable in Google\\Service\\Sheets\\ChartCustomNumberFormatOptions
34 public function setPrefix($prefix) argument
36 $this->prefix = $prefix;
43 return $this->prefix;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A D.php_cs.dist33 'php_unit_test_annotation' => ['style' => 'prefix'],
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php98 $prefix = '';
100 $prefix = $matches[1];
112 $result = parse_url($prefix . $encodedUrl);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1295 $prefix = substr($content, 0, 2) >= 50 ? '19' : '20';
1296 $content = $prefix . $content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DStringMatcher.php33 public $prefix; variable in Google\\Service\\TrafficDirectorService\\StringMatcher
76 public function setPrefix($prefix) argument
78 $this->prefix = $prefix;
85 return $this->prefix;
/plugin/tablelayout/
H A Dyarn.lock970 global-prefix "^0.1.4"
973 global-prefix@^0.1.4:
975 …resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-0.1.5.tgz#8d3bc6b8da3ca8112a1…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js7592 name = (prefix ? prefix + ':' : '') + localName;
7596 prefix: prefix,
8264 prefix: nameNs.prefix, property in AnonymousFunctionf8d14cd1ed00.descriptor.ns
8438 prefix;
8442 nsMatrix[prefix] = prefix;
9981 prefix = ns.prefix,
10940 var prefix = ns.prefix,
14244 prefix: prefix,
23080 prop = (prefix) ? prefix + camelProp : property;
27730 prefix: prefix,
[all …]
H A Dbpmn-modeler.production.min.js7prefix:i,localName:n}}function ai(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByNa… property in AnonymousFunction238dff8710400.o.ns
33prefix+"."+t,i)}function c(e,i){var o,c=r.payload,p=r.displacement,u=r.globalStart,l=yo(e),h=pa(l,…
34prefix===Dc&&t.cancel()}n.on(["create.move","create.hover"],(function(e){var t=e.context,n=t.eleme…
/plugin/pureldap/vendor/composer/
H A DClassLoader.php69 * Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
171 * Registers a set of PSR-0 directories for a given prefix, either
172 * appending or prepending to the ones previously set for this prefix.
174 * @param string $prefix The prefix
180 public function add($prefix, $paths, $prepend = false)
183 if (!$prefix) {
199 $first = $prefix[0];
200 if (!isset($this->prefixesPsr0[$first][$prefix])) {
201 $this->prefixesPsr0[$first][$prefix]
118 add($prefix, $paths, $prepend = false) global() argument
165 addPsr4($prefix, $paths, $prepend = false) global() argument
210 set($prefix, $paths) global() argument
228 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/commonmark/vendor/composer/
H A DClassLoader.php175 * Registers a set of PSR-0 directories for a given prefix, either
176 * appending or prepending to the ones previously set for this prefix.
178 * @param string $prefix The prefix
184 public function add($prefix, $paths, $prepend = false)
186 if (!$prefix) {
202 $first = $prefix[0];
203 if (!isset($this->prefixesPsr0[$first][$prefix])) {
204 $this->prefixesPsr0[$first][$prefix] = (array) $paths;
209 $this->prefixesPsr0[$first][$prefix]
118 add($prefix, $paths, $prepend = false) global() argument
165 addPsr4($prefix, $paths, $prepend = false) global() argument
210 set($prefix, $paths) global() argument
228 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md296 - Added `heading_permalink/fragment_prefix` to allow customizing the URL fragment prefix (#602)
368 - **Heading Permalink IDs and URL fragments now have a `content` prefix by default** (#602)
375 - `mentions/*/symbol` has been renamed to `mentions/*/prefix`
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php

12345678910>>...19