Home
last modified time | relevance | path

Searched refs:substr (Results 476 – 500 of 2368) sorted by relevance

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

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DDouble.php26 if ('"' === substr($buffer, $offset, 1)) {
31 $tokenString = substr($buffer, $offset, 2);
H A DSingle.php26 if ("'" === substr($buffer, $offset, 1)) {
31 $tokenString = substr($buffer, $offset, 2);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php124 if (substr($gn,-4)=='20AC') {
414 $ext=strtolower(substr($fontfile,-3));
447 $basename=substr(basename($afmfile),0,-4);
471 $file=substr($file,6);
480 $file=substr($file,0,$size1).substr($file,$size1+6);
488 $file=substr($file,0,$size1+$size2);
/plugin/mantis/lib/
H A Dclass.nusoap_base.php770 $name = substr(strstr($qname,':'),1);
772 $prefix = substr($qname,0,strpos($qname,':'));
794 return substr( $sstr, 1 );
811 return substr($str,0,$pos);
945 $op = substr($regs[8],0,1);
946 $h = substr($regs[8],1,2);
947 $m = substr($regs[8],strlen($regs[8])-2,2);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php347 $ps = substr($em, 2, strpos($em, chr(0), 2) - 2);
348 $m = substr($em, strlen($ps) + 3);
398 $maskedSeed = substr($em, 1, $this->hLen);
399 $maskedDB = substr($em, $this->hLen + 1);
404 $lHash2 = substr($db, 0, $this->hLen);
405 $m = substr($db, $this->hLen);
424 return substr($m, $offset + 1);
/plugin/diagramsnet/lib/math/extensions/
H A Dtex2jax.js19substr(0,6)==="\\begin"){this.search={end:"\\end{"+a[1]+"}",mode:"; mode=display",pcount:0,open:b,…
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php174 $path = substr($command, 0, strrpos($command, " -"));
175 $flags = substr($command, strrpos($command, " -")+2);
222 return $ret = substr($ret, 0, -2);
261 … if (!$this->send && strpos($command, " ")) $command = substr($command, strpos($command, " ")+1);
/plugin/date/
H A Dsyntax.php60 $match = substr($match,7,-2);
73 $cnst = substr($match, 7, -2);
146 …$timestamp_with_now_value = substr($timestamp_value,0,strlen($timestamp_value)-1).", ".$now_value.
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php273 if (0 === strlen($line) || '//' == substr($line, 0, 2)) {
347 $ruleName = substr($line, 0, -1);
355 '//' === substr($lines[$i], 0, 2))) {
356 if ('//' === substr($lines[$i], 0, 2)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php206 $source = substr($source, 0, $maxSniffWidth);
219 $parts[0] = substr($parts[0], 0, ((strlen($parts[0]) - 8) * -1));
226 $category = substr($category, 0, ((strlen($category) - 18) * -1));
233 $sniff = substr($sniff, 0, $maxSniffWidth);
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js238 if (x[4]) ins = ins.substr(0,x[4]);
272 if (x[4]) ins = ins.substr(0,x[4]);
277 if (x[4]) ins = ins.substr(0,x[4]);
283 if (x[4]) ins = ins.substr(0,x[4]);
/plugin/deflist/
H A Dsyntax.php358 $aRenderer->doc = substr($aRenderer->doc,
373 $aRenderer->doc = substr($aRenderer->doc,
393 $aRenderer->doc = substr($aRenderer->doc,
441 $aRenderer->doc = substr(
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php265 if ('/' == substr($restPath, 0, 1)) {
266 $requestUrl = substr($restPath, 1);
273 if ('/' !== substr($this->rootUrl, -1) && '/' !== substr($requestUrl, 0, 1)) {
/plugin/numberof/
H A Dsyntax.php27 $match=substr($match,10,-2);
54 if($opts['all'] || substr($file,-4) == '.txt'){
/plugin/autolink2/
H A Daction.php35 if (substr($x,0,14)=='~~noautolink~~') {
36 $event->data = substr($x,14);
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DBacktickParser.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DFileMock.php63 substr($this->data, 0, $offset) .
65 substr($this->data, $offset + strlen($data));
/plugin/pubmed2020/classes/
H A Dpubmed2020.php49 return (substr($string, 0, $len) === $startString);
162 if (substr($options[0], 0, 1) === "#") {
163 $title = substr($options[0], 1);
258 $key = trim(substr($line, 0, 4));
262 $val = trim(substr($line, 6));
294 $ret["year"] = substr($value,0,4);
822 if (substr($sentence, -1) !== '.')
1009 if (substr($abstract, 0, strlen($lf)) === $lf) {
1010 $abstract = substr($abstract, strlen($lf));
/plugin/command/inc/
H A Dembedding.php206 $rawParams = explode('&', substr($matches[2], 1));
220 $paramName = substr($rawParam, 0, $equalsPos);
222 $paramValue = substr($rawParam, $equalsPos + 1);
/plugin/var/
H A Dsyntax.php20 $match = substr($match, 1, -1); // strip markup
42 $part = substr($meta, 0, -1);
133 $xhtml = trim(substr($vname, 1, -1));
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php124 $str = substr($str, 1);
127 $name = trim(substr($str, 0, $separatorPos));
128 $value = trim(substr($str, $separatorPos));
/plugin/markdownextra/
H A Daction.php28 if(substr($ID,-3) != '.md') return true;
49 if (substr($ID,-3) != '.md' || $ACT != 'edit') return;
/plugin/owncloud/
H A Dwork.php37 $src = substr($link,0,$pos);
38 $param = substr($link,$pos+1);
/plugin/structautolink/_test/
H A DRendererTest.php47 … $this->assertEquals($result[0]['term'], substr($text, $result[0]['pos'], $result[0]['len']));
48 … $this->assertEquals($result[1]['term'], substr($text, $result[1]['pos'], $result[1]['len']));
/plugin/combo/resources/snippet/js/
H A Dcombo-popover.js9 bootstrapVersion = parseInt(bootstrap.Popover.VERSION.substr(0, 1), 10);
16 bootstrapVersion = parseInt(jQuery.fn.tooltip.constructor.VERSION.substr(0, 1), 10);

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