Home
last modified time | relevance | path

Searched refs:substr (Results 1026 – 1050 of 2368) sorted by relevance

1...<<41424344454647484950>>...95

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DFindFileStructure.php81 if (substr($body, -1) != "\n") {
/plugin/blogtng/syntax/
H A Dcommentreply.php47 $cid = substr($match, 2, -1);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DText.php38 $string .= substr($token->content, 1);
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js252 var newValue = this.element.value.substr(0, bounds[0]);
253 var whitespace = this.element.value.substr(bounds[0]).match(/^\s+/);
256 this.element.value = newValue + value + this.element.value.substr(bounds[1]);
442 ret.push("<li><strong>" + elem.substr(0, entry.length) + "</strong>" +
443 elem.substr(entry.length) + "</li>");
447 if (instance.options.fullSearch || /\s/.test(elem.substr(foundPos-1,1))) {
448 partial.push("<li>" + elem.substr(0, foundPos) + "<strong>" +
449 elem.substr(foundPos, entry.length) + "</strong>" + elem.substr(
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php111 $name = substr($name, $slashPos+1);
115 $name = substr($name, 0, $dotPos);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php240 if (substr($this->inputPath, -5) === '.json') {
247 if (substr($this->outputPath, -5) === '.json') {
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php164 return substr($type, -2) === self::OPERATOR_ARRAY;
237 return new Array_($this->resolve(substr($type, 0, -2), $context));
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php152 if (substr($file, 0, 1) != '@') {
218 $chunk = substr($this->data, $this->progress, $this->chunkSize);
/plugin/src/
H A Dsyntax.php64 … $match = (preg_replace("/\s+/", " ", substr($match, 5, -2))); // Чистим от повторяющихся пробелов
174 $this->txtContent = substr($this->txtContent, 0, -1); ///< Отрубаем последний перенос
/plugin/toctweak/action/
H A Drendertoc.php229 $content = substr($event->data, $offset);
258 $event->data = substr($event->data, 0, $offset).$content;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DNonExecutableCodeSniff.php135 $type = substr($tokens[$stackPtr]['type'], 2);
259 $type = substr($tokens[$stackPtr]['type'], 2);
/plugin/judge/helper/
H A Dcrud.php185 if (substr($targetdir, -1) != "/") {
188 if (substr($targetdir, 1) != "/") {
/plugin/extendpage/meta/
H A DAssignments.php249 if (substr($pattern, -2) == '**') {
254 } elseif (substr($pattern, -1) == '*') {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php240 if (substr($this->inputPath, -5)==='.json') {
247 if (substr($this->outputPath,-5)==='.json') {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php240 if (substr($this->inputPath, -5)==='.json') {
247 if (substr($this->outputPath,-5)==='.json') {
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php189 $openerNode->setLiteral(\substr($openerNode->getLiteral(), 0, -$useDelims));
190 $closerNode->setLiteral(\substr($closerNode->getLiteral(), 0, -$useDelims));
/plugin/instantpage/lib/
H A D5.1.0.js2 …antIntensity;if("mousedown"==t.substr(0,"mousedown".length))u=!0,"mousedown-only"==t&&(f=!0);else …
/plugin/xcom/scripts/
H A DsafeFN_class-cmpr.js1 …match(/([^\x00-\x7F]+[\x00-\x7F]{0,10})+/)[0];c[b++]=d.substr(0,e)+this._utf8Decode(a);d=d.substr(…
H A DsafeFN_class.js223 str[j++]= utf8str.substr(0, pos) + this._utf8Decode(tmpStr);
224 utf8str = utf8str.substr(pos + tmpStr.length);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS8.php151 if (substr($key['privateKey'], 0, 2) != "\x04\x20") {
154 $components['dA'] = $components['curve']->extractSecret(substr($key['privateKey'], 2));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php209 …$format = Utils::substr($format, 0, $pos) . '%c' . $match[1][0] . '%c' . Utils::substr($format, $p…
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php240 if (substr($this->inputPath, -5)==='.json') {
247 if (substr($this->outputPath,-5)==='.json') {
/plugin/fastwiki/
H A Dpagecache.js101 var id = pages[p].substr(0, line1End);
102 pages[p] = pages[p].substr(line1End+1);
/plugin/clearhistory/
H A Dadmin.php115 if (substr($file, -4) == '.txt') {
116 $name = substr($file, 0, -4);
/plugin/ifauthex/lib/
H A Dgrammar.php67 $strValue = substr($strValue, 1, strlen($strValue) - 2);
74 return strlen($strValue) > 0 && substr($strValue, 0, 1) == '"';

1...<<41424344454647484950>>...95