Home
last modified time | relevance | path

Searched full:input (Results 1676 – 1700 of 4846) sorted by relevance

1...<<61626364656667686970>>...194

/template/arctictut/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
107 div.dokuwiki input.edit,
120 html>body div.dokuwiki input.edit,
129 div.dokuwiki input.missing {
143 div.dokuwiki input.edit[disabled],
144 div.dokuwiki input.edit[readonly],
145 div.dokuwiki input.button[disabled],
193 div.dokuwiki input.button,
207 html>body div.dokuwiki input.button,
212 * html div.dokuwiki input.button,
[all …]
/template/knotux/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
111 div.dokuwiki input.edit,
124 html>body div.dokuwiki input.edit,
133 div.dokuwiki input.missing {
147 div.dokuwiki input.edit[disabled],
148 div.dokuwiki input.edit[readonly],
149 div.dokuwiki input.button[disabled],
197 div.dokuwiki input.button,
215 html>body div.dokuwiki input.button,
220 * html div.dokuwiki input.button,
[all …]
/template/dokumobile/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
102 div.dokuwiki input.edit,
115 html>body div.dokuwiki input.edit,
124 div.dokuwiki input.missing {
138 div.dokuwiki input.edit[disabled],
139 div.dokuwiki input.edit[readonly],
140 div.dokuwiki input.button[disabled],
188 div.dokuwiki input.button,
202 html>body div.dokuwiki input.button,
207 * html div.dokuwiki input.button,
[all …]
/template/arctic/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
107 div.dokuwiki input.edit,
120 html>body div.dokuwiki input.edit,
129 div.dokuwiki input.missing {
143 div.dokuwiki input.edit[disabled],
144 div.dokuwiki input.edit[readonly],
145 div.dokuwiki input.button[disabled],
194 div.dokuwiki input.button,
209 html>body div.dokuwiki input.button,
215 * html div.dokuwiki input.button,
[all …]
/template/dokubook/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
107 div.dokuwiki input.edit,
120 html>body div.dokuwiki input.edit,
129 div.dokuwiki input.missing {
143 div.dokuwiki input.edit[disabled],
144 div.dokuwiki input.edit[readonly],
145 div.dokuwiki input.button[disabled],
194 div.dokuwiki input.button,
208 html>body div.dokuwiki input.button,
213 * html div.dokuwiki input.button,
[all …]
/template/navigation/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
107 div.dokuwiki input.edit,
120 html>body div.dokuwiki input.edit,
129 div.dokuwiki input.missing {
143 div.dokuwiki input.edit[disabled],
144 div.dokuwiki input.edit[readonly],
145 div.dokuwiki input.button[disabled],
193 div.dokuwiki input.button,
207 html>body div.dokuwiki input.button,
212 * html div.dokuwiki input.button,
[all …]
/template/simple_sidebar/
H A Ddesign.css76 div.dokuwiki label.block input.edit {
108 div.dokuwiki input.edit,
121 html>body div.dokuwiki input.edit,
130 div.dokuwiki input.missing {
144 div.dokuwiki input.edit[disabled],
145 div.dokuwiki input.edit[readonly],
146 div.dokuwiki input.button[disabled],
194 div.dokuwiki input.button,
208 html>body div.dokuwiki input.button,
216 * html div.dokuwiki input.button,
[all …]
/plugin/permissioninfo/
H A Dadmin.php37 global $INPUT;
70 if($INPUT->has('show') && $INPUT->has('user'))
72 $this->_userPermissions($INPUT->str('user'));
81 global $INPUT;
82 switch($INPUT->str('show','overview'))
/plugin/sympaauth/
H A Dadmin.php74 ptln('<p> <input type="hidden" name="action_" value="uninstall" />');
75 …ptln(' <input type="submit" name="submit" class="button" value="'.$this->getLang('btn_uninstall…
80 ptln('<p> <input type="hidden" name="action_" value="install" />');
81 …ptln(' <input type="submit" name="submit" class="button" value="'.$this->getLang('btn_install')…
83 ptln(' <p> <input type="hidden" name="do" value="admin" />');
84 ptln(' <input type="hidden" name="page" value="sympaauth" /> </p>');
/plugin/xtern/
H A Daction.php67 global $lang,$INPUT;
70 $url = $INPUT->str('url');
104 global $INPUT, $ACT;
111 $id = $INPUT->str('id');
177 global $INPUT;
178 $url = $INPUT->str('xtern_url');
/plugin/farmer/action/
H A Dajax.php86 global $INPUT;
91 $pname = $INPUT->str('plugin');
92 $animal = $INPUT->str('ani');
242 echo '<input ' . buildAttributes($attr) . ' />';
260 echo '<input ' . buildAttributes($attr) . ' />';
274 echo '<input ' . buildAttributes($attr) . ' />';
/plugin/confmanager/
H A Dscript.js147 let input = jQuery(parent).children('input').first();
148 let value = jQuery(input).attr('value');
153 let input = jQuery(parent).children('input').first();
154 let value = jQuery(input).attr('value');
/dokuwiki/inc/
H A Dpageutils.php37 /** @var Input $INPUT */
38 global $INPUT;
42 $id = $INPUT->str($param);
46 $request = $INPUT->server->str('REQUEST_URI');
56 PhpString::basename($INPUT->server->str('SCRIPT_FILENAME'));
57 } elseif ($INPUT->server->str('PATH_INFO')) {
58 $request = $INPUT->server->str('PATH_INFO');
59 } elseif ($INPUT->server->str('SCRIPT_NAME')) {
60 $script = $INPUT
[all...]
/plugin/pagemove/
H A Dadmin.php143 ptln(' <input type="hidden" name="do" value="admin" />');
144 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
145 ptln(' <input type="hidden" name="id" value="'.$ID.'" />');
147 …ptln(' <legend><input type="radio" name="page_ns" id="page_ns_0" value="page" CHECKED> '. $this->…
160 …ptln( ' <td width="25"><input type="radio" name="nsr" id="nsr_0" value="<old>" '.($_REQUEST…
167 …ptln( ' <td width="25"><input type="radio" name="nsr" id="nsr_1" value="<new>" '.($_REQUEST…
168 …ptln( ' <td align="left" nowrap><input type="text" name="newns" id="newns" value="'.formtex…
172 …ptln(' <td width="25"></td>'); //<input type="radio" name="pageradio" value="<page>" '.($_REQU…
182 …ptln(' <legend><input type="radio" name="page_ns" id="page_ns_1" value="ns"> '. $this->lang['pm_m…
194 …ptln( '<br><center><input type="submit" value="'.formtext($this->lang['pm_submit']).'" class="butt…
[all …]
/template/dokucms/
H A Ddesign.css277 div.dokuwiki input.edit,
290 html>body div.dokuwiki input.edit,
299 div.dokuwiki input.missing {
313 div.dokuwiki input.edit[disabled],
314 div.dokuwiki input.edit[readonly],
315 div.dokuwiki input.button[disabled],
372 div.dokuwiki input.button,
387 html>body div.dokuwiki input.button,
392 * html div.dokuwiki input.button,
412 div.dokuwiki input#qsearch__in {
[all …]
/dokuwiki/inc/Action/
H A DAdmin.php26 global $INPUT;
29 if ($INPUT->str('page', '', true) != '') {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php12 $input = <<<ICS
29 $vcal = Reader::read($input);
/plugin/qc/action/
H A Dajax.php38 global $INPUT;
40 $id = cleanID($INPUT->str('id'));
/plugin/sitemapnavi/action/
H A Dajax.php49 global $INPUT, $INFO;
57 $ns = $INPUT->str('namespace');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticFilterInvoker.php53 public function invoke($input, array $options = array()) argument
55 $asset = $this->factory->createAsset($input, $this->filters, $options + $this->options);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php13 $input = <<<ICS
30 $vcal = Reader::read($input);
/plugin/newpagetemplate/lang/en/
H A Dsettings.php9 . ' If neither www-data or apache, ucheck the checked box and enter the name in the input box';
11 . ' If neither www-data or apache, ucheck the checked box and enter the name in the input box'
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/
H A DXmlTest.php14 function write($input) { argument
21 $writer->write($input);
/plugin/combo/resources/theme/default/components/css/
H A Dprofile-delete.css25 .form-profile-delete input[type="text"] {
32 .form-profile-delete input[type="password"] {
H A Dsubscribe.css7 .subscribe-cs form input[type="email"] {
13 .subscribe-cs form input[type="email"]:focus {

1...<<61626364656667686970>>...194