Home
last modified time | relevance | path

Searched refs:trim (Results 1501 – 1525 of 1709) sorted by last modified time

1...<<616263646566676869

/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/publistx/bib2tpl/lib/
H A DBibTex.php457 $ret['cite'] = trim($arr[1]);
513 $entrycopy = trim($entry);
639 return trim($entry);
669 $author = trim($authorarray[$i]);
780 …$authorarray[$i] = array('first'=>trim($first), 'von'=>trim($von), 'last'=>trim($last), 'jr'=>trim
782 $authorarray[$i]['sort'] = strtolower(trim($last).trim($first));
802 $trimmedword = trim ($word);
971 $array['von'] = trim($array['von']);
976 $array['last'] = trim($array['last']);
981 $array['jr'] = trim($array['jr']);
[all …]
/plugin/colorpicker/
H A Daction.php38 $key = trim($combo[0]);
39 $colorvalue = trim($combo[1]);
/plugin/runcommand/
H A Dsyntax.php91 $line = trim($line);
/plugin/txt2tags/
H A Dtxt2tags.class.php216 case "encoding" : $this->encoding = trim($val); break;
220 $this->preproc[] = $this->add_proc($setting, trim($val));
225 $this->postproc[] = $this->add_proc($setting, trim($val));
244 $s = preg_replace('/^("|\')(.*?)\\1$/', '$2', trim($m[1]));
245 $r = preg_replace('/^("|\')(.*?)\\1$/', '$2', trim(@$m[2]));
290 $openarea = trim($line);
308 $txt = $this->esc(trim($m[3]));
359 $span = strlen(trim($m[$i]));
381 if(trim(strtolower($line))=='%%toc') {
553 if(trim($line)=='') {
[all …]
/plugin/exttab2/
H A Dsyntax.php197 $attr = trim(preg_replace('/\s+/', ' ', $attr));
230 if ( is_null($attr) || trim($attr) == '') $attr = '';
231 else $attr = $before.trim($attr);
/plugin/metaheaders/
H A Daction.php81 $headerVal = trim($head[$outerType][$i][$type] ?? '');
84 $headerVal = trim($head[$outerType][$i][$type] ?? '');
85 if ( !preg_match(trim($value), $headerVal ) ) {
89 if ($headerVal != trim($value)) {
/plugin/sphinxsearch/
H A DSphinxSearch.php228 $words[$id] = trim($word, "*");
H A Daction.php375 return trim($categories);
387 return trim($keywords);
H A Dfunctions.php156 $section = trim($section);
175 $section = trim($section);
230 trim($instruction[1][0]) == $header ) {
H A Dsphinxapi.php591 $errstr = trim ( $errstr );
/plugin/podcast/
H A Dhelper.php81 if( $status === '302' ) return $this->get_headers_length( trim( $location ));
/plugin/googlefonts/
H A Daction.php47 '//fonts.googleapis.com/css?family='.trim(implode("|",str_replace(' ', '+', $fontNames)),"|")
/plugin/owncloud/
H A Daction.php159 $link = trim($link);
245 $desc = (isset($line[5]))?trim($line[5]):'';
252 array_push($meta,trim(implode("\t", $line))."\n");
H A Dhelper.php115 return is_dir($conf['mediadir'].'/'.trim($path,'/'));
126 $file = trim($file,'/'); //Remove slashes at the beginning
372 $allowedURL = trim($allowedURL);
382 $pattern = trim($pattern);
/plugin/owncloud/ajax/
H A Dfilelist.php25 $dir = trim($dir,'/');
/plugin/owncloud/tpl/
H A Ddetail.php78 $type = trim(strstr($mime, '/'),'/'); // without application/ , text/, ...
/plugin/workflow/syntax/
H A Ddecision.php28 return trim($data, ':');
59 $wfns = trim($this->getConf('WorkflowNamespace'));
84 $line = trim($rawline);
89 $page = trim($tokens[0]);
90 $text = in_array('|', $tokens) ? trim($tokens[2]) : $page;
/plugin/workflow/
H A Dscript.js117 …var val = '^(?=.*\\b' + jQuery.trim(jQuery(this).val()).split(/\s+/).join('\\b)(?=.*\\b') + ').*$'…
/plugin/sqlraw/
H A Dsyntax.php77 if (trim(end($queries)) == "") {
516 $test = strip_tags(trim(str_replace($numbs, "", $cell)));
526 $mycells[$row_index][$cell_index] = trim(strip_tags($cell));
587 $html = str_get_html(trim($tableIn));
794 … $query .= str_replace($badChars,'_',trim($header)).' VARCHAR('.$max_field_lengths[$key].'), ';
H A Dtest2.php19 $html = str_get_html(trim($rawHTML));
68 …if (strpos(trim($cell->class), 'actions') === false && strpos(trim($cell->class), 'checker') === f…
75 …if (strpos(trim($cell->class), 'actions') === false && strpos(trim($cell->class), 'checker') === f…
98 $contents = trim($contents);
101 $contents = trim($contents,chr(0xC2).chr(0xA0));
H A Dsimple_html_dom.php684 preg_match_all($pattern, trim($selector_string).' ', $matches, PREG_SET_ORDER);
692 $m[0] = trim($m[0]);
710 if (trim($m[7])===',') {
1515 $node->attr[$name] = trim($node->attr[$name]);
/plugin/docimporter/
H A DImportUtils.php51 $line = trim(preg_replace('/\s+!/', ' ^', $line));
59 $line = trim(preg_replace('/\|(.*)\s+/', '|$1', $line));
/plugin/git/
H A Dhelper.php219 $selected_hash = trim($_REQUEST['hash']);
246 $selected_hash = trim($_REQUEST['hash']);
303 $file = trim(substr($file, 2));
334 $page = trim($page);
345 $fileForDiff = trim($_REQUEST['filename']);
347 $hash = trim($_REQUEST['hash']);
/plugin/git/action/
H A Dcommit.php32 $commit_message = trim($_POST['CommitMessage']);

1...<<616263646566676869