Home
last modified time | relevance | path

Searched full:input (Results 1801 – 1825 of 4846) sorted by relevance

1...<<71727374757677787980>>...194

/template/writr/css/
H A Dadmin.less20 .selectiondefault input {
23 tr.default div.input:has(select),
24 tr div.input:has(select),
25 tr div.input:has(textarea),
26 tr div.input:has(input[type="color"]),
27 tr div.input:has(input[type="date"]),
28 tr div.input:has(input[typ
[all...]
/template/kajukkd/fonts/demo-files/
H A Ddemo.js7 if (target.tagName === "INPUT" &&
27 testText.addEventListener('input', updateTest, false);
/template/bootstrap3/inc/Menu/Item/
H A DImgOriginalSize.php34 global $INPUT;
36 return ml($IMG, array('cache' => $INPUT->str('cache'), 'rev' => $REV), true, '&');
/plugin/dokugource/
H A Dadmin.php166 …ptln(' Start : <input type="text" name="dokugource_from" value="'.date('Y-m-d H:i:s', ($this->from…
167 …ptln(' Namespace : <input type="text" name="dokugource_ns" value="'.($this->ns ? $this->ns : '').'…
168 ptln(' <input type="submit" name="dokugource_generate" value="OK" />');
181 ptln(' <input type="submit" name="dokugource_savecnf" value="OK" />');
/plugin/givemeyouremail/
H A Dsyntax.php203 '<input type="hidden" name="do" value="show" />'.
204 '<input type="hidden" name="id" value="'.$ID.'" />';
205 $ret .= '<td class="rightalign"><input type="text" name="fullname" /></td>';
207 '<input class="button" type="submit" name="'.$dID.'-submit" '.
/plugin/loadskin/
H A Daction.php123 global $INPUT;
132 $tplRequest = $INPUT->str('tpl');
133 $actSelect = $INPUT->str('act') && ($INPUT->str('act') == 'select');
/plugin/txt2tags/
H A Dtoolbar.php241 /** @var Input $INPUT */
242 global $INPUT;
246 $sig = str_replace('@USER@',$INPUT->server->str('REMOTE_USER'),$sig);
/plugin/vote/
H A Dsyntax.php218 '<input type="hidden" name="do" value="show" />'.
219 '<input type="hidden" name="id" value="'.$ID.'" />';
248 '<input type="radio" name="vote" id="vote__option'.$i.'" '.
256 $ret .= '<input class="button" type="submit" '.
/plugin/combo/syntax/
H A Dmath.php122 * * tex (https://github.com/mathjax/MathJax-src/blob/master/ts/input/tex.ts)
123 * * asciimath (https://github.com/mathjax/MathJax-src/blob/master/ts/input/asciimath.ts)
124 * * mathml (https://github.com/mathjax/MathJax-src/blob/master/ts/input/mathml.ts)
148 jax: ["input/TeX", "output/HTML-CSS"],
/plugin/tag/
H A Daction.php71 global $lang, $INPUT;
79 $tag = trim(str_replace($tagns.':', '', $INPUT->str('tag')));
80 $ns = trim($INPUT->str('ns'));
101 print '<h1>TAG: ' . hsc(str_replace('_', ' ', $INPUT->str('tag'))) . '</h1>' . DOKU_LF;
/plugin/acknowledge/
H A Daction.php67 global $INPUT;
68 $id = $INPUT->str('id');
85 global $INPUT;
95 if ($INPUT->has('user')) {
96 $search = $INPUT->str('user');
103 if ($INPUT->has('pg')) {
104 $search = $INPUT->str('pg');
144 global $INPUT;
146 $id = $INPUT->str('id');
147 $ackSubmitted = $INPUT
[all...]
/template/argon-alt/assets/js/
H A Dargon-design-system.min.js58 jQuery(this).parent(".input-group").addClass("input-group-focus")
60 jQuery(this).parent(".input-group").removeClass("input-group-focus")
/template/argon/assets/js/
H A Dargon-design-system.min.js58 jQuery(this).parent(".input-group").addClass("input-group-focus")
60 jQuery(this).parent(".input-group").removeClass("input-group-focus")
/template/breeze/bower_components/gumby/sass/var/
H A D_settings.scss120 $form-text-input-stroke: #ccc;
121 $form-text-input-background: $white;
122 $form-text-input-placeholder-color: $default-color;
123 $form-text-input-color: #555;
/plugin/issuelinks/services/
H A DGitLab.service.php66 global $INPUT;
67 if ($INPUT->server->has('HTTP_X_GITLAB_TOKEN')) {
163 global $INPUT;
165 $token = $INPUT->str('gitlab_token');
166 $url = $INPUT->str('gitlab_url');
508 global $INPUT;
509 $requestToken = $INPUT->server->str('HTTP_X_GITLAB_TOKEN');
/plugin/combo/ComboStrap/
H A DLogUtility.php97 global $INPUT;
98 $loglevelProp = $INPUT->str(self::LOGLEVEL_URI_QUERY_PROPERTY, null);
144 global $INPUT;
153 $id = $INPUT->str("id");
159 fwrite($fh, date('c') . $sep . self::LVL_NAME[$logLevel] . $sep . $msg . $sep . $INPUT->server->str('REMOTE_ADDR') . $sep . $id . "\n");
229 global $INPUT;
230 $id = $INPUT->str("id");
/plugin/qna/
H A Daction.php332 private function applyCorrections($index, $input, &$output) { argument
334 $position = $input[$index][2];
347 …if (($input[$index][0] == 'plugin') && ($input[$index][1][0] == 'qna_block') && ($input[$index][1]…
348 $input[$index][1][1][3] = $correction[1];
355 $output[] = $input[$index];
/template/zero/
H A Ddesign.css147 div.dokuwiki label.block input.edit {
174 div.dokuwiki input.edit,
187 html>body div.dokuwiki input.edit,
196 div.dokuwiki input.missing {
210 div.dokuwiki input.edit[disabled],
211 div.dokuwiki input.edit[readonly],
250 div.dokuwiki input.button,
264 html>body div.dokuwiki input.button,
269 * html div.dokuwiki input.button,
274 div.dokuwiki div.secedit input.button {
/template/dwsimple/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
102 div.dokuwiki input.edit,
115 html>body div.dokuwiki input.edit,
124 div.dokuwiki input.missing {
138 div.dokuwiki input.edit[disabled],
139 div.dokuwiki input.edit[readonly],
177 div.dokuwiki input.button,
191 html>body div.dokuwiki input.button,
196 * html div.dokuwiki input.button,
201 div.dokuwiki div.secedit input.button {
/template/sidebar/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
102 div.dokuwiki input.edit,
115 html>body div.dokuwiki input.edit,
124 div.dokuwiki input.missing {
138 div.dokuwiki input.edit[disabled],
139 div.dokuwiki input.edit[readonly],
186 div.dokuwiki input.button,
200 html>body div.dokuwiki input.button,
205 * html div.dokuwiki input.button,
210 div.dokuwiki div.secedit input.button {
/template/masa/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
102 div.dokuwiki input.edit,
115 html>body div.dokuwiki input.edit,
124 div.dokuwiki input.missing {
138 div.dokuwiki input.edit[disabled],
139 div.dokuwiki input.edit[readonly],
177 div.dokuwiki input.button,
191 html>body div.dokuwiki input.button,
196 * html div.dokuwiki input.button,
201 div.dokuwiki div.secedit input.button {
/template/myown/css/
H A Ddesign.css165 label input.edit {
186 input.edit,select.edit {
199 input#qsearch_in {
204 input.missing {
220 input.button, button.button{
235 div.secedit input.button {
266 div.pagenav-prev input.button {
276 div.pagenav-next input.button {
866 div.mediaedit div.data input, div.mediaedit div.data textarea{
872 div.mediaedit div.data input.button {
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css110 .annotationLayer .textWidgetAnnotation input,
113 .annotationLayer .buttonWidgetAnnotation.checkBox input,
140 .annotationLayer .textWidgetAnnotation input[disabled],
150 .annotationLayer .textWidgetAnnotation input:hover,
158 .annotationLayer .textWidgetAnnotation input:focus,
199 .annotationLayer .textWidgetAnnotation input.comb {
215 .annotationLayer .buttonWidgetAnnotation.checkBox input,
430 input, selector
843 #findInput::-webkit-input-placeholder {
849 #findInput:-ms-input-placeholder {
[all …]
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_SVG-full.js16 "[MathJax]/jax/input/TeX/config.js",
17 "[MathJax]/jax/input/MathML/config.js",
18 "[MathJax]/jax/input/AsciiMath/config.js",
31 "[MathJax]/jax/input/TeX/jax.js",
34 "[MathJax]/jax/input/MathML/jax.js",
35 "[MathJax]/jax/input/AsciiMath/jax.js",
58Input Jax v%2"]);g.About.GetJax(u,MathJax.OutputJax,["OutputJax","%1 Output Jax v%2"]);g.About.Get…
59 …ACTIONTYPE:{TOGGLE:"toggle",STATUSLINE:"statusline",TOOLTIP:"tooltip",INPUT:"input"},LENGTH:{VERYV…
64 …ter.MessageHook("Begin Math Input",function(){g.refs=[];g.refUpdate=false});MathJax.Hub.Register.M…
67input:ab,tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uD… property in k
/plugin/usercontact/
H A Daction.php31 global $INPUT;
33 $userdata = $auth->getUserData($INPUT->str('name'));

1...<<71727374757677787980>>...194