Home
last modified time | relevance | path

Searched refs:maxfilesize (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/www/limesurvey/limesurvey/application/controllers/
H A DUploaderController.php131 … $maxfilesize = min(intval($aAttributes['max_filesize']), getMaximumFileUploadSize() / 1024);
132 if($maxfilesize <= 0 ) {
133 $maxfilesize = getMaximumFileUploadSize() / 1024;
151 …if ($size > $maxfilesize || $_FILES['uploadfile']['error'] == 1 || $_FILES['uploadfile']['error'] …
154 …" => sprintf(gT("Sorry, this file is too large. Only files upto %s KB are allowed."), $maxfilesize)
337 …$maxfilesize = floor(min(intval($qidattributes['max_filesize']), getMaximumFileUploadSize() / 1024…
338 if($maxfilesize <=0 ) {
339 $maxfilesize = getMaximumFileUploadSize() / 1024;
347 <input type="hidden" id="'.$fn.'_maxfilesize" value="'.$maxfilesize.'" />
360 …gT("You can upload %s under %s KB each."), $qidattributes['allowed_filetypes'], $maxfilesize).'</p>
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/xoopsform/
H A Dformfile.php40 * @param int $maxfilesize Maximum size for an uploaded file
42 public function __construct($caption, $name, $maxfilesize) argument
46 $this->_maxFileSize = (int)$maxfilesize;
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/vars/
H A Dmain.yaml14 - logging file test path test maxfilesize 1024 severity info
28 - maxfilesize: 1024
71 - logging file test path test1 maxfilesize 1024 severity info
79 - maxfilesize: 1024
/dports/www/moodle310/moodle/course/
H A Ddownloadcontent.php55 $exportoptions->maxfilesize = $CFG->maxsizeperdownloadcoursefile;
90 $maxfilesize = display_size($CFG->maxsizeperdownloadcoursefile); variable
93 …echo $OUTPUT->confirm(get_string('downloadcourseconfirmation', 'course', $maxfilesize), $downloadl…
/dports/www/moodle311/moodle/course/
H A Ddownloadcontent.php55 $exportoptions->maxfilesize = $CFG->maxsizeperdownloadcoursefile;
90 $maxfilesize = display_size($CFG->maxsizeperdownloadcoursefile); variable
93 …echo $OUTPUT->confirm(get_string('downloadcourseconfirmation', 'course', $maxfilesize), $downloadl…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/
H A Dtest_iosxr_logging_global.py186 maxfilesize=1024,
192 maxfilesize=1024,
294 maxfilesize=1024,
300 maxfilesize=1024,
623 maxfilesize=1024,
742 maxfilesize=1024,
748 maxfilesize=1024,
951 maxfilesize=1024,
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dishield.c231 if (ctx->engine->maxfilesize && csize > ctx->engine->maxfilesize) { in cli_scanishield_msi()
232 …ize limits (%lu vs %lu)\n", (unsigned long int)csize, (unsigned long int)ctx->engine->maxfilesize); in cli_scanishield_msi()
296 if (ctx->engine->maxfilesize && z.total_out > ctx->engine->maxfilesize) { in cli_scanishield_msi()
297 …file due to size limits (%lu vs %lu)\n", z.total_out, (unsigned long int)ctx->engine->maxfilesize); in cli_scanishield_msi()
635 if (ctx->engine->maxfilesize && file_csize > ctx->engine->maxfilesize) { in is_parse_hdr()
636 …imits (%lu vs %lu)\n", (unsigned long int)file_csize, (unsigned long int)ctx->engine->maxfilesize); in is_parse_hdr()
783 if (ctx->engine->maxfilesize && z.total_out > ctx->engine->maxfilesize) { in is_extract_cab()
784 …file due to size limits (%lu vs %lu)\n", z.total_out, (unsigned long int)ctx->engine->maxfilesize); in is_extract_cab()
H A Dlibmspack.c390 if (ctx->engine->maxfilesize > 0) { in cli_scanmscab()
393 (ctx->scansize + ctx->engine->maxfilesize >= ctx->engine->maxscansize)) { in cli_scanmscab()
398 max_size = ctx->engine->maxfilesize; in cli_scanmscab()
506 if (ctx->engine->maxfilesize > 0) { in cli_scanmschm()
509 (ctx->scansize + ctx->engine->maxfilesize >= ctx->engine->maxscansize)) { in cli_scanmschm()
514 max_size = ctx->engine->maxfilesize; in cli_scanmschm()
H A Dunzip.c152 if (ctx->engine->maxfilesize && csize > ctx->engine->maxfilesize) { in unz()
153 …_unzip: trimming output size to maxfilesize (%lu)\n", (long unsigned int)ctx->engine->maxfilesize); in unz()
154 csize = ctx->engine->maxfilesize; in unz()
216 if (ctx->engine->maxfilesize && written > ctx->engine->maxfilesize) { in unz()
217 …_unzip: trimming output size to maxfilesize (%lu)\n", (long unsigned int)ctx->engine->maxfilesize); in unz()
259 if (ctx->engine->maxfilesize && written > ctx->engine->maxfilesize) { in unz()
260 …_unzip: trimming output size to maxfilesize (%lu)\n", (unsigned long int)ctx->engine->maxfilesize); in unz()
295 if (ctx->engine->maxfilesize && written > ctx->engine->maxfilesize) { in unz()
296 …_unzip: trimming output size to maxfilesize (%lu)\n", (unsigned long int)ctx->engine->maxfilesize); in unz()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dishield.c231 if (ctx->engine->maxfilesize && csize > ctx->engine->maxfilesize) { in cli_scanishield_msi()
232 …ize limits (%lu vs %lu)\n", (unsigned long int)csize, (unsigned long int)ctx->engine->maxfilesize); in cli_scanishield_msi()
296 if (ctx->engine->maxfilesize && z.total_out > ctx->engine->maxfilesize) { in cli_scanishield_msi()
297 …file due to size limits (%lu vs %lu)\n", z.total_out, (unsigned long int)ctx->engine->maxfilesize); in cli_scanishield_msi()
635 if (ctx->engine->maxfilesize && file_csize > ctx->engine->maxfilesize) { in is_parse_hdr()
636 …imits (%lu vs %lu)\n", (unsigned long int)file_csize, (unsigned long int)ctx->engine->maxfilesize); in is_parse_hdr()
783 if (ctx->engine->maxfilesize && z.total_out > ctx->engine->maxfilesize) { in is_extract_cab()
784 …file due to size limits (%lu vs %lu)\n", z.total_out, (unsigned long int)ctx->engine->maxfilesize); in is_extract_cab()
H A Dlibmspack.c390 if (ctx->engine->maxfilesize > 0) { in cli_scanmscab()
393 (ctx->scansize + ctx->engine->maxfilesize >= ctx->engine->maxscansize)) { in cli_scanmscab()
398 max_size = ctx->engine->maxfilesize; in cli_scanmscab()
506 if (ctx->engine->maxfilesize > 0) { in cli_scanmschm()
509 (ctx->scansize + ctx->engine->maxfilesize >= ctx->engine->maxscansize)) { in cli_scanmschm()
514 max_size = ctx->engine->maxfilesize; in cli_scanmschm()
H A Dunzip.c152 if (ctx->engine->maxfilesize && csize > ctx->engine->maxfilesize) { in unz()
153 …_unzip: trimming output size to maxfilesize (%lu)\n", (long unsigned int)ctx->engine->maxfilesize); in unz()
154 csize = ctx->engine->maxfilesize; in unz()
216 if (ctx->engine->maxfilesize && written > ctx->engine->maxfilesize) { in unz()
217 …_unzip: trimming output size to maxfilesize (%lu)\n", (long unsigned int)ctx->engine->maxfilesize); in unz()
259 if (ctx->engine->maxfilesize && written > ctx->engine->maxfilesize) { in unz()
260 …_unzip: trimming output size to maxfilesize (%lu)\n", (unsigned long int)ctx->engine->maxfilesize); in unz()
295 if (ctx->engine->maxfilesize && written > ctx->engine->maxfilesize) { in unz()
296 …_unzip: trimming output size to maxfilesize (%lu)\n", (unsigned long int)ctx->engine->maxfilesize); in unz()
/dports/www/moodle310/moodle/course/classes/output/
H A Dcontent_export_link.php47 $maxfilesize = display_size($CFG->maxsizeperdownloadcoursefile);
52 … 'data-download-body' => get_string('downloadcourseconfirmation', 'course', $maxfilesize),
/dports/www/moodle311/moodle/course/classes/output/
H A Dcontent_export_link.php47 $maxfilesize = display_size($CFG->maxsizeperdownloadcoursefile);
52 … 'data-download-body' => get_string('downloadcourseconfirmation', 'course', $maxfilesize),
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/conf/
H A Dlog4j.properties34 hadoop.log.maxfilesize=256MB
39 log4j.appender.RFA.MaxFileSize=${hadoop.log.maxfilesize}
109 hadoop.security.log.maxfilesize=256MB
117 log4j.appender.RFAS.MaxFileSize=${hadoop.security.log.maxfilesize}
140 hdfs.audit.log.maxfilesize=256MB
148 log4j.appender.RFAAUDIT.MaxFileSize=${hdfs.audit.log.maxfilesize}
155 mapred.audit.log.maxfilesize=256MB
163 log4j.appender.MRAUDIT.MaxFileSize=${mapred.audit.log.maxfilesize}
195 hadoop.mapreduce.jobsummary.log.maxfilesize=256MB
199 log4j.appender.JSA.MaxFileSize=${hadoop.mapreduce.jobsummary.log.maxfilesize}
/dports/www/coppermine/cpg1.6.x-1.6.12/plugins/upload_sgl/
H A Dcodebase.php42 $maxfilesize = sprintf($lang_upload_php['max_fsize'], cpg_format_bytes($maxfilesizebytes));
79 …echo '<tr><td colspan="2" class="tableb tableb_alternate"><strong>' . $maxfilesize . '</strong></t…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dantivir.class.php165 $maxfilesize = 10485760; // archived files larger than this value (in bytes) will not be scanned
174 $param = preg_replace('/%maxfilesize/', $maxfilesize, $param);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dantivir.class.php164 $maxfilesize = 10485760; // archived files larger than this value (in bytes) will not be scanned
173 $param = preg_replace('/%maxfilesize/', $maxfilesize, $param);
/dports/www/moodle311/moodle/lib/classes/content/export/
H A Dzipwriter.php47 protected $maxfilesize = 1 * 1024 * 1024 * 10; variable in core\\content\\export\\zipwriter
121 $this->maxfilesize = $options->maxfilesize;
206 if ($file->get_filesize() <= $this->maxfilesize) {
277 'maxfilesize' => display_size($this->maxfilesize),
/dports/www/moodle310/moodle/lib/classes/content/export/
H A Dzipwriter.php47 protected $maxfilesize = 1 * 1024 * 1024 * 10; variable in core\\content\\export\\zipwriter
121 $this->maxfilesize = $options->maxfilesize;
206 if ($file->get_filesize() <= $this->maxfilesize) {
277 'maxfilesize' => display_size($this->maxfilesize),
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-agent/
H A Dfiles_edit.c199 if (edits.maxfilesize != 0 && statbuf.st_size > edits.maxfilesize) in LoadFileAsXmlDoc()
202 (intmax_t) statbuf.st_size, edits.maxfilesize); in LoadFileAsXmlDoc()
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-agent/
H A Dfiles_edit.c199 if (edits.maxfilesize != 0 && statbuf.st_size > edits.maxfilesize) in LoadFileAsXmlDoc()
202 (intmax_t) statbuf.st_size, edits.maxfilesize); in LoadFileAsXmlDoc()
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-agent/
H A Dfiles_edit.c199 if (edits.maxfilesize != 0 && statbuf.st_size > edits.maxfilesize) in LoadFileAsXmlDoc()
202 (intmax_t) statbuf.st_size, edits.maxfilesize); in LoadFileAsXmlDoc()
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-agent/
H A Dfiles_edit.c199 if (edits.maxfilesize != 0 && statbuf.st_size > edits.maxfilesize) in LoadFileAsXmlDoc()
202 (intmax_t) statbuf.st_size, edits.maxfilesize); in LoadFileAsXmlDoc()
/dports/sysutils/cfengine/cfengine-3.19.0/cf-agent/
H A Dfiles_edit.c199 if (edits.maxfilesize != 0 && statbuf.st_size > edits.maxfilesize) in LoadFileAsXmlDoc()
202 (intmax_t) statbuf.st_size, edits.maxfilesize); in LoadFileAsXmlDoc()

12345678