Home
last modified time | relevance | path

Searched refs:trim (Results 226 – 250 of 1709) sorted by path

12345678910>>...69

/plugin/bureaucracyau/_test/
H A Dfield_time.test.php84 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dsyntax.test.php112 $line = trim(array_shift($lines));
/plugin/bureaucracyau/helper/
H A Dactionmail.php188 list($syntax,) = explode(' ', trim($codeoptions), 2);
H A Dactiontemplate.php276 … $ret .= '<strong>' . trim(substr($item['id'], strrpos($item['id'], ':', -2)), ':') . '</strong>';
/plugin/bureaucracyau/
H A Dsyntax.php82 $line = trim(array_shift($lines));
260 $k = trim($k);
261 $v = trim($v);
/plugin/button/
H A Dsyntax.php141 $style = trim($style);
151 $this->confStyles[trim($style[0])] = trim($style[1]);
/plugin/c3chart/assets/
H A Dd3.min.js2trim().split(/^|\s+/)}function m(t){return t.classList||new x(t)}function x(t){this._node=t,this._…
/plugin/c3chart/
H A Dsyntax.php51 $match = substr(trim($match), 3, -5);
71 $c3data = implode("", array_map(trim, $c3data));
/plugin/callflow/
H A Draphael.js922 var trim = /^\s+|\s+$/g;
935 bod.style.color = Str(color).replace(trim, E);
H A Dscript.js91 if (!String.prototype.trim) String.prototype.trim = function(){return this.replace(/^\s+|\s+$/g, ''…
/plugin/canvas/
H A Dcanvas.php92 $match = trim(substr($data, 8, -1));
94 $match = trim(substr($data, 1, -1));
/plugin/captcha/
H A Dhelper.php148 trim($field_hp) !== '' ||
/plugin/caption/syntax/
H A Dcaption.php293 list($_type,$_num) = explode('=',trim($match));
294 $_type = trim($_type);
295 $_num = (int) trim($_num);
/plugin/catlist/
H A Dsyntax.php194 $ns = trim($match);
/plugin/cellbg/
H A Dsyntax.php112 $c = trim($c);
/plugin/cellbg2/
H A Dsyntax.php112 $c = trim($c);
/plugin/changes/
H A Dsyntax.php83 $this->handleNamedParameter($temp[1], trim($temp[2]), $data);
85 $this->addNamespace($data, trim($m));
128 $flags = trim($match[2]);
451 if (trim($change['extra']) == 'media') {
/plugin/charter/
H A Dhelper.php624 $a[$i] = trim($a[$i]);
/plugin/chat/
H A Dajax.php47 $file = trim(io_readFile($pageFN));
111 if (trim($lines[$i]) == '') {
272 $file = trim(@io_readFile($pageFN));
/plugin/ckgdoku/action/
H A Dedit.php71 $ns = trim($ns);
H A Dmeta.php108 $size=trim($size);
109 $ft=trim($ft);
178 $t= trim(p_get_first_heading($page));
197 $name = trim($name,' ][\'');
199 $val = trim($val,' ;\'');
267 $this->wiki_text = trim($this->wiki_text);
346 $ns = trim($ns);
477 $save_dir = trim($conf['savedir']);
496 $domain = trim(DOKU_BASE,'/');
501 list($prefix,$mdir) = explode(trim(DOKU_BASE, '/'),$userfiles);
[all …]
H A Dsave.php36 $TEXT = trim($TEXT);
201 if(trim($linktext) == trim($tmp_linktext)) {
207 if(trim($linktext,'.: ' ) == trim($tmp_id,'.: ')) $linktext = "";
/plugin/ckgdoku/action/entities/
H A Dents_seri.php44 $numeric = trim($numeric,'&#;');
45 $character=trim($character,'&;');
/plugin/ckgdoku/action/entities/utils/
H A Dfcked-ents.pl15 sub trim { subroutine
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js30 …:function(){var a=/^-?\d+\.?\d*px$/,g;return function(d){g=CKEDITOR.tools.trim(d+"")+"px";return a…
34 …erCase(),"font-family"==d&&(m=m.replace(/\s*,\s*/g,",")),m=CKEDITOR.tools.trim(m));b[d]=m});return…
46 …ools.array.forEach(d,function(g){a=a.replace(g,"")}));if(a=CKEDITOR.tools.trim(a))g.unprocessed=a;…
73 …hild(f)}return this},replace:function(a){this.insertBefore(a);a.remove()},trim:function(){this.ltr…
127 …eturn function(b){var g;b&&b.type==CKEDITOR.NODE_TEXT&&(g=!CKEDITOR.tools.trim(b.getText())||CKEDI…
168trim(0,1));this.trim();a=new CKEDITOR.dom.elementPath(this.startContainer,this.root);c=this.clone(…
184 …his._.lastNode&&this._.lastNode.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(this._.lastNode.get…
188 …,g.trim(),f.insertNode(g),t=w=!0):"li"!=g.getName()?f.checkStartOfBlock()&&f.checkEndOfBlock()||(g…
209 …n(b,c){c[a](b)}}var F=CKEDITOR.dtd,E=CKEDITOR.tools.copy,I=CKEDITOR.tools.trim,H=["","p","br","div…
315 …oveClass:function(a){var b=this.attributes["class"];b&&((b=CKEDITOR.tools.trim(b.replace(new RegEx…
[all …]

12345678910>>...69