Home
last modified time | relevance | path

Searched refs:selectedBoxValue (Results 1 – 2 of 2) sorted by relevance

/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php401 MISC::p(FORM::selectedBoxValue(FALSE,
419 MISC::p(FORM::selectedBoxValue(FALSE,
467 $td = FORM::selectedBoxValue($this->messages->text("style", "pageFormat"),
471 $td .= FORM::selectedBoxValue($this->messages->text("cite", "yearFormat"),
720 FORM::selectedBoxValue($this->messages->text("style", "editorSwitch"),
741 FORM::selectedBoxValue(FALSE,
758 FORM::selectedBoxValue(FALSE,
787 FORM::selectedBoxValue(FALSE, "style_pageFormat", $example, $input, 3));
797 FORM::selectedBoxValue(FALSE, "style_dayFormat", $example, $input, 2));
801 FORM::selectedBoxValue(FALSE, "style_monthFormat", $example, $input, 3));
[all …]
H A DFORM.php198 function selectedBoxValue($label, $name, $array, $select, $size = 3, $override = FALSE) function in FORM