Home
last modified time | relevance | path

Searched refs:try (Results 1 – 9 of 9) sorted by relevance

/web-php/include/
H A Dmanual-lookup.inc16 $try = "/manual/{$lang}/{$prefix}{$keyword}.php";
17 if (@file_exists($_SERVER['DOCUMENT_ROOT'] . $try)) { return $try; }
22 $try = "/manual/{$lang}/{$prefix}{$nosp}.php";
23 if (@file_exists($_SERVER['DOCUMENT_ROOT'] . $try)) { return $try; }
29 $try = "/manual/{$lang}/{$prefix}{$dasp}.php";
30 if (@file_exists($_SERVER['DOCUMENT_ROOT'] . $try)) { return $try; }
36 $try = "/manual/{$lang}/{$prefix}{$noul}.php";
37 if (@file_exists($_SERVER['DOCUMENT_ROOT'] . $try)) { return $try; }
45 if (@file_exists($_SERVER['DOCUMENT_ROOT'] . $try)) { return $try; }
56 if (@file_exists($_SERVER['DOCUMENT_ROOT'] . $try)) { return $try; }
[all …]
H A Dsite.inc156 // Only try to send out headers in case
H A Dbranches.inc48 try {
H A Dshared-manual.inc375 // doc-base/configure.php and PhD) then try and make a source-specific URL.
H A Derrors.inc465 'try' => 'language.exceptions.php',
/web-php/
H A Derror.php673 $try = find_manual_page($LANG, $URI); variable
674 if ($try) {
676 include_once __DIR__ . $try;
681 $try = find_manual_page($array[1], $array[2] . "." . $array[3]); variable
682 if ($try) {
684 mirror_redirect($try);
693 $try = find_manual_page("en", $match[2]); variable
694 if ($try) {
695 error_inactive_manual_page($INACTIVE_ONLINE_LANGUAGES[$match[1]], $try);
/web-php/styles/
H A Dcalendar.css106 /* Single day view: let's try putting the events into columns. */
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt2891 - Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto).
2985 - Fixed bug #42663 (gzinflate() try to allocate all memory with truncated
5960 try/catch block). (Tony)
H A DNEWS_5_4_0_beta1.txt2795 - Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto).
2889 - Fixed bug #42663 (gzinflate() try to allocate all memory with truncated
5864 try/catch block). (Tony)

Completed in 48 milliseconds