Home
last modified time | relevance | path

Searched full:input (Results 251 – 275 of 4846) sorted by relevance

1...<<11121314151617181920>>...194

/template/starterpjax/css/
H A Dbasic.css369 input, selector
390 input, selector
397 input[type=radio],
399 input[type=image],
400 input.check {
404 input[type=submit],
406 input[type=reset],
407 input.button,
420 input[disabled],
422 input[readonly],
[all …]
/template/grassstains/css/
H A Dbasic.css369 input, selector
390 input, selector
397 input[type=radio],
399 input[type=image],
400 input.check {
404 input[type=submit],
406 input[type=reset],
407 input.button,
420 input[disabled],
422 input[readonly],
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dself_import.test6 {{ forms.input('username') }}
7 {{ forms.input('password', null, 'password', 1) }}
9 {% macro input(name, value, type, size) %}
10 …<input type="{{ type|default("text") }}" name="{{ name }}" value="{{ value|e|default('') }}" size=…
15 <input type="text" name="username" value="" size="20">
17 <input type="password" name="password" value="" size="1">
H A Dbasic.test6 {{ macros.input('username') }}
7 {{ macros.input('password', null, 'password', 1) }}
9 {% macro input(name, value, type, size) %}
10 …<input type="{{ type|default("text") }}" name="{{ name }}" value="{{ value|e|default('') }}" size=…
15 <input type="text" name="username" value="" size="20">
17 <input type="password" name="password" value="" size="1">
H A Dexternal.test6 {{ forms.input('username') }}
7 {{ forms.input('password', null, 'password', 1) }}
9 {% macro input(name, value, type, size) %}
10 …<input type="{{ type|default("text") }}" name="{{ name }}" value="{{ value|e|default('') }}" size=…
15 <input type="text" name="username" value="" size="20">
17 <input type="password" name="password" value="" size="1">
/plugin/freesync/
H A Dadmin.php110 ptln('<input class="button" type="submit" value="'.$this->getLang('select').'"/>');
131 …ptln('<td><input type="text" class="edit" name="fn[save_profile][user]" id="user" value="'.$profil…
133 …ptln('<td><input type="text" class="edit" name="fn[save_profile][pass]" id="pass" value="'.$profil…
140 …ptln('<tr><td colspan="2"><input type="hidden" name="oldname" value="'.$this->fshlp->getProfileNam…
141 …ptln('<input type="submit" class="button" name="fn[save_profile][save]" value="'.$this->getLang('s…
151 ptln('<input type="hidden" name="profile" value="'.$this->fshlp->getProfileName().'"/>');
152 …ptln('<input type="submit" name="fn[sync][sync]" class="button" value="'.$this->getLang('sync').'"…
170 …ptln('<td><input class="edit" type="radio" name="'.($page["file"]?'files':'pages').'['.$p.']" valu…
178 ptln('<input type="hidden" name="profile" value="'.$this->fshlp->getProfileName().'"/>');
179 ptln('<label>'.$this->getLang('sum').'<input class="edit" name="sum" type="text"/></label>');
[all …]
/template/greensteel/css/
H A Dbasic.css315 input, selector
342 input, selector
349 input:active,
350 input:focus,
357 input[type=radio],
358 input[type=checkbox] {
365 input[type=submit],
366 input.button,
383 #IE7 input.button,
388 input[typ
[all...]
/plugin/indexmenu2/cms/
H A Ddemo_en.html259 <li><a href="#"><input type="checkbox" /> adipiscing </a>
261 <li><a href="#"><input type="checkbox" /> dolor </a></li>
265 <li><a href="#"><input type="checkbox" /> consectetuer </a>
267 <li><a href="#"><input type="checkbox" /> elit </a></li>
268 <li><a href="#"><input type="checkbox" /> ipsum </a></li>
269 <li><a href="#"><input type="checkbox" /> Donec </a></li>
278 <li><a href="#"><input type="checkbox" /> adipiscing </a>
280 <li><a href="#"><input type="checkbox" /> dolor </a></li>
284 <li><a href="#"><input type="checkbox" /> consectetuer </a>
286 <li><a href="#"><input type="checkbox" /> elit </a></li>
[all …]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php43 * Unicode input might be given as either UTF-8 string, UCS-4 string or UCS-4
47 * ACE input and output is always expected to be ASCII.
89 var $_api_encoding = 'utf8'; // Default input charset is UTF-8
111 * [encoding - Use either UTF-8, UCS4 as array or UCS4 as string as input ('utf8' for UTF-8,
118 * by silently ignoring errors and returning the original input instead
165 function decode($input, $one_time_encoding = false) argument
180 $input = trim($input);
182 // Negotiate input and try to determine, whether it is a plain string,
184 if (strpos($input, '
561 _nameprep($input) global() argument
665 _hangul_compose($input) global() argument
718 _apply_cannonical_ordering($input) global() argument
751 _combine($input) global() argument
788 _utf8_to_ucs4($input) global() argument
865 _ucs4_to_utf8($input) global() argument
902 _ucs4_to_ucs4_string($input) global() argument
918 _ucs4_string_to_ucs4($input) global() argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.input.text.height.php6 <input id="input" style="height: 22pt;" type="text"/>
9 $element =& $tree->get_element_by_id('input');
19 <input id="input" type="text"/>
22 $element =& $tree->get_element_by_id('input');
/plugin/datasearchform/
H A Dscript.js3 .each(function (i, input) { argument
4 var $input = jQuery(input);
5 var $form = $input.parent().parent();
9 $input.dw_qsearch({
14 var query = $input.val(),
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php29 * The input stream.
33 protected $input; variable in Sabre\\VObject\\Parser\\MimeDir
55 if (!is_null($input)) {
57 $this->setInput($input);
72 * @param resource|string $input
81 if (is_string($input)) {
86 $this->input = $stream;
88 $this->input = $input;
477 * @param string $input
557 * @param string $input
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php29 * The input stream.
33 protected $input; variable in Sabre\\VObject\\Parser\\MimeDir
82 if (!is_null($input)) {
83 $this->setInput($input);
118 * @param resource|string $input
126 if (is_string($input)) {
131 $this->input = $stream;
133 $this->input = $input;
525 * @param string $input
603 * @param string $input
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php28 * The input stream.
32 protected $input; variable in Sabre\\VObject\\Parser\\MimeDir
81 if (!is_null($input)) {
82 $this->setInput($input);
123 function setInput($input) { argument
129 if (is_string($input)) {
134 $this->input = $stream;
136 $this->input = $input;
543 * @param string $input
624 * @param string $input
[all …]
/plugin/guestbook/
H A Dbasic.class.php127input type="submit" class="button" name="createEntry" value="Neuer Eintrag" />' . (!$this->admin?'…
143input type="hidden" value="'.$data['ID'].'" name="guestEdit" /><input type="image" src="' . DOKU_B…
144input type="hidden" value="'.$data['ID'].'" name="guestDelete" /><input type="image" src="' . DOKU…
145input type="hidden" value="'.$data['ID'].'" name="guestActivate" /><input type="image" src="' . DO…
160input type="submit" class="button" name="createEntry" value="Neuer Eintrag" />' . (!$this->admin?'…
187 …if ($this->admin) $output .= '<input type="hidden" name="do" value="admin" /><input type="hidden" …
190 …$output .= '<label for="name">Name:</label><input id="name" type="text" name="name" size="51" valu…
191 // $output .= '<label for="name">URL/Mail:</label><input type="text" name="mailurl" size="255" va…
194 … .= '<label for="name">&nbsp;</label><input type="submit" name="newEntry" value="eintragen" class=…
196 …if ($this->admin && intval($admin)>0) $output .= '<input type="hidden" name="oldID" value="' . int…
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue172Test.php11 $input = <<<HI
37 $input = VObject\Reader::read($input);
38 $this->assertTrue($validator->validate($input,$filters));
43 $input = <<<HI
84 $input = VObject\Reader::read($input);
85 $this->assertTrue($validator->validate($input,$filters));
90 $input = <<<HI
132 $input = VObject\Reader::read($input);
133 $this->assertTrue($validator->validate($input,$filters));
/plugin/siteexport/inc/
H A Dsettings.php48 global $ID, $conf, $INPUT;
51 $debugLevel = $INPUT->int('debug', -1, true);
62 $this->pattern = $INPUT->str('pattern');
72 if ( $INPUT->has( 'disableCache' ) ) {
88 $this->exportLinkedPages = $INPUT->bool( 'exportLinkedPages', true );
90 $this->namespace = $functions->getNamespaceFromID( $INPUT->str('ns'), $PAGE );
91 $this->addParams = $INPUT->bool( 'addParams' );
93 $this->useTOCFile = $INPUT->bool( 'useTocFile' );
98 $ens = $INPUT->str( 'ens' );
103 $this->defaultLang = $INPUT->str( 'defaultLang', $conf['lang'], true );
[all …]
/template/amanuensis/inc/
H A Dfunctionmods.php14 print '<input type="hidden" name="do" value="search" />';
15 print '<input type="text" size="15"';
17 … print 'value="'.$_REQUEST['id'].'" '; /* keep search input as long as user stays on search page */
20 print '<input type="submit" value="'.$lang['btn_search'].'" class="searchbutton" />';
22 …//print '<input type="image" src='.$lang['btn_search_img'].' title="'.$lang['btn_search'].'" class…
47 print '<input type="hidden" name="do" value="addpage" />';
48 print '<input type="hidden" name="id" value="'.$ID.'"/>';
49 //print '<input type="hidden" name="id" value="' . idfilter($ID) . '"/>';
50 print '<input type="text" name="newpagename" size="15" class="text_input"/> ';
51 …print '<input type="submit" value="'.$lang['btn_addpage'].'" title="'.$lang['btn_addpage'].'" cla…
[all …]
/template/breeze/
H A Dui.html406 <input class="xwide text input" type="text" placeholder="Text input">
409 <input class="xwide email input" type="email" placeholder="Email input">
414 <input class="wide text input" type="text" placeholder="Text input">
419 <input class="wide text input" type="text" placeholder="Text input">
422 <input class="wide email input" type="email" placeholder="Email input">
427 <input class="normal text input" type="text" placeholder="Text input">
431 <input class="text input" type="text" placeholder="Text input">
443 <input class="xwide email input" type="email" placeholder="xwide input">
447 <input class="wide text input" type="password" placeholder="wide input">
456 <input class="wide text input" type="text" placeholder="wide input">
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Exception/
H A DFilterException.php24 private $input; variable in Assetic\\Exception\\FilterException
50 public function setInput($input) argument
52 $this->input = $input;
60 return $this->input;
67 if (!empty($this->input)) {
68 $message .= "\n\nInput:\n".$this->input;
/template/notos/css/
H A Dbase-form.less2 input,
21 input[type=button],
22 input[type=submit],
29 input[type=file] {
33 input[type=checkbox],
34 input[type=radio] {
55 input.edit,
/plugin/feedback/
H A Dadmin.php32 global $INPUT;
33 if(!$INPUT->has('data')) return;
35 $data = $INPUT->arr('data');
73 …echo '<td><input type="text" name="data['.$cnt.'][ns]" value="'.hsc($key).'" class="edit" /></td>';
74 …echo '<td><input type="text" name="data['.$cnt.'][mail]" value="'.hsc($val).'" class="edit" /></td…
79 echo '<td><input type="text" name="data['.$cnt.'][ns]" value=""/></td>';
80 echo '<td><input type="text" name="data['.$cnt.'][mail]" value=""/></td>';
84 echo '<input type="submit" value="'.$this->getLang('save').'" class="btn">';
/plugin/pycode/
H A Dstyle.css65 .dokuwiki input.button.ok_pycode {
89 #pycode__wiz input#pycode__lns-from,
90 #pycode__wiz input#pycode__lns-to {
94 #pycode__wiz input#pycode__def,
95 #pycode__wiz input#pycode__cls,
96 #pycode__wiz input#pycode__title {
104 #pycode__wiz input#pycode__src-url {
112 #pycode__wiz input#pycode__insert {
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingSavedir.php11 public function update($input) argument
16 if ($value == $input) return false;
18 if (!init_path($input)) {
20 $this->input = $input;
24 $this->local = $input;
/template/bootstrap3/assets/bootstrap/paper/
H A Dbootstrap.min.css11 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[typ selector
[all...]

1...<<11121314151617181920>>...194