Lines Matching refs:input
19 $input = array(
24 $response = $request->post($input);
50 $input = array();
52 $input[$match[1]] = $match[2];
54 $this->assertEquals($input['hid'], $idA[1]);
57 $response = $request->post($input, '/doku.php');
72 $input = array();
74 $input[$match[1]] = $match[2];
76 $this->assertEquals($input['hid'], $idA[1]);
77 $input['do'] = 'save';
80 $response = $request->post($input, '/doku.php');
102 $input = array(
107 $response = $request->post($input);
133 $input = array();
135 $input[$match[1]] = $match[2];
137 $this->assertEquals($input['hid'], $idB[1]);
140 $response = $request->post($input, '/doku.php');
155 $input = array();
157 $input[$match[1]] = $match[2];
159 $this->assertEquals($input['hid'], $idB[1]);
160 $input['do'] = 'save';
163 $response = $request->post($input, '/doku.php');