Home
last modified time | relevance | path

Searched refs:ltrim (Results 151 – 175 of 235) sorted by last modified time

12345678910

/plugin/ckgdoku/ckeditor/
H A Duseheading.php9 $page = ltrim($page, ':');
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…
H A Dget_headers.php16 $page = ltrim($page, ':');
/plugin/ckgdoku/action/
H A Dmeta.php177 $page = ltrim($page, ':');
502 $mdir = ltrim($mdir, '/');
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php80 $marker = $type === 'ul' ? ltrim($lines[$current])[0] : '';
108 } elseif (ltrim($line) === '') {
H A DFencedCodeTrait.php27 ($line[3] === '`' && strncmp(ltrim($line), '```', 3) === 0) ||
28 ($line[3] === '~' && strncmp(ltrim($line), '~~~', 3) === 0)
37 $line = ltrim($lines[$current]);
H A DQuoteTrait.php32 if (ltrim($line) !== '') {
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdown.php95 if ($line === '' || ltrim($line) === '' || $this->identifyHeadline($line, $lines, $i)) {
H A DParser.php52 if (ltrim($text) === '') {
77 if (ltrim($text) === '') {
221 if (ltrim($lines[$i]) !== '') {
H A DGithubMarkdown.php68 || ltrim($line) === ''
/plugin/swiftmail/Swift/Message/
H A DHeaders.php569 $ret .= ltrim($name, ".") . ": " . $this->getEncoded($name) . $this->LE;
/plugin/fckg/action/
H A Dedit.php2833 $regex = ltrim($regex, '|');
H A Dmeta.php189 $mdir = ltrim($mdir, '/');
/plugin/fckg/fckeditor/editor/dialog/
H A Dget_headers.php10 $page = ltrim($_REQUEST['dw_id'], ':');
/plugin/fckg/syntax/
H A Ddwplugin.php207 $plugin_name = ltrim($plugin, '_');
/plugin/callflow/
H A Dscript.js92 String.prototype.ltrim = function(){return this.replace(/^\s+/,'');}; method in String
/plugin/htmlokay/
H A Ddirectory_scan-3.php17 $wiki_home = ltrim($wiki_home, '/');
45 return ltrim($namespace_string, ':');
H A Dadmin.php170 $this->wiki_home = ltrim($this->wiki_home, '/');
217 return ltrim($namespace_string, ':');
393 $url = '/' . ltrim($url, '/');
/plugin/davcard/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php177 return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2],0,2),'0'));
/plugin/remotelistnamespace/
H A Dremote.php48 $parts = explode('/',ltrim($file,'/'));
62 $parts = explode('/',ltrim($file,'/'));
/plugin/database2/
H A Ddatabase2.php2800 $in = ltrim( substr( $tail, $pos ) );
/plugin/rrdgraph/
H A Dhelper.php551 $option = ltrim($option, "0123456789");
/plugin/rrdgraph/inc/
H A Dcontenttypes.php26 $extension = strtolower(ltrim(strrchr($fileName, '.'), '.'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php112 $path = ltrim($path, '/');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php55 $memberName = ltrim($tokens[$stackPtr]['content'], '$');

12345678910