Home
last modified time | relevance | path

Searched refs:substr (Results 126 – 150 of 2368) sorted by relevance

12345678910>>...95

/plugin/combo/ComboStrap/
H A DPipelineUtility.php55 $processedExpression = substr($processedExpression, $firstQuoteChar + 1);
58 $message = substr($processedExpression, 0, $secondQuoteChar);
64 $commandChain = substr($processedExpression, $pipeCharPosition + 1);
68 $message = substr($processedExpression, 0, $pipeCharPosition);
85 $message = trim(substr($processedExpression, 0, $firstPipeChar));
86 $commandChain = trim(substr($processedExpression, $firstPipeChar + 1));
107 $commandName = substr($command, 0, $leftParenthesis);
108 $signature = substr($command, $leftParenthesis + 1);
224 return substr($value, strlen($value) - $length);
H A DPluginUtility.php261 $match = trim(substr($match, $spacePosition));
272 $nextArgument = substr($match, 0, $spacePosition);
297 $match = substr($match, strlen($nextArgument));
306 $nextArgument = substr($match, 0, $spacePosition);
315 $match = substr($match, strlen($nextArgument));
609 $match = substr($match, $start + 1);
622 return substr($match, 0, $end);
762 $match = substr($match, 0, $pos);
766 $match = substr($match, 0, -1);
771 $match = substr(
[all...]
/plugin/togglewrap/
H A Dscript.js2 if (checkbox.value.substr(0,4) == 'not_') {
3 value = checkbox.value.substr(4);
35 if ( (this.value.substr(0,4) == 'not_') && (!this.checked)) {
36 value = this.value.substr(4);
52 if (jQuery.inArray($this.attr('href').substr(1), titleHidden) != -1) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.autoclose.inc.php7 while (preg_match("#^(.*?)({$tags})#is", substr($sample_html, $offset),$matches)) {
35 $prefix = substr($html,0,$offset);
36 $suffix = substr($html,$offset);
39 $suffix = substr($suffix, strlen($matches[1]));
49 while (preg_match("#^(.*?)({$tags})#is", substr($sample_html, $offset),$matches)) {
/plugin/complex_lists/complex_lists/
H A Dsyntax.php77 return array($state, 3, substr(trim($match, '#'), 1));
181 $type = strpos("01aAiI", substr($str, $loc, 1));
211 return htmlspecialchars(substr($str, 0, $loc) . $numtext . substr($str, $loc + 1));
305 $listtext = substr($renderer->doc, $pos + 22);
306 $renderer->doc = substr($renderer->doc, 0, $pos);
319 $renderer->doc .= substr($listtext, 0, $pos);
320 $listtext = substr($listtext, $pos+14);
327 $command = explode('#', substr($listtext, 0, $pos));
328 $listtext = substr($listtext, $pos + 3);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php152 $line = substr($line, 3);
171 if ('END:' === strtoupper(substr($line, 0, 4))) {
180 $name = strtoupper(substr($line, 4));
197 if ('BEGIN:' === strtoupper(substr($line, 0, 6))) {
198 if (substr($line, 6) === $this->root->name) {
201 $component = $this->root->createComponent(substr($line, 6), [], false);
206 if ('END:' === strtoupper(substr($line, 0, 4))) {
215 $name = strtoupper(substr($line, 4));
305 $curLine = \substr($nextLine, 1);
367 $value = substr($match['paramValue'], 1, -1);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php158 $line = substr($line, 3);
178 if (strtoupper(substr($line, 0, 4)) === 'END:') {
188 $name = strtoupper(substr($line, 4));
206 if (strtoupper(substr($line, 0, 6)) === 'BEGIN:') {
208 $component = $this->root->createComponent(substr($line, 6), [], false);
214 if (strtoupper(substr($line, 0, 4)) === 'END:') {
224 $name = strtoupper(substr($line, 4));
318 $line .= substr($nextLine, 1);
319 $rawLine .= "\n " . substr($nextLine, 1);
383 $value = substr($match['paramValue'], 1, -1);
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DInline.php93 if (preg_replace('/\s*#.*$/A', '', substr($value, $i))) {
94 throw new ParseException(sprintf('Unexpected characters near "%s".', substr($value, $i)), self::$parsedLineNumber + 1, $value, self::$parsedFilename);
276 $tmp = ltrim(substr($scalar, $i), " \n");
281 throw new ParseException(sprintf('Unexpected characters (%s).', substr($scalar, $i)), self::$parsedLineNumber + 1, $scalar, self::$parsedFilename);
289 $output = substr($scalar, $i);
294 $output = substr($output, 0, $match[0][1]);
296 } elseif (Parser::preg_match('/^(.*?)('.implode('|', $delimiters).')/', substr($scalar, $i), $match)) {
324 if (!Parser::preg_match('/'.self::REGEX_QUOTED_STRING.'/Au', substr($scalar, $i), $match)) {
325 throw new ParseException(sprintf('Malformed inline YAML string: "%s".', substr($scalar, $i)), self::$parsedLineNumber + 1, $scalar, self::$parsedFilename);
328 $output = substr(
[all...]
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php99 $result = substr($result,0,strpos($result,'</internallink>'));
100 $result = substr($result,strpos($result,'<internallink>')+14);
120 $result = substr($result,0,strpos($result,'</internallink>'));
121 $result = substr($result,strpos($result,'<internallink>')+14);
141 $result = substr($result,0,strpos($result,'</internallink>'));
142 $result = substr($result,strpos($result,'<internallink>')+14);
162 $result = substr($result,0,strpos($result,'</internallink>'));
163 $result = substr($result,strpos($result,'<internallink>')+14);
183 $result = substr($result,0,strpos($result,'</internallink>'));
184 $result = substr($result,strpos($result,'<internallink>')+14);
[all …]
/plugin/mdpage/vendor/cebe/markdown/block/
H A DCodeTrait.php37 $line = $line[0] === "\t" ? substr($line, 1) : substr($line, 4);
43 $line = $line[0] === "\t" ? substr($line, 1) : substr($line, 4);
/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php142 ($hostparts[1] && substr($hostparts[1], 0, 1) != '.')) {
159 if (substr($path, 0, 1) != '/') {
288 substr($host, -(strlen($host_tail))) != $host_tail &&
289 substr($host_tail, 1) != $host) {
303 if (substr($path, 0, strlen($base_path)) != $base_path) {
306 if (substr($base_path, strlen($base_path) - 1, 1) != '/' &&
307 substr($path, strlen($base_path), 1) != '/') {
314 $qplus = substr($query, 0, strlen($base_query) + 1);
/plugin/ghissues/helper/
H A DapiCacheInterface.php104 …$http->agent = substr($http->agent,0,-1).' via ghissue plugin from user '.$this->getConf('ghissueu…
126 $apiStatus = substr($apiHead['status'],0,3);
138 $apiResp = substr($apiResp,0,-1);
241 …$http->agent = substr($http->agent,0,-1).' via ghissue plugin from user '.$this->getConf('ghissueu…
251 $apiStatus = substr($apiHead['status'],0,3);
260 return ','.substr($apiNext,1,-1).$this->_chaseGithubNextLinks($http, $matches[1]);
264 return ','.substr($apiNext,1);
274 $this->etag = substr($this->cache, 0, -9).'.etag';
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dts.php56 $sync = substr($DTSheader, 0, 4);
80 $fhBS .= getid3_lib::BigEndian2Bin( substr($DTSheader, $word_offset, 2) );
83 $fhBS .= getid3_lib::BigEndian2Bin(strrev(substr($DTSheader, $word_offset, 2)));
86 $fhBS .= substr(getid3_lib::BigEndian2Bin( substr($DTSheader, $word_offset, 2) ), 2, 14);
89 $fhBS .= substr(getid3_lib::BigEndian2Bin(strrev(substr($DTSheader, $word_offset, 2))), 2, 14);
158 $data = substr($bin, $this->readBinDataOffset, $length);
/plugin/openid/Auth/OpenID/
H A DTrustRoot.php142 ($hostparts[1] && substr($hostparts[1], 0, 1) != '.')) {
159 if (substr($path, 0, 1) != '/') {
288 substr($host, -(strlen($host_tail))) != $host_tail &&
289 substr($host_tail, 1) != $host) {
303 if (substr($path, 0, strlen($base_path)) != $base_path) {
306 if (substr($base_path, strlen($base_path) - 1, 1) != '/' &&
307 substr($path, strlen($base_path), 1) != '/') {
314 $qplus = substr($query, 0, strlen($base_query) + 1);
/plugin/authradius/
H A Ddes.php38 … $key = str_pad(substr($key, 0, 7), 7, chr(0x00)); //We need 7 bytes for a key; no more, no less
49 $clearBlock = substr($clearText, $i * 8, 8); //Grab a block from the input
78 $l[0] = substr($ip, 0, 32);
79 $r[0] = substr($ip, 32);
119 $c[$index] = substr($k, 0, 28);
120 $d[$index] = substr($k, 28);
251 return substr($input, $positions) . substr($input, 0, $positions);
288 $str1 = explode('-', substr(chunk_split($bin, 7, '-'), 0, -1));
/plugin/svgimg2/
H A Dhelper.php120 $red = hexdec(substr($bgcolor, 0, 2));
121 $green = hexdec(substr($bgcolor, 2, 2));
122 $blue = hexdec(substr($bgcolor, 4, 2));
126 $red = substr($bgcolor, 0, 1);
127 $green = substr($bgcolor, 1, 1);
128 $blue = substr($bgcolor, 2, 1);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php102 if (preg_replace('/\s+#.*$/A', '', substr($value, $i))) {
273 $tmp = ltrim(substr($scalar, $i), ' ');
284 $output = substr($scalar, $i);
289 $output = substr($output, 0, $match[0][1]);
323 $output = substr($match[0], 1, \strlen($match[0]) - 2);
548 $value = substr($scalar, 1, $pos - 2);
550 $value = substr($scalar, 1);
577 return (string) substr($scalar, 6);
579 return substr($scalar, 2);
605 return (float) substr($scalar, 8);
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DLibrary.php66 $head = substr($head, 0, $pos);
67 $queue = DIRECTORY_SEPARATOR . substr($queue, $pos + 1);
87 $head = substr($part, 0, $pos);
88 $tail = substr($part, $pos);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php235 if ($this->enableDataVariables && substr($variableName, 0, 1) == '@') {
240 while (substr($variableName, 0, 3) == '../') {
241 $variableName = trim(substr($variableName, 3));
297 if (substr($variableName, 0, 1) != '@') {
307 $variableName = substr($variableName, 1);
311 while (substr($variableName, 0, 3) == '../') {
312 $variableName = trim(substr($variableName, 3));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DFileExtensionEscapingStrategy.php36 if (\in_array(substr($name, -1), ['/', '\\'])) {
40 if ('.twig' === substr($name, -5)) {
41 $name = substr($name, 0, -5);
/plugin/currentlyreading/
H A Dsyntax.php40 $pagename = substr($match, 10, -2); // Remove the markup to reveal the pagename.
46 if (substr($pagename, 0, 1) == ' ') $left = true;
47 if (substr($pagename, -1, 1) == ' ') $right = true;
60 … $width = intval(substr($pagename, $spos+1)); // The user specified a width in the markup.
61 …$pagename = substr($pagename, 0, -(strlen($pagename)-$spos)); // Strip the width declaration off o…
/plugin/redirect2/
H A Dsyntax.php29 $mode, substr(get_class($this), 7) );
31 $mode, substr(get_class($this), 7) );
47 $page = substr(ltrim($match), 10);
49 $page = substr($match, 11, -2);
/plugin/cryptsign/
H A Dsyntax.php54 $match = substr($match,2,-4);
56 $text = trim(substr($match,0,$pos));
57 $sig = substr($match,$pos+2,32);
58 $user = substr($match,$pos+36);
/plugin/mikioplugin/syntax/
H A Dblockquote.php56 $cite = substr($footer, $i, strlen($data['cite']));
57 $footer = substr($footer, 0, $i) . '<cite class="' . $this->elemClass . ' ' . $this->classPrefix . 'cite" title="' . $cite . '">' . substr($footer, $i, strlen($cite)) . '</cite>' . substr($footer, $i + strlen($cite));
/plugin/layeranimation/syntax/
H A Dlayer.php46 $option = explode(' ', substr($match, 6, -1));
77 if ( substr($item, -1) == 's' && is_int(intval(substr($item, 0, -1))) )
79 $TIMING = 'timing="' . intval(substr($item, 0, -1)) . '"';

12345678910>>...95