Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/plugin/davcard/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/webdavclient/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/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/mdpage/vendor/composer/
H A DClassLoader.php111 if (!$prefix) {
127 $first = $prefix[0];
158 if (!$prefix) {
173 $length = strlen($prefix);
177 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
201 public function set($prefix, $paths) argument
203 if (!$prefix) {
206 $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
221 if (!$prefix) {
224 $length = strlen($prefix);
[all …]
/plugin/findologicxmlexport/vendor/composer/
H A DClassLoader.php111 if (!$prefix) {
127 $first = $prefix[0];
158 if (!$prefix) {
173 $length = strlen($prefix);
177 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
201 public function set($prefix, $paths) argument
203 if (!$prefix) {
206 $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
221 if (!$prefix) {
224 $length = strlen($prefix);
[all …]
/plugin/webdav/vendor/composer/
H A DClassLoader.php111 if (!$prefix) {
127 $first = $prefix[0];
158 if (!$prefix) {
173 $length = strlen($prefix);
177 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
201 public function set($prefix, $paths) argument
203 if (!$prefix) {
206 $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
221 if (!$prefix) {
224 $length = strlen($prefix);
[all …]
/plugin/vbsso/vendor/composer/
H A DClassLoader.php111 if (!$prefix) {
127 $first = $prefix[0];
158 if (!$prefix) {
173 $length = strlen($prefix);
177 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
201 public function set($prefix, $paths) argument
203 if (!$prefix) {
206 $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
221 if (!$prefix) {
224 $length = strlen($prefix);
[all …]
/plugin/icalevents/vendor/composer/
H A DClassLoader.php111 if (!$prefix) {
127 $first = $prefix[0];
158 if (!$prefix) {
173 $length = strlen($prefix);
177 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
201 public function set($prefix, $paths) argument
203 if (!$prefix) {
206 $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
221 if (!$prefix) {
224 $length = strlen($prefix);
[all …]
/plugin/jplayer/vendor/composer/
H A DClassLoader.php111 if (!$prefix) {
127 $first = $prefix[0];
158 if (!$prefix) {
173 $length = strlen($prefix);
177 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
201 public function set($prefix, $paths) argument
203 if (!$prefix) {
206 $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
221 if (!$prefix) {
224 $length = strlen($prefix);
[all …]
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php111 if (!$prefix) {
127 $first = $prefix[0];
158 if (!$prefix) {
173 $length = strlen($prefix);
177 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
201 public function set($prefix, $paths) argument
203 if (!$prefix) {
206 $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
221 if (!$prefix) {
224 $length = strlen($prefix);
[all …]
/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/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/elasticsearch/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]
184 add($prefix, $paths, $prepend = false) global() argument
233 addPsr4($prefix, $paths, $prepend = false) global() argument
280 set($prefix, $paths) global() argument
300 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/barcodes/vendor/composer/
H A DClassLoader.php190 if (!$prefix) {
206 $first = $prefix[0];
239 if (!$prefix) {
254 $length = strlen($prefix);
258 $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
284 public function set($prefix, $paths) argument
286 if (!$prefix) {
289 $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
306 if (!$prefix) {
309 $length = strlen($prefix);
[all …]
/plugin/oauth/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) argument
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]
233 addPsr4($prefix, $paths, $prepend = false) global() argument
280 set($prefix, $paths) global() argument
300 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/upgrade/vendor/composer/
H A DClassLoader.php179 * Registers a set of PSR-0 directories for a given prefix, either
180 * appending or prepending to the ones previously set for this prefix.
182 * @param string $prefix The prefix
188 public function add($prefix, $paths, $prepend = false) argument
190 if (!$prefix) {
206 $first = $prefix[0];
207 if (!isset($this->prefixesPsr0[$first][$prefix])) {
208 $this->prefixesPsr0[$first][$prefix] = (array) $paths;
213 $this->prefixesPsr0[$first][$prefix]
237 addPsr4($prefix, $paths, $prepend = false) global() argument
284 set($prefix, $paths) global() argument
304 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/combo/vendor/composer/
H A DClassLoader.php111 * Registers a set of PSR-0 directories for a given prefix, either
112 * appending or prepending to the ones previously set for this prefix.
114 * @param string $prefix The prefix
118 public function add($prefix, $paths, $prepend = false) argument
120 if (!$prefix) {
136 $first = $prefix[0];
137 if (!isset($this->prefixesPsr0[$first][$prefix])) {
138 $this->prefixesPsr0[$first][$prefix] = (array) $paths;
143 $this->prefixesPsr0[$first][$prefix]
165 addPsr4($prefix, $paths, $prepend = false) global() argument
210 set($prefix, $paths) global() argument
228 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/dw2pdf/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]
188 add($prefix, $paths, $prepend = false) global() argument
237 addPsr4($prefix, $paths, $prepend = false) global() argument
284 set($prefix, $paths) global() argument
304 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/aichat/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]
188 add($prefix, $paths, $prepend = false) global() argument
237 addPsr4($prefix, $paths, $prepend = false) global() argument
284 set($prefix, $paths) global() argument
304 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/geophp/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]
184 add($prefix, $paths, $prepend = false) global() argument
233 addPsr4($prefix, $paths, $prepend = false) global() argument
280 set($prefix, $paths) global() argument
300 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches/
H A DErrorMessageProvider.php20 * @param string $prefix
24 public static function determineJsonError($error, $prefix = '') argument
30 return $prefix . 'Maximum stack depth exceeded';
32 return $prefix . 'Underflow or the modes mismatch';
34 return $prefix . 'Unexpected control character found';
36 return $prefix . 'Syntax error, malformed JSON';
40 return $prefix . 'Unknown error';
55 $prefix = 'Expected value JSON decode error - ';
58 $prefix = 'Actual value JSON decode error - ';
61 $prefix = '';
[all …]
/plugin/statistics/inc/
H A DStatisticsQuery.class.php17 FROM " . $this->hlp->prefix . "access as A
35 FROM " . $this->hlp->prefix . "access as A
48 FROM " . $this->hlp->prefix . "session as A
56 FROM " . $this->hlp->prefix . "session as A
70 FROM " . $this->hlp->prefix . "session as A
77 FROM ".$this->hlp->prefix."access as A
86 FROM " . $this->hlp->prefix . "session as A
95 FROM " . $this->hlp->prefix . "logins as A
103 FROM " . $this->hlp->prefix . "logins as A
111 FROM ". $this->hlp->prefix
[all...]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php42 $appellation = $prefix = $surname = $firstname = $initials = '';
43 $this->prefix = array();
66 list($surname, $prefix) = $this->grabSurname(array_shift($author));
74 list($surname, $prefix) = $this->grabSurname(array_shift($author));
78 if(!empty($this->prefix))
79 $prefix = join(' ', $this->prefix);
96 $this->prefix[] = $value;
121 $prefix[] = $value;
130 if(isset($prefix))
132 $prefix = join(" ", $prefix);
[all …]
/plugin/authjoomla/
H A Dauth.php75 $prefix = $this->getConf('tableprefix');
85 FROM `' . $prefix . 'users`
98 FROM `' . $prefix . 'usergroups` AS xp
101 FROM `' . $prefix . 'user_usergroup_map` AS m,
102 `' . $prefix . 'usergroups` AS g,
103 `' . $prefix . 'usergroups` AS p
114 FROM `' . $prefix . 'usergroups` AS n, `' . $prefix . 'usergroups` AS p
124 FROM `' . $prefix . 'session` AS s,
125 `' . $prefix . 'users` AS u

12345678910>>...19