Lines Matching refs:FALSE
56 function display($message = FALSE)
61 $pString = MISC::h($this->messages->text("heading", "styles"), FALSE, 3);
76 function addInit($error = FALSE)
79 " (" . $this->messages->text("style", "addLabel") . ")"), FALSE, 3);
96 function editInit($error = FALSE)
99 " (" . $this->messages->text("style", "editLabel") . ")"), FALSE, 3);
103 $pString .= FORM::selectedBoxValue(FALSE, "editStyleFile", $this->styles, $styleFile, 20);
105 $pString .= FORM::selectFBoxValue(FALSE, "editStyleFile", $this->styles, 20);
111 function editDisplay($error = FALSE)
116 " (" . $this->messages->text("style", "editLabel") . ")"), FALSE, 3);
123 function loadEditSession($copy = FALSE)
181 $empty = FALSE;
238 $dependentPostAlternative = $singular = $plural = $string = FALSE;
267 $firstOfPair = FALSE;
284 $firstOfPair = FALSE;
311 function copyInit($error = FALSE)
314 " (" . $this->messages->text("style", "copyLabel") . ")"), FALSE, 3);
316 $pString .= FORM::selectFBoxValue(FALSE, "editStyleFile", $this->styles, 20);
322 function copyDisplay($error = FALSE)
327 " (" . $this->messages->text("style", "copyLabel") . ")"), FALSE, 3);
342 $pString .= TABLE::tableStart("styleTable", 1, FALSE, 5);
361 $td .= $this->messages->text("cite", "useInitials") . ' ' . FORM::checkbox(FALSE,
370 TRUE : FALSE;
381 FORM::textInput(FALSE, "cite_twoCreatorsSep", $twoCreatorsSep, 7, 255)) .
383 FORM::textInput(FALSE, "cite_creatorSepFirstBetween",
387 FORM::textInput(FALSE, "cite_creatorSepNextBetween", $betweenNext, 7, 255) .
389 FORM::textInput(FALSE, "cite_creatorSepNextLast", $last, 7, 255));
399 TRUE : FALSE;
401 MISC::p(FORM::selectedBoxValue(FALSE,
404 FORM::textInput(FALSE, "cite_creatorListMore", $listMore, 3) .
406 FORM::textInput(FALSE, "cite_creatorListLimit", $listLimit, 3) . MISC::br() .
408 FORM::textInput(FALSE, "cite_creatorListAbbreviation", $listAbbreviation, 15) . ' ' .
409 FORM::checkbox(FALSE, "cite_creatorListAbbreviationItalic", $italic) . ' ' .
416 TRUE : FALSE;
419 MISC::p(FORM::selectedBoxValue(FALSE,
422 FORM::textInput(FALSE, "cite_creatorListSubsequentMore", $listMore, 3) .
424 FORM::textInput(FALSE, "cite_creatorListSubsequentLimit", $listLimit, 3) . MISC::br() .
426 FORM::textInput(FALSE, "cite_creatorListSubsequentAbbreviation", $listAbbreviation, 15) . ' ' .
427 FORM::checkbox(FALSE, "cite_creatorListSubsequentAbbreviationItalic", $italic) . ' ' .
429 $pString .= TABLE::td($td, FALSE, FALSE, "top");
435 $pString .= TABLE::tableStart("styleTable", 1, FALSE, 5);
446 FORM::textInput(FALSE, "cite_consecutiveCreatorSep", $consecutiveSep, 7);
447 $pString .= TABLE::td($td, FALSE, FALSE, "top");
454 FORM::textInput(FALSE, "cite_template", $template, 30, 255) .
457 FORM::checkbox(FALSE, "cite_templateSuperscript", $superscript) .
462 FORM::textInput(FALSE, "cite_consecutiveCitationSep", $consecutiveSep, 7);
464 $pString .= TABLE::td($td, FALSE, FALSE, "top");
473 $pString .= TABLE::td($td, FALSE, FALSE, "top");
479 $pString .= TABLE::tableStart("styleTable", 1, FALSE, 5);
481 $ambiguousName = base64_decode($this->session->getVar("cite_ambiguousName")) ? TRUE : FALSE;
482 $ambiguousMore = base64_decode($this->session->getVar("cite_ambiguousMore")) ? TRUE : FALSE;
483 $ambiguousTitle = base64_decode($this->session->getVar("cite_ambiguousTitle")) ? TRUE : FALSE;
484 $ambiguousYear = base64_decode($this->session->getVar("cite_ambiguousYear")) ? TRUE : FALSE;
488 $td .= MISC::P(FORM::checkbox(FALSE,
490 $td .= MISC::P(FORM::checkbox(FALSE,
492 $td .= MISC::P(FORM::checkbox(FALSE,
494 $td .= MISC::P(FORM::checkbox(FALSE,
496 $pString .= TABLE::td($td, FALSE, FALSE, "top");
513 $pString .= TABLE::tableStart("styleTable", 1, FALSE, 5);
518 $td = FORM::selectedBoxValue(FALSE, "cite_footnoteStyle", $example, $style, 2);
524 $td .= FORM::checkbox(FALSE,
543 FORM::textInput(FALSE, "cite_footnotePageTemplate", $template, 30, 255) .
584 FALSE, FALSE, "top");
601 $pString .= TABLE::tableStart("styleTable", 1, FALSE, 5);
625 TRUE : FALSE;
635 $td .= FORM::textInput(FALSE, "style_primaryCreatorRepeatString", $repeatString, 15, 255);
654 TRUE : FALSE;
663 $pString .= TABLE::tableStart("styleTable", 1, FALSE, 5);
674 FORM::textInput(FALSE, "style_primaryTwoCreatorsSep", $twoCreatorsSep, 7, 255)) .
676 …FORM::textInput(FALSE, "style_primaryCreatorSepFirstBetween", $betweenFirst, 7, 255) . MISC::br() …
679 FORM::textInput(FALSE, "style_primaryCreatorSepNextBetween", $betweenNext, 7, 255) .
681 FORM::textInput(FALSE, "style_primaryCreatorSepNextLast", $last, 7, 255)),
682 FALSE, FALSE, "bottom");
696 FORM::textInput(FALSE, "style_otherTwoCreatorsSep", $twoCreatorsSep, 7, 255)) .
698 FORM::textInput(FALSE, "style_otherCreatorSepFirstBetween", $betweenFirst, 7, 255) .
701 FORM::textInput(FALSE, "style_otherCreatorSepNextBetween", $betweenNext, 7, 255) .
703 FORM::textInput(FALSE, "style_otherCreatorSepNextLast", $last, 7, 255)),
704 FALSE, FALSE, "bottom");
714 $pString .= TABLE::tableStart("styleTable", 1, FALSE, 5);
724 "style_editorSwitchIfYes", $editorSwitchIfYes, 30, 255), FALSE, FALSE, "bottom");
730 $pString .= TABLE::tableStart("styleTable", 1, FALSE, 5);
739 TRUE : FALSE;
741 FORM::selectedBoxValue(FALSE,
744 FORM::textInput(FALSE, "style_primaryCreatorListMore", $listMore, 3) .
746 FORM::textInput(FALSE, "style_primaryCreatorListLimit", $listLimit, 3) . MISC::br() .
748 FORM::textInput(FALSE, "style_primaryCreatorListAbbreviation", $listAbbreviation, 15) . ' ' .
749 FORM::checkbox(FALSE, "style_primaryCreatorListAbbreviationItalic", $italic) . ' ' .
756 TRUE : FALSE;
758 FORM::selectedBoxValue(FALSE,
761 FORM::textInput(FALSE, "style_otherCreatorListMore", $listMore, 3) .
763 FORM::textInput(FALSE, "style_otherCreatorListLimit", $listLimit, 3) . MISC::br() .
765 FORM::textInput(FALSE, "style_otherCreatorListAbbreviation", $listAbbreviation, 15) . ' ' .
766 FORM::checkbox(FALSE, "style_otherCreatorListAbbreviationItalic", $italic) . ' ' .
773 $pString .= TABLE::tableStart("styleTable", 1, FALSE, 5);
779 FORM::selectedBoxValue(FALSE, "style_titleCapitalization", $example, $input, 2));
783 FORM::selectedBoxValue(FALSE, "style_editionFormat", $example, $input, 2));
787 FORM::selectedBoxValue(FALSE, "style_pageFormat", $example, $input, 3));
792 $pString .= TABLE::tableStart("styleTable", 1, FALSE, 5);
797 FORM::selectedBoxValue(FALSE, "style_dayFormat", $example, $input, 2));
801 FORM::selectedBoxValue(FALSE, "style_monthFormat", $example, $input, 3));
805 FORM::selectedBoxValue(FALSE, "style_dateFormat", $example, $input, 2));
809 FORM::selectedBoxValue(FALSE, "style_runningTimeFormat", $example, $input, 5));
818 FORM::textInput(FALSE, "style_userMonth_$i", $input, 15, 255);
821 FORM::textInput(FALSE, "style_userMonth_$i", $input, 15, 255);
824 $monthString, FALSE, FALSE, FALSE, 5);
830 $pString .= TABLE::tableStart("styleTable", 1, FALSE, 5);
861 $fallback = FALSE;
865 $required = FALSE;
910 function parseStringToArray($type, $subject, $map = FALSE, $preview = FALSE)
920 $independentFound = FALSE;
924 $dependentPostAlternative = $singular = $plural = FALSE;
932 $independentFound = FALSE;
1032 return FALSE;
1045 function writeFile($fileName = FALSE)
1189 $error = FALSE;
1295 return FALSE;