Lines Matching refs:command
79 $command = $matches[1];
86 switch ($command) {
132 return array($command,$string,$hash,$string2);
146 list($command, $string, $hash, $string2) = $data;
149 if ($command == $this->serverurl) {
152 } else if ($command != $this->odt_field_pagehash4
153 && $command != $this->odt_field_pagehash
154 && $command != $this->odt_field_metadata) {
160 …if ($command != $this->odt_field_metadata) { // don't insert metadata - if this should be searchab…
165 if ($command == $this->serverurl) {
170 } else if ($command == $this->odt_field_pagehash4
171 || $command == $this->odt_field_pagehash
172 || $command == $this->odt_field_metadata) {
177 … if ($usecounter_helper && $usecounter_helper->amountOfUses('odtsupport_'.$command) == 0) {
179 $usecounter_helper->incUsageOf('odtsupport_'.$command);