Home
last modified time | relevance | path

Searched refs:substr (Results 1076 – 1100 of 2368) sorted by relevance

1...<<41424344454647484950>>...95

/plugin/displaytitle/
H A Dsyntax.php44 list($key, $id) = explode(' ', trim(substr($match, 9, -2)), 2);
/plugin/autolink2/syntax/
H A Dadd.php57 $anchors = explode('|', substr($match, 11, -2)); // strip markup and split tags
/plugin/flowchartjs/
H A Dsyntax.php33 $style = trim(substr($match, 12, -1));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue205Test.php85 $body = substr(
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php93 $extension = strtolower(substr($fileName, strrpos($fileName, '.') + 1));
/plugin/doi/Resolver/
H A DAbstractResolver.php82 $class = substr($class, strrpos($class, '\\') + 1);
/plugin/database2/
H A Ddatabase2.php394 $dsn = substr( $dbPath, 1 );
1960 $temp = substr( $column, $pos + 4 );
1982 $sort = substr( $sort, 1 );
2403 $role = substr( $role, 1 );
2641 $col = $dir ? substr( $desc, 1 ) : $desc;
2808 $in = substr( $in, 1 );
3229 $name = substr( $in, $pos, $end - $pos );
5055 'mime' => substr( $value, 0, $a ),
5057 'file' => substr( $value, $b + 1 ),
5086 $value = substr( $value, 0, 19 );
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php322 $this->iv = substr($data, 0, $iv_length);
323 $data = substr($data, $iv_length);
331 $paddingLength = substr($decrypted_data, $dataLen - 1, 1);
332 $decrypted_data = substr($decrypted_data, 0, $dataLen - ord($paddingLength));
462 while ($segment=substr($publicKeyInfoBase64, $offset, 64)){
572 $guid = $prefix.substr($uuid,0,8)."-".
573 substr($uuid,8,4)."-".
574 substr($uuid,12,4)."-".
575 substr($uuid,16,4)."-".
576 substr($uuid,20,12);
[all …]
/plugin/nextday/
H A Dsyntax.php26 $in = explode(' ', substr($match,10,-2));
/plugin/socialshareprivacy2/
H A Dsyntax.php31 $match = substr($match, 2, -2);
/plugin/cryptsign/
H A Dscript.js16 insertAtCarret(edid.substr(1), data);
/plugin/mailto/
H A Dsyntax.php45 $match = substr( $match, 9, -2 ); // strip "~~MAILTO:" from start and "~~" from end
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPackagerFilter.php45 $hash = substr(sha1(time().rand(11111, 99999)), 0, 7);
/plugin/bbcode/
H A Dversalitas.php31 $match = substr($match, 3, -1);
/plugin/ebnf/
H A Dsyntax.php47 $text = substr($data[0], 6, strlen($data[0])-13);
/plugin/templateconfhelper/action/
H A Dfetchaction.php59 if((substr($MIME,0,5) == 'image') && $WIDTH){
/plugin/infomail/
H A Dhelper.php60 return substr(basename($item, '.txt'), 5);
/plugin/ckgdoku/action/
H A Dmediamanager.php33 $fname = substr($event->data[3],0,29) . '. . .';
/plugin/commentsyntax/syntax/
H A Dcstyle.php38 $this->mode = substr(__CLASS__, 7);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSqsHandler.php54 $messageBody = Utils::substr($messageBody, 0, static::HEAD_MESSAGE_SIZE);
/plugin/ckgedit/action/
H A Dmediamanager.php34 $fname = substr($event->data[3],0,29) . '. . .';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/
H A DBulk.php77 if (substr($body, -1) != "\n") {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DOverload.php29 $method = $prefix.substr(str_replace('\\', '', get_class($object)), 9);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfHexString.php48 $result = \substr($buffer, $bufferOffset, $pos - $bufferOffset);
/plugin/jukebox/id3/
H A Dgetid3.php83 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
123 $value = substr($value, 0, 6).'~1';
126 $value = substr($value, 0, 6).'~1';
247 if (substr($header, 0, 3) == 'ID3' && strlen($header) == 10) {
251 …$this->info['id3v2']['headerlength'] = getid3_lib::BigEndian2Int(substr($header, 6, 4), 1) + 1…

1...<<41424344454647484950>>...95