Home
last modified time | relevance | path

Searched refs:substr (Results 1526 – 1550 of 2368) sorted by relevance

1...<<61626364656667686970>>...95

/plugin/twistienav/
H A Dhelper.php36 if (substr($exclusion, 0, 1) === '@') {
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php112 $chardesc = substr( $val, 0, 1 );
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php84 $returnType = substr($returnType, 1);
/plugin/shorturl/
H A Dhelper.php95 $subHex = substr ($hex, $i * 8, 8);
/plugin/sidebar/
H A Daction.php67 $ns = ($i) ? substr($ns, 0, $i) : false;
/plugin/linkbonus/
H A Dcommon.php169 if (!empty($val)) $val= substr($val, 1, -1); // unquote
/plugin/linkbonus/syntax/
H A Dexternal.php64 $match = substr($match, 2, -2);
/plugin/datedifference/
H A Dsyntax.php68 $provided_data = substr($match, 17, -2);
/plugin/imagecarousel/
H A Dsyntax.php70 $match = substr($match, 9,-1); // strip markup
/plugin/xref/
H A Dsyntax.php39 $match = trim(substr($match, 7, -2));
/plugin/twistienav4bootstrap3/
H A Dhelper.php36 if (substr($exclusion, 0, 1) === '@') {
/plugin/magnifier/
H A Dsyntax.php37 $orig = substr($match, 12, -2);
/plugin/glossary/syntax/
H A Ddiv.php33 return array ($state, trim (substr ($match, 10, -2))); // "{{glossary" => 10 "}}" => 2
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php81 return $this->path . '/' . substr($hash, 0, 2);
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php104 $chardesc = substr( $val, 0, 1 );
/plugin/owncloud/tpl/
H A Ddetail.php74 if(substr($mime,0,5) == 'image'){
/plugin/webdav/core/Plugin/
H A DFakeLocker.php117 if (substr($token['token'], 0, 16) === 'opaquelocktoken:') {
/plugin/header3/
H A Drenderer.php92 if (substr($footnote, 0, 5) != "@@FNT") {
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php89 $status = substr($part, 0, strpos($part, "\n"));
/plugin/accscounter/syntax/
H A Dpopularity.php46 return explode(' ', substr($match, strlen('{{POPULAR '), -2));
/plugin/amazonlight/
H A Dsyntax.php58 $match = substr($match, 9, -2);
/plugin/footer/
H A Daction.php120 $path = substr($path, 0, strrpos($path, '/'));
/plugin/multiselect/
H A Daction.php90 $oldsmileys=substr($found[$selectcount_range+1],0,$stop);
/plugin/linkscollection/
H A Dscript.js65 $nsLink[0].search.substr(1) + '&call=index',
/plugin/preregister/
H A Dadmin.php110 $perm = substr(sprintf('%o', fileperms($this->metaFn )), -4);

1...<<61626364656667686970>>...95