Home
last modified time | relevance | path

Searched refs:commands (Results 151 – 175 of 579) sorted by last modified time

12345678910>>...24

/plugin/authgooglesheets/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/a2s/
H A DASCIIToSVG.php873 $this->commands[] = array_merge(array($arr), $c);
1818 foreach ($P->commands as $cmd) {
2836 $this->commands = array();
3519 if (isset($this->commands[$pointCmd])) {
3520 $obj->setOptions($this->commands[$pointCmd]);
3527 if (isset($this->commands[$pointCmd])) {
3537 if (isset($this->commands[$pointCmd])) {
3538 $obj->setOptions($this->commands[$pointCmd]);
3546 if (isset($this->commands[$pointCmd])) {
3996 if (isset($this->commands[$ref])) {
[all …]
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/foldablelist/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/structcondstyle/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/translate/
H A DCOPYING103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/wideredit/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/twofactorgoogleauth/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/tablelayout/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/gemini/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/oauthdrkserver/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/hidemenus/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/lms/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/structtemplate/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/passwordgrey/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/timezoneco/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/instantpage/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/pureldap/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/pagebuttons/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/include/
H A DCOPYING104 c) If the modified program normally reads commands interactively
326 The hypothetical commands `show w' and `show c' should show the appropriate
327 parts of the General Public License. Of course, the commands you use may
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md116 After successfully installing libmaxmindb, run the following commands from the
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE109 the interface presents a list of user commands or options, such as a
660 The hypothetical commands `show w' and `show c' should show the appropriate
661 parts of the General Public License. Of course, your program's commands
/plugin/commentsyntax/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/plugin/bloglinks/
H A DCOPYING104 c) If the modified program normally reads commands interactively
326 The hypothetical commands `show w' and `show c' should show the appropriate
327 parts of the General Public License. Of course, the commands you use may
/plugin/metadisplay/
H A Dadmin.php49 $commands = $_REQUEST['cmd'];
51 $start_dir = $commands['namespace'] ? $commands['namespace'] : '.';
53 if(!empty($commands['page'])) {
98 if(!empty($commands['pcreated']) || !empty($commands['pmodified']) ) {
106 $commands['month'] = '1';
108 if(empty($commands['day'] )) {
110 $commands['day'] = '1';
113 $date_not_set = $commands['year'] . '-' . $commands['month'] . '-' . $commands['day'] = '1';
116 $timestamp = $commands['year'] .'-'. $commands['month'] .'-'. $commands['day'];
130 $this->page = (!empty($commands['page'])) ? $commands['page'] : "";
[all …]

12345678910>>...24