Home
last modified time | relevance | path

Searched refs:substr (Results 951 – 975 of 2368) sorted by relevance

1...<<31323334353637383940>>...95

/plugin/rndtxt/
H A Dsyntax.php38 $match = substr($match, 2, -2);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassFileNameSniff.php62 $fileName = substr($fullPath, 0, strrpos($fullPath, '.'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DByteOrderMarkSniff.php79 $htmlBomHex = bin2hex(substr($tokens[$stackPtr]['content'], 0, $bomByteLength));
/plugin/toctweak/syntax/
H A Dclosetoc.php18 $this->mode = substr(get_class($this), 7); // drop 'syntax_' from class name
/plugin/htmlcomment/
H A Dsyntax.php31 $match = substr($match,4,-3);
/plugin/tablewidth/
H A Dsyntax.php15 $this->mode = substr(get_class($this), 7);
/plugin/encryptedpasswords/
H A Dsyntax.php33 $crypt = substr($match, 9, -10); // remove tags
/plugin/mediasyntax/syntax/
H A Dinclude.php36 $match = substr($match, 2, -2); // strip markup
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.simple.php35 if ((substr($file, 0, 1) != '.') && is_file($FullFileName)) {
/plugin/fkstimer/
H A Dsyntax.php29 $match = substr($match, 8, -2);
/plugin/authdomainlimitation/action/
H A Dsignup.php45 if ( in_array(trim( substr(strrchr($event->data['params'][3], "@"), 1)),$domains) ) {
/plugin/strata/types/
H A Dpage.php20 if(!empty($hint) && substr($hint,-1) == '#') {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DUidProcessor.php57 return substr(bin2hex(random_bytes((int) ceil($length / 2))), 0, $length);
/plugin/dw2pdf/syntax/
H A Dpagesetting.php82 $orientation = strtolower(substr($data[0], 6, -2));
/plugin/dataloop/syntax/
H A Droll.php135 if(substr($sort,0,1) == '^'){
136 $data['sort'] = array(substr($sort,1),'DESC');
280 $data['sort'] = array(substr($_GET['datasrt'],1),'DESC');
H A Dtextloop.php144 if(substr($sort,0,1) == '^'){
145 $data['sort'] = array(substr($sort,1),'DESC');
320 $data['sort'] = array(substr($_GET['datasrt'],1),'DESC');
/plugin/git/lib/
H A DGit.php343 $commit['hash'] = trim(substr($line, strlen('commit')));
346 $commit['author'] = trim(substr($line, strlen('Author:')));
349 $commit['date'] = trim(substr($line, strlen('Date:')));
/plugin/solr/
H A Daction.php235 $query_str_title = substr($this->array2paramstr($title_params), 1);
276 $query_str = substr($this->array2paramstr($params), 1);
378 $query_str_title = substr($this->array2paramstr($title_params), 1);
/plugin/qrcode2/
H A Dsyntax.php56 $ret = urlencode(substr($match,9,-2)); //strip {{QRCODE> from start and }} from end
/plugin/description/
H A Dsyntax.php29 $match = substr($match, 14, -2); // strip markup
/plugin/s5reloaded/
H A Dsyntax.php54 if($match!='~~SLIDESHOW~~') return array(trim(substr($match,11,-2)));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DVirtualPropertyMetadata.php12 $fieldName = lcfirst(substr($methodName, 3));
/plugin/discussion/syntax/
H A Dcomments.php60 $match = substr($match, 12, -2);
/plugin/recommend/helper/
H A Dlog.php40 return substr(basename($str), 0, -4);
/plugin/dokugource/
H A Daction.php95 if(substr($ns, 0, strlen($autons)) != $autons) die();
143 if($strip) $id = trim(substr($id, $strip), '/:');

1...<<31323334353637383940>>...95