Home
last modified time | relevance | path

Searched refs:input (Results 351 – 375 of 1436) sorted by relevance

1...<<11121314151617181920>>...58

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php104 private function sanitize($input, $stripTags = true) argument
107 $input = strip_tags($input);
110 $sanitized = preg_replace('/\t/', ' ', $input);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyJsFilter.php129 $input = FilesystemUtils::createTemporaryFile('uglifyjs_in');
132 file_put_contents($input, $asset->getContent());
133 $pb->add('-o')->add($output)->add($input);
137 unlink($input);
H A DUglifyJs2Filter.php122 $input = FilesystemUtils::createTemporaryFile('uglifyjs2_in');
125 file_put_contents($input, $asset->getContent());
126 $pb->add('-o')->add($output)->add($input);
130 unlink($input);
/plugin/simplenavi/_test/
H A DSimplenaviTest.php
/plugin/statistics/inc/pchart/
H A DColor.php153 * Makes sure the input is a valid color range (0-255)
155 * @param $input
158 private function truncateColorComponentRange($input) { argument
159 if($input > 255) {
161 } elseif($input < 0) {
164 return $input;
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js71 input = input.replace(/[^A-Za-z0-9+/=]/g, "");
74 if(input.charAt(input.length - 1) === _keyStr.charAt(64)) {
77 if(input.charAt(input.length - 2) === _keyStr.charAt(64)) {
279 if (typeof input === "undefined" || !input.length) {
286 return crc32(crc|0, input, input.length, 0);
288 return crc32str(crc|0, input, input.length, 0);
7717 input = strm.input;
7745 strm.input = input;
7928 input = strm.input;
8600 input = strm.input;
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css1364 .input {
2561 - input
2598 .topcoat-search-input:focus::-webkit-input-placeholder,
2611 .topcoat-search-input:disabled:-ms-input-placeholder {
2628 - input
3149 .input,
3192 - input
3225 .topcoat-text-input:disabled:-ms-input-placeholder {
3253 - input
3415 - input
[all …]
/plugin/glossary/
H A Dscript.js40 function glossaryReset (input) { argument
43 var jForm = jQuery (input).closest ("form");
136 function glossarySort (input, comparator) { argument
138 var jTable = jQuery (input).closest ("tr").parent ();
150 function glossarySearch (input) { argument
152 var jInput = jQuery (input);
/plugin/blogtng/
H A Dscript.js28 let input = jQuery("#" + inputs[i]).get(0);
29 if(input) {
30 if(!input.value) {
31 input.className = 'edit error';
32 input.focus();
35 input.className = 'edit';
/plugin/medialist/
H A Dstyle.less25 input[type=checkbox] {
30 input[type=checkbox]+label {
38 input[type=checkbox]:checked+label {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php72 * @param string $input
75 function h($input) { argument
77 return htmlspecialchars($input, ENT_COMPAT, 'UTF-8');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php72 * @param string $input
75 function h($input) { argument
77 return htmlspecialchars($input, ENT_COMPAT, 'UTF-8');
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php32 public function convert(Component\VCard $input, $targetVersion) argument
34 $inputVersion = $input->getDocumentType();
36 return clone $input;
55 foreach ($input->children() as $property) {
56 $this->convertProperty($input, $output, $property, $targetVersion);
70 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop… argument
195 $label = $input->{$property->group.'.X-ABLABEL'};
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php32 public function convert(Component\VCard $input, $targetVersion) { argument
34 $inputVersion = $input->getDocumentType();
36 return clone $input;
52 foreach($input->children as $property) {
54 $this->convertProperty($input, $output, $property, $targetVersion);
71 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop… argument
208 $label = $input->{$property->group . '.X-ABLABEL'};
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php32 function convert(Component\VCard $input, $targetVersion) { argument
34 $inputVersion = $input->getDocumentType();
36 return clone $input;
55 foreach ($input->children() as $property) {
57 $this->convertProperty($input, $output, $property, $targetVersion);
75 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop… argument
212 $label = $input->{$property->group . '.X-ABLABEL'};
/plugin/code3/styles/
H A Dstyles.css4 div.PSyHi_Container input {
12 div.PSyHi_Container input.toggleLineNumbers {
16 div.PSyHi_Container input.toggleSource {
20 div.PSyHi_Container input.toggleAbout {
24 div.PSyHi_Container input.clipboardCopy {
28 div.PSyHi_Container input.expandSource {
32 div.PSyHi_Container input.collapseSource {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php32 public function convert(Component\VCard $input, $targetVersion) { argument
34 $inputVersion = $input->getDocumentType();
36 return clone $input;
52 foreach($input->children as $property) {
54 $this->convertProperty($input, $output, $property, $targetVersion);
71 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop… argument
208 $label = $input->{$property->group . '.X-ABLABEL'};
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php32 public function convert(Component\VCard $input, $targetVersion) { argument
34 $inputVersion = $input->getDocumentType();
36 return clone $input;
52 foreach($input->children as $property) {
54 $this->convertProperty($input, $output, $property, $targetVersion);
71 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop… argument
208 $label = $input->{$property->group . '.X-ABLABEL'};
/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,… selector
/plugin/langdelete/
H A Dstyle.css25 #langdelete__form input.edit {
55 .langdelete__text #langshortlist input[type="checkbox"] ~ label,
56 .langdelete__text #langshortlist input[type="checkbox"] ~ label del
61 .langdelete__text #langshortlist input[type="checkbox"]:checked ~ label,
62 .langdelete__text #langshortlist input[type="checkbox"]:checked ~ label del
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php43 * @param resource $input
46 public function __construct($input, $options = 0) argument
48 $data = VObject\Reader::read($input, $options);
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php43 * @param resource $input
46 function __construct($input, $options = 0) { argument
48 $data = VObject\Reader::read($input, $options);
/plugin/upload/
H A Dstyle.css26 div.dokuwiki form.upload__plugin label input {
32 div.dokuwiki form.upload__plugin input.button {
38 div.dokuwiki form.upload__plugin input.button {
/plugin/columns/
H A Drewriter.php112 public function apply($input, &$output) { argument
165 public function apply($input, &$output) { argument
166 $this->appendCalls($output, $input[$this->index][2]);
183 public function apply($input, &$output) { argument

1...<<11121314151617181920>>...58