Home
last modified time | relevance | path

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

/plugin/autolink4/
H A Dhelper.php75 if (!strlen($data[self::$ORIG]) || !strlen($data[self::$TO])) {
79 $orig = trim($data[self::$ORIG]);
87 $s[self::$ORIG] = $orig;
H A Dconsts.php5 static $ORIG = 0; variable