/plugin/anewssystem/ |
H A D | syntax.php | 80 $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 D | action.php | 57 $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 D | InlineConfigParser.php | 38 $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 D | module.archive.tar.php | 59 $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 D | module.misc.iso.php | 120 …$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 D | trim.test | 2 "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 D | syntax.test.php | 27 $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 D | trim.rst | 1 ``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 D | syntax.php | 93 … $title = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? trim($matches[1]) : ' '; 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]) : ' ';
|
/plugin/bibtex/OSBib/format/bibtexParse/ |
H A D | PARSEPAGE.php | 33 $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 D | dwtimeline.php | 98 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 D | blockinsertplus.php | 67 $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 D | blockdeleteplus.php | 72 $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 D | blockinsertplus.php | 67 $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 D | blockdeleteplus.php | 72 $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 D | syntax.test.php | 37 $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 D | action.php | 52 $language = trim($this->getConf('deflang'));
72 $val = strtolower(trim($val));
121 $background_color = trim($background_color);
132 $xcludes = trim($xcludes,',');
142 $ips = trim($ips);
212 list($logo,$width) = preg_split("/\s+/", trim($logos[$slot]));
213 $JSINFO['tmplft_logo'] = trim($logo);
214 $JSINFO['tmplft_logo_width'] = trim($width);
219 $addr = trim($ips[$i]);
222 list($logo,$width) = preg_split("/\s+/", trim( [all...] |
/plugin/adhoctags/ |
H A D | helper.php | 72 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 D | syntax.php | 85 $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 D | syntax.php | 43 if (trim($subkey)) { 44 $data[trim($key)][trim($subkey)] = trim($value); 46 $data[trim($key)] = trim($value); 69 $date = $this->convertDate(trim($date)); 124 list($date, $time) = explode(' ', trim($start), 2); 134 list($startdate, $starttime) = explode(' ', trim($start), 2); 142 list($enddate, $endtime) = explode(' ', trim( [all...] |
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/ |
H A D | html2pdf.php | 51 $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 D | syntax.php | 44 $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 D | action.php | 114 $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 D | syntax.php | 76 $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 D | css.rules.page.inc.php | 187 $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 …]
|