Home
last modified time | relevance | path

Searched refs:substr (Results 926 – 950 of 2368) sorted by relevance

1...<<31323334353637383940>>...95

/plugin/acknowledge/syntax/
H A Dassign.php41 $match = substr($match, 6, -2);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php237 $lastChar = substr($comment, -1);
391 … if (strpos($suggestedName, 'array') !== false || substr($suggestedName, -2) === '[]') {
432 } else if ($typeHint !== substr($suggestedTypeHint, (strlen($typeHint) * -1))) {
525 } else if (substr($param['var'], -4) !== ',...') {
544 $lastChar = substr($param['comment'], -1);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php161 $this->pushToken(Token::TEXT_TYPE, substr($this->code, $this->cursor));
177 $text = $textContent = substr($this->code, $this->cursor, $position[1] - $this->cursor);
288 $this->pushToken(Token::STRING_TYPE, stripcslashes(substr($match[0], 1, -1)));
313 $text = substr($this->code, $this->cursor, $match[0][1] - $this->cursor);
329 … $this->moveCursor(substr($this->code, $this->cursor, $match[0][1] - $this->cursor).$match[0][0]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php806 if (substr($pattern, $i, 3) === '...') {
818 } else if (substr($pattern, $i, 3) === 'abc') {
823 } else if (substr($pattern, $i, 3) === 'EOL') {
835 $str = substr($pattern, $oldFirstToken);
845 $str = substr($pattern, $oldFirstToken, $lastToken);
/plugin/plaintext/
H A Dinline.php30 return substr($match,6,-7);
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DUrlLinkTrait.php39 return [['text', substr($markdown, 0, 4)], 4];
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DDroppingStream.php38 $this->stream->write(substr($string, 0, $diff));
/plugin/issuetracker/
H A Dwysiwyg_editor.js77 var pColor=s_url.substr(s_url.indexOf("#"));
86 var pColor=s_url.substr(s_url.indexOf("#"));
/plugin/pagetemplate/
H A Dsyntax.php101 $data = (substr($match, 3, -1));
175 $idx = array_search(substr(get_class($this), 7), $this->allowedModes);
/plugin/pureldap/vendor/composer/
H A DInstalledVersions.php269 if (substr(__DIR__, -8, 1) !== 'C') {
344 if (substr(__DIR__, -8, 1) !== 'C') {
/plugin/commonmark/vendor/composer/
H A DInstalledVersions.php269 if (substr(__DIR__, -8, 1) !== 'C') {
342 if (substr(__DIR__, -8, 1) !== 'C') {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php195 if ('file://' === substr($stream, 0, 7)) {
196 return dirname(substr($stream, 7));
/plugin/elasticsearch/vendor/composer/
H A DInstalledVersions.php269 if (substr(__DIR__, -8, 1) !== 'C') {
344 if (substr(__DIR__, -8, 1) !== 'C') {
/plugin/barcodes/vendor/composer/
H A DInstalledVersions.php269 if (substr(__DIR__, -8, 1) !== 'C') {
342 if (substr(__DIR__, -8, 1) !== 'C') {
/plugin/blogtng/syntax/
H A Dblog.php92 $match = substr(trim($match), 5, -7); // strip '<blog' and '</blog>'
216 $this->config['sortby'] = substr($opt, 2);
/plugin/odt/ODT/
H A DODTUnits.php223 $value = substr($value, 0, -2);
248 $value = substr($value, 0, -2);
/plugin/oauth/vendor/composer/
H A DInstalledVersions.php267 if (substr(__DIR__, -8, 1) !== 'C') {
340 if (substr(__DIR__, -8, 1) !== 'C') {
/plugin/geophp/vendor/composer/
H A DInstalledVersions.php269 if (substr(__DIR__, -8, 1) !== 'C') {
344 if (substr(__DIR__, -8, 1) !== 'C') {
/plugin/linkback/exe/
H A Dpingback.php76 $ID = substr($_SERVER['PATH_INFO'], 1);
172 $ID = substr($_SERVER['PATH_INFO'], 1);
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js479 propertyToFind = { '#' : 'id', '.' : 'className' }[search.substr(0, 1)] || 'nodeName',
485 ? search.substr(1)
872 return line.substr(0, pos)
873 + spaces.substr(0, count)
874 + line.substr(pos + 1, line.length) // pos + 1 will get rid of the tab
962 lines[i] = lines[i].substr(min);
1469 line = line.substr(spaces.length);
1528 result += wrapLinesWithCode(code.substr(pos, match.index - pos), matchBrushName + 'plain')
1536 result += wrapLinesWithCode(code.substr(pos), getBrushNameCss() + 'plain');
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.utils.inc.php112 $html = substr($html, strlen($matches[0]));
318 $html = substr($html, strlen($matches[0]));
462 $html = substr($html,strlen($matches[0]));
475 $html = substr($html,strlen($matches[0]));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DDroppingStream.php43 return $this->stream->write(substr($string, 0, $diff));
/plugin/stellarium/
H A Dsyntax.php35 $content = substr($match, 12, -13); // Remove <stellarium> and </stellarium> tags
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DAutoloader.php63 $class = substr($class, 1);
/plugin/pgn4web/pgn4web/
H A Dcrc32.js20 x = "0x" + table.substr( y * 9, 8 );

1...<<31323334353637383940>>...95