Home
last modified time | relevance | path

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

/plugin/command/inc/
H A Dembedding.php42 $TMP_NAME = '[a-zA-Z][a-zA-Z0-9_\-]*'; variable
44 $TMP_PARAM = '('.$TMP_VCHAR.'+|'.$TMP_NAME.'\='.$TMP_VCHAR.'*)';
46 '/^('.$TMP_NAME.')(\?'.$TMP_PARAM.'(&'.$TMP_PARAM.')*)?$/');