Home
last modified time | relevance | path

Searched refs:trim (Results 1526 – 1550 of 1709) sorted by last modified time

1...<<616263646566676869

/plugin/git/lib/
H A DGit.php208 $status = trim(proc_close($resource));
236 $status = trim(proc_close($resource));
343 $commit['hash'] = trim(substr($line, strlen('commit')));
346 $commit['author'] = trim(substr($line, strlen('Author:')));
349 $commit['date'] = trim(substr($line, strlen('Date:')));
353 $commit['message'] .= trim($line);
355 $commit['message'] = trim($line);
514 $branch = trim($branch);
/plugin/maintenance/
H A Dhelper.php72 $script_hash = trim(file_get_contents($this->script_last_script_file));
76 $pid = trim(file_get_contents($this->script_last_pid_file));
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java316 if (rr!=null && rr.trim().length()>0) { in load()
H A DJCaptureApplet.java17 if (uploadUrl==null || uploadUrl.trim().length()==0) { in createRequest()
52 if (sectok!=null && sectok.trim().length()>0) { in createRequest()
58 if (opaque!=null && opaque.trim().length()>0) { in createRequest()
H A DCaptureFrame.java231 if (defaultImageFormat==null || defaultImageFormat.trim().length()==0) { in capture()
H A DCaptureOptionsDialog.java104 owner.getCaptureConfig().setImageFormat(getImageFormatTextField().getText().trim()); in CaptureOptionsDialog()
H A DSwfEncoder.java132 if (config.getMp3command()!=null && config.getMp3command().trim().length()>0) { in encode()
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/headernofloat/
H A Dsyntax.php40 $title = trim($match);
43 $title = trim($title,'#');
44 $title = trim($title);
/plugin/dokutexit/
H A Dconfig.php85 $line = trim($line);
116 $refnotes_nsdir = trim($refnotes_nsdir, '/ ');
564 && trim($this->conf['latexmk_path']) != "") {
H A Dsyntax.php79 $matches[0] = trim($matches[0]);
80 if ( trim($matches[0]) == '' ) {
H A Dtexitrender.php101 $array = preg_split("/\r?\n/", trim($data));
303 $line = trim($line);
H A Dlatex.php131 $text = trim($text);
774 $maxcols_text[$j] = trim($cell_text);
/plugin/showif/
H A Dsyntax.php.alternative.version93 $conditions = trim(substr($match, 8, -1));
/plugin/ffindr/
H A Dffindr.php113 switch (trim($cell)) {
/plugin/table2csv/
H A DgetTableData.php42 $mycells[$row_index][$cell_index] = trim(strip_tags($cell));
/plugin/aceeditor/
H A Dbuild.js1trim||_.trim()){_="["+_+"]";var D=new RegExp("^"+_+_+"*"),P=new RegExp(_+_+"*$");String.prototype.
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js166 },globalEval:function(data){data=jQuery.trim(data);
266 var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");
301 },trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");
2358 String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,""); method in String
/plugin/eventline/timeline_js/scripts/
H A Dsources.js377 var id = args.id ? args.id.trim() : "";
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js2414 }var C=A.id?A.id.trim():"";
/plugin/simplechat/
H A Dajax.php17 $msg = str_replace( array("\r","\n"), '\r', trim($_GET['msg']) );
/plugin/dwinsect/
H A Dsyntax.php55 $ret=explode($link, trim($section), 2);
61 if (trim($params) != "") { // change syntax-params --> link-params
145 …$pattern='#(={2,}+[ ]*'.preg_quote(trim($anchor_name)).'[ ]*={2,}+\s*)(.*?)' .'(?=={2,}+…
/plugin/eshop/
H A Dsyntax.php31 $data[trim($key)] = trim($value);
/plugin/dwspecialist/
H A Dsyntax.php187 $action=trim($action);
/plugin/unameban/
H A Dadmin.php34 $newban = trim($_REQUEST['banusername'])."\t".time()."\t".$_SERVER['REMOTE_USER'];
35 $cause = trim(preg_replace('/[\n\r\t]+/','',$_REQUEST['cause']));
41 $del = trim(array_shift(array_keys($_REQUEST['delusername'])));

1...<<616263646566676869