Home
last modified time | relevance | path

Searched full:input (Results 1026 – 1050 of 4846) sorted by relevance

1...<<41424344454647484950>>...194

/plugin/twofactoremail/
H A Daction.php37 global $INPUT;
39 if($INPUT->bool('init')) {
45 if ($INPUT->has('verify')) {
46 if ($this->checkCode($INPUT->str('verify'))) {
/template/notepad/css/
H A Dresponsive.css62 div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; }
68 #config__manager td .input,
70 input, textarea, selector
71 #config__manager td input.edit,
/template/default/
H A Dresponsive.css53 div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; }
59 #config__manager td .input,
61 input, textarea, selector
62 #config__manager td input.edit,
/template/newspaper/css/
H A Dfordokuwiki.css77 #config__manager td .input,
79 input, textarea, selector
80 #config__manager td input.edit,
89 div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; }
/plugin/tagsections/
H A Dscript.js65 // Add an input box to add new tags
89 …var $element = jQuery('<input type="checkbox" class="tagsections__tag"/>').attr('name', tagName).v…
96 … var $element = jQuery('<input class="tagsections__tag__new"/>').attr('id', namespace + '_newTag');
97 … var $button = jQuery('<input class="edit" type="submit"/>').val(LANG.plugins.tagsections['add']);
115 data['range'] = $currentButton.find('input.sectiontag_button').attr('range');
122 var elements = getDialog().find(".tagsections__accordeon input:checked").toArray();
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php203 $input = <<<XML
223 $order = $orderService->parse($input);
235 $this->assertEquals($input, $writtenXml);
240 $input = <<<XML
262 $order = $orderService->parse($input);
275 $this->assertEquals($input, $writtenXml);
/plugin/superacl/
H A Dscript.js10 addEvent($('acl__user').getElementsByTagName('input')[1],'click',superacl.loadinfo);
11 addEvent($('acl__user').getElementsByTagName('input')[1],'keypress',superacl.loadinfo);
23 $('acl__user').getElementsByTagName('input')[0].style.display = ''; //acl_w
24 $('acl__user').getElementsByTagName('input')[1].style.display = ''; //submit
26 $('acl__user').getElementsByTagName('input')[0].style.display = 'none';
27 $('acl__user').getElementsByTagName('input')[1].style.display = 'none';
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php129 <input type="hidden" name="do" value="$_REQUEST[do]" />
130 <input type="hidden" name="page" value="$_REQUEST[page]" />
131 <input type="hidden" name="id" value="$_REQUEST[id]" />
138 <input style="float:right;padding:4px;margin:10px" type="submit" value="$button" />
212 global $INPUT;
213 $remoteUser = $INPUT->server->str ( 'REMOTE_USER' );
/plugin/langdelete/
H A Dadmin.php150 // input anchor
153 // input form
216 * Display the form with input control to let the user specify,
225 echo '<input type="hidden" name="do" value="admin" />'.NL;
226 echo '<input type="hidden" name="page" value="'.$this->getPluginName().'" />'.NL;
235 …echo '<input type="text" name="langdelete_w" class="edit" value="'.hsc(implode(',', $d->la…
239 echo '<input type="checkbox" name="dryrun" checked="checked" /> ';
255 # As the disabled input won't POST
256 echo '<input type="hidden" name="shortlist['.self::DEFAULT_LANG.']"'
264 echo '<input type="checkbox" id="shortlang-'.$l.'"'
/plugin/tplmod/
H A Daction.php36 global $INPUT;
40 $ln = $INPUT->str('tplmod_val');
41 $client = $INPUT->str('tplmod_client');
77 …$_form .='<input type = "radio" value = "' . $val . '" name= "tplmod_selector" ' . $checked .'>&nb…
87 … $_form.= '<input type="textbox" name="tplmod_client" disabled value="' . $client .'"/></label>';
88 …$_form.= '<br /><br /><input type="button" value="Save" class="button" ' . "onclick='tplmod_setui_…
89 $_form.= '<input type="reset" value="Reset" class="button" />';
104 global $INPUT, $JSINFO, $conf,$ID,$USERINFO;
144 $remote_addr = $INPUT->server->str('REMOTE_ADDR');
299 global $JSINFO, $INPUT;
/plugin/xcom/
H A Dadmin.php75 ptln(' <input type="hidden" name="do" value="admin" />');
76 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
83 …ptln( $this->getLang('url').': <input type="text" size = "' . $textboxsize .'" name="xcom_url" i…
84 …ptln( $this->getLang('user').': <input type="text" size = "12" name="xcom_user" id = "xcom_user">…
85 …ptln( $this->getLang('pwd').': <input type="password" size = "9" name="xcom_pwd" id = "xcom_pwd">…
96 …="'. $this->getLang('pageid_title') .'">' . $this->getLang('pageid').': <input type="text" name=…
97 …"'. $this->getLang('options_title') .'">' . $this->getLang('options').': <input type="text" name=…
101 …ptln('&nbsp;&nbsp;' . $this->getLang('debug') . ' <input type = "checkbox" name = "xcom_debug" id …
105 …ptln( $this->getLang('locuser').': <input type="text" size = "12" value="' . $this->local_user . …
106 …ptln($this->getLang('localpwd'). ': <input type="password" size = "9" name="xcom_localpwd" id = "…
/plugin/sqlite/
H A Dadmin.php40 global $INPUT;
43 if ($INPUT->str('db') && checkSecurityToken()) {
45 $this->db = new SQLiteDB($INPUT->str('db'), '');
53 $cmd = $INPUT->extract('cmd')->str('cmd');
85 $this->querySaver->saveQuery($INPUT->str('name'), $INPUT->str('sql'));
88 $this->querySaver->deleteQuery($INPUT->str('name'));
105 global $INPUT;
130 if ($INPUT->has('sql')) $this->showQueryResults($INPUT
[all...]
/plugin/twofactoraltemail/
H A Daction.php48 global $INPUT;
51 if ($INPUT->str('verify')) {
53 if ($this->checkCode($INPUT->str('verify'))) {
58 } elseif ($INPUT->str('newemail')) {
59 $newmail = $INPUT->str('newemail');
/template/congrid/css/
H A Dmobile.less166 #dokuwiki__sitetools form.search input {
173 /* force same height on search input and tools select */
174 #dokuwiki__sitetools form.search input {
190 #config__manager td .input,
192 .dokuwiki input.edit,
/plugin/minical/
H A Dsyntax.php181 <input type="hidden" name="id" value="{$ID}" />
182 <input type="hidden" name="plugin_minical_year" value="{$prevYear}" />
183 <input type="hidden" name="plugin_minical_month" value="{$prevMonth}" />
184 …<input type="submit" class="btn_prev_month" name="submit" value="&larr;" accesskey="P" title="{$th…
191 <input type="hidden" name="id" value="{$ID}" />
192 <input type="hidden" name="plugin_minical_year" value="{$nextYear}" />
193 <input type="hidden" name="plugin_minical_month" value="{$nextMonth}" />
194 …<input type="submit" class="btn_next_month" name="submit" value="&rarr;" accesskey="N" title="{$th…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php12 function testValidate($input, $expectedWarnings, $expectedRepairedOutput) { argument
14 $vcard = VObject\Reader::read($input);
271 function assertValidateResult($input, $expectedLevel, $expectedMessage = null) { argument
274 foreach($input as $warning) {
279 …$this->assertEquals(0, count($input), 'No validation messages were expected. We got: ' . implode('…
281 …$this->assertEquals(1, count($input), 'We expected exactly 1 validation message, We got: ' . implo…
283 $this->assertEquals($expectedMessage, $input[0]['message']);
284 $this->assertEquals($expectedLevel, $input[0]['level']);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php12 function testValidate($input, $expectedWarnings, $expectedRepairedOutput) { argument
14 $vcard = VObject\Reader::read($input);
271 function assertValidateResult($input, $expectedLevel, $expectedMessage = null) { argument
274 foreach($input as $warning) {
279 …$this->assertEquals(0, count($input), 'No validation messages were expected. We got: ' . implode('…
281 …$this->assertEquals(1, count($input), 'We expected exactly 1 validation message, We got: ' . implo…
283 $this->assertEquals($expectedMessage, $input[0]['message']);
284 $this->assertEquals($expectedLevel, $input[0]['level']);
/template/starterbootstrap/js/
H A Dscript.js104 … '<input class="form-control" type="number" id="hrows" value=1 min=0 step=1>' +
110 … '<input class="form-control" type="number" id="hcols" value=0 min=0 step=1>' +
116 … '<input class="form-control" type="number" id="rows" value=3 min=0 step=1>' +
122 … '<input class="form-control" type="number" id="cols" value=3 min=0 step=1>' +
250 $picker.find('#hrows').on('propertychange keyup input paste', function(e) {
254 $picker.find('#hcols').on('propertychange keyup input paste', function(e) {
258 $picker.find('#rows').on('propertychange keyup input paste', function(e) {
262 $picker.find('#cols').on('propertychange keyup input paste', function(e) {
/dokuwiki/lib/exe/
H A Dajax.php23 global $INPUT;
24 if ($INPUT->has('call')) {
25 $call = $INPUT->filter([Clean::class, 'stripspecials'])->str('call');
/plugin/sfauth/conf/
H A Dmetadata.php6 function update($input) { argument
15 $input = '<div><code>'.$value.'</code></div>';
16 return array($label, $input);
/plugin/simplenavi/
H A Dscript.js6 const $box = jQuery('<input>')
11 $box.on('input', function () {
21 $box.trigger('input');
/plugin/plantuml/
H A Dsyntax.php57 // prepare input
90 $input = join("\n", $lines);
91 $return['md5'] = md5($input);
93 io_saveFile($this->_cachename($return, 'txt'), "@startuml\n$input\n@enduml");
184 dbglog($in, 'No such plantuml input file');
241 dbglog($in, 'No such plantuml input file');
251 // name as the input but with .png extension, which is exactly what we want
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php79 …<input class='protect_input' type='checkbox' name='protect[{$this->_key}]' id='settingstree_{$this…
95 …list($label,$input) = $this->_setting->html($lang); // html only uses the $plugin as parameter to …
114 $ret .= "{$input}</td></tr>";
140 …list($label,$input) = $this->_setting->html($lang); // html only uses the $plugin as parameter to …
141 …$input = strtr($input,array('id="config_'=>'id="export_')); // we need to replace the id/for for t…
153 $ret .= "{$input}</td></tr>";
/plugin/tagadd/
H A Daction.php71 /* @var $INPUT \Input */
72 global $INPUT;
76 $action = $INPUT->str('action');
87 foreach($INPUT->arr('form', array()) as $entry){
109 global $INPUT;
110 $ns = $INPUT->str('ns');
/plugin/fedauth/js/
H A Dadmin.js50 jQuery('#fedauth__manager input[name^="fa['+actname+']"]')
152 … fa_manager._easeitem(jQuery('#axwrap__small fieldset input[type="button"]').get(0));
176 … fa_manager._easeitem(jQuery('#axwrap__large fieldset input[type="button"]').get(0));
188 jQuery(sender).parent().parent().find('input[type="button"]').removeAttr('disabled');
191 fsets.first().children('input[name^="fa[moveup"]').attr('disabled','disabled');
192 fsets.last().children('input[name^="fa[movedn"]').attr('disabled','disabled');
200 jQuery(sender).parent().parent().find('input[type="button"]').attr('disabled','disabled');

1...<<41424344454647484950>>...194