Home
last modified time | relevance | path

Searched refs:substr (Results 1351 – 1375 of 2368) sorted by relevance

1...<<51525354555657585960>>...95

/plugin/indexmenu/syntax/
H A Dindexmenu.php90 $match = substr($match, 12, -2);
354 if (substr($optionName, 0, 2) == 'no') {
355 $inverseName = substr($optionName, 2);
614 $out .= "$js_name.config.urlbase='" . substr(wl(":"), 0, -1) . "';\n";
/plugin/sphinxsearch-was/
H A DSphinxSearch.php46 $categories = '-"' . substr($categories, 1) . '"';
281 $query = substr($query, 1);
/plugin/judge/
H A Daction.php301 if (substr($targetdir, -1) != "/") {
304 if (substr($targetdir, 1) != "/") {
/plugin/owncloud/
H A Daction.php164 $src = substr($link,0,$pos);
165 $param = substr($link,$pos+1);
/plugin/tagadd/
H A Daction.php207 $category=substr($nsTag,0,strpos($nsTag,':'));
263 $oldstr = substr($found[$idcount+1],0,$stop);
/plugin/sphinxsearch/
H A DSphinxSearch.php46 $categories = '-"'.substr($categories, 1).'"';
277 $query = substr($query, 1);
/plugin/facebookevents/
H A Dsyntax.php221 $description = substr( $description, 0, $data[FB_EVENTS_LIMIT] );
224 $description = substr( $description, 0, $index ).'...';
/plugin/codemirror/dist/modes/
H A Dvbscript.min.js1 …ent();if(d&&(d.substr(0,8)==="variable"||d==="builtin"||d==="keyword")){if(d==="builtin"||d==="key…
/plugin/datatemplate/syntax/
H A Dentry.php269 if(substr($type,0,3) == 'img'){
270 $sz = (int) substr($type,3);
/plugin/targetlink/
H A Dsyntax.php33 return explode('|', substr($match, 2, -2));
41 $target = substr($data[0], strlen('target='));
/plugin/ryubin/syntax/
H A Dryubin.php39 $match = substr($match,9,-2);
44 $data['id'] = substr(md5($img),0,8);
/plugin/alphaindex/
H A Dsyntax.php52 $match = substr($match, 13, -2);
67 $ns = substr($ID,0,$pos);
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js109 if ( sConnUrl.substr(0,1) != '/' && sConnUrl.indexOf( '://' ) < 0 )
222 var sExtension = fileName.substr( fileName.lastIndexOf('.') + 1 ).toLowerCase() ;
/plugin/fastwiki/
H A Daction.php348 if (substr($name, 0, 5) == 'HTTP_')
349 $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php348 if(substr($str,3,1) == " ") {
349 $code = substr($str,0,3);
/plugin/combo/syntax/
H A Dminimap.php78 $match = substr($match, 8, -1); //9 = strlen("<minimap")
82 $parameters['substr'] = 1;
385 $homePageId = substr($id, 0, -1);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DSea.php182 if (preg_match('/^(C|V|G)(p|a|b|t|HC|M|R|T|A)*/', substr($s, $ptr), $ma)) {
186 elseif (preg_match('/^(p|a|b|t|HC|M|R|T|A)+/', substr($s, $ptr), $ma)) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php992 …if ($this->iswindows && ((substr($this->sourceFilename, 0, 2) == '//') || (substr($this->sourceFil…
1118 if (substr($this->config_cache_directory, -1) == '/') {
1373 …} elseif ($this->iswindows && ((substr($filename, 0, 2) == '//') || (substr($filename, 0, 2) == '\…
1419 if (substr(dirname(@$_SERVER['PHP_SELF']), 0, 2) == '/~') {
1540 $commandline .= substr($this->config_imagemagick_path, 0, 2);
2596 $valid_domain = substr($valid_domain, $starpos + 1);
3892 if (substr($this->rawImageData, 0, 2) === 'BM') {
4078 $HeaderFourBytes = substr($this->rawImageData, 0, 4);
4099 } elseif (substr($HeaderFourBytes, 0, 3) == 'GIF') { // GIF
4140 …lorclosest($this->gdimg_source, hexdec(substr($ica_color, 0, 2)), hexdec(substr($ica_color, 2, 2))…
[all …]
/plugin/data-au/syntax/
H A Dtable.php159 if(substr($sort, 0, 1) == '^') {
160 $dataau['sort'] = array(substr($sort, 1), 'DESC');
665 … if($use_dataresolve && $filter['colname'] && (substr($filter['compare'], -4) == 'LIKE')) {
706 $dataau['sort'] = array(substr($_REQUEST['dataausrt'], 1), 'DESC');
/plugin/charter/
H A Dhelper.php644 $input = substr($input, 1);
648 $r = hexdec(substr($input, 0, 2));
649 $g = hexdec(substr($input, 2, 2));
650 $b = hexdec(substr($input, 4, 2));
/plugin/data/syntax/
H A Dtable.php169 if (substr($sort, 0, 1) == '^') {
170 $data['sort'] = [substr($sort, 1), 'DESC'];
683 if ($use_dataresolve && $filter['colname'] && (substr($filter['compare'], -4) == 'LIKE')) {
727 $data['sort'] = [substr($_REQUEST['datasrt'], 1), 'DESC'];
/plugin/odt/renderer/
H A Dpage.php78 return DOKU_INC.substr($url,1);
400 $temp = substr ($matches [0], 9);
413 $temp = substr ($matches [0], 6);
422 $temp = substr ($matches [0], 12);
432 $temp = substr ($matches [0], 8);
441 $temp = substr ($matches [0], 10);
455 $temp = substr ($matches [0], $quote+1);
467 $temp = substr ($matches [0], $quote+1);
1198 if(substr($mime,0,5) == 'image'){
1252 if(substr($mime,0,5) == 'image'){
/plugin/regex_template/
H A Daction.php45 $path = substr($path, 0, strrpos($path, '/'));
/plugin/top/
H A DCrawlerDetect.php335 if (substr($key, 0, 5) === 'HTTP_') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/
H A DEndFileNewlineSniff.php69 if (substr($tokens[$lastToken]['content'], -1) !== "\n") {

1...<<51525354555657585960>>...95