Lines Matching refs:registerOption
19 $options->registerOption('version', 'print version and exit', 'v');
20 $options->registerOption('namespace',
22 $options->registerOption('page', 'page name without namespace or extension, e.g. start', 'p');
23 $options->registerOption('exact', 'set to "on" for exact <b><u>page</u></b> match', 'e');
24 …$options->registerOption('cmdL', 'set automatically to "html" when accessing from admin.php', 'c');
25 $options->registerOption('before', 'before timestamp', 'b');
26 $options->registerOption('after', 'after timestamp', 'a');
27 …$options->registerOption('dtype', 'sets whether file\'s timestamp is read from "created" or "modif…
28 $options->registerOption('search', 'set to search term, exact match', 's');
29 $options->registerOption('fuzzy', 'set to search term, fuzzy match', 'f');
30 …$options->registerOption('ltype', 'set to search type: link, media, creator, contrib (contrib = co…