Home
last modified time | relevance | path

Searched refs:chooseCode (Results 1 – 7 of 7) sorted by relevance

/web-php/tests/Unit/
H A DLangChooserTest.php24 $result = $langChooser->chooseCode('de', '/', null);
32 $result = $langChooser->chooseCode('', '/de/echo', null);
50 $result = $langChooser->chooseCode('', '/', null);
58 $result = $langChooser->chooseCode('', '/', 'de,ja,en');
66 $result = $langChooser->chooseCode('', '/', 'de;q=0.8,ja,en');
78 $result = $langChooser->chooseCode('', '/', $acceptLanguage);
86 $result = $langChooser->chooseCode('', '/', null);
94 $result = $langChooser->chooseCode('', '/', null);
102 $result = $langChooser->chooseCode('de', '/manual/en', null);
110 $result = $langChooser->chooseCode('', '/manual/de', null);
[all …]
/web-php/releases/8.1/
H A Dindex.php11 [$lang,] = $langChooser->chooseCode("", "", $_SERVER['HTTP_ACCEPT_LANGUAGE']);
/web-php/releases/8.2/
H A Dindex.php11 [$lang,] = $langChooser->chooseCode("", "", $_SERVER['HTTP_ACCEPT_LANGUAGE']);
/web-php/releases/8.3/
H A Dindex.php11 [$lang,] = $langChooser->chooseCode("", "", $_SERVER['HTTP_ACCEPT_LANGUAGE']);
/web-php/releases/8.0/
H A Dindex.php11 [$lang,] = $langChooser->chooseCode("", "", $_SERVER['HTTP_ACCEPT_LANGUAGE']);
/web-php/src/
H A DLangChooser.php29 public function chooseCode( function in phpweb\\LangChooser
/web-php/include/
H A Dlangchooser.inc41 …:INACTIVE_ONLINE_LANGUAGES, $userPreferences->languageCode, default_language() ?: ''))->chooseCode(

Completed in 6 milliseconds