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.inc155 // Only try to send out headers in case
H A Dbranches.inc48 try {
H A Dshared-manual.inc381 // doc-base/configure.php and PhD) then try and make a source-specific URL.
H A Derrors.inc467 'try' => 'language.exceptions.php',
/web-php/
H A Derror.php689 $try = find_manual_page($LANG, $URI); variable
690 if ($try) {
692 include_once __DIR__ . $try;
697 $try = find_manual_page($array[1], $array[2] . "." . $array[3]); variable
698 if ($try) {
700 mirror_redirect($try);
709 $try = find_manual_page("en", $match[2]); variable
710 if ($try) {
711 error_inactive_manual_page(Languages::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 55 milliseconds