Home
last modified time | relevance | path

Searched refs:input (Results 1276 – 1300 of 1436) sorted by path

1...<<5152535455565758

/plugin/translation3/
H A Dstyle.css56 .dokuwiki div.plugin_translation input {
/plugin/translator/
H A Dstyle.css6 #translator fieldset label input, #translator fieldset label select, #translator label.setpage.righ…
18 #translator fieldset label select, #translator fieldset label input.edit {
52 #translator table.translation_table td label input.edit, #translator table.translation_table td tex…
59 #translator table.translation_table td label.translation_value input {
76 #translator label.setpage input {
92 #translator #translation_statistics input {
/plugin/tumblr/
H A Dstyle.less142 input[type=text] {
H A Dsyntax.php304 $html .= '<input type="text" name="search">';
/plugin/tuxquote/
H A Dquotes.txt431 Real Users find the one combination of bizarre input values that shuts down the system for days.
/plugin/twcheckliste/
H A Dstyle.css9 #checkliste input {
/plugin/txt2tags/
H A Dtxt2tags.class.php163 function T2T($input, $isfile = 0) { argument
165 $this->set_macros($input, $isfile); # macros
168 ? $this->read($input, true)
169 : str_replace("\r", '', $input);
/plugin/txtconf/
H A Dadmin.php92 $input = isset($this->_input[$key]) ? $this->_input[$key] : NULL;
93 if ($input == '') $input = null;
94 if ($this->_myconf->setting[$key]->update($input))
H A Dconfig0.class.php317 function update($input) { argument
318 if (is_null($input)) return false;
322 if ($value == $input) return false;
324 if ($this->_pattern && !preg_match($this->_pattern,$input)) {
326 $this->_input = $input;
330 $this->_local = $input;
356 …$input = '<textarea rows="3" cols="40" id="config__'.$key.'" name="config['.$key.']" class="edit" …
357 return array($label,$input);
H A Dtxtconfig.class.php238 function update($input) { argument
239 if (is_null($input)) return false;
243 if ($value == $input) return false;
245 if ($this->_pattern && !preg_match($this->_pattern,$input)) {
247 $this->_input = $input;
251 $this->_local = $input;
282 …$input = '<input id="config__'.$key.'" name="config['.$key.']" type="text" class="edit" size="80" …
283 return array($label,$input);
/plugin/uncmap/_test/
H A Dmapping.test.php85 $input = array(
89 $response = $request->post($input);
112 $input = array(
116 $response = $request->post($input);
135 $input = array(
139 $response = $request->post($input);
160 $input = array(
164 $response = $request->post($input);
/plugin/upload/
H A Dstyle.css26 div.dokuwiki form.upload__plugin label input {
32 div.dokuwiki form.upload__plugin input.button {
38 div.dokuwiki form.upload__plugin input.button {
/plugin/userhistory/
H A Dstyle.less16 input.button[disabled] {
/plugin/vbsso/views/
H A Dadmin.html2-1.tpl6 … <input type="radio" id="[[content-2]]" name="[[content-3]]" value="[[content-4]]" [[content-5]] />
8 …<input type="radio" id="[[content-8]]" name="[[content-9]]" value="[[content-10]]" [[content-11]] …
14 …<input type="text" id="[[content-16]]" name="[[content-17]]" value="[[content-18]]" size="60" [[co…
17 …<input id="[[content-22]]" type="text" name="[[content-23]]" value="[[content-24]]lib/plugins/[[co…
21 <input type="checkbox" id="[[content-28]]" name="[[content-29]]" value="1" [[content-30]] />
H A Dadmin.html2-3.tpl2 <input type="submit" id="vbsso_submit" name="vbsso_submit" value="Save" style="width: 100px"/>
/plugin/vcard/
H A Dvcard.php38 function quoted_printable_encode($input, $line_max = 76) { argument
40 $lines = preg_split("/(?:\r\n|\r|\n)/", $input);
/plugin/virtualgroup/
H A Dstyle.css
/plugin/virtualkeyboard/vk/extensions/demo/
H A Dselectbox.css19 input, select { selector
21 input { selector
27 input.mover {
30 input.button {
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js892 self.show = function (input, holder, kpTarget){ argument
893 if ( input && !(input = self.attachInput(input))
906 if (!input.attachEvent) input.attachEvent = nodes.desk.attachEvent;
907 input.attachEvent('onkeydown', _keydownHandler_);
908 input.attachEvent('onkeyup', _keydownHandler_);
909 input.attachEvent('onkeypress', _keydownHandler_);
910 if (!isUndefined(kpTarget) && input != kpTarget && kpTarget.appendChild) {
/plugin/visrep/
H A Dsyntax.php68 $input = trim((string)$dom);
75 io_saveFile($this->_cachename($return, 'txt'), $this->_data($return, $input));
80 function _data($attrs, $input) { argument
81 $data = $input;
/plugin/vkeyboard/
H A Dchange_log18 Select menu; on submit a new hidden input is created called 'vkb' which
19 is set to the value of the language selected. This new input is then
H A Dstyle.css246 #keyboardInputMaster tbody tr td div label input {
H A Dvkeyboard.js.unc104 this.VKI_langAdapt = false; // Use lang attribute of input to select keyboard
130 '08': "Clear this input",
1128 /* ***** Find tagged input & textarea elements ***************** */
1130 document.getElementsByTagName('input'),
1310 var checkbox = document.createElement('input');
/plugin/vshare/_test/
H A DVideoSyntaxTest.php37 * @param string $input
42 public function testParseSize($input, $ewidth, $eheight, $eparams = []) argument
45 parse_str($input, $params);
91 * @param string $input
94 public function testHandle($input, $expect) argument
97 $result = $syntax->handle($input, DOKU_LEXER_MATCHED, 0, new \Doku_Handler());
/plugin/watchcycle/_test/
H A Dmaintainer.test.php27 $input = 'foo, bar, testuser1, @baz, @other';
44 $this->assertEquals($output, $helper->getMaintainers($input));
49 $input = 'foo, bar, testuser1, @baz, @other';
54 $this->assertEquals($output, $helper->getMaintainerMails($input));

1...<<5152535455565758