Home
last modified time | relevance | path

Searched full:utf8_trim (Results 1 – 4 of 4) 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...]
/dokuwiki/inc/
H A Dutf8.php134 if (!function_exists('utf8_trim')) {
136 function utf8_trim($str, $charlist = '')
135 function utf8_trim($str, $charlist = '') global() function
/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.php335 if(!function_exists('utf8_trim')){
346 function utf8_trim($str,$charlist='') { function