Home
last modified time | relevance | path

Searched full:input (Results 1276 – 1300 of 4846) sorted by relevance

1...<<51525354555657585960>>...194

/template/binkytestinstance/css/
H A Dmobile.less234 #dokuwiki__sitetools form.search input.edit {
257 /* force same height on search input and tools select */
258 #dokuwiki__sitetools form.search input.edit,
275 #config__manager td .input,
277 .dokuwiki input.edit,
/template/adoradark/css/
H A Dmobile.less240 #dokuwiki__sitetools form.search input {
263 /* force same height on search input and tools select */
264 #dokuwiki__sitetools form.search input,
281 #config__manager td .input,
283 .dokuwiki input.edit,
/template/kkh/css/
H A Dmobile.less240 #dokuwiki__sitetools form.search input {
263 /* force same height on search input and tools select */
264 #dokuwiki__sitetools form.search input,
281 #config__manager td .input,
283 .dokuwiki input.edit,
/template/simplewiki/css/
H A Dmobile.less240 #dokuwiki__sitetools form.search input {
263 /* force same height on search input and tools select */
264 #dokuwiki__sitetools form.search input,
281 #config__manager td .input,
283 .dokuwiki input.edit,
/template/20cones/css/
H A Dmobile.less240 #dokuwiki__sitetools form.search input {
263 /* force same height on search input and tools select */
264 #dokuwiki__sitetools form.search input,
281 #config__manager td .input,
283 .dokuwiki input.edit,
/template/byu_2017_theme/css/
H A Dmobile.less240 #dokuwiki__sitetools form.search input {
263 /* force same height on search input and tools select */
264 #dokuwiki__sitetools form.search input,
281 #config__manager td .input,
283 .dokuwiki input.edit,
/template/bs4simple/css/
H A Dmobile.less240 #dokuwiki__sitetools form.search input {
263 /* force same height on search input and tools select */
264 #dokuwiki__sitetools form.search input,
281 #config__manager td .input,
283 .dokuwiki input.edit,
/template/ramtop/css/
H A Dmobile.less234 #dokuwiki__sitetools form.search input.edit {
257 /* force same height on search input and tools select */
258 #dokuwiki__sitetools form.search input.edit,
275 #config__manager td .input,
277 .dokuwiki input.edit,
/template/flat/css/
H A Dmobile.less240 #dokuwiki__sitetools form.search input {
263 /* force same height on search input and tools select */
264 #dokuwiki__sitetools form.search input,
281 #config__manager td .input,
283 .dokuwiki input.edit,
/template/dokuwikibee/dokuwikibee/css/
H A Dmobile.less240 #dokuwiki__sitetools form.search input {
263 /* force same height on search input and tools select */
264 #dokuwiki__sitetools form.search input,
281 #config__manager td .input,
283 .dokuwiki input.edit,
/template/dokuwikitplacc/dokuwikiBee/css/
H A Dmobile.less240 #dokuwiki__sitetools form.search input {
263 /* force same height on search input and tools select */
264 #dokuwiki__sitetools form.search input,
281 #config__manager td .input,
283 .dokuwiki input.edit,
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php56 private $input; variable in Symfony\\Component\\Process\\Process
138 …* @param mixed|null $input The input as stream resource, scalar or \Traversable, or null…
164 $this->setInput($input);
1148 * Gets the Process input.
1150 * @return resource|string|\Iterator|null The Process input
1154 return $this->input;
1158 * Sets the input.
1168 public function setInput($input) argument
1174 $this->input = ProcessUtils::validateInput(__METHOD__, $input);
1367 if ($this->input instanceof \Iterator) {
[all …]
/plugin/wysiwyg/fckeditor/_samples/_plugins/findreplace/
H A Dfind.html152 <input id="txtFind" onkeyup="btnStat(this.form)" style="WIDTH: 100%" tabIndex="1" type="text">
155 <input id="btnFind" style="WIDTH: 100%; PADDING-RIGHT: 5px; PADDING-LEFT: 5px" disabled
161 …&nbsp;<input id="chkCase" tabIndex="3" type="checkbox"><label for="chkCase" fckLang="DlgMyReplaceC…
165 …&nbsp;<input id="chkWord" tabIndex="4" type="checkbox"><label for="chkWord" fckLang="DlgMyReplaceW…
/plugin/sidebar/
H A Daction.php87 ptln('<input type="hidden" name="do" value="edit" />', 10);
88 ptln('<input type="hidden" name="rev" value="" />', 10);
89 ptln('<input type="hidden" name="id" value="' . $fileSidebar . '" />', 10);
90 … ptln('<input type="submit" value="' . $this->getConf('editbtntxt') . '" class="button" />', 10);
/plugin/components/lib/
H A Dajax.php107 global $INPUT;
109 $sectok = $INPUT->str('sectok');
115 if ($INPUT->has($var)) {
116 $value = $INPUT->param($var);
/plugin/wysiwyg/fckeditor/editor/dialog/
H A Dfck_find.html153 <input id="txtFind" style="width: 100%" tabindex="1" type="text" />
156 <input id="btnFind" style="padding-right: 5px; padding-left: 5px" onclick="Ok();"
162 …&nbsp;<input id="chkCase" tabindex="3" type="checkbox" /><label for="chkCase" fcklang="DlgReplaceC…
166 …&nbsp;<input id="chkWord" tabindex="4" type="checkbox" /><label for="chkWord" fcklang="DlgReplaceW…
/plugin/securelogin/
H A Dsecurelogin.js89 if(!button) button = jQuery("input.button", form)[0];
102 …uslNode.innerHTML = '<input type="checkbox" id="use_securelogin" name="use_securelogin" value="1" …
111 … if(!button) button = jQuery("input.button", form)[0].parentNode.parentNode.parentNode;
120 …td.innerHTML = '<input type="checkbox" id="use_securelogin" name="use_securelogin" value="1" check…
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.tpl48 <input type="checkbox" onClick="unCheckAll()" name="allChecked">
51 … show OK <input type="checkbox" name="showOK" <?php echo @$request['showOK']?'checked':''?>>
53 <input type="submit" name="submitted" value="run tests">
60 …<input type="checkbox" name="<?php echo $aResult['name'] ?>" <?php echo @$request[$aResult['name']…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/
H A Duploadtest.html117 … <input id="txtCustomUrl" style="WIDTH: 100%; BACKGROUND-COLOR: #dcdcdc" disabled type="text">
127 <input type="file" name="NewFile"><br>
128 <input type="button" value="Send it to the Server" onclick="SendFile();">
134 <INPUT id="txtUrl" style="WIDTH: 100%" readonly type="text">
/plugin/statdisplay/pchart/
H A DColor.php71 private function truncateColorComponentRange($input) { argument
72 if ($input > 255) {
74 } elseif ($input < 0) {
77 return $input;
/plugin/bpmnio/action/
H A Deditor.php40 global $INPUT;
77 global $INPUT;
79 if (!$INPUT->post->has('plugin_bpmnio_data')) return;
81 $TEXT = base64_decode($INPUT->post->str('plugin_bpmnio_data'));
/plugin/combo/ComboStrap/
H A DSearchTag.php27 global $QUERY; // $QUERY = $INPUT->str('q')
90 <input type="hidden" name="do" value="search" />
91 <input type="hidden" name="id" value="$id" />
93 <input class="edit form-control" type="text" id="$inputSearchId" name="q" $valueKeyProp placeholder="{$lang['btn_search']}... (Alt+Shift+F)" autocomplete="$browserAutoComplete" accesskey="f" title="[F]"/>
/plugin/tagging/action/
H A Delasticsearch.php81 * Remove tags from query string and put them into $INPUT
90 global $INPUT;
95 $taggingFilter = $INPUT->arr('tagging');
101 $INPUT->set('tagging', array_merge($matches[1], $taggingFilter));
/plugin/bez/tpl/
H A Dtask_programs.php14 <input type="hidden" name="id" value="<?php echo $task_program->id ?>" />
15 <input name="name" value="<?php echo $tpl->value('name') ?>" />
50 <td><input name="name" value="<?php echo $tpl->value('name') ?>" /></td>
H A Dtypes.php13 <input type="hidden" name="id" value="<?php echo $label->id ?>" />
14 <input name="name" value="<?php echo $tpl->value('name') ?>" />
49 <td><input name="name" value="<?php echo $tpl->value('name') ?>" /></td>

1...<<51525354555657585960>>...194