Home
last modified time | relevance | path

Searched refs:trim (Results 1576 – 1600 of 1709) sorted by last modified time

1...<<616263646566676869

/plugin/bbs/
H A Dsyntax.php38 $data = trim( $renderer->_xmlEntities($data), "\n");
/plugin/solr/
H A Daction.php172 if(($ns = trim($ns)) != '') {
186 $q = trim($q); // remove first space
/plugin/formatplus/syntax/
H A Dblockquoteplus.php63 $output = trim(substr($match,6,-1));
H A Dblockdeleteplus.php72 $output = array(trim($matches[1]),trim($matches[2]),trim($matches[3]));
74 $output = array(trim($matches[1]),trim($matches[3]),trim($matches[2]));
76 $output = array(trim($matches[1]),trim($matches[2]),'');
78 $output = array(trim($matches[1]),'',trim($matches[2]));
80 $output = array(trim($match),'','');
H A Dblockinsertplus.php67 $output = array(trim($matches[1]),trim($matches[2]),trim($matches[3]));
69 $output = array(trim($matches[1]),trim($matches[3]),trim($matches[2]));
71 $output = array(trim($matches[1]),trim($matches[2]),'');
73 $output = array(trim($matches[1]),'',trim($matches[2]));
75 $output = array(trim($match),'','');
/plugin/mytemplate/
H A Daction.php57 if (trim($line) == '') {
61 $value .= trim($line);
69 $key = trim($key);
70 $value = trim($value);
133 $map[trim(substr($field, 0, $pos))] = trim(substr($field, $pos + 1));
136 $map[] = trim($field);
245 $row = str_replace('@' . $pos, trim($fields[$pos], ' \''), $row);
281 $param1 = trim($match["param1"][0]);
282 $param2 = trim($match["param2"][0]);
283 $param3 = trim($match["param3"][0]);
[all …]
/plugin/page4release/
H A Dsyntax.php38 return trim(substr($match,6,-2));
40 return trim(substr($match,6,-2));
/plugin/facebookalbum/
H A Dfacebook.php361 parse_str(trim(
/plugin/command/ext/
H A Dabstract.php25 $content = trim($content);
H A Ddt.php55 if(trim($content) == '')
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java427 if (urlsStr==null || urlsStr.trim().length()==0) { in loadPalettes()
435 String trimmed = usa[i].trim(); in loadPalettes()
H A DUserObject.java122 pos).trim() : label; in UserObject()
124 pos + 1, label.length()).trim() : ""; in UserObject()
/plugin/dokubookmark/
H A Daction.php110 foreach (explode(';', trim($this->getConf('presets'))) as $p) {
/plugin/ryubin/syntax/
H A Dryubin.php43 $img = trim($img);
83 $xml = trim($xml);
/plugin/semanticdata/
H A Dhelper.php38 $value = trim($value);
/plugin/semanticdata/syntax/
H A Dentry.php63 $class = trim($class,'- ');
73 $line = trim($line);
88 $val = trim($this->dthlp->_cleanData($val,$column['type']));
297 return str_replace('#', '\#', trim($txt));
306 if (trim($field['type']) !== '' ||
318 isset($field['comment']) ? trim($field['comment']) : '');
322 $ret = '---- dataentry ' . trim($data['classes']) . ' ----' . DOKU_LF;
H A Dtable.php65 $class = trim($class,'- ');
76 $line = trim($line);
90 $col = trim($col);
104 $col = trim($col);
/plugin/rssticker/
H A DlastRSS.php127 return trim($out[1]);
/plugin/autolink2/
H A Dhelper.php44 $this->autolink_idx[$key]=trim($value);
271 $docs[$page] = trim($this->page_idx[$num]);
275 return trim($this->page_idx[$nums]);
/plugin/mindmap/
H A Dsyntax.php104 $data[trim($key)] = trim($value);
/plugin/autotweet/syntax/
H A Dautotweet.php64 $match = trim( substr($match, 12, -2) );
70 $data[trim($key)] = trim($value);
/plugin/autotweet/
H A Dtwitteroauth.php240 $value = trim(substr($header, $i + 2));
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js634 strip: String.prototype.trim ? String.prototype.trim : strip,

1...<<616263646566676869