Home
last modified time | relevance | path

Searched refs:trim (Results 301 – 325 of 1709) sorted by last modified time

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

/plugin/const/
H A Dclass.evalmath.php175 $expression = trim( $expression );
274 $expression = trim( strtolower( $expression ) );
/plugin/approve/syntax/
H A Dtable.php47 $key = trim($pair[0]);
48 $value = trim($pair[1]);
50 $value = array_map('trim', explode(',', $value));
61 $value = trim($value, '/');
69 $value = trim(cleanID($value), ':');
/plugin/approve/action/
H A Dmigration.php100 return trim($namespace, ':');
/plugin/approve/
H A Dhelper.php316 $id = trim($id, ':');
/plugin/btable2/
H A Dsyntax.php85 $ids[$i] = trim($ids[$i]);
89 $dates[$i] = trim($dates[$i]);
92 return array(trim($title), $ids, $dates, $opt);
107 $conf_groups = trim($this->getConf('btable_groups'));
170 $row = trim($_REQUEST['row']);
195 $row = trim($submit);
210 $change_row = trim($submit);
H A Dexport.php100 $id = trim($raw_id);
122 $id = trim($id,':._-');
/plugin/structacl/
H A Dhelper.php20 $line = trim($line);
/plugin/htmlmetatags/syntax/
H A Dsyntax.php108 $name = trim ( $mt [0] );
109 $content = trim ( preg_replace ( "/\((.*?)\)\s*$/", "\\1", $mt [1] ) );
/plugin/notification/syntax/
H A Dlist.php48 $key = trim($pair[0]);
49 $value = trim($pair[1]);
/plugin/ireadit/action/
H A Dmigration.php241 $match = trim(substr($matches[0], strlen('~~IREADIT'), -2));
/plugin/ireadit/syntax/
H A Direadit.php33 $match = trim(substr($match, strlen('~~IREADIT'), -2));
H A Dlist.php52 $key = trim($pair[0]);
53 $value = trim($pair[1]);
67 $value = trim(cleanID($value), ':');
69 $value = trim($value, '/');
/plugin/odt/ODT/
H A DODTImport.php256 $numbering = trim($properties ['list-style-type'],'"');
426 $sign = trim($properties ['list-style-type'],'"');
H A DODTList.php228 $last_p_style = trim($last_p_style, '">');
H A DODTSpan.php167 $parts = explode(' ', trim($tagged, '<> '), 2);
174 $entry ['tag-close'] = trim ($tagged, '<>/ ');
H A DODTUtility.php57 $text = trim ($text, ' ');
62 $name = trim ($name, '">');
311 $value = trim($value);
312 $value = trim($value, '"');
422 $value = trim($value, '"');
425 $value = trim ($values [0], '"');
426 $value = trim ($value, "'");
427 $value = trim ($value);
462 $value = trim($value);
463 $value = trim($value, '"');
[all …]
H A DXMLUtil.php393 $value = trim($value, '"');
413 $name = trim($name);
415 $value = trim($value, '"');
/plugin/odt/ODT/css/
H A Dcssdocument.php209 $att_name = trim ($att_name, ' ');
H A Dcssimportnew.php32 $attribute_string = trim ($attribute_string, '[] ');
57 $this->value = trim ($this->value, '"');
422 $this->selector_string = trim($selector_string);
467 $combinator = trim ($combinator, ' ');
707 $this->media = trim ($media);
713 $decls = trim ($decls, '{}');
729 $property = trim($property);
732 $value = trim ($value);
740 $value = trim($value);
784 $media = trim($media);
[all …]
/plugin/odt/ODT/elements/
H A DODTElementFrame.php211 $percentage = trim ($width, '%');
234 $width = trim ($width, '"');
265 $name = trim ($name, '"');
H A DODTElementTable.php342 $width = trim ($width, 'pt');
475 $width = trim ($width, '*');
491 $abs_sum += (float) trim ($width, 'pt');
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php367 $properties ['country'] = trim($country);
368 $properties ['lang'] = trim($lang);
388 $value = trim ($properties ['text-indent'], '%');
404 $name = 'Size'.trim ($odt_fo_size, '%').'pc';
H A DODTStyle.php119 $element = trim ($matches [0], '"<>');
197 $value = trim ($value, '"<>');
H A DODTStyleStyle.php191 $family = trim ($family, '"<>');
H A DODTTableColumnStyle.php163 $table_co_width = trim ($table_co_width, '%');

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