Home
last modified time | relevance | path

Searched refs:ltrim (Results 1 – 25 of 235) sorted by path

12345678910

/plugin/addnewpage/
H A Dsyntax.php71 $namespace = trim(ltrim($options[0], '>'));
/plugin/approve/
H A Dhelper.php83 return ltrim($namespace, ':');
97 $id = ltrim($id, ':');
144 $ns = ltrim($assignment['namespace'], ':');
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php179 $temp = \ltrim(\pack('N', $length), \chr(0));
H A DJWT.php520 $r = \ltrim($r, "\x00");
521 $s = \ltrim($s, "\x00");
580 $r = \ltrim($r, "\x00");
581 $s = \ltrim($s, "\x00");
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php338 $cookieDomain = ltrim($this->getDomain(), '.');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php278 $area = '.' . ltrim($area, '.');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php124 $message = ltrim($message, "\r\n");
195 return $scheme . '://' . $host . '/' . ltrim($path, '/');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNativeMailerHandler.php122 $headers = ltrim(implode("\r\n", $this->headers) . "\r\n", "\r\n");
H A DRedisHandler.php82 ->ltrim($this->redisKey, -$this->capSize, -1)
89 $tx->ltrim($redisKey, -$capSize, -1);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php301 return ltrim($str, "\0");
340 return $trim ? ltrim($bits, '0') : $bits;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php502 $a = ltrim($curve->getA()->toBytes(), "\0");
506 $b = ltrim($curve->getB()->toBytes(), "\0");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php170 $em = ltrim($em, "\xFF");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1513 $temp = ltrim(pack('N', $length), chr(0));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php134 return ltrim($this->value, '0');
164 ltrim($value, chr(0));
H A DEngine.php294 $result = $this->precision > 0 ? substr($bits, -$this->precision) : ltrim($bits, '0');
824 $size = strlen(ltrim($max->toBytes(), chr(0)));
H A DGMP.php163 ltrim($temp, chr(0));
H A DPHP.php180 $result = ltrim($result, '0');
896 return ltrim(pack('N', $x), chr(0));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php105 return ltrim($c, "\0");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php151 $x = ltrim($x, "\0");
188 return [ltrim($q, "\0"), ltrim($r, "\0")];
199 $precomputed = [ltrim($x, "\0")];
277 return ltrim($xy, "\0");
420 $temp->value = ltrim($aux1, "\0");
/plugin/authyubikey/lib/
H A DYubico.php299 $parameters = ltrim($parameters, "&");
/plugin/autogallery/
H A Dsyntax.php61 $namespace = trim(ltrim($options[0], '>'));
/plugin/backup/
H A Dadmin.php379 return ltrim($dir, '/');
/plugin/callflow/
H A Dscript.js92 String.prototype.ltrim = function(){return this.replace(/^\s+/,'');}; method in String
/plugin/ckgdoku/action/
H A Dmeta.php177 $page = ltrim($page, ':');
502 $mdir = ltrim($mdir, '/');
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js28 …\t\n\r]+)|(?:[ \t\n\r]+$)/g;return function(g){return g.replace(a,"")}}(),ltrim:function(){var a=/…
73 …this.ltrim();this.rtrim()},ltrim:function(){for(var a;this.getFirst&&(a=this.getFirst());){if(a.ty…
121 …1,moveChildren:1,insertBefore:1,insertAfterNode:1,replace:1,trim:1,type:1,ltrim:1,rtrim:1,getDocum…
167 ….startOffset;CKEDITOR.env.ie&&c&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.ltrim(a.substring(0,
874 …on(a){this._.indent&&(this.indentation(),!this._.inPre&&(a=CKEDITOR.tools.ltrim(a)));this._.output…
888 c=Math.min(c,b.length);c=Math.max(c,0);a.$.className=CKEDITOR.tools.ltrim(a.$.className.replace(thi…
903 …lign");g.removeStyle("text-align");var t=h&&(g.$.className=CKEDITOR.tools.ltrim(g.$.className.repl…

12345678910