Lines Matching refs:expectInput
1679 * @param boolean $expectInput if true, input is processed and controls
1688 protected function showTable( $expectInput = true, $returnOutput = false, argument
1723 if ( $expectInput )
1784 $skip, $sort, $meta, $expectInput,
1796 $sort, $meta, $expectInput, $listAll ) argument
1907 if ( $expectInput )
2016 if ( $expectInput )
2037 if ( $this->isAuthorized( $this->options['mayfilter'] ) && $expectInput )
2056 if ( !$expectInput )
2067 $globalCmds = $expectInput ? $this->getGlobalCommands() : '';
2075 $cmdHeader = $expectInput ? '<th class="commands"></th>' : '';
2099 if ( $expectInput || !$listAll )
2141 return $expectInput ? $this->wrapInForm( $table ) : $table;