Searched refs:URL_MANUAL (Results 1 – 4 of 4) sorted by relevance
/web-php/tests/Unit/ |
H A D | UserPreferencesTest.php | 44 [['MYPHPNET' => ',manual,,'], '', UserPreferences::URL_MANUAL, false], 48 [['MYPHPNET' => 'en,manual,,1'], 'en', UserPreferences::URL_MANUAL, true], 64 ['manual', UserPreferences::URL_MANUAL],
|
/web-php/src/ |
H A D | UserPreferences.php | 22 public const URL_MANUAL = 'manual'; define in phpweb\\UserPreferences 57 if (!in_array($type, [self::URL_FUNC, self::URL_MANUAL, self::URL_NONE], true)) {
|
/web-php/ |
H A D | my.php | 186 if ($type === UserPreferences::URL_MANUAL) {
|
H A D | error.php | 728 $fallback = ($userPreferences->searchType === UserPreferences::URL_MANUAL ? "404manual" : "404quick…
|
Completed in 7 milliseconds