Home
last modified time | relevance | path

Searched refs:ltrim (Results 26 – 50 of 235) sorted by last modified time

12345678910

/plugin/prosemirror/schema/
H A DNode.php164 $this->text = ltrim($this->text);
/plugin/prosemirror/parser/
H A DFootnoteNode.php30 return "((\n" . rtrim(ltrim($doc, "\n")) . "\n))";
/plugin/orphanmedia2/
H A Dsyntax.php155 …if(strpos($perPage_MediaLinks[$i],"/") === 0) $perPage_MediaLinks[$i] = ltrim($perPage_MediaLinks…
401 $extension = ltrim($extension, ".");
442 $extension = ltrim($extension, ".");
641 $extension = ltrim($extension, ".");
660 $extension = ltrim($extension, ".");
682 $extension = ltrim($extension, ".");
704 $extension = ltrim($extension, ".");
726 $extension = ltrim($extension, ".");
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php581 \ltrim($endpoint->getURI(), '/'),
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php166 'path' => \ltrim($connection->getPath(), '/'),
180 $action = '/'.\ltrim($action, '/');
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md178 * Fixed wrong `ltrim` usage in guzzle transport [#1783](https://github.com/ruflin/Elastica/pull/1783)
/plugin/elasticsearch/helper/
H A Dacl.php96 $splitACL[$type][] = ltrim($key, '@');
/plugin/snippets/
H A Daction.php161 $page_id = ltrim($event->data[1] . ':' . $event->data[2], ":");
181 $page_id = ltrim($event->data[1] . ':' . $event->data[2], ":");
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc527 ltrim: function() {
2034 this.ltrim();
2037 ltrim: function() {
2041 var d = CKEDITOR.tools.ltrim(a.getText()),
2974 ltrim: 1,
3882 …CKEDITOR.env.ie && c && a.type == CKEDITOR.NODE_TEXT && (a = CKEDITOR.tools.ltrim(a.substring(0, c…
6477 …if (!(u._.hasInlineStarted && !J.length || l || K) && (a = CKEDITOR.tools.ltrim(a), 0 === a.length…
7070 return CKEDITOR.tools.ltrim(a.replace(/(?:^|\s+)cke_[^\s]*/g, "")) || !1
18574 … this._.indent && (this.indentation(), !this._.inPre && (b = CKEDITOR.tools.ltrim(b)));
19109 … b.$.className = CKEDITOR.tools.ltrim(b.$.className.replace(this.classNameRegex, ""));
[all …]
H A Dget_headers.php19 $page = ltrim($page, ':');
H A Dckeditor.js30 …\t\n\r]+)|(?:[ \t\n\r]+$)/g;return function(b){return b.replace(a,"")}}(),ltrim:function(){var a=/…
84 …ction(a){this.insertBefore(a);a.remove()},trim:function(){this.ltrim();this.rtrim()},ltrim:functio…
85 (a=this.getFirst());){if(a.type==CKEDITOR.NODE_TEXT){var d=CKEDITOR.tools.ltrim(a.getText()),b=a.ge…
136 insertAfterNode:1,replace:1,trim:1,type:1,ltrim:1,rtrim:1,getDocument:1,getChildCount:1,getChild:1,…
183 …tOffset;CKEDITOR.env.ie&&c&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.ltrim(a.substring(0,c)),…
936 …on(b){this._.indent&&(this.indentation(),!this._.inPre&&(b=CKEDITOR.tools.ltrim(b)));this._.output…
964 …eturn;a=Math.min(a,c.length);a=Math.max(a,0);b.$.className=CKEDITOR.tools.ltrim(b.$.className.repl…
980 …lign");g.removeStyle("text-align");var m=e&&(g.$.className=CKEDITOR.tools.ltrim(g.$.className.repl…
H A Duseheading.php9 $page = ltrim($page, ':');
/plugin/ckgedit/
H A Dhelper.php134 $save_dir = DOKU_BASE . ltrim($conf['savedir'],'/.\/');
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php298 * @see ltrim()
305 if($charlist == '') return ltrim($str);
456 $ucword = utf8_substr_replace(ltrim($matches[0]),$ucfirst,0,1);
/plugin/ckgedit/action/
H A Dmeta.php203 $page = ltrim($page, ':');
537 $mdir = ltrim($mdir, '/');
/plugin/epub/
H A Drenderer.php335 $title = $link['title']? ltrim($link['title'],':'): "";
345 $orig = ltrim($name,':');
366 $tmp=ltrim($tmp,'/\/');
/plugin/epub/scripts/
H A Depub_utils.php709 return ltrim($name,'_');
H A Debook.php16 $id = ltrim($id, ':');
/plugin/icon/
H A DSVG.php114 $this->color = '#' . ltrim($color, '#');
121 $this->color = '#' . ltrim($ini['replacements'][$color], '#');
125 $this->color = '#' . ltrim($ini['replacements']["__{$color}__"], '#');
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php30 $this->namespace = ltrim($namespace, '\\');
43 $class = ltrim($class, '\\');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1593 ltrim($href, '/'),
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php111 $pathParts = explode('/', ltrim($parts['path'], '/'));
/plugin/davcal/action/
H A Ddisable.php29 $id = ltrim($data[1].':'.$data[2], ':');
/plugin/davcal/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php177 return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2],0,2),'0'));
/plugin/pot/source/
H A Dtext.php39 $completeformula .= ltrim($forkey, ' ') ;
54 $completeformula .= ltrim($forkey, ' ');

12345678910