Home
last modified time | relevance | path

Searched refs:strtolower (Results 176 – 200 of 846) sorted by path

12345678910>>...34

/plugin/currentlyreading/
H A Dsyntax.php69 $pagename = strtolower($pagename);
/plugin/data-au/syntax/
H A Dtable.php101 $line[0] = strtolower($line[0]);
130 $col = trim(strtolower($col));
/plugin/data/syntax/
H A Dtable.php111 $line[0] = strtolower($line[0]);
140 $col = trim(strtolower($col));
/plugin/database/
H A Ddatabase.php2143 $al = strtolower($a->name);
2144 $bl = strtolower($b->name);
/plugin/database2/
H A Ddatabase2.php690 $action = strtolower( trim( $matches[1] ) );
1732 $name = strtolower( $m[1] );
3321 $name = strtolower( trim( $name ) );
3542 $name = strtolower( $name );
3587 $value = strtolower( $value );
4885 $keyword = strtolower( $matches[1] );
4900 switch ( strtolower( $group ) )
5103 return ( strtolower( $value[0] ) == 'x' );
5494 $value = strtolower( trim( $value ) );
5512 $value = strtolower( trim( $value ) );
[all …]
/plugin/dataloop/syntax/
H A Dloop.php98 $line[0] = strtolower($line[0]);
H A Droll.php89 $line[0] = strtolower($line[0]);
H A Dtextloop.php98 $line[0] = strtolower($line[0]);
/plugin/dataplot/
H A Dsyntax.php113 $return['layout'] = strtolower($match[1]);
/plugin/datapopup/
H A Daction.php37 …IN pages ON data.pid=pages.pid WHERE pages.page='".$link."' AND data.key='".strtolower($name)."';";
/plugin/datatemplate/syntax/
H A Dfilterform.php65 if(strtolower($line[0]) == 'fields') {
H A Dlist.php58 if (strtolower($line[0]) == 'template') {
/plugin/datedifference/
H A Dsyntax.php83 switch(strtolower($value)) {
93 switch(strtolower($value)) {
/plugin/davcal/
H A DcalendarBackendDokuwiki.php252 'component' => strtolower($row['componenttype']),
292 'component' => strtolower($row['componenttype']),
327 'component' => strtolower($row['componenttype']),
/plugin/davcal/syntax/
H A Dcalendar.php82 $key = strtolower(trim($key));
H A Dtable.php72 $key = strtolower(trim($key));
/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/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php247 if (strtolower(substr($this->organizer, 0, 7)) === 'mailto:') {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php93 $extension = strtolower(substr($fileName, strrpos($fileName, '.') + 1));
/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/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 ') {
H A DBearer.php35 if (strtolower(substr($auth, 0, 7)) !== 'bearer ') {
/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);

12345678910>>...34