Home
last modified time | relevance | path

Searched refs:substr (Results 1126 – 1150 of 2368) sorted by relevance

1...<<41424344454647484950>>...95

/plugin/statistics/inc/
H A DStatisticsGraph.class.php113 $times[] = substr($row['time'], 0, 4) . '-' . substr($row['time'], 4, 2);
117 $times[] = substr($row['time'], -5);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php221 $r = self::safeHexDec(substr($cor, 1, 2));
222 $g = self::safeHexDec(substr($cor, 3, 2));
223 $b = self::safeHexDec(substr($cor, 5, 2));
/plugin/acknowledge/
H A Dhelper.php114 if (substr($pattern, -2) == '**') {
119 } elseif (substr($pattern, -1) == '*') {
318 array_keys($auth->retrieveUsers(0, 0, ['grps' => substr($item, 1)]))
/plugin/autlogin/
H A Dadmin.php170 $visit = substr($alias,0,1);
213 if(substr($stranka,strlen($stranka)-1,1) != '*' && $perm > AUTH_EDIT)
325 if(substr($page,strlen($page)-1,1) != '*' && $perm > AUTH_EDIT)
620 if(substr($alias,0,1) != "@"){
803 …if((substr($stranka,strlen($stranka)-1,1) != '*' && $perm > AUTH_EDIT) || ($stranka == 'select' &&…
933 $visit = substr($visit,0,(strlen($visit)-1)); //erase last ","
1534 elseif(substr($data[$i],strlen($data[$i])-1,1)== '*'){
1535 $dir = substr($data[$i],0,(strlen($data[$i])-2)); //erase last ":*"
1733 $base = substr($base,strrpos($base,':')+1);
/plugin/bbcode/
H A Dquote.php32 $match = explode('"',substr($match, 6, -1));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php56 $magicPart = strtolower(substr($methodName, 2));
/plugin/bureaucracy-au/helper/
H A Dactionscript.php32 $classFragment = substr($scriptName, 0, strpos($scriptName, '.'));
/plugin/bureaucracyau/helper/
H A Dactionscript.php32 $classFragment = substr($scriptName, 0, strpos($scriptName, '.'));
/plugin/socialshareprivacy/
H A Dsyntax.php39 $match = substr($match, 2, -2);
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocator.php30 … $path = $dir . '/' . str_replace('\\', '.', substr($class->name, $len)) . '.' . $extension;
/plugin/googletrends/
H A Dsyntax.php47 $data["hl"] = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);
/plugin/vamr/
H A Dsyntax.php37 $handle = trim(substr($match,5,-1));
/plugin/webdav/core/DAV/
H A DAbstractDirectory.php40 return substr(get_class($this), 0, strrpos(get_class($this), '\\'));
/plugin/cssperpage/
H A Dsyntax.php46 else $match = substr($match,7,-2);
/plugin/drawio/
H A Dsyntax.php54 return substr($match,9,-2);
/plugin/alphalist2/
H A Dsyntax.php26 $attrs = substr($match, strlen('<alphalist'), -1);
/plugin/ggb/
H A Dsyntax.php34 list($strheight) = preg_split("/\//u", substr($match, 4, -1), 1);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDTSTARTandDTENDTest.php83 $body = substr(
/plugin/sectiontoggle/
H A Dsyntax.php40 $match = substr($match,10,-2);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DBulk.php88 if (substr($body, -1) != "\n") {
/plugin/gitbacked/lib/
H A DGitBackedUtil.php47 …$iswin = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' || !empty($GLOBALS['DOKU_UNITTEST_ASSUME_WIND…
/plugin/bureaucracy/helper/
H A Dactionscript.php32 $classFragment = substr($scriptName, 0, strpos($scriptName, '.'));
/plugin/tag/syntax/
H A Dtagpage.php53 $match = trim(substr($match, 10, -2)); // get given tag
/plugin/aichat/
H A Dsyntax.php
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php98 return strrev(substr($reversedfilename, 0, $offset));
153 if (substr($filename, 0, 2) == '//') {
1133 …$Comments['all'][$fieldname][0]) && (rtrim(substr($Comments[$tagtype][$fieldname][0], 0, 28)) != r…
1135 …trim(strtolower(RemoveAccents(substr($Comments[$tagtype][$fieldname][0], 0, 28)))) == trim(strtolo…
1158 …dname][0]) ? rtrim(substr($Comments[$tagtype][$fieldname][0], 0, 30)) : '') != (isset($Comments['a…
1161 …trim(substr((isset($Comments[$tagtype][$fieldname][0]) ? $Comments[$tagtype][$fieldname][0] : ''),…
1419 …$ActualFilenameNoExt = (($actualExt != '.') ? substr($ActualFilename, 0, 0 - strlen($actualExt…
1420 …$PatternFilenameNoExt = (($patternExt != '.') ? substr($PatternFilename, 0, 0 - strlen($patternEx…
1431 …$DifferenceBoldedName = '</b>'.substr($PatternFilenameNoExt, 0, $DifferenceOffset).'<b>'.substr($…
2123 } elseif ((substr($ThisWord, 0, 2) == 'Mc') && (strlen($ThisWord) > 2)) {
[all …]

1...<<41424344454647484950>>...95