Home
last modified time | relevance | path

Searched full:input (Results 1076 – 1100 of 4846) sorted by relevance

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

/plugin/database2/
H A Dadmin.php186 <input type="hidden" name="do" value="$_REQUEST[do]" />
187 <input type="hidden" name="page" value="$_REQUEST[page]" />
188 <input type="hidden" name="id" value="$_REQUEST[id]" />
189 <input type="hidden" name="sectok" value="$sectok" />
191 …$dbSelectorLabel <input type="text" name="dbfile" id="dbfile" value="$_REQUEST[dbfile]" size="40" …
218 <input type="submit" value="$btn" />
/plugin/combo/ComboStrap/
H A DIdentity.php72 // global $INPUT;
73 // $INPUT->server->set('REMOTE_USER', $user);
109 global $INPUT;
110 $INPUT->server->set('REMOTE_USER', $user);
178 global $INPUT;
179 $user = $INPUT->server->str('REMOTE_USER');
/template/taratasy/css/
H A Dcustom.local.less44 .secedit input.button {
84 input[type=submit], input[type=text], input.button, button, #dokuwiki__header form.search #qsearch_…
90 input[type=submit] {
94 input[type=text] {
/template/byu_2017_theme/
H A Dmain.php70 <input type=\"hidden\" name=\"do\" value=\"logout\">
71 … <input type=\"hidden\" name=\"sectok\" value=\"756fc1becd1e22260cc6a2f74d2e2715\">
72 <input type=\"hidden\" name=\"id\" value=\"start\">
80 <input type=\"hidden\" name=\"do\" value=\"login\">
81 <input type=\"hidden\" name=\"sectok\" value=\"\">
82 <input type=\"hidden\" name=\"id\" value=\"start\">
/template/daily/css/
H A Dmobile.less61 #dokuwiki__header form.search input.edit {
261 #dokuwiki__sitetools form.search input.edit {
285 /* force same height on search input and tools select */
286 #dokuwiki__sitetools form.search input.edit,
307 #config__manager td .input,
309 .dokuwiki input.edit,
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jar ... filefilter/ org/apache/commons/io/input/ org/apache/commons/io/monitor ...
/template/desertcalm/
H A Ddesign.css76 div.dokuwiki label.block input.edit {
103 div.dokuwiki input.edit,
116 html>body div.dokuwiki input.edit,
125 div.dokuwiki input.missing {
139 div.dokuwiki input.edit[disabled],
140 div.dokuwiki input.edit[readonly],
188 div.dokuwiki input.button,
202 html>body div.dokuwiki input.button,
207 * html div.dokuwiki input.button,
212 div.dokuwiki div.secedit input.button {
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php52 * The input stream.
59 protected $input; variable in Antlr\\Antlr4\\Runtime\\Parser
119 public function __construct(TokenStream $input) argument
125 $this->setInputStream($input);
131 if ($this->input !== null) {
132 $this->input->seek(0);
150 * Match current input symbol against `ttype`. If the symbol type matches,
167 * @throws RecognitionException If the current input symbol did not match
197 * Match current input symbol as a wildcard. If the symbol type matches
211 * @throws RecognitionException If the current input symbo
428 setInputStream(IntStream $input) global() argument
452 setTokenStream(TokenStream $input) global() argument
[all...]
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js748 input
759 input
1014 if (input && input.val) {
1124 input
1771 input
1799 var $input = datetimepicker.data('input');
1894 .data('input', input);
1908 ct = options.value || ((input && input.val && input.val()) ? input.val() : '');
1932 input
1970 input
[all …]
/plugin/yuriigantt/
H A Daction.php37 global $INPUT;
48 … echo (new JsonRequest(new Embedded(), $INPUT->param('csrf'), $INPUT->param('payload')))->handle();
/plugin/authorstats/
H A Dadmin.php17 echo "<input type='hidden' name='do' value='admin' />";
18 echo "<input type='hidden' name='page' value='authorstats' />";
19 echo "<input type='hidden' name='sectok' value='" . getSecurityToken() . "' />";
/template/bootstrap3/js/plugins/
H A Ddata.js23 $dataplugin_table.find('input').addClass('input-sm');
26 $inputs = $dataplugin_table.find('th input'),
/plugin/wysiwyg/fckeditor/editor/dialog/
H A Dfck_button.html44 …if ( oActiveEl && oActiveEl.tagName.toUpperCase() == "INPUT" && ( oActiveEl.type == "button" || oA…
64 oActiveEl = oEditor.FCK.EditorDocument.createElement( 'INPUT' ) ;
85 <input type="text" size="20" id="txtName" style="width: 100%" />
91 <input type="text" id="txtValue" style="width: 100%" />
/plugin/confsearch/
H A Dsyntax.php83 $renderer->doc .= '<input type="hidden" name="do" value="search" />'."\n";
84 …$renderer->doc .= '<input type="hidden" id="dw__ns" name="ns" value="'.$this->processparameters($d…
86 …$renderer->doc .= '<input type="text" id="qsearch2__in" accesskey="f" name="id" class="edit" autoc…
87 …$renderer->doc .= '<input type="submit" value="'.$this->buttonname($data).'" class="button" title=…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSprocketsFilter.php96 $input = FilesystemUtils::createTemporaryFile('sprockets_in');
97 file_put_contents($input, sprintf($format,
108 $input,
114 unlink($input);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DParDoInstruction.php41 public function setInput(InstructionInput $input) argument
43 $this->input = $input;
50 return $this->input;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php13 $input = <<<ICS
25 $vcal = Reader::read($input);
67 $input = <<<ICS
79 $vcal = Reader::read($input);
/template/panoramacake/css/
H A Dresponsive.css48 div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; }
54 #config__manager td .input,
56 input, textarea, selector
57 #config__manager td input.edit,
/plugin/saveandedit/
H A Daction.php61 global $INPUT;
63 if (!$INPUT->bool('saveandedit')) {
98 $INPUT->post->remove('edittable_data');
137 global $INPUT;
150 $attrs = $INPUT->bool('saveandedit') ? ['checked' => 'checked'] : [];
/plugin/variants/
H A Dvariants.php118 /** @var Input $INPUT */
119 global $INPUT;
132 if ($INPUT->has($key) && ($INPUT->str($key) == $value) == $condresult) {
/plugin/fckg/fckeditor/editor/plugins/plugintool/
H A Dfckplugin.js139 function removeBR(input) { /* Used with Gecko */ argument
141 for (var i = 0; i < input.length; i++) {
142 if ((input.charCodeAt(i) == 13) && (input.charCodeAt(i + 1) == 10)) {
147 output += input.charAt(i);
/plugin/rtmchecklist/
H A Dsyntax.php144 $renderer->doc .= '<input type="hidden" name="id" value="' . $ID . '"/>';
145 $renderer->doc .= '<input type="hidden" name="do" value="plugin_rtmsend"/>';
146 … $renderer->doc .= '<input type="hidden" name="sectok" value="'.getSecurityToken().'" />';
155 $renderer->doc .= '<input type="hidden" name="taskslist" value="'.$full_list.'"/>';
160 …$renderer->doc .= '<input type="submit" class="button" value="'.$this->getLang('send').'" ></submi…
/template/wallpaper/
H A Dmain.php50 <input type="checkbox" id="hamburger" class="hamburger" />
131 <div class="no"><input type="hidden" name="do" value="export_pdf" />
132 <input type="hidden" name="rev" value="', $REV, '" />
133 <input type="hidden" name="id" value="', $ID, '" />
134 <input type="submit" value="PDF-Export" class="button" title="PDF-Export" />
/template/sprintdoc/css/
H A Dprint.less129 table input,
130 .import_users input{
170 input {
268 input[type="text"] {
281 input.checkbox {
287 label, input[type="text"] {
358 .styling input[type="text"] {
483 > input {
512 input,
/plugin/advanced/admin/
H A Dconfig.php48 global $INPUT;
58 $cmd = $INPUT->extract('cmd')->str('cmd');
75 global $INPUT;
79 $file = $INPUT->str('file');
80 $tab = $INPUT->str('tab');
181 global $INPUT;
190 $content_new = cleanText($INPUT->post->str('content'));
337 global $INPUT;
361 if ($INPUT->str('file') == $file) {
542 global $INPUT;
[all …]

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