Home
last modified time | relevance | path

Searched refs:substr (Results 1401 – 1425 of 2368) sorted by relevance

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

/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php756 $dayName = $this->dayNames[$this->dayMap[substr($day,-2)]];
779 $offset = (int)substr($day,0,-2);
888 $recurrenceDays[] = $this->dayMap[substr($byDay,-2)];
/plugin/file2dw/
H A Daction.php205 $this->workFileName = substr($this->userFileName,0);
206 $this->workFile = substr($this->userFile,0);
490 $val = substr( $output, 0, strpos( $output, '_' )+1 );
/plugin/abc/
H A Dsyntax.php210 $fileBase = substr($fileBase, 0, $truncLen);
242 $tr = substr(strrchr($f,'_'),1);
370 if(substr($mime, 0, 5) == 'image') {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php756 $dayName = $this->dayNames[$this->dayMap[substr($day,-2)]];
779 $offset = (int)substr($day,0,-2);
888 $recurrenceDays[] = $this->dayMap[substr($byDay,-2)];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php273 $this->screen[$this->y] = substr($this->screen[$this->y], 0, $this->x);
403 …$this->tokenization[count($this->tokenization) - 1] = substr($this->tokenization[count($this->toke…
539 $output = substr($output, 0, -2);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php756 $dayName = $this->dayNames[$this->dayMap[substr($day,-2)]];
779 $offset = (int)substr($day,0,-2);
888 $recurrenceDays[] = $this->dayMap[substr($byDay,-2)];
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php505 $bibtex_key = substr($ref['authors'][0]['last'],0,3);
507 $bibtex_key = substr($ref['editors'][0]['last'],0,3);
509 $bibtex_key .= substr($ref['year'],2,2);
/plugin/caption/syntax/
H A Dcaption.php75 $match = substr($match,1,-1);
82 $match = substr($match,1,-1);
86 return array($state, substr($match,13,-2));
/plugin/dokutexit/
H A Dlatex.php1251 if (substr($title, 0, 5) == 'http:')
1295 if (substr($title, 0, 5) == 'http:')
1320 if(substr($mime,0,5) == 'image') {
1396 if(substr($mime,0,5) == 'image') {
1506 if(substr($mime,0,5) == 'image') {
1524 if(substr($mime,0,5) == 'image') {
1560 if(substr($mime,0,5) == 'image') {
1626 if(substr($link['url'],0,7) != 'mailto:') {
1655 if(substr($link['url'],0,7) != 'mailto:') {
/plugin/profiles/
H A Dsyntax.php59 if (strlen ($type)>0) $type = substr ($type, 1);
/plugin/svg/
H A Dsyntax.php146 substr( $filename, 0, -3 ) .
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php87 return rtrim(substr($value, 0, $length)).$separator;
/plugin/abbrlist/
H A Dsyntax.php51 $options = trim(substr($match,11,-2));
/plugin/unblink/
H A Dsyntax.php37 $match = trim(substr($match,7,-2));
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php48 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' )
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php120 $value = str_replace('""', '"', substr($value, 1, strlen($value) - 2));
/plugin/konsole/
H A Dsyntax.php91 $type_user = strtolower(trim(substr($match,8,-1)));
/plugin/likeit/
H A Daction.php59 $olduserlist = substr($found[$input_index+1],0,$stop);
/plugin/linksenhanced/syntax/
H A Dtable.php51 $options = trim(substr($match,16,-2));
/plugin/tindexmenu/
H A Dnojsindex-full.js85 …ajax.runAJAX(encodeURI('req=index&nojs=1&'+clicky.search.substr(1)+'&max=1'+decodeURIComponent(jsa…
H A Dnojsindex.js1 …Name="open";}});ajax.runAJAX(encodeURI("req=index&nojs=1&"+clicky.search.substr(1)+"&max=1"+decode…
/plugin/top/
H A Dsyntax.php49 $match = substr($match,5);
/plugin/dokutranslate/
H A Dscript.js69 str = str.substr(1);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php21 $type = substr($type, $pos + 1);
/plugin/eshop/
H A Dsyntax.php27 $match = substr($match, 8, -2);

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