Lines Matching refs:ini
16 $ini = $this->colors->wrap('ini', 'cyan');
24 "[[-p|--page] page_id] | [[-i|--ini] path-to-ini|config] | [[-t|--tpl] template_id] | [[-u|usrrepl] <macros>]\n|[[-s|--screen][cmdLine|browser]]|[[--nosave|-n]true]\n" .
26 "The first command line option must be either '$pg' or '$ini'. For a complete description see" .
46 $options->registerOption('ini', "Name of an ini file. This file must be stored in the root directory" .
47 " of the newpagetemplate plugin. The ini files make it possible to parse and save data to multiple pages. " .
49 " plugin page. To use the ini file specified in the plugin's Configuration Settings, this option must be set to '$config'.", 'i');
66 } else if ($options->getOpt('ini')) {
69 if (!$clopts['ini']) {
70 $this->commandLineErr('ini');
91 $ini = false;
94 $ini = array_shift($opts);
134 return array('page' => $page, 'usrrepl' => $usrrepl, 'tmpl' => $tmpl, 'user' => $user, 'ini' => $ini, 'screen' => $screen,
153 case 'ini':
154 $this->colors->ptln("$type error: ini configuration file required", 'cyan');