Home
last modified time | relevance | path

Searched refs:substr (Results 251 – 275 of 2368) sorted by relevance

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php17 use function dechex, explode, implode, preg_match, sprintf, str_pad, strlen, substr; alias
125 if (!preg_match(self::MATCH_KEY, substr($this->binary, $this->pos), $keyMatches)) {
269 if (substr($this->binary, $this->pos, $length) !== $expected) {
285 if (!preg_match(self::MATCH_QD_STR_VAL, substr($this->binary, $this->pos), $matches)) {
308 if (!preg_match(self::MATCH_LHEX, substr($this->binary, $this->pos), $matches)) {
324 if (!preg_match($regex, substr($this->binary, $this->pos), $matches)) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php88 $data = substr($string, $start + 1, $end - $start - 1);
94 $data = substr($data, 1);
147 return substr($string, 0, $start) . $data . substr($string, $end + 1);
209 $key = substr($key, 0, -1);
330 $value = substr($value, 0, $length);
/plugin/ireadit/action/
H A Dmigration.php155 if (substr($datadir, -1) != '/') {
167 $page = substr($file->getPathname(), strlen($datadir), -4);
201 if (substr($datadir, -1) != '/') {
213 $page = substr($file->getPathname(), strlen($datadir), -4);
241 $match = trim(substr($matches[0], strlen('~~IREADIT'), -2));
248 $group = substr($split, 1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php248 … $phpcsFile->addError($error, $tag, 'Duplicate'.ucfirst(substr($name, 1)).'Tag', $data);
261 $phpcsFile->addError($error, $tag, 'Empty'.ucfirst(substr($name, 1)).'Tag', $data);
276 … $phpcsFile->addError($error, $commentEnd, 'Missing'.ucfirst(substr($tag, 1)).'Tag', $data);
281 $method = 'process'.substr($tag, 1);
298 …->addError($error, $tokens[$commentStart]['comment_tags'][$pos], ucfirst(substr($tag, 1)).'TagOrde…
386 $newName = strtoupper($firstBit{0}).substr($firstBit, 1).'_';
389 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
431 $newName = strtoupper($firstBit{0}).substr($firstBit, 1).'_';
434 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php165 $r = hexdec(substr($color, 0, 2));
166 $g = hexdec(substr($color, 2, 2));
167 $b = hexdec(substr($color, 4, 2));
169 $r = hexdec(substr($color, 0, 1).substr($color, 0, 1));
170 $g = hexdec(substr($color, 1, 1).substr($color, 1, 1));
171 $b = hexdec(substr($color, 2, 1).substr($color, 2, 1));
/plugin/eventline/timeline_js/
H A Dtimeline-api.js58 var params = document.location.search.substr(1).split("&");
156 Timeline.urlPrefix = url.substr(0, i);
159 parseURLParameters(url.substr(q + 1));
208 if (dash > 0 && tryExactLocale(locale.substr(0, dash))) {
209 return locale.substr(0, dash);
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php60 $path = substr($path, 0, strrpos($path, '/'));
331 $uri = substr($uri, strlen($result['scheme']) + 1);
344 if (substr($uri, 0, 3) === '///') {
347 $result['path'] = substr($uri, 2);
349 } elseif (substr($uri, 0, 2) === '//') {
/plugin/tline/timeline_js/
H A Dtimeline-api.js58 var params = document.location.search.substr(1).split("&");
156 Timeline.urlPrefix = url.substr(0, i);
159 parseURLParameters(url.substr(q + 1));
208 if (dash > 0 && tryExactLocale(locale.substr(0, dash))) {
209 return locale.substr(0, dash);
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php60 $path = substr($path, 0, strrpos($path, '/'));
331 $uri = substr($uri, strlen($result['scheme']) + 1);
344 if (substr($uri, 0, 3) === '///') {
347 $result['path'] = substr($uri, 2);
349 } elseif (substr($uri, 0, 2) === '//') {
/plugin/codemirror/dist/modes/
H A Ddtd.min.js1substr(e.length-1,e.length).match(/\?|\+/)!==null)a.backUp(1);return d("tag","tag")}else if(c=="%"…
/plugin/blog/
H A Daction.php193 if (substr($dateprefix, 0, 1) == '<') {
195 list($newmonth, $dateprefix) = explode('?', substr($dateprefix, 1));
203 $shortyear1 = substr($longyear1, 2);
204 $shortyear2 = substr($longyear2, 2);
234 $page = pathID(substr($cache->file, strlen($conf['datadir'])+1));
/plugin/bliki/
H A Dsyntax.php92 $ID = substr($fp, 0, strrpos($fp, '.'));
210 …$ts = mktime(substr($parts[3], 0, 2), substr($parts[3], 2, 2), substr($parts[3], 4, 2), $parts[1],…
217 …$ts = mktime(substr($filename, 0, 2), substr($filename, 2, 2), substr($filename, 4, 2), $parts[$s-…
/plugin/bureaucracyau/helper/
H A Dfield.php96 $this->setVal(substr($arg,1));
109 $this->opt['rows'] = substr($arg,1);
111 $this->opt['class'] = substr($arg, 1);
115 $this->opt['matchexplanation'] = substr($arg,2);
118 $d = substr($arg,1);
123 if (substr($d, -1) !== '/') {
126 $d = substr($d, 0, -1);
/plugin/bureaucracy-au/helper/
H A Dfield.php96 $this->setVal(substr($arg,1));
109 $this->opt['rows'] = substr($arg,1);
111 $this->opt['class'] = substr($arg, 1);
115 $this->opt['matchexplanation'] = substr($arg,2);
118 $d = substr($arg,1);
123 if (substr($d, -1) !== '/') {
126 $d = substr($d, 0, -1);
/plugin/masciimath/
H A Dsyntax.php310 $this->parsestr = substr($this->parsestr, strlen($s['ascii']));
319 $this->parsestr = substr($this->parsestr, strlen($m[0]));
325 $this->parsestr = substr($this->parsestr, strlen($m[0]));
329 $ml = $ml_nobr = '<mi>'.substr($this->parsestr, 0, 1).'</mi>';
331 $this->parsestr = substr($this->parsestr, 1);
507 $this->parsestr = substr ($match, 1, -1);
508 … if (substr ($match, 1, 1) == ' ') { $displaystyle = 'true'; } else { $displaystyle = 'false'; }
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php125 $lastUchr = substr($s, 0, $i);
138 $lastUchr .= substr($s, $i, $j);
150 $uchr = substr($s, $i, $ulen);
179 $uchr = substr($s, $i + $ulen, 3);
224 $result .= substr($s, $i, $j);
230 $uchr = substr($s, $i, $ulen);
258 $uchr = substr($uchr, 0, $ulen);
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dnewcommand.js19substr(1)}if(!e.match(/^(.|[a-z]+)$/i)){b.Error(["IllegalControlSequenceName","Illegal control seq…
/plugin/bureaucracy/helper/
H A Dfield.php96 $this->setVal(substr($arg,1));
109 $this->opt['rows'] = substr($arg,1);
111 $this->opt['class'] = substr($arg, 1);
115 $this->opt['matchexplanation'] = substr($arg,2);
118 $d = substr($arg,1);
123 if (substr($d, -1) !== '/') {
126 $d = substr($d, 0, -1);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php177 return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2],0,2),'0'));
196 if (substr($lic,0,8)==='SystemV/') {
197 $lic = substr($lic,8);
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.memory.php48 if (substr($url,0,8)=='file:///') {
49 $url=substr($url,8);
51 if (PHP_OS == "WINNT") $url=substr($url,1);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php177 return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2],0,2),'0'));
196 if (substr($lic,0,8)==='SystemV/') {
197 $lic = substr($lic,8);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php177 return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2],0,2),'0'));
196 if (substr($lic,0,8)==='SystemV/') {
197 $lic = substr($lic,8);
/plugin/combo/ComboStrap/
H A DSpacing.php37 $expectedValue = "p" . substr($spacingValue, 1);
61 $sizeAndBreakPoint = substr($spacingClass, $minusLocation + 1);
62 $propertyAndSide = substr($spacingClass, 0, $minusLocation);
/plugin/farmsync/_test/
H A DgetPagesFromLine.test.php18 $sourcedir = substr(DOKU_TMP_DATA, 0, -1) . '_sourceGetPagesFromLine/';
61 …$mock_farm_util->setAnimalDataDir($sourceanimal, substr(DOKU_TMP_DATA, 0, -1) . '_sourceGetPagesFr…
140 …$mock_farm_util->setAnimalDataDir($sourceanimal, substr(DOKU_TMP_DATA, 0, -1) . '_sourceGetPagesFr…
195 …$mock_farm_util->setAnimalDataDir($sourceanimal, substr(DOKU_TMP_DATA, 0, -1) . '_sourceGetPagesFr…
/plugin/bez/ctl/
H A Dtasks.php85 substr($filters['original_poster'], 0, 1) === '@') {
86 $group = substr($filters['original_poster'], 1);
91 substr($filters['assignee'], 0, 1) === '@') {
92 $group = substr($filters['assignee'], 1);

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