Home
last modified time | relevance | path

Searched refs:substr (Results 326 – 350 of 2368) sorted by relevance

1...<<11121314151617181920>>...95

/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBasic.php36 if (strtolower(substr($auth, 0, 6)) !== 'basic ') {
40 $credentials = explode(':', base64_decode(substr($auth, 6)), 2);
/plugin/jsonrpc/
H A DIJR_Server.php82 $method = substr($method, 5);
93 list($pluginname, $callback) = explode(':', substr($method, 7), 2);
127 if (substr($method, 0, 5) == 'this:')
131 elseif (substr($method, 0, 7) == 'plugin:')
/plugin/inlinejs/syntax/
H A Dpreloader.php47 $this->mode = substr(get_class($this), 7);
143 if (preg_match('/\w+/', substr($match, 1, 6), $matches)) {
154 $css = substr($match, 7, -8);
163 $source = substr($match, 8, -9);
/plugin/discussion/syntax/
H A Dthreads.php56 $match = substr($match, 10, -2); // strip {{threads> from start and }} from end
62 if (substr($flag, 0, 5) == "count") {
66 } elseif (substr($flag, 0, 9) == "skipempty") {
69 } elseif (substr($flag, 0, 15) == "nonewthreadform") {
/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample06.config.js36 FCKConfig.PluginsPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + '_samples/_pl…
46 var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugin…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.msoffice.php32 if (substr($DOCFILEheader, 0, 8) != $magic) {
33 …agic).'" at '.$info['avdataoffset'].', found '.getid3_lib::PrintHexBytes(substr($DOCFILEheader, 0,…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageTypeGuesser.php15 if (in_array(substr($data, 6, 4), ['JFIF', 'Exif'], true) || strpos($data, chr(255) . chr(216)) === 0) { // 0xFF 0xD8 // mpDF 5.7.2
19 if (in_array(substr($data, 0, 4), ['RIFF'], true)) {
23 if (in_array(substr($data, 0, 6), ['GIF87a', 'GIF89a'], true)) {
/plugin/data-au/
H A Dscript.js33 multi = cls.substr(cls.length-1, 1) == 's';
37 if (cls.substr(0, 10) == 'dataau_type_') {
42 return (multi ? aliastype.substr(0, aliastype.length - 1) : aliastype);
/plugin/data/
H A Dscript.js33 multi = cls.substr(cls.length - 1, 1) == 's';
37 if (cls.substr(0, 10) == 'data_type_') {
42 return (multi ? aliastype.substr(0, aliastype.length - 1) : aliastype);
/plugin/qna/syntax/
H A Dblock.php20 $this->mode = substr(get_class($this), 7);
57 $question = trim(substr($match, 4));
125 $identifier = \dokuwiki\Utf8\PhpString::substr($identifier, 0, $this->maxIdLength);
/plugin/backlinks/
H A Dsyntax.php63 $match = substr($match, 12, -2);
67 $includeNS = substr(strstr($match, "#", false), 1);
107 $filterNS = substr($filterNS, 1);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php199 $string = trim(substr($string,0,strlen($string)-1));
223 $oldString = substr($oldString,0,$lg-1);
324 $string = substr($string, 1);
325 $string = substr($string, 0, -1);
330 $string = substr($string, 1);
331 $string = substr($string, 0, -1);
414 $preamble = substr($matches[1], 0, -1);
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dmhchem.js19substr(1)+"}";this.tex+="\\mathchoice{\\textstyle"+c+"}{"+c+"}{"+c+"}{"+c+"}"}else{this.tex+=e;if(…
/plugin/externallink/
H A Dsyntax.php74 list($foo,$url) = explode("/",substr($url,7),2);
76 if(substr($url,0,5) == 'ftp://') {
/plugin/twofactoryubiauth/
H A DYubiAuthenticator.php32 $response[substr($item,0,$delpos)] = substr($item, $delpos+1);
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBinary.php82 return \substr($str, $start, $length);
84 return \substr($str, $start);
/plugin/superacl/
H A Dscript.js68 if(str[0] == '?') str = str.substr(1);
123 ajax.runAJAX(link.search.substr(1)+'&ajax=tree');
201 ns = ns.substr(0,ns.lastIndexOf(':'));
210 id = id.substr(0,id.lastIndexOf(':'));
216 show = (ns.substr(0,id.length) == id);
/plugin/dlcount/
H A Daction.php61 $fn = '/' . substr($href, strpos($href, '?media=')+strlen('?media='));
66 $fn = '/' . substr($href, strpos($href, 'fetch.php/')+strlen('fetch.php/'));
70 $fn = substr($href, strpos($href, '/_media/')+strlen('/_media/')-1);
88 $newhtml .= substr($html, $lastoffset, $afteroffset-$lastoffset) . $txt;
91 $newhtml .= substr($html, $lastoffset);
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php123 return strncmp($name, 'identify', 8) === 0 ? strtolower(substr($name, 8)) : false;
337 $paragraph[] = ['text', substr($text, 0, $pos)];
350 $text = substr($text, $offset);
356 $paragraph[] = ['text', substr($text, 0, 1)];
357 $text = substr($text, 1);
/plugin/facebookwall/
H A Dsyntax.php248 … $post['message_short'] = substr( $post['message'], 0, $data[FB_WALL_LIMIT] ).'...';
251 $post['message_short'] = substr( $post['message_short'], 0, $index ).'...';
252 $post['message'] = substr( $post['message_short'], 0, $index ).'...';
256 $post['message_short'] = substr( $post['message'], 0, 150 ).'...';
258 $post['message_short'] = substr( $post['message_short'], 0, $index ).'...';
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php195 $buffer = \substr($buffer, 0, $length);
196 $lastByte = \substr($buffer, -1);
203 $buffer = \substr($buffer, 0, -1);
205 $lastByte = \substr($buffer, -1);
207 $buffer = \substr($buffer, 0, -1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Objects/
H A DDisallowNewWidgetSniff.php60 if (substr(strtolower($tokens[$className]['content']), -10) === 'widgettype') {
61 $widgetType = substr($tokens[$className]['content'], 0, -10);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php55 return substr($base, 0, strlen($base) - 1);
57 return substr(chunk_split(md5($key), 2, ':'), 0, -1);
/plugin/structpublish/helper/
H A Dassignments.php36 if (substr($pattern, -2) == '**') {
41 } elseif (substr($pattern, -1) == '*') {
/plugin/wst/syntax/
H A Dtemplate.php60 $dump = trim(substr($match, 6, -2)); // remove curly brackets and "wst:" keyword
105 …$template = rawWiki((substr($name, 0, 1) == ":") || ($this->getConf('namespace') == '') ? substr($…

1...<<11121314151617181920>>...95