Home
last modified time | relevance | path

Searched refs:substr (Results 1301 – 1325 of 2368) sorted by relevance

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

/plugin/tipoftheday/syntax/
H A Dtotns.php28 $match = substr($match, 2, -2); // strip markup
/plugin/imagelink/syntax/
H A Dimagelink.php56 $match = substr($match, 11,-1); // strip markup
/plugin/pagestat/syntax/
H A Deditpt.php32 $match = trim(substr($match,3,-1));
/plugin/topbarsyntax/
H A Dsyntax.php47 $match = substr($match,strlen('{{topbarsyntax>'),-2); //strip markup from start and end
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DGenerator.php146 $sniffName = $parts[0].'.'.$parts[2].'.'.substr($parts[3], 0, -5);
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php126 substr(
/plugin/asana/syntax/
H A DAsanaSyntax.php86 $filter = substr( $attr , strpos( $attr , "=" )+1 );
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php39 return substr($name, 0, 11) === 'IDNA_ERROR_';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DMock.php106 $this->data[$destination . substr($path, strlen($source)+1)] = $props;
/plugin/icon/
H A Daction.php29 if(substr($d['media'],0, 5) !== 'icon:') return;
/plugin/folded/syntax/
H A Dspan.php31 $match = trim(substr($match,2,-1)); // strip markup
/plugin/howhard/
H A Dsyntax.php78 $retour = substr($match,-3,1);
/plugin/button/
H A Daction.php87 if (substr($match,-1) == "|") $returnValue.="|";
/plugin/caption/syntax/
H A Dreference.php45 return array($state, substr($match,6,-2));
/plugin/layeranimation/syntax/
H A Danimation.php47 foreach ( explode(' ', substr($match, 11, -1)) as $item ) {
/plugin/openid/Auth/OpenID/
H A DCryptUtil.php61 $bytes = substr($bytes, 0, $num_bytes);
/plugin/pagequery/
H A DPageQuery.php369 return ($count > 0) ? PhpString::substr(PhpString::strtolower($text), 0, $count) : '';
382 $result = substr($result, 0, -1);
529 if ($nostart && substr($name, -$offset) == $start) {
554 $metakey = substr($metakey, 1);
1038 $cnt = (int)substr($extent, 1);
1041 $result = substr($text, 0, $cnt);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1418 $file = substr($file, 0, strlen($file) - 4);
2326 $this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill);
2347 $this->Cell($w,$h,substr($s,$j,$i-$j),0,2,'',0,$link);
2380 $this->Cell($w,$h,substr($s,$j,$i-$j),0,2,'',0,$link);
2382 $this->Cell($w,$h,substr($s,$j,$sep-$j),0,2,'',0,$link);
2414 $type=substr($file,$pos+1);
2696 $compressed=(substr($file,-2)=='.z');
2701 $font=substr($font,6);
2705 $font=substr($font,0,$info['length1']).substr($font,$info['length1']+6);
3140 $trns=array(ord(substr($t,1,1)));
[all …]
/plugin/logger/action/
H A Dlogging.php100 $log_dataset = substr($log_dataset, 1);
/plugin/mediarename/
H A Daction.php88 $tmp=substr($id,0,strrpos($id,'.')).'_'.$cnt.$ext;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DBaseSassFilter.php38 if ('.css' === substr($reference, -4)) {
/plugin/gitlab/
H A Dsyntax.php21 $commit_id_short = substr($commit_id, 0, -2);
/plugin/authorlist/
H A Dsyntax.php76 $match = strtolower(substr($match,10,-2)); //strip ~~AUTHORS: from start and ~~ from end
/plugin/revealjs/syntax/
H A Dfragmentblock.php44 list($type, $param1, $param2) = preg_split("/\s+/", substr($match, 1, -1), 3);
/plugin/ckgdoku/syntax/
H A Dfont.php40 list($size, $face) = preg_split("/\//u", substr($match, 6, -1), 2);

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