Searched refs:try (Results 1 – 9 of 9) sorted by relevance
16 $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 …]
155 // Only try to send out headers in case
48 try {
381 // doc-base/configure.php and PhD) then try and make a source-specific URL.
467 'try' => 'language.exceptions.php',
689 $try = find_manual_page($LANG, $URI); variable690 if ($try) {692 include_once __DIR__ . $try;697 $try = find_manual_page($array[1], $array[2] . "." . $array[3]); variable698 if ($try) {700 mirror_redirect($try);709 $try = find_manual_page("en", $match[2]); variable710 if ($try) {711 error_inactive_manual_page(Languages::INACTIVE_ONLINE_LANGUAGES[$match[1]], $try);
106 /* Single day view: let's try putting the events into columns. */
2891 - 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 truncated5960 try/catch block). (Tony)
2795 - 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 truncated5864 try/catch block). (Tony)
Completed in 55 milliseconds