Lines Matching full:input

1876 					<td><input type='text' name='parameters[".$name."][$childDef[name]]'></td></tr>";
1885 <td><input type='text' name='parameters[".$name."][]'></td></tr>";
1890 $buffer .= "<input type='text' name='parameters[$name]'>";
1893 $buffer .= "<input type='text' name='parameters[$name]'>";
4325 * @param string $in array of input values
4338 * @param array $in assoc array of input values: key = param name, value = param type
4675 $this->bindings[$binding]['operations'][$operation]['input'] =
4676 isset($this->bindings[$binding]['operations'][$operation]['input']) ?
4677 …gs[$binding]['operations'][$operation]['input'], $this->portTypes[ $bindingData['portType'] ][$ope…
4678 $this->portTypes[ $bindingData['portType'] ][$operation]['input'];
4683 …isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['input']['message'] ])){
4684 …]['operations'][$operation]['input']['parts'] = $this->messages[ $this->bindings[$binding]['operat…
4896 // merge input/output data
4930 case 'input':
4931 $this->opStatus = 'input';
5353 if($donnie == 'input' || $donnie == 'output'){ // show input/output data
5474 if (isset($opParts['input']['encodingStyle']) && $opParts['input']['encodingStyle'] != '') {
5475 $enc_style = ' encodingStyle="' . $opParts['input']['encodingStyle'] . '"';
5479 …" . ' <input><soap:body use="' . $opParts['input']['use'] . '" namespace="' . $opParts['input']…
5495 $portType_xml .= "\n" . ' <input message="tns:' . $opParts['input']['message'] . '"/>';
5613 * @param string $direction (input|output)
5623 if ($direction != 'input' && $direction != 'output') {
5624 $this->debug('The value of the \$direction argument needs to be either "input" or "output"');
5625 $this->setError('The value of the \$direction argument needs to be either "input" or "output"');
5638 …if(($direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['enc…
5643 // set input params
5707 * @param string $direction (input|output)
5718 if ($direction != 'input' && $direction != 'output') {
5719 $this->debug('The value of the \$direction argument needs to be either "input" or "output"');
5720 $this->setError('The value of the \$direction argument needs to be either "input" or "output"');
5733 …if(($direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['enc…
5738 // set input params
6349 * @param array $in assoc array of input values: key = param name, value = param type
6390 'input' => array(
7259 $namespace = isset($opData['input']['namespace']) ? $opData['input']['namespace'] : $namespace;
7261 $use = $opData['input']['use'];
7274 $payload = $this->wsdl->serializeRPCParameters($operation,'input',$params,$this->bindingType);
7281 if (isset($opData['input']['encodingStyle'])) {
7282 $encodingStyle = $opData['input']['encodingStyle'];
7822 if (sizeof($opData['input']['parts']) > 0) {
7826 foreach ($opData['input']['parts'] as $name => $type) {