Home
last modified time | relevance | path

Searched refs:trim (Results 1326 – 1350 of 1709) sorted by last modified time

1...<<51525354555657585960>>...69

/plugin/scrape/
H A DphpQuery-onefile.php
H A Dsyntax.php52 if ($hash) $query = trim('#' . $hash . ' ' . $query);
100 $mime = trim(strtolower($mime));
101 $charset = trim(strtolower($charset));
186 return trim($html);
/plugin/newsticker/syntax/
H A Dticker.php65 $render = trim($render);
77 $item = trim($item);
/plugin/labeled/
H A Dhelper.php84 $label = trim($label);
/plugin/fancysearch/
H A Daction.php25 if(trim($_REQUEST['namespace'])){
26 $QUERY .= ' @'.trim($_REQUEST['namespace']);
/plugin/cryptsign/
H A Dsyntax.php56 $text = trim(substr($match,0,$pos));
59 $check = md5($ID.$user.trim($text).auth_cookiesalt());
H A Dsign.php20 $sig = md5($id.$user.trim($text).auth_cookiesalt());
/plugin/canvas/
H A Dcanvas.php92 $match = trim(substr($data, 8, -1));
94 $match = trim(substr($data, 1, -1));
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php105 $query = trim ( $_GET ['q'] );
H A Ddbwrapper.php336 if (trim ( $temp ['name'] ) === '')
346 if ((trim ( $value ) === '') || ($value == '0000-00-00'))
359 …if ((trim ( $value ) === '') || ($value == '0000-00-00T00:00:00') || ($value == '0000-00-00 00:00:…
365 $value = trim ( $value );
380 $value = trim ( $value );
420 return trim ( $value );
430 $temp = is_array ( $value ) ? trim ( implode ( '', $value ) ) : '';
443 if ((trim ( $value ) === '') && $mayBeSkipped)
449 if ((trim ( $value ) === '') && $mayBeSkipped)
456 if ((trim ( $value ) === ''))
[all …]
/plugin/since/
H A Dsince.php60 return array($this->syntax, trim($attr), $content);
73 $d = date_create( trim($date) );
82 $SinceDate .= trim($date).'&nbsp;'.'<span class="since">'
/plugin/removeold/
H A Dadmin.php159 $file = trim($file);
/plugin/panoview/
H A Dsyntax.php72 $img = trim($img);
/plugin/jukebox/id3/
H A Dgetid3.lib.php1201 $newvaluelength = strlen(trim($value));
1203 $oldvaluelength = strlen(trim($existingvalue));
1204 …wvaluelength <= $oldvaluelength) && (substr($existingvalue, 0, $newvaluelength) == trim($value))) {
1212 $newvaluelength = strlen(trim($value));
1214 $oldvaluelength = strlen(trim($existingvalue));
1215 …if (($newvaluelength > $oldvaluelength) && (substr(trim($value), 0, strlen($existingvalue)) == $ex…
1216 $ThisFileInfo['comments'][$tagname][$existingkey] = trim($value);
1222 …if (empty($ThisFileInfo['comments'][$tagname]) || !in_array(trim($value), $ThisFileInfo['comments'…
1223 $ThisFileInfo['comments'][$tagname][] = trim($value);
1276 $cache[$file][$name][$ThisKey] = trim($ThisValue);
H A Dgetid3.php987 $array[$key] = trim(getid3_lib::iconv_fallback($encoding, $this->encoding, $value));
1031 if (strlen(trim($value)) > 0) {
1032 …$this->info['tags'][trim($tag_name)][trim($tag_key)][] = $value; // do not trim!! Unicode characte…
H A Dmodule.tag.id3v1.php100 return trim(substr($str, 0, strcspn($str, "\x00")));
323 $ID3v1Tag .= str_pad(trim(substr($title, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
324 $ID3v1Tag .= str_pad(trim(substr($artist, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
325 $ID3v1Tag .= str_pad(trim(substr($album, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
326 $ID3v1Tag .= str_pad(trim(substr($year, 0, 4)), 4, "\x00", STR_PAD_LEFT);
328 $ID3v1Tag .= str_pad(trim(substr($comment, 0, 28)), 28, "\x00", STR_PAD_RIGHT);
335 $ID3v1Tag .= str_pad(trim(substr($comment, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
H A Dmodule.tag.id3v2.php432 …if (!isset($thisfile_id3v2['comments']['year']) && ereg('^([0-9]{4})', trim(@$thisfile_id3v2['comm…
452 $genrestring = trim($genrestring);
455 $unprocessed = trim($genrestring); // trailing nulls will cause an infinite loop.
619 …$ThisFileInfo['id3v2']['comments'][$parsedFrame['framenameshort']][] = trim(getid3_lib::iconv_fall…
709 $parsedFrame['url'] = trim($parsedFrame['data']);
/plugin/jukebox/
H A Dsyntax.php55 $ns = trim($ns);
97 $data['skin'] = trim($params);
/plugin/graphgear/
H A Dsyntax.php49 $conf = trim(substr($conf,10,-1));
59 $line = trim($line);
203 $node = trim($node);
215 $from = trim($from);
216 $to = trim($to);
235 $key = trim($key);
236 $val = trim($val);
/plugin/godiag/
H A Dsyntax.php164 $sourceandlinks = trim(substr($match,4,-5));
/plugin/flash/
H A Dsyntax.php79 $conf = trim($conf);
/plugin/facebook/
H A Dsyntax.php60 $param = trim($param);
/plugin/rating/
H A DCrawlerDetect.php368 return $this->userAgent = (!empty($this->userAgent) ? trim($this->userAgent) : null);
/plugin/markdownextra/
H A Dmarkdown.php1153 $code = htmlspecialchars(trim($code), ENT_NOQUOTES);
1790 $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);
2766 $text .= " <th$attr[$n]>".$this->runSpanGamut(trim($header))."</th>\n";
2771 $rows = explode("\n", trim($content, "\n"));
2785 $text .= " <td$attr[$n]>".$this->runSpanGamut(trim($cell))."</td>\n";
2843 $result = trim($this->processDefListItems($list));
2893 $terms = explode("\n", trim($matches[1]));
2896 $term = $this->runSpanGamut(trim($term));
3022 $value = trim($this->runSpanGamut($value));
3222 $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);
/plugin/xssnipper/
H A Dsyntax.php170 header("Content-Disposition: attachment; filename=".trim($xssnipper['file']));
173 echo trim($code_lines,"\r\n");

1...<<51525354555657585960>>...69