Home
last modified time | relevance | path

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

/plugin/autolink4/
H A Dhelper.php93 $s[self::$INWORD] = isset($data[self::$FLAGS]) ? strstr($data[self::$FLAGS], 'inword') !== FALSE : false;
96 if ($s[self::$INWORD]) {
H A Dconsts.php14 static $INWORD = 8; variable