Home
last modified time | relevance | path

Searched refs:postfix (Results 51 – 54 of 54) sorted by last modified time

123

/plugin/fetchmedia/action/
H A Dajax.php208 $postfix = substr($text, $end);
211 $closingBracketsPos = strpos($postfix, ']]');
212 …$postfix = substr($postfix, 0, $closingBracketsPos) . '}}' . substr($postfix, $closingBracketsPos…
214 $text = $prefix . $newMediaId . $postfix;
/plugin/sfauth/
H A Dhelper.php399 $postfix = ' '.$instance;
401 $postfix = '';
404 return $this->getConf($config.$postfix);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js81 …\\b",postfix="\\b";if(!pattern.match(/^\w/)){if(!pattern.match(/\w$/)){prefix=postfix="";}else{pre…
84 return prefix+pattern+postfix;}
/plugin/semanticdata/
H A Dhelper.php80 if (isset($type['postfix'])) $post = $type['postfix'];

123