Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 10 of 10) sorted by last modified time

/web-php/include/
H A Dshared-manual.inc341 $othersel = ' selected="selected"';
344 $selected = '';
346 $selected = ' selected="selected"';
349 $out[] = "<option value='$lang/$currentpage'$selected>$text</option>";
H A Dlangchooser.inc48 $explicitly_specified = ''; $selected = '';
163 $selected = $language;
168 $selected = $languages[0];
171 return [$selected, $explicitly_specified, $parsed_langs];
H A Dpregen-news.inc3480 …depth information about a specific topic. Leading these tracks are hand-selected <a href="https://…
12810 …pril 10 to May 8, 2017, so hurry. An added benefit: If your proposal is selected and you live outs…
12817 …pril 10 to May 8, 2017, so hurry. An added benefit: If your proposal is selected and you live outs…
15714 … to September 20, 2016, so hurry. An added benefit: If your proposal is selected and you live outs…
/web-php/releases/8.2/
H A Dcommon.php59 $selected = ($lang === $currentLang) ? ' selected="selected"' : '';
60 echo $tab, "<option value='$lang'$selected>$text</option>\n";
/web-php/releases/8.3/
H A Dcommon.php59 $selected = ($lang === $currentLang) ? ' selected="selected"' : '';
60 echo $tab, "<option value='$lang'$selected>$text</option>\n";
/web-php/releases/8.0/
H A Dcommon.php63 $selected = ($lang === $currentLang) ? ' selected="selected"' : '';
64 echo $tab, "<option value='$lang'$selected>$text</option>\n";
/web-php/releases/8.1/
H A Dcommon.php59 $selected = ($lang === $currentLang) ? ' selected="selected"' : '';
60 echo $tab, "<option value='$lang'$selected>$text</option>\n";
/web-php/
H A Dgit-php.php402 $selected = (isset($_POST["group"]) && $_POST["group"] == $group) ? ' selected="selected"' : ''; variable
403 echo "<option value='$group'$selected>$name</option>\n";
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt3926 when CGI is selected. (Jani)
H A DNEWS_5_4_0_beta1.txt3830 when CGI is selected. (Jani)

Completed in 97 milliseconds