Home
last modified time | relevance | path

Searched full:input (Results 851 – 875 of 4846) sorted by relevance

1...<<31323334353637383940>>...194

/plugin/struct/action/
H A Dcache.php72 global $INPUT;
93 $INPUT->has(SearchConfigParameters::$PARAM_FILTER) ||
94 $INPUT->has(SearchConfigParameters::$PARAM_OFFSET) ||
95 $INPUT->has(SearchConfigParameters::$PARAM_SORT)
109 $cache->key .= ';' . $INPUT->server->str('REMOTE_USER');
133 global $INPUT;
143 if ($INPUT->has($key)) {
/template/strap/images/
H A Dpagetools-build.php18 // load input images
19 $input = glob('pagetools/*.png'); variable
20 sort($input);
21 $cnt = count($input);
23 die("No input images found. This script needs to be called from within the image directory!\n");
41 $IN = imagecreatefrompng($input[$i]);
47 $IN = imagecreatefrompng($input[$i]);
/template/ghw/images/
H A Dpagetools-build.php20 // load input images
21 $input = glob('pagetools/*.png'); variable
22 sort($input);
23 $cnt = count($input);
25 die("No input images found. This script needs to be called from within the image directory!\n");
43 $IN = imagecreatefrompng($input[$i]);
49 $IN = imagecreatefrompng($input[$i]);
/template/mindthedark/images/
H A Dpagetools-build.php20 // load input images
21 $input = glob('pagetools/*.png'); variable
22 sort($input);
23 $cnt = count($input);
25 die("No input images found. This script needs to be called from within the image directory!\n");
43 $IN = imagecreatefrompng($input[$i]);
49 $IN = imagecreatefrompng($input[$i]);
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php30 global $INPUT;
31 $this->infoFor = $INPUT->str('info');
101 global $INPUT;
113 ->val($INPUT->str('q'));
119 if (!$INPUT->bool('q')) return;
123 $result = $repository->search($INPUT->str('q'));
209 global $INPUT;
211 $tab = $INPUT->str('tab', 'plugins', true);
228 global $INPUT;
236 if ($tab == 'search') $defaults['q'] = $INPUT
[all...]
/plugin/solr/
H A Dhelper.php76 print '<input type="hidden" name="do" value="solr_search" />';
77 print '<input type="text" ';
81 …print '<input type="submit" value="'.$lang['btn_search'].'" class="button" title="'.$lang['btn_sea…
230 ptln('<input type="hidden" name="do" value="solr_adv_search" />');
231 ptln('<input type="hidden" name="id" value="'.$QUERY.'" />');
238 …ptln(' <td> <input type="text" id="search_plus" name="search_plus" value="'.htmlspecialchars($sea…
242 …ptln(' <td> <input type="text" id="search_exact" name="search_exact" value="'.htmlspecialchars($_…
246 …ptln(' <td> <input type="text" id="search_minus" name="search_minus" value="'.htmlspecialchars($_…
291 …ptln(' <input type="submit" value="'.$this->getLang('btn_search').'" class="button" title="'.$th…
340 $s = '<input type="text" name="search_fields['.$name.']" id="search_field_'.$name.'" ';
/template/khum1/css/
H A Dbasic.less297 input,
328 input,
336 input:active,
337 input:focus,
346 input[type=radio],
347 input[type=checkbox],
348 input[type=image] {
357 input::-moz-focus-inner,
363 input[disabled],
368 input[readonly],
/plugin/wysiwyg/fckeditor/editor/dialog/
H A Dfck_replace.html178 // Knuth-Morris-Pratt Algorithm for stream input
392 <input id="txtFindFind" onkeyup="btnStat(this.form)" style="width: 100%" tabindex="1"
396 <input id="btnFind" style="width: 80px" disabled="disabled" onclick="Find();"
402 …&nbsp;<input id="chkCaseFind" tabindex="3" type="checkbox" /><label for="chkCaseFind" fcklang="Dlg…
405 …&nbsp;<input id="chkWordFind" tabindex="4" type="checkbox" /><label for="chkWordFind" fcklang="Dlg…
419 <input id="txtFindReplace" onkeyup="btnStat(this.form)" style="width: 100%" tabindex="1"
423 <input id="btnReplace" style="width: 80px" disabled="disabled" onclick="Replace();"
433 <input id="txtReplace" style="width: 100%" tabindex="2" type="text" />
436 …<input id="btnReplaceAll" style="width: 80px" disabled="disabled" onclick="ReplaceAll()" type="but…
442 …&nbsp;<input id="chkCaseReplace" tabindex="3" type="checkbox" /><label for="chkCaseReplace" fcklan…
[all …]
/plugin/aichat/script/
H A DAIChatChat.js4 #input = null; field in AIChatChat
29 this.#input = this.#root.querySelector('textarea');
37 this.#input.addEventListener('keydown', (event) => {
51 this.#input.placeholder = this.getAttribute('placeholder') || 'Your question...';
218 const message = this.#input.value;
224 this.#input.value = '';
239 this.#input.focus();
246 * Hides the input field and shows the progress bar
264 * Resets the progress bar and shows the input field again
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyJsFilter.php128 // input and output files
129 $input = FilesystemUtils::createTemporaryFile('uglifyjs_in');
132 file_put_contents($input, $asset->getContent());
133 $pb->add('-o')->add($output)->add($input);
137 unlink($input);
H A DCleanCssFilter.php148 * Enables building input's source map
323 // input and output files
324 $input = tempnam(sys_get_temp_dir(), 'input');
326 file_put_contents($input, $asset->getContent());
327 $pb->add($input);
331 unlink($input);
/plugin/eshop/
H A Dsyntax.php67 …$out .= '<tr><td colspan="2" class="button"><input class="submit" type="submit" value="Buy"/></td>…
69 … $out .= sprintf('<input type="hidden" name="id" value="%s" />', end(explode(':', $INFO['id'])));
70 $out .= sprintf('<input type="hidden" name="name" value="%s" />', $INFO['meta']['title']);
71 $out .= sprintf('<input type="hidden" name="btcunit" value="%f" />', $data['btc']);
72 …$out .= sprintf('<input type="hidden" name="btctotal" id="eshop_total" value="%f" />', $data['btc'…
/template/sprintdoc/css/plugins/
H A Dconfigmanager.less23 .input {
36 .input {
85 input.edit {
125 .input {
139 input.edit {
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Ddialog_iequirks.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_tex…
/plugin/infomail/
H A Dstyle.less14 input,
21 input.edit {
29 .buttons input {
/plugin/bugzillaint/action/
H A Dfetch.php22 global $INPUT;
44 $INPUT->param('lists', array(), true),
45 $INPUT->param('trees', array(), true),
46 $INPUT->param('links', array(), true)
/plugin/bibtex/OSBib/create/
H A DERRORS.php52 // General user input errors
54 "nan" => "Input is not a number.###",
55 "missing" => "Missing input.###",
56 "invalid" => "Invalid input.###",
/plugin/ckgdoku/ckeditor/
H A Dget_headers.php9 require_once(DOKU_INC.'inc/Input.class.php');
14 $INPUT = new Input(); variable
15 $page = $INPUT->str('dw_id');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue166Test.php11 $input = <<<HI
58 $input = VObject\Reader::read($input);
59 $this->assertTrue($validator->validate($input,$filters));
/plugin/tfslink/scripts/
H A Daddworkitemlink_wiz.js31 …'<div><label class="number">'+LANG.plugins.tfslink.workitemid+' : # <input id="workitemid" type="t…
32 … '<label>'+LANG.plugins.tfslink.title+' : <input id="title" type="text"></label></div>' +
35 …'<div><label>'+LANG.plugins.tfslink.usedefaultprojectcollection+'</label><input type="checkbox" id…
38 …'<input type="submit" value="'+LANG.plugins.tfslink.insertlink+'" class="button" id="addworkitemli…
56 // restrict input to numbers only
70 * Allow only number, by direct removing other characters from input
/plugin/seqdia/
H A Dsyntax.php62 // prepare input
79 $input = join("\n",$lines);
80 $return['md5'] = md5($input); // we only pass a hash around
82 // store input for later use
83 io_saveFile($this->_cachename($return,'txt'),$input);
150 dbglog($in,'no such seqdia input file');
/plugin/issuelinks/admin/
H A Drepoadmin.php59 global $INPUT;
65 if ($INPUT->has('authorize')) {
66 $serviceID = $INPUT->str('authorize');
74 if ($INPUT->str('reconfigureService') === $serviceID || !$service->isConfigured()) {
147 global $INPUT;
148 … $reconfigureURL = $INPUT->server->str('REQUEST_URI') . '&reconfigureService=' . $serviceID;
/plugin/dw2pdf/
H A Daction.php87 global $conf, $INPUT;
121 if ($INPUT->has('selection')) {
150 global $INPUT;
161 $title = $INPUT->str('pdftitle'); //DEPRECATED
162 $title = $INPUT->str('book_title', $title, true);
176 //check input for title and ns
177 if (!$title = $INPUT->str('book_title')) {
180 $pdfnamespace = cleanID($INPUT->str('book_ns'));
186 $order = $INPUT->str('book_order', 'natural', true);
193 $depth = $INPUT
[all...]
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php22 // load input images
23 $input = glob('pagetools/*.png'); variable
24 sort($input);
25 $cnt = count($input);
27 die("No input images found. This script needs to be called from within the image directory!\n");
45 $IN = imagecreatefrompng($input[$i]);
51 $IN = imagecreatefrompng($input[$i]);
/plugin/twofactorsmsgateway/
H A Dhelper.php22 // Provide an input for the phone number.
57 global $INPUT;
58 if ($INPUT->bool('smsgateway_disable', false)) {
67 if ($INPUT->bool('smsgateway_send', false)) {
70 $otp = $INPUT->str('smsgateway_verify', '');
85 $phone = $INPUT->str('phone', '');
102 $provider = $INPUT->str('smsgateway_provider', '');

1...<<31323334353637383940>>...194