Home
last modified time | relevance | path

Searched full:input (Results 1601 – 1625 of 4846) sorted by relevance

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

/template/dokukitv2/
H A Dmain.php84 <input type="hidden" name="do" value="search" />
85 <input type="hidden" name="id" value="', $ID ,'" />
86 …<input id="meta_search_input" type="search" name="q" placeholder="suchen" aria-label="suchen" size…
108 <input type="hidden" name="do" value="search" />
109 <input type="hidden" name="id" value="', $ID ,'" />
110 …<input type="search" name="q" placeholder="suchen" aria-label="suchen" size="1" required="required…
/dokuwiki/inc/Utf8/
H A DSort.php16 * when the input is text with only [A-Za-z0-9] characters.
105 * @param array $array The input array.
124 * @param array $array The input array.
143 * @param array $array The input array.
163 * @param array $array The input array.
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js145 function removeBR(input) { /* Used with Gecko */ argument
147 for (var i = 0; i < input.length; i++) {
148 if ((input.charCodeAt(i) == 13) && (input.charCodeAt(i + 1) == 10)) {
153 output += input.charAt(i);
/plugin/authyubikey/
H A Dauth.php47 global $INPUT;
61 if($INPUT->str('do') !== 'login') {
76 $otp = $INPUT->str('otp');
99 global $INPUT;
123 $otp = $INPUT->str('yubikeyid'.$i);
/plugin/fileshare/syntax/
H A DFileshare.php143 // <input type="hidden" name="id" value="$_REQUEST[id]" />
168 $html .= '<input type="hidden" name="id" value="' . $_REQUEST[id]. '" />';
193 … $html .= '<br><input type="checkbox" id="' . $fileHash . '" name="' . $fileHash . '" > : ';
251 global $INPUT;
252 $remoteUser = $INPUT->server->str ( 'REMOTE_USER' );
/plugin/passpolicy/
H A Daction.php58 /* @var $INPUT \Input */
59 global $INPUT;
60 $pass = $INPUT->post->str('pass');
61 $user = $INPUT->post->str('user', $_SERVER['REMOTE_USER']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php218 $input = [
231 $input = json_encode($input);
235 $input,
239 …ertEquals("BEGIN:VCALENDAR\r\nBEGIN:VEVENT\r\nUID:foo\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n", $input);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/
H A Duploadtest.html154 <input type="text" name="CurrentFolder" id="CurrentFolder" value="/">
159 … <input id="txtCustomUrl" style="WIDTH: 100%; BACKGROUND-COLOR: #dcdcdc" disabled type="text">
169 <input type="file" name="NewFile"><br>
171 <input type="button" value="Send it to the Server" onclick="SendFile();">
177 <INPUT id="txtUrl" style="WIDTH: 100%" readonly type="text">
/plugin/blogtng/action/
H A Dfeed.php49 global $INPUT;
51 $opt['blog'] = $INPUT->str('blog');
52 $opt['tags'] = $INPUT->str('tags');
53 $opt['sortby'] = $INPUT->str('sortby');
54 $opt['sortorder'] = $INPUT->str('sortorder');
/plugin/oauth/
H A Dauth.php35 global $INPUT;
38 if ($INPUT->has('state') && plugin_load('helper', 'farmer')) {
39 $this->handleFarmState($INPUT->str('state'));
220 global $INPUT;
221 $url = $farmer->getAnimalURL($animal) . '/doku.php?' . $INPUT->server->str('QUERY_STRING');
/plugin/redirect/
H A Daction.php43 global $INPUT;
46 if($INPUT->get->str('redirect') == 'no') return;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DIssue96Test.php9 $input = <<<VCF
18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php10 function testGetNormalizedValue($expected, $input) { argument
13 $property = $vobj->add('ATTENDEE', $input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue96Test.php9 $input = <<<VCF
18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php10 function testGetNormalizedValue($expected, $input) { argument
13 $property = $vobj->add('ATTENDEE', $input);
/plugin/searchpattern/
H A Dadmin.php73 echo '<input type="hidden" name="do" value="admin" />'; //for check when save
74 echo '<input type="hidden" name="page" value="searchpattern" />'; //for check when save
79 …echo '<input type="radio" name="'.$auth_param.'" value="'.$auth_value.'" '.((($this->getConf($auth…
83 …echo '<br /><input type="submit" value="'.$lang['btn_save'].'" class="button" />'; //display the s…
/plugin/twofactoryubiauth/
H A Dhelper.php53 global $INPUT;
56 if ($INPUT->bool('yubiauth_disable', false)) {
62 if ($INPUT->bool('yubiauth_enable', false)) {
63 $otp = $INPUT->str('yubiauth_setup', '');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php20 * grammar can match the input.
64 'reportAmbiguity d=%s: ambigAlts=%s, input=\'%s\'',
84 'reportAttemptingFullContext d=%s, input=\'%s\'',
103 'reportContextSensitivity d=%s, input=\'%s\'',
/plugin/columns/
H A Drewriter.php112 public function apply($input, &$output) { argument
165 public function apply($input, &$output) { argument
166 $this->appendCalls($output, $input[$this->index][2]);
183 public function apply($input, &$output) { argument
/template/twentyfifteen/css/
H A Ddokuwiki.less185 #mediamanager__uploader .qq-uploader input[type="file"] {
229 #config__manager td input.edit,
232 #config__manager td .input {
301 input,
/plugin/svgedit/
H A Dscript.js78 el = document.createElement('input');
86 el = document.createElement('input');
94 el = document.createElement('input');
/plugin/datasearchform/
H A Dsyntax.php96 … $renderer->doc .= '<input type="hidden" name="id" value="' . $ns . ':datatable" />' . "\n";
97 $renderer->doc .= '<input type="text" ';
100 …$renderer->doc .= '<input type="submit" value="' . $lang['btn_search'] . '" class="button" title="…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenFactory.php18 * where the input stream might not be able to provide arbitrary substrings
19 * of text from the input after the lexer creates a token (e.g. the
24 * input stream implementation.
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php27 global $INPUT;
31 $this->configId = $INPUT->str('configFile');
41 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/plugin/aichat/vendor/vanderlee/php-sentence/doc/
H A D404.html48 <input type="hidden" name="cx" value="">
49 <input type="hidden" name="ie" value="UTF-8">
50 <input type="text" name="q" class="text" placeholder="Search">

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