Lines Matching refs:checkOption

51         optionParser::checkOption($match, "subns", $return['subns'], true);
52 optionParser::checkOption($match, "nopages", $return['nopages'], true);
53 optionParser::checkOption($match, "simpleListe?", $return['simpleList'], true);
54 optionParser::checkOption($match, "tree", $return['tree'], true);
55 optionParser::checkOption($match, "numberedListe?", $return['numberedList'], true);
56 optionParser::checkOption($match, "simpleLineBreak", $return['lineBreak'], true);
57 optionParser::checkOption($match, "title", $return['title'], true);
58 optionParser::checkOption($match, "idAndTitle", $return['idAndTitle'], true);
59 optionParser::checkOption($match, "h1", $return['title'], true);
60 optionParser::checkOption($match, "simpleLine", $return['simpleLine'], true);
61 optionParser::checkOption($match, "sort(By)?Id", $return['sortid'], true);
62 optionParser::checkOption($match, "reverse", $return['reverse'], true);
63 optionParser::checkOption($match, "pagesinns", $return['pagesinns'], true);
64 optionParser::checkOption($match, "nat(ural)?Order", $return['natOrder'], true);
65 optionParser::checkOption($match, "sort(By)?Date", $return['sortDate'], true);
66 optionParser::checkOption($match, "sort(By)?CreationDate", $return['sortByCreationDate'], true);
67 optionParser::checkOption($match, "hidenopages", $return['hidenopages'], true);
68 optionParser::checkOption($match, "hidenosubns", $return['hidenosubns'], true);
69 optionParser::checkOption($match, "showhidden", $return['showhidden'], true);
70 optionParser::checkOption($match, "(use)?Pictures?", $return['usePictures'], true);
71 optionParser::checkOption($match, "(modification)?Dates?OnPictures?", $return['modificationDateOnPictures'], true);
72 optionParser::checkOption($match, "displayModificationDates?", $return["displayModificationDate"], true);
73 optionParser::checkOption($match, "includeItemsInTOC", $return["includeItemsInTOC"], true);
74 optionParser::checkOption($match, "sidebar", $return["sidebar"], true);