Home
last modified time | relevance | path

Searched refs:trim (Results 1 – 25 of 1453) sorted by relevance

12345678910>>...59

/plugin/anewssystem/
H A Dsyntax.php80 $targetpage = htmlspecialchars(trim($target));
111 $key = trim($key);
168 if (trim($fields[1]) == "textarea") {
179 … ' title="'.trim($this->getLang(trim($fields[5]))).'" '.trim($fields[2]).'"'.
264 … title="'.trim($this->getLang(trim($fields[5]))).'" '.trim($fields[2]).'"
363 … 'value="'.$default_anker.'" title="'.trim($this->getLang(trim($fields[5]))).
372 … 'value="'.$default_anker.'" title="'.trim($this->getLang(trim($fields[5]))).
384 … 'value="'.$default_value.'" title="'.trim($this->getLang(trim($fields[5]))).
415 … ' value="'.$default_value.'" title="'.trim($this->getLang(trim($fields[5]))).
426 … 'value="'.$default_value.'" title="'.trim($this->getLang(trim($fields[5]))).
[all …]
H A Daction.php57 $targetpage = htmlspecialchars(trim($target));
95 list($key, $value) = split("=",trim($item),2);
128 list($key, $value) = split(":",trim($item),2);
131 $anchor = trim($value);
133 elseif(($key=='start') && strtotime(trim($value)) < time()) {
142 $news_head = trim($value);
148 …$news_head = '<a href="'.$value.'" id="'.$value.'" name="'.$value.'">'. trim($news_head) .'</a>'.N…
157 … if(($tag!==false) && (stripos($archive_options['tag'],trim($tag))!==false)){
177 $elt[0] = trim(strip_tags(str_replace('(','',$elt[0])));
187 if(trim($old_year) !== '') $close_ytag = "</li></ul>".NL;
[all …]
/plugin/struct/meta/
H A DInlineConfigParser.php38 $components = str_getcsv(trim($parts[0]), '.');
44 $parameters = str_getcsv(trim($parts[1]), ' ');
49 $p = trim($parameters[$i]);
62 $lines[] = $p . ' ' . trim($parameters[$i + 1]);
68 $lines[] = 'filterand: ' . trim($parameters[$i + 1]);
74 $lines[] = 'filteror: ' . trim($parameters[$i + 1]);
84 $lines[] = 'schema: ' . trim($components[1]);
85 $lines[] = 'field: ' . trim($components[2]);
86 $lines[] = 'filter: %pageid% = ' . trim($components[0]);
89 $lines[] = 'schema: ' . trim(
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php59 $name = (isset($attr['fname'] ) ? trim($attr['fname'] ) : '');
60 $mode = octdec(isset($attr['mode'] ) ? trim($attr['mode'] ) : '');
61 $uid = octdec(isset($attr['uid'] ) ? trim($attr['uid'] ) : '');
62 $gid = octdec(isset($attr['gid'] ) ? trim($attr['gid'] ) : '');
63 $size = octdec(isset($attr['size'] ) ? trim($attr['size'] ) : '');
64 $mtime = octdec(isset($attr['mtime'] ) ? trim($attr['mtime'] ) : '');
65 $chksum = octdec(isset($attr['chksum'] ) ? trim($attr['chksum'] ) : '');
66 $typflag = (isset($attr['typflag']) ? trim($attr['typflag']) : '');
67 $lnkname = (isset($attr['lnkname']) ? trim($attr['lnkname']) : '');
68 $magic = (isset($attr['magic'] ) ? trim($attr['magic'] ) : '');
[all …]
H A Dmodule.misc.iso.php120 …$thisfile_iso_primaryVD['system_identifier'] = trim($thisfile_iso_primaryVD_raw['syste…
121 …$thisfile_iso_primaryVD['volume_identifier'] = trim($thisfile_iso_primaryVD_raw['volum…
122 …$thisfile_iso_primaryVD['volume_set_identifier'] = trim($thisfile_iso_primaryVD_raw['volum…
123 …$thisfile_iso_primaryVD['publisher_identifier'] = trim($thisfile_iso_primaryVD_raw['publi…
124 …$thisfile_iso_primaryVD['data_preparer_identifier'] = trim($thisfile_iso_primaryVD_raw['data_…
125 …$thisfile_iso_primaryVD['application_identifier'] = trim($thisfile_iso_primaryVD_raw['appli…
126 …$thisfile_iso_primaryVD['copyright_file_identifier'] = trim($thisfile_iso_primaryVD_raw['copyr…
127 …$thisfile_iso_primaryVD['abstract_file_identifier'] = trim($thisfile_iso_primaryVD_raw['abstr…
128 …$thisfile_iso_primaryVD['bibliographic_file_identifier'] = trim($thisfile_iso_primaryVD_raw['bibli…
203 …$thisfile_iso_supplementaryVD['system_identifier'] = trim($thisfile_iso_supplementary…
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dtrim.test2 "trim" filter
4 {{ " I like Twig. "|trim }}
5 {{ text|trim }}
6 {{ " foo/"|trim("/") }}
7 {{ "xxxI like Twig.xxx"|trim(character_mask="x", side="left") }}
8 {{ "xxxI like Twig.xxx"|trim(side="right", character_mask="x") }}
9 {{ "xxxI like Twig.xxx"|trim("x", "right") }}
10 {{ "/ foo/"|trim("/", "left") }}
11 {{ "/ foo/"|trim(character_mask="/", side="left") }}
12 {{ " do nothing. "|trim("", "right") }}
/plugin/multiselect/_test/
H A Dsyntax.test.php27 $this->assertEquals('a',trim(pq("span",$mselector)->eq(0)->text()));
28 $this->assertEquals('b',trim(pq("span",$mselector)->eq(1)->text()));
29 $this->assertEquals('c',trim(pq("span",$mselector)->eq(2)->text()));
30 $this->assertEquals('d',trim(pq("span",$mselector)->eq(3)->text()));
32 $this->assertEquals('a',trim(pq("span.multismiley",$doc)->text()));
48 $this->assertEquals('a a',trim(pq("span",$mselector)->eq(0)->text()));
49 $this->assertEquals('üöäß',trim(pq("span",$mselector)->eq(1)->text()));
50 $this->assertEquals('ä_',trim(pq("span",$mselector)->eq(2)->text()));
51 $this->assertEquals(':-)',trim(pq('img',pq("span",$mselector)->eq(3))->attr('alt')));
53 $this->assertEquals('a a',trim(pq("span.multismiley",$doc)->text()));
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dtrim.rst1 ``trim``
8 The ``trim`` filter was added in Twig 1.6.2.
10 The ``trim`` filter strips whitespace (or other characters) from the beginning
15 {{ ' I like Twig. '|trim }}
19 {{ ' I like Twig.'|trim('.') }}
23 {{ ' I like Twig. '|trim(side='left') }}
27 {{ ' I like Twig. '|trim(' ', 'right') }}
33 Internally, Twig uses the PHP `trim`_, `ltrim`_, and `rtrim`_ functions.
43 .. _`trim`: https://secure.php.net/trim target
/plugin/avtaskbox/
H A Dsyntax.php93 … $title = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? trim($matches[1]) : '&nbsp;';
96 …$priority =(!empty($matches[1]) && strlen(trim($matches[1]))>0) ? 'Priority: '.trim($matches[1]) :…
99 …$estimate = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? ' of '.trim($matches[1]) : '&nb…
102 …$assigned = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? '('.trim($matches[1]).')' : '&n…
105 …$progress = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? intval(preg_replace('[^0-9]', '…
108 …$description = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? trim($matches[1]) : '&nbsp;';
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEPAGE.php33 $item = trim($item);
49 if(is_numeric(trim($array[0])))
50 $start = trim($array[0]);
52 $start = strtolower(trim($array[0]));
53 if(is_numeric(trim($array[1])))
54 $end = trim($array[1]);
56 $end = strtolower(trim($array[1]));
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php98 switch(trim($opttitle[0]))
101 $data['link'] = self::getLink(trim($opttitle[1],' "'));
104 $datapoint = hsc(substr(trim($opttitle[1],' "'),0,4));
112 …$data[$opttitle[0]] = self::checkValues(hsc(trim($opttitle[1],' "')),array('horz', 'vert') , self:…
115 if(!self::isValidColor(hsc(trim($opttitle[1],' "')))) { break;}
116 … $data['style'] .= 'background-color:' . self::isValidColor(hsc(trim($opttitle[1],' "'))) . '; ';
122 $data[$opttitle[0]] = hsc(trim($opttitle[1],' "'));
167 $color = trim($color);
320 return trim($color);
329 return trim($color);
/plugin/formatplus2/syntax/
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),'','');
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),'','');
/plugin/formatplus/syntax/
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),'','');
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),'','');
/plugin/datepicker/_test/
H A Dsyntax.test.php37 $this->plugin->getConf('emptyStringDate'),trim($mselector->eq(0)->text()));
46 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(0)->text()));
47 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(1)->text()));
48 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(2)->text()));
71 $this->plugin->getConf('emptyStringWeek'),trim($mselector->eq(0)->text()));
99 $this->assertEquals('2014-02-01',trim($mselector->eq(0)->text()));
100 $this->assertEquals('2014-02-01',trim($mselector->eq(1)->text()));
101 $this->assertEquals('2014-02-01',trim($mselector->eq(2)->text()));
120 $this->assertEquals('14/02',trim($mselector->eq(0)->text()));
121 $this->assertEquals('14/02',trim($mselector->eq(1)->text()));
[all …]
/plugin/tplmod/
H A Daction.php52 $language = trim($this->getConf('deflang'));
72 $val = strtolower(trim($val));
121 $background_color = trim($background_color);
132 $xcludes = trim($xcludes,',');
142 $ips = trim($ips);
213 $JSINFO['tmplft_logo'] = trim($logo);
214 $JSINFO['tmplft_logo_width'] = trim($width);
228 $JSINFO['tmplft_logo'] = trim($logo);
253 $addr = trim($ips[$i]);
283 $JSINFO['tmplft_tag'] = trim($tags[$slot]);
[all …]
/plugin/adhoctags/
H A Dhelper.php72 if (in_array(strtolower(trim($val)), array('ltr','rtl','auto'))) {
80 if (in_array(strtolower(trim($val)), array('hidden','until-found'))) {
145 $attr['lang'] = strtolower(trim($token,':'));
151 $attr['id'] = trim($token,'#');
157 $attr['title'] = trim($token,'"');
164 $cAttr = explode('=', trim($token,'[]'), 2);
218 if (trim($token)!==''){array_push($result, $token);}
231 if (trim($token)!==''){array_push($result, $token);}
260 if (trim($token)!==''){array_push($result, $token);}
301 if (trim(
[all...]
/plugin/switchpanel/
H A Dsyntax.php85 $sContent = trim( substr( $match, $iPosFirstLine ) );
90 $sFirstLines = trim( rtrim( $sFirstLines, '>' ) );
97 $sVal = trim( $sVal, '"' );
116 $sOptions = trim( $sOptions, ',' );
124 $sKey = trim( substr( $sOptions, 0, $iPosStop ) );
131 $sValue = trim( substr( $sOptions, 0, $iPosStop ) );
144 $sOptions = trim( substr( $sOptions, $iPosStop ) );
150 $sOptions = trim( substr( $sOptions, $iPosStop ) );
164 $sLine = trim( $sLine );
173 $sContext = trim( substr( $sLine, 2 ) );
[all …]
/plugin/meta/
H A Dsyntax.php46 if (trim($subkey)) {
47 $data[trim($key)][trim($subkey)] = trim($value);
49 $data[trim($key)] = trim($value);
72 $date = $this->convertDate(trim($date));
127 list($date, $time) = explode(' ', trim($start), 2);
137 list($startdate, $starttime) = explode(' ', trim($start), 2);
145 list($enddate, $endtime) = explode(' ', trim($end), 2);
146 if (!trim($endtime)) {
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php51 $fi = trim ( urldecode ( get_var ( "fi", $_GET, 255, "" ) ) );
53 $fo = trim ( urldecode ( get_var ( "fo", $_GET, 255, "document" ) ) );
89 if ( strpos ( trim ( $filerows[$i] ), "//" ) === 0 ) { continue; } // Skip comment line
92 $row_type = ( isset ( $tmp[0] ) ? trim ( $tmp[0] ) : "" );
93 $row_info = ( isset ( $tmp[1] ) ? trim ( $tmp[1] ) : "" );
260 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
270 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
280 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
290 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
300 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
[all …]
/plugin/flattr/
H A Dsyntax.php44 $match = trim($match);
50 if (trim($lines[0]) === '')
52 if (trim($lines[-1]) === '')
56 $line = trim($line);
58 $name = trim(strtolower($name));
59 $value = trim($value);
/plugin/dirtylittlehelper/
H A Daction.php114 $edit_dlh_wikiid = trim($this->getConf('edit_dlh_wikiid'));
154 $top_helper_wikiid = trim($this->getConf('top_helper_wikiid'));
183 $templates = trim($this->getConf('top_templates') );
194 $value[0] = htmlspecialchars(trim($value[0]), ENT_QUOTES);
195 $value[1] = htmlspecialchars(trim($value[1]), ENT_QUOTES);
272 $hidden = trim($this->getConf('top_adm_link_wikiid'));
273 $hidden_label = trim($this->getConf('top_adm_link_text'));
490 $hidden = trim($this->getConf('hidden_area'));
491 $hidden_label = trim($this->getConf('hidden_area_label'));
626 if(!$page) $page = trim($this->getConf('page'));
[all …]
/plugin/numberedheadings/
H A Dsyntax.php76 $match = trim($match);
90 $text = trim(trim($match), '='); // drop heading markup
97 list($number, $title) = array('', trim($text));
106 $title = trim($part[1]);
113 $title = trim($title);
119 $title = trim(substr($text, $closed + 1));
122 $title = trim($title);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.page.inc.php187 $css = $matches[1].parse_css_atpage_rule(trim($data), $css_ruleset);
200 $raw_selector = trim($matches[1]);
201 $css = trim($matches[2]);
212 $raw_prefix = trim($matches[1]);
213 $raw_token = trim($matches[2]);
214 $raw_suffix = trim($matches[3]);
287 $raw_margin_box_selector = trim($matches[1]);
288 $css = trim($matches[2]);
298 $raw_prefix = trim($matches[1]);
299 $raw_token = trim($matches[2]);
[all …]

12345678910>>...59