Home
last modified time | relevance | path

Searched refs:trim (Results 376 – 400 of 1709) sorted by relevance

1...<<11121314151617181920>>...69

/plugin/gitbacked/lib/
H A DGit.php285 $status = trim(proc_close($resource));
333 $status = trim(proc_close($resource));
588 $branch = trim($branch);
610 $branch = trim($branch);
707 $tag = trim($tag);
/plugin/autolink3/
H A Dajax.php122 $locate = trim($elem[2]);
151 $page = ':'.trim($page).'.txt';
/plugin/creole/syntax/
H A Dtable.php53 if ( trim($match) == '|=' ) {
69 if ( trim($match) != '' ) {
/plugin/tfslink/syntax/
H A Dworkitemlink.php35 $collectionName = isset($options['cn']) ? trim($options['cn']) : '';
47 $data['title'] = isset($options['title']) ? trim($options['title']) : '';
/plugin/fontcolor/
H A Dsyntax.php96 $color = trim(substr($match, 4, -1)); // get the color
195 $c = trim($c);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DExample.php56 $this->description = trim($description);
75 return trim($filePath . ' ' . parent::getDescription());
/plugin/tagsections/
H A Dhelper.php73 $tag_label_r[$tag] = ucwords(trim(str_replace('_',' ',trim($label,':'))));
/plugin/feed/
H A Dsyntax.php101 return array($feed, $namespace, trim($parameter), trim($title));
/plugin/tablefilterjs/
H A Dsyntax.php78 $filter_data[ trim($key) ][1] .= $str[ $i ];
88 $filter_data[ trim($key) ][0] .= $str[ $i ];
/plugin/datatemplate/syntax/inc/
H A Dcache.php85 $pageids[$k] = trim($v[0]);
102 $cacheitems[trim($row[$idx])] = $num;
/plugin/currentlyreading/
H A Dsyntax.php67 $title = trim($pagename); // Save the original for a possible $title.
68 $pagename = trim($pagename);
/plugin/wrap/
H A Dhelper.php76 $attr['lang'] = trim($token,':');
82 $attr['id'] = trim($token,'#');
492 $properties ['padding-left'] = trim ($properties ['padding-left'], '%');
497 $properties ['padding-right'] = trim ($properties ['padding-right'], '%');
502 $properties ['padding-top'] = trim ($properties ['padding-top'], '%');
507 $properties ['padding-bottom'] = trim ($properties ['padding-bottom'], '%');
727 self::$box_left_pos += trim($frame_props ['width'], 'cm');
/plugin/projects/lib/
H A Dfile_definition.php75 trim($this->recipe);
99 return trim($this->attribute('linkto'));
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.radiobutton.php25 if (trim($value) == "") {
48 $this->_value = trim($value);
/plugin/bibtex/OSBib/
H A DPARSEXML.php46 if(preg_match_all("/<style.*>(.*)<\/style>/Ui", trim(fgets($fh)), $startEntry))
110 $data = trim($node["_DATA"]);
/plugin/dbtables/
H A Dsyntax.php75 if (trim($rawline)!=""){
107 $TableData[$CurrentTable].=trim($EndOfTable)."\n";
/plugin/linkbonus/
H A Dcommon.php123 $type = trim(shell_exec("file -bi " . $tmpfname));
138 $title= trim($title[1]);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dss.php47 …$info['dss']['hardware'] = trim(substr($DSSheader, 12, 16))…
56 …$info['dss']['comments'] = trim(substr($DSSheader, 798, 100));
/plugin/ghissues/syntax/
H A Dsyntax.php51 $dropwrapper = trim(substr(substr($match,11),0,-2));
92 $rawLabels = preg_split('~\\\\.(*SKIP)(*FAIL)|,~s', trim($matches[1]));
/plugin/magnifier/
H A Dsyntax.php43 return array(trim($id), $w, $h, $orig, $p1);
89 …$name = trim(preg_replace("%^(\s|\r|\n)*?<a.+?>(.*)?</a>(\s|\r|\n)*?$%is", "$2", preg_replace("%^(…
/plugin/explain/
H A Dsyntax.php48 $i = (trim(substr($line, 0, 1)) !== '');
49 $line = trim($line);
/plugin/glossary/syntax/
H A Ddiv.php33 return array ($state, trim (substr ($match, 10, -2))); // "{{glossary" => 10 "}}" => 2
101 in_array (trim ($this->getConf ('adminGroup')), $INFO ['userinfo']['grps']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php159 $buffer = trim(fgets($handle));
173 $buffer = trim(fgets($handle));
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php65 $attr = trim($attr);
124 $highlight_elt = trim($highlight_elt);
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php72 if (isset($part[0]) && 'boundary' == trim($part[0])) {
84 $part = trim($part);

1...<<11121314151617181920>>...69