Home
last modified time | relevance | path

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

/web-php/tests/Unit/
H A DUserPreferencesTest.php44 [['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 DUserPreferences.php22 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 Dmy.php186 if ($type === UserPreferences::URL_MANUAL) {
H A Derror.php728 $fallback = ($userPreferences->searchType === UserPreferences::URL_MANUAL ? "404manual" : "404quick…

Completed in 7 milliseconds