Searched refs:URL_FUNC (Results 1 – 3 of 3) sorted by relevance
/web-php/src/ |
H A D | UserPreferences.php | 20 public const URL_FUNC = 'quickref'; define in phpweb\\UserPreferences 57 if (!in_array($type, [self::URL_FUNC, self::URL_MANUAL, self::URL_NONE], true)) {
|
/web-php/tests/Unit/ |
H A D | UserPreferencesTest.php | 45 [['MYPHPNET' => ',quickref,,'], '', UserPreferences::URL_FUNC, false], 65 ['quickref', UserPreferences::URL_FUNC],
|
/web-php/ |
H A D | my.php | 182 if ($type === UserPreferences::URL_NONE || $type === UserPreferences::URL_FUNC) {
|
Completed in 5 milliseconds