Home
last modified time | relevance | path

Searched full:input (Results 826 – 850 of 4846) sorted by relevance

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

/template/comicslate/
H A Dmediaedit.php31 <input type="hidden" name="edit" value="'.hsc($IMG).'" />
32 <input type="hidden" name="save" value="1" />
34 <input type="text" name="meta[Iptc.Headline]" id="img__title" class="edit" value="'.hsc(tpl_img_get…
40 <input type="text" name="meta[Iptc.Byline]" id="img__artist" class="edit" value="'.hsc(tpl_img_getT…
43 <input type="text" name="meta[Iptc.CopyrightNotice]" id="img__copy" class="edit" value="'.hsc(tpl_i…
48 <input type="submit" value="'.$lang['btn_save'].'" accesskey="s" class="button" />
/template/dokubootstrapsimplified/css/
H A Dbootstrap-default.min.css7input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}… selector
/template/prsnl10/css/
H A Dprsnl10_screen.css290 input, selector
303 input[type=text],
304 input[type=password],
308 input[type=radio],
309 input[type=checkbox],
310 input.check {
313 input[type=submit],
314 input.button,
318 input[disabled],
320 input[readonly],
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/
H A Dfck_radiobutton.html44 if ( oActiveEl && oActiveEl.tagName.toUpperCase() == 'INPUT' && oActiveEl.type == 'radio' )
62 oActiveEl = oEditor.FCK.EditorDocument.createElement( 'INPUT' ) ;
92 <input type="text" size="20" id="txtName" style="WIDTH: 100%">
98 <input type="text" size="20" id="txtValue" style="WIDTH: 100%">
102 …<td><input type="checkbox" id="txtSelected"><label for="txtSelected" fckLang="DlgCheckboxSelected"…
H A Dfck_checkbox.html44 if ( oActiveEl && oActiveEl.tagName == 'INPUT' && oActiveEl.type == 'checkbox' )
62 oActiveEl = oEditor.FCK.EditorDocument.createElement( 'INPUT' ) ;
92 <input type="text" size="20" id="txtName" style="WIDTH: 100%">
98 <input type="text" size="20" id="txtValue" style="WIDTH: 100%">
102 …<td><input type="checkbox" id="txtSelected"><label for="txtSelected" fckLang="DlgCheckboxSelected"…
H A Dfck_table.html181 &nbsp;<input id="txtRows" type="text" maxlength="3" size="2" value="3" name="txtRows"
188 … &nbsp;<input id="txtColumns" type="text" maxlength="2" size="2" value="2" name="txtColumns"
201 &nbsp;<input id="txtBorder" type="text" maxlength="2" size="2" value="1" name="txtBorder"
225 &nbsp;<input id="txtWidth" type="text" maxlength="4" size="3" value="200" name="txtWidth"
237 …&nbsp;<input id="txtHeight" type="text" maxlength="4" size="3" name="txtHeight" onkeypress="return…
253 …&nbsp;<input id="txtCellSpacing" type="text" maxlength="2" size="2" value="1" name="txtCellSpacing"
262 …&nbsp;<input id="txtCellPadding" type="text" maxlength="2" size="2" value="1" name="txtCellPadding"
278 <input id="txtCaption" type="text" style="width: 100%" /></td>
286 <input id="txtSummary" type="text" style="width: 100%" /></td>
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyJs2Filter.php121 // input and output files
122 $input = FilesystemUtils::createTemporaryFile('uglifyjs2_in');
125 file_put_contents($input, $asset->getContent());
126 $pb->add('-o')->add($output)->add($input);
130 unlink($input);
H A DCoffeeScriptFilter.php51 $input = FilesystemUtils::createTemporaryFile('coffee');
52 file_put_contents($input, $asset->getContent());
68 $pb->add($input);
71 unlink($input);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php31 private $input; variable in Elasticsearch\\Common\\Exceptions\\Serializer\\JsonErrorException
56 public function __construct($code, $input, $result, $previous = null) argument
63 $this->input = $input;
72 return $this->input;
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js483 (function(root,factory){if(typeof exports==="object"){root.sf2=exports;factory(exports)}else if(typeof define==="function"&&define.amd){define(["exports"],function(exports){root.sf2=exports;return(root.sf2,factory(exports))})}else{root.sf2={};factory(root.sf2)}}(this,function(exports){"use strict";var sf2=exports;sf2.Parser=function(input,options){options=options||{};this.input=input;this.parserOptions=options.parserOptions};sf2.Parser.prototype.parse=function(){var parser=new sf2.Riff.Parser(this.input,this.parserOptions),chunk;parser.parse();if(parser.chunkList.length!==1) argument
485 throw new Error('chunk not found');this.parseRiffChunk(chunk);this.input=null};sf2.Parser.prototype.parseRiffChunk=function(chunk){var parser,data=this.input,ip=chunk.offset,signature;if(chunk.type!=='RIFF')
488 throw new Error('invalid sfbk structure');this.parseInfoList(parser.getChunk(0));this.parseSdtaList(parser.getChunk(1));this.parsePdtaList(parser.getChunk(2))};sf2.Parser.prototype.parseInfoList=function(chunk){var parser,data=this.input,ip=chunk.offset,signature;if(chunk.type!=='LIST')
490 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length':chunk.size-4});parser.parse()};sf2.Parser.prototype.parseSdtaList=function(chunk){var parser,data=this.input,ip=chunk.offset,signature;if(chunk.type!=='LIST')
493 throw new Error('TODO');this.samplingData=parser.getChunk(0)};sf2.Parser.prototype.parsePdtaList=function(chunk){var parser,data=this.input,ip=chunk.offset,signature;if(chunk.type!=='LIST')
496 throw new Error('invalid pdta chunk');this.parsePhdr((parser.getChunk(0)));this.parsePbag((parser.getChunk(1)));this.parsePmod((parser.getChunk(2)));this.parsePgen((parser.getChunk(3)));this.parseInst((parser.getChunk(4)));this.parseIbag((parser.getChunk(5)));this.parseImod((parser.getChunk(6)));this.parseIgen((parser.getChunk(7)));this.parseShdr((parser.getChunk(8)))};sf2.Parser.prototype.parsePhdr=function(chunk){var data=this.input,i
517 AnonymousFunction5ff9e8c81d00(input,options) global() argument
[all...]
/plugin/selectsearch/
H A Daction.php51 echo '<input type="hidden" name="do" value="search" />';
52 echo '<input type="hidden" id="qsearch__in"/>';
53 …echo '<input class="edit" id="selectsearch__input" type="text" name="id" autocomplete="off" title=…
54 echo '<input class="button" type="submit" title="Search" value="Search">';
/plugin/guestbook/
H A Dstyle.css15 .guestbookform label, .guestbookform input, .guestbookform select, .guestbookform textarea { /* All…
22 .guestbookform input, .guestbookform textarea {
81 #guestbook div.guestbooknav input.navButton {
86 #guestbook div.guestbooknav input.active {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php53 $input = $this->getValue();
54 if (!strpos($input, ':')) {
55 return $input;
57 list($schema, $everythingElse) = explode(':', $input, 2);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWriteInstruction.php30 public function setInput(InstructionInput $input) argument
32 $this->input = $input;
39 return $this->input;
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php53 $input = $this->getValue();
54 if (!strpos($input, ':')) {
55 return $input;
57 list($schema, $everythingElse) = explode(':', $input, 2);
/template/nostalgia/css/
H A Dresponsive.css38 div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; }
44 #config__manager td .input,
46 input, textarea, selector
47 #config__manager td input.edit,
/template/taratasy/css/
H A Dcolourgreen.css27 input[type=submit], input.button, button {
31 input[type=submit]:hover,
32 input.button:hover, button:hover {
/template/dokukit/
H A D_admin.css50 #config__manager tr .input,
51 #config__manager tr.default .input {
56 #config__manager tr.default input,
63 #config__manager tr input,
/template/dokukitv2/
H A D_admin.css50 #config__manager tr .input,
51 #config__manager tr.default .input {
56 #config__manager tr.default input,
63 #config__manager tr input,
/template/bootstrap3/tpl/
H A Dnavbar-searchform.php18 <div class="input-group">
19 <input id="qsearch" autocomplete="off" type="search" placeholder="<?php echo $lang['btn_search']; ?>" value="<?php echo ($ACT == 'search') ? hsc($QUERY) : ''; ?>" accesskey="f" name="q" class="form-control" title="[F]" />
20 <div class="input-group-btn">
27 <input type="hidden" name="do" value="search" />
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php22 * Currently only 3.0 and 4.0 as input and output versions.
27 * If input and output version are identical, a clone is returned.
29 * @param Component\VCard $input
32 public function convert(Component\VCard $input, $targetVersion) { argument
34 $inputVersion = $input->getDocumentType();
36 return clone $input;
52 foreach($input->children as $property) {
65 * @param Component\VCard $input
208 $label = $input->{$property->group . '.X-ABLABEL'};
266 * @param Property\Uri $property The input property.
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php22 * Currently only 3.0 and 4.0 as input and output versions.
27 * If input and output version are identical, a clone is returned.
29 * @param Component\VCard $input
32 public function convert(Component\VCard $input, $targetVersion) { argument
34 $inputVersion = $input->getDocumentType();
36 return clone $input;
52 foreach($input->children as $property) {
65 * @param Component\VCard $input
208 $label = $input->{$property->group . '.X-ABLABEL'};
266 * @param Property\Uri $property The input property.
[all …]
/plugin/fastwiki/
H A Daction.php43 global $conf, $INPUT, $ACT;
47 if ($INPUT->str('partial') == '1') {
117 global $ACT, $INPUT;
120 if ($this->m_orig_act == 'subscribe' && $INPUT->str('sub_action'))
134 global $INPUT;
135 if ($INPUT->str('fastwiki_preload_proxy'))
162 global $ACT, $INPUT, $ID, $INFO;
168 $compareid = $INPUT->str('fastwiki_compareid');
191 // $secedit = $ACT == 'show' && $INPUT->str('target') == 'section' && ($INPUT
[all...]
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css23 div input {
41 input[type=submit] {
50 input[type=submit]:hover {
77 .container-checkbox input {
97 .container-checkbox:hover input ~ .checkmark {
102 .container-checkbox input:checked ~ .checkmark {
114 .container-checkbox input:checked ~ .checkmark:after {
/plugin/captcha/_test/
H A DHelperTest.php

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