Home
last modified time | relevance | path

Searched refs:substr (Results 201 – 225 of 2368) sorted by relevance

12345678910>>...95

/plugin/sphinxsearch-was/
H A Dfunctions.php120 $zerocontent = substr($doc, 0, $end);
133 $endDoc = substr($doc, $startHeaderPos);
143 $section = substr($doc, $startHeaderPos, $endHeaderPos - $startHeaderPos);
145 $section = substr($doc, $startHeaderPos);
153 $endDoc = substr($endDoc, $startHeaderPos);
162 $section = substr($doc, $startHeaderPos, $endHeaderPos - $startHeaderPos);
164 $section = substr($doc, $startHeaderPos);
242 $section = substr($doc, $startPos, ($endPos - $startPos));
318 $page = substr($page, 0, strpos($page, ":start"));
/plugin/sphinxsearch/
H A Dfunctions.php128 $zerocontent = substr($doc, 0, $end);
141 $endDoc = substr($doc, $startHeaderPos);
151 $section = substr($doc, $startHeaderPos, $endHeaderPos - $startHeaderPos);
153 $section = substr($doc, $startHeaderPos);
161 $endDoc = substr($endDoc, $startHeaderPos);
170 $section = substr($doc, $startHeaderPos, $endHeaderPos - $startHeaderPos);
172 $section = substr($doc, $startHeaderPos);
248 $section = substr($doc, $startPos, ($endPos-$startPos));
324 $page = substr($page, 0, strpos($page, ":start"));
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php157 $key = substr($key, 1);
419 if (']' === substr($tokenName, -1)) {
420 $uId = (int) substr($tokenName, strpos($tokenName, '[') + 1, -1);
421 $tokenName = substr($tokenName, 0, strpos($tokenName, '['));
431 substr($token, 0, strpos($token, ':')) === $tokenName) {
462 if (']' === substr($tokenName, -1)) {
463 $uId = (int) substr($tokenName, strpos($tokenName, '[') + 1, -1);
464 $tokenName = substr($tokenName, 0, strpos($tokenName, '['));
474 || substr($token, 0, strpos($token, ':')) === $tokenName) {
H A DRule.php185 $this->_nodeId = substr($nodeId, 0, $pos);
186 $this->_nodeOptions = str_split(substr($nodeId, $pos + 1));
226 $this->_defaultId = substr($defaultId, 0, $pos);
227 $this->_defaultOptions = str_split(substr($defaultId, $pos + 1));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.aa.php33 if (substr($AAheader, 4, 4) != $magic) {
34 … at offset '.$info['avdataoffset'].', found "'.getid3_lib::PrintHexBytes(substr($AAheader, 4, 4)).…
49 $thisfile_aa['filesize'] = getid3_lib::BigEndian2Int(substr($AAheader, 0, 4));
/plugin/dpicorrect/
H A Daction.php91 $unit = ord(substr($string, $pos, 1));
92 $x = (ord(substr($string, $pos+1, 1)) << 8) + ord(substr($string, $pos+2, 1));
93 $y = (ord(substr($string, $pos+3, 1)) << 8) + ord(substr($string, $pos+4, 1));
/plugin/badbehaviour/
H A Dadmin.php106 $ip = hexdec(substr($code,0,2)).'.'.
107 hexdec(substr($code,2,2)).'.'.
108 hexdec(substr($code,4,2)).'.'.
109 hexdec(substr($code,6,2));
110 $code = substr($code,8);
/plugin/geogebrembed/syntax/
H A Dggb.php54 if (substr($match, 0, 2) == '< ') {
104 $params = preg_split('/\s/', substr($params_raw, 4, -1), -1, PREG_SPLIT_NO_EMPTY);
125 if (substr($match, 0, 2) == '{{') {
130 else if (substr($match, 0, 3) == 'id:') {
131 $material_id = substr($match, 3);
/plugin/todo/syntax/
H A Dlist.php57 $options = substr($match, 10, -2); // strip markup
233 if(substr($file, -4) != '.txt') return true;
264 $wildsubns = substr($ns, -2) == '.:';
265 $onlysubns = !$wildsubns && (substr($ns, -1) == ':' || substr($ns, -2) == ':.');
266 // $onlyns = $onlysubns && substr($ns, -1) == '.';
270 $ns = substr($ID, 0, strrpos($ID, ':')+1).ltrim($ns, '.:');
283 $x = substr($item, $len+1, $p-$len);
287 } elseif ($parsepage = substr($item, 0, $len) == $ns) {
495 if(substr(
[all...]
/plugin/html5video/
H A Dvideo.php47 $params = substr($match, strlen('{{'), - strlen('}}')); //Strip markup
91 …if(substr($video_url, -4) != 'webm' && substr($video_url, -3) != 'ogv' && substr($video_url, -3) !…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssRewriteFilter.php58 $targetDir = substr($targetDir, 0, $pos);
66 $path .= ltrim(substr(dirname($sourcePath).'/', strlen($targetDir)), '/');
84 $path = substr($path, 0, strrpos(rtrim($path, '/'), '/') + 1);
85 $url = substr($url, 3);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php57 $attributeExpression = \ltrim(\substr($attributeExpression, 1, -1), ':');
64 $attributes['id'] = \substr($attribute, 1);
70 $attributes['class'][] = \substr($attribute, 1);
79 $last = \substr($value, -1);
81 $value = \substr($value, 1, -1);
/plugin/ikso/
H A Dscript.js101 var literox = kampo.value.substr(ekPoz-2,2);
103 kampo.value = kampo.value.substr(0,ekPoz-2) + literou + kampo.value.substr(ekPoz);
116 var komenco = kampo.value.substr(1,loko);
122 var literox = kampo.value.substr(loko-2,2);
124 kampo.value = kampo.value.substr(0,loko-2) + literou + kampo.value.substr(loko);
/plugin/multipoll/
H A Dsyntax.php41 $match = substr($match, 11, -12); // strip markup
43 $o = array_map('trim', explode(' ', substr($match, 0, strpos($match, '|'))));
46 if(substr($v, 0, 14) == 'showresultsto=') {
48 $v = array_map('trim', explode(',', substr($v, 14)));
55 $match = substr($match, strpos($match, '|') + 1);
57 $title = substr($match, 0, strpos($match, '>'));
58 $r = substr($match, strpos($match, '>') + 1);
/plugin/swiftmail/Swift/Authenticator/
H A DCRAMMD5.php33 $encoded_challenge = substr($swift->command("AUTH CRAM-MD5", 334)->getString(), 4);
65 $k_ipad = substr($password, 0, 64) ^ str_repeat(chr(0x36), 64);
66 $k_opad = substr($password, 0, 64) ^ str_repeat(chr(0x5C), 64);
/plugin/bbcode/
H A Dlink.php27 $match = substr($match, 5, -6);
28 if (preg_match('/".+?"/',$match)) $match = substr($match, 1, -1); // addition #1: unquote
44 $handler->_addCall('locallink',array(substr($url,1),$title),$pos);
/plugin/mredirect/
H A Daction.php21 $all = rtrim(rawWiki($ID)); $inner = substr ($all, 2, -2);
29 $url = substr ($url, strpos ($url, '"') + 1);
30 $url = substr ($url, 0, strpos ($url, '"'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php60 if (substr($string, (strlen($eolChar) * -1)) !== $eolChar) {
143 'content' => substr($token['content'], 0, -1),
168 && substr($token['content'], 0, 2) === '/*'
177 && (substr($token['content'], 0, 2) === '//'
197 $commentTokens[0]['content'] = substr($commentTokens[0]['content'], 1);
198 $content = substr($content, 1);
223 … $trimmed = substr($token['content'], 0, (strlen($token['content']) - strlen($content)));
253 && substr($token['content'], -2) === '*/'
497 $finalTokens[($numTokens - 2)]['content'] = substr(
/plugin/swiftmail/Swift/Message/
H A DEncoder.php60 $input = substr($input, strlen($matches[0]));
80 $input = substr($input, strlen($matches[0]));
123 $ret .= substr($string, 0, $init_chunk) . $le;
124 $string = substr($string, $init_chunk);
207 $string = substr($string, strlen($matches[0]));
217 $string = substr($string, strlen($matches[0]));
223 if (substr($ret, -1) == "=") return trim(substr($ret, 0, -1));
354 $data = preg_replace("~^[ \t]~D", "", substr($data, strlen($first_line)));
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php139 $r = hexdec(substr($color, 0, 2));
140 $g = hexdec(substr($color, 2, 2));
141 $b = hexdec(substr($color, 4, 2));
143 $r = hexdec(substr($color, 0, 1).substr($color, 0, 1));
144 $g = hexdec(substr($color, 1, 1).substr($color, 1, 1));
145 $b = hexdec(substr($color, 2, 1).substr($color, 2, 1));
H A DPDF417Factory.php139 $r = hexdec(substr($color, 0, 2));
140 $g = hexdec(substr($color, 2, 2));
141 $b = hexdec(substr($color, 4, 2));
143 $r = hexdec(substr($color, 0, 1).substr($color, 0, 1));
144 $g = hexdec(substr($color, 1, 1).substr($color, 1, 1));
145 $b = hexdec(substr($color, 2, 1).substr($color, 2, 1));
/plugin/strata/types/
H A Dlink.php38 if(substr($value,0,2) == '[[' && substr($value,-2) == ']]') {
39 $value = substr($value,2,-2);
/plugin/odt/ODT/
H A DODTUtility.php55 $match = substr ($content, $first, $second - $first + $length + 1);
56 $text = substr ($match, $endFirst-$first+1, -($length + 1));
60 $opentag = substr ($match, 0, $endFirst-$first);
61 $name = substr ($opentag, $lengthWithName);
613 $new = substr($value, 0, $pos+1);
615 $new .= substr($value, $pos+1);
628 $url = substr ($matches[0], 5);
833 $entry ['content'] = substr($HTMLCode, $pos, $found [0]-$pos);
864 $entry ['content'] = substr($HTMLCode, $pos);
911 $class_attr = substr($matches [0], 7);
[all …]
/plugin/combo/ComboStrap/
H A DWikiPath.php155 $firstCharacter = substr($path, 0, 1);
236 $pathPart = substr($this->absolutePath, strlen($comboInterWikiScheme));
309 $lastName = substr($parameterPath, $lastSeparator);
318 $parameterPathExtension = substr($lastName, $lastPoint + 1);
392 $id = substr(str_replace("/", ":", $urlPath), 1);
412 $lastPathPart = substr($pathId, $endSeparatorLocation + 1);
469 $uriScheme = substr($uri, 0, $lengthSchemeQualified);
473 $uriWithoutScheme = substr($uri, $lengthSchemeQualified);
479 $pathAndDrive = substr($uriWithoutScheme, 0, $locationQuestionMark);
480 $query = substr(
[all...]
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php184 $text = $indent > 0 ? substr($line, $indent) : $line;
329 $text = substr($Line['body'], 4);
359 $text = substr($Line['body'], 4);
444 $language = substr($matches[1], 0, strcspn($matches[1], " \t\n\f\r"));
482 $Block['element']['text']['text'] = substr($Block['element']['text']['text'], 1);
757 $remainder = substr($Line['text'], $length);
887 if (substr($dividerCell, - 1) === ':')
1106 $unmarkedText = substr($text, 0, $Inline['position']);
1115 $text = substr($text, $Inline['position'] + $Inline['extent']);
1122 $unmarkedText = substr(
[all...]

12345678910>>...95