Home
last modified time | relevance | path

Searched refs:utf8_trim (Results 1 – 3 of 3) sorted by relevance

/plugin/strata/helper/
H A Dsyntax.php164 $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 Dentry.php109 $property = utf8_trim($property);
121 $v = utf8_trim($v);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php346 function utf8_trim($str,$charlist='') { function