Home
last modified time | relevance | path

Searched refs:substr (Results 1326 – 1350 of 2368) sorted by relevance

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

/plugin/inlinejs/syntax/
H A Dembedder.php42 $this->mode = substr(get_class($this), 7);
/plugin/changemarks/
H A Dhighlighted.php44 $match = substr($match, 2, -1);
/plugin/watermark/action/
H A Dwatermark.php45 $fileType = strtolower(substr($sourcefile, strlen($sourcefile)-3));
/plugin/pageimage/
H A Dhelper.php56 if(substr($mime,0,5) == 'image' && ($ext == 'jpg' || $ext == 'jpeg' || $ext == 'png')){
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A DDoubleQuoteUsageSniff.php139 $innerContent = substr($workingString, 1, -1);
/plugin/fedauth/Auth/OpenID/
H A DHMAC.php38 $hexcode = substr($hex, $i, 2);
H A DCryptUtil.php62 $bytes = substr($bytes, 0, $num_bytes);
/plugin/prettyphoto/
H A Drenderer.php32 if (substr($mime,0,5) === 'image' && $render) {
/plugin/codedoc/
H A Dspecials.php30 $match = trim(substr($match,10,-2));
/plugin/whoisonline/
H A Dsyntax.php110 $data['display'] = strtoupper(substr($match, -8,-2)) ;
/plugin/jokuwiki/
H A Dsyntax.php78 list($attributes, $data)=explode('>', substr($match,2,4),2);
/plugin/fields/
H A Dsyntax.php48 $match = substr($match,9,-2); //strip markup
/plugin/rating/
H A Dsyntax.php42 $match = substr($match,8);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php68 return substr($str, 0, 50).'"...';
/plugin/rtmchecklist/
H A Dsyntax.php108 $match = substr($match, 14, -15);
/plugin/phosphor/
H A Dphitem.php55 … list($id, $title) = explode('|', substr($match, 6, -1), 2); // find ID/Params + Name Extension
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DQuery.php111 return $qs ? (string) substr($qs, 0, -1) : '';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php59 if (substr($key, 0, 5) != '<?xml') {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
H A DUdpSocket.php72 return $header . Utils::substr($line, 0, $chunkSize);
/plugin/dokucrypt2/patches/
H A Dpatch1.diff20 opts = [field.value.substr(0,getSelection(field).start)];
/plugin/ckgedit/syntax/
H A Dfont.php40 list($size, $face) = preg_split("/\//u", substr($match, 6, -1), 2);
/plugin/folded/syntax/
H A Ddiv.php30 $match = trim(substr($match,4,-1)); // strip markup
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DColorTable.php34 $rgb = substr($lpData, $i * 3, 3);
/plugin/openid/Auth/OpenID/
H A DHMAC.php38 $hexcode = substr($hex, $i, 2);
/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js219 tobuild += n.substr(i,1);
223 tobuild += n.substr(i,1);
227 tobuild += n.substr(i,1);
592 if (actb_curr.value.substr(i,j).search(delim_split_rx) == 0){
593 ma = actb_curr.value.substr(i,j).match(delim_split_rx);

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