Home
last modified time | relevance | path

Searched refs:strtolower (Results 201 – 225 of 846) sorted by last modified time

12345678910>>...34

/plugin/evesso/
H A Dauth.php336 $mail = strtolower($mail);
339 if(strtolower($uinfo['mail']) == $mail) return $user;
456 return strtolower($this->cleanGroup($group));
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DAbstractClient.php68 $key = ucfirst(strtolower($key));
69 $val = ucfirst(strtolower($key)) . ': ' . $val;
/plugin/userhomepage/
H A Daction.php246 $who = strtolower($_SERVER['REMOTE_USER']);
393 return strtolower($_SERVER['REMOTE_USER']);
H A Dhelper.php18 …$this->private_ns = cleanID($this->getConf('users_namespace').':'.strtolower(substr($this->private…
235 return strtolower($_SERVER['REMOTE_USER']);
/plugin/wrap/syntax/
H A Ddiv.php45 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
H A Dspan.php43 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
/plugin/catlist/
H A Dsyntax.php120 $option = strtolower($found[1]);
130 $data[strtolower($found[1])] = true;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php361 'component' => strtolower($row['componenttype']),
401 'component' => strtolower($row['componenttype']),
439 'component' => strtolower($row['componenttype']),
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
315 strtolower($this->name),
317 strtolower($this->getValueType()),
H A DComponent.php341 strtolower($this->name),
H A DParameter.php268 strtolower($value),
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php630 $value = strtolower($value);
664 $key = strtolower($key);
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php130 return isset($this->headers[strtolower($name)]);
152 $name = strtolower($name);
174 $name = strtolower($name);
197 $this->headers[strtolower($name)] = [$name, (array)$value];
233 $lName = strtolower($name);
276 $name = strtolower($name);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php131 $contentType = strtolower(
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php452 $this->transactionType = strtolower($method);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php58 return strtolower($schema) . ':' . $everythingElse;
H A DRecur.php167 $values[strtolower($k)] = $v;
/plugin/davcal/
H A DcalendarBackendDokuwiki.php252 'component' => strtolower($row['componenttype']),
292 'component' => strtolower($row['componenttype']),
327 'component' => strtolower($row['componenttype']),
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php247 if (strtolower(substr($this->organizer, 0, 7)) === 'mailto:') {
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php92 $this->assertEquals(strtolower($str), URLUtil::encodePath($newStr));
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php132 $parts['scheme'] = strtolower($parts['scheme']);
154 if ($parts['host']) $parts['host'] = strtolower($parts['host']);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php427 strtolower($this->name),
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php93 $extension = strtolower(substr($fileName, strrpos($fileName, '.') + 1));
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php194 if (strpos(strtolower($headerName), 'x-amz-') === 0) {
195 … $amzHeaders[strtolower($headerName)] = str_replace(["\r\n"], [' '], $headerValue[0]) . "\n";
H A DBasic.php36 if (strtolower(substr($auth, 0, 6)) !== 'basic ') {

12345678910>>...34