Searched refs:utf8_trim (Results 1 – 3 of 3) sorted by relevance
/plugin/strata/helper/ |
H A D | syntax.php | 164 $line = utf8_trim($line); 271 if(preg_match("/^({$p->variable})\s*(?:\((asc|desc)(?:ending)?\))?$/S",utf8_trim($line['text']),$match)) { 298 if(preg_match("/({$p->variable})$/",utf8_trim($line['text']),$match)) { 322 if(preg_match("/^({$p->variable})$/",utf8_trim($line['text']),$match)) { 510 $subject = utf8_trim($subject); 522 $predicate = utf8_trim($predicate); 531 $object = utf8_trim($object); 800 if(preg_match('/^([^\{]*) *{$/',utf8_trim($line),$match)) { 802 $tag = utf8_trim($tag); 813 } elseif(preg_match('/^}$/',utf8_trim( [all...] |
/plugin/strata/syntax/ |
H A D | entry.php | 110 $property = utf8_trim($property); 122 $v = utf8_trim($v);
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | utf8.php | 346 function utf8_trim($str,$charlist='') { function
|