Home
last modified time | relevance | path

Searched full:input (Results 1526 – 1550 of 4846) sorted by relevance

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

/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParserInterface.php
/plugin/ckgedit/ckeditor/
H A Duseheading.php6 global $INPUT;
7 $page = $INPUT->str('dw_id');
/template/zero/
H A DUWEB.css7 html>body div.dokuwiki form.btn_edit input.button {
13 html>body div.dokuwiki form.btn_edit input.button {
/template/templar/less/
H A Dresponsive-768px-979px.less14 // Input grid
15 #grid > .input(@gridColumnWidth768, @gridGutterWidth768);
H A Dmixins.less86 &:-ms-input-placeholder {
89 &::-webkit-input-placeholder {
154 .input-block-level {
174 input,
179 input,
191 .input-prepend .add-on,
192 .input-append .add-on {
654 .input-block-level();
678 … (~'input.span@{index}, textarea.span@{index}, .uneditable-input.span@{index}') { .span(@index); }
687 input,
[all …]
/template/bootstrap3/compat/inc/Menu/Item/
H A DProfile.php14 global $INPUT;
17 if(!$INPUT->server->str('REMOTE_USER')) {
H A DRegister.php14 global $INPUT;
17 if($INPUT->server->str('REMOTE_USER')) {
H A DSubscribe.php14 global $INPUT;
17 if(!$INPUT->server->str('REMOTE_USER')) {
/template/bootstrap3/css/plugins/
H A Daddnewpage.less15 input {
20 input[type=text] {
/dokuwiki/inc/Ui/
H A DDiff.php95 global $INPUT;
98 if ($INPUT->has('rev')) {
99 $this->rev1 = $INPUT->int('rev');
108 $revs = $INPUT->arr('rev2', []);
/dokuwiki/lib/scripts/
H A Dlocktimer.js12 'input[name=prefix]',
14 'input[name=suffix]',
15 'input[name=date]',
41 dw_locktimer.pageid = jQuery('#dw__editform').find('input[name=id]').val();
/plugin/feedback/
H A Daction.php72 global $INPUT;
73 $id = $INPUT->str('id');
74 $feedback = $INPUT->str('feedback');
75 $media = $INPUT->bool('media');
/plugin/poll/
H A Dsyntax.php149 '<input type="hidden" name="do" value="show" />'.
150 '<input type="hidden" name="id" value="'.$ID.'" />';
155 '<input type="radio" name="vote" id="poll__option'.$i.'" '.
158 $ret .= '<input class="button" type="submit" '.
/plugin/fckg/fckeditor/editor/dialog/
H A Dfck_tablecell.html135 td, input,option { font-size: 8pt; }
162 …&nbsp;<input onkeypress= 'return disabled_input(this);' style="background-color:#dddddd; color: b…
187 <input onkeypress="return IsDigit(event);" id="txtRowSpan" type="text" maxlength="3" size="2"
197 <input onkeypress="return IsDigit(event);" id="txtCollSpan" type="text" maxlength="2"
/plugin/pagestat/
H A Dstyle.css58 .pt_window input[type="button"]{
67 .pt_window input[name="search_bt"]{
70 .pt_window input[name="parse_bt"]{
186 .wordlist input{
/plugin/badbehaviour/
H A Dadmin.php144 echo '<input type="hidden" name="do" value="admin" />';
145 echo '<input type="hidden" name="page" value="badbehaviour" />';
147 … echo '<input type="text" id="key__lookup" name="lookup" value="'.hsc($_REQUEST['lookup']).'" />';
148 echo '<input type="submit" value="'.$lang['btn_search'].'" class="button" />';
/plugin/diagramsnet/
H A Daction.php33 global $INPUT;
35 $data = $INPUT->str('data');
36 $action = $INPUT->str('action');
53 $content = $INPUT->str('content');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DANTLRErrorStrategy.php18 * - The current input does not match what we were looking for
52 * recover from the unexpected input symbol.
74 * syntactic or semantic errors in the input stream before they result in a
109 * This method is called by when the parser successfully matches an input symbol.
/plugin/confmanager/tpl/
H A DshowConfigTwoLine.php16 <input
25 <input
51 <input class="newItem key" type="text" name="newKey[]">
54 <input class="newItem value submitOnTab" type="text" name="newValue[]" />
/plugin/photogallery/lib/
H A Darray_column.php14 * Returns the values from a single column of the input array, identified by
18 * array by the values from the $indexKey column in the input array.
20 * @param array $input A multi-dimensional array (record set) from which to pull
30 function array_column($input = null, $columnKey = null, $indexKey = null) argument
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js347 var $input = $(this);
348 var $share = $input.parents('.social_share_privacy_area').first().parent();
350 if ($input.is(':checked')) {
351 options.set_perma_option($input.attr('data-service'), options);
352 $input.parent().addClass('checked');
354 options.del_perma_option($input.attr('data-service'), options);
355 $input.parent().removeClass('checked');
703 // write services with <input> and <label> and checked state from cookie
714 $field.find('input').attr('data-service', service_name);
731 // interaction for <input> to enable services permanently
[all …]
/plugin/statdisplay/helper/
H A Dlog.php380 * Gives the sum of a certain column from the input array
382 * @param $input
386 public function sum($input, $key = null) argument
389 foreach ((array)$input as $item) {
402 * Avarages a certain column from the input array
404 * @param $input
408 public function avg($input, $key = null) argument
412 foreach ((array)$input as $item) {
428 * @param $input
432 public function max($input, $key = null) argument
[all …]
/template/backpack/
H A Ddesign.css79 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,
211 html>body div.dokuwiki input.button,
215 * html div.dokuwiki input.button,
[all …]
/plugin/combo/vendor/symfony/process/
H A DProcess.php59 private $input; variable in Symfony\\Component\\Process\\Process
138 * @param mixed $input The input as stream resource, scalar or \Traversable, or null for no input
143 public function __construct(array $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
163 $this->setInput($input);
185 * @param mixed $input The input as stream resource, scalar or \Traversable, or null for no input
192 public static function fromShellCommandline(string $command, string $cwd = null, array $env = null, $input argument
1176 setInput($input) global() argument
[all...]
/template/boozurk/css/
H A Dboozurk.css177 input { selector
191 input[type=text],
192 input[type=email],
193 input[type=password] {
197 input[type=button],
198 input[type=submit],
199 input[type=reset],
217 input[type=reset]:hover,
219 input[type=text]:hover,
225 input[type=text]:focus,
[all …]

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