Home
last modified time | relevance | path

Searched refs:usesvg (Results 1 – 15 of 15) sorted by relevance

/dports/www/moodle39/moodle/theme/
H A Dstyles.php42 $usesvg = false; variable
44 $usesvg = true; variable
56 $usesvg = (bool)min_optional_param('svg', '1', 'INT'); variable
85 $etag = theme_styles_get_etag($themename, $rev, $type, $themesubrev, $usesvg);
105 $theme->force_svg_use($usesvg);
123 $etag = theme_styles_get_etag($themename, $rev, $type, $themesubrev, $usesvg);
283 * @param bool $usesvg Whether SVGs are allowed
286 function theme_styles_get_filename($type, $themesubrev = 0, $usesvg = true) { argument
289 $filename .= $usesvg ? '' : '-nosvg';
301 * @param bool $usesvg Whether SVGs are allowed
[all …]
H A Dimage.php42 $usesvg = false; variable
44 $usesvg = true; variable
58 $usesvg = (bool)min_optional_param('svg', '1', 'INT'); variable
87 if ($usesvg && file_exists("$candidatelocation/$image.svg")) {
139 $imagefile = $theme->resolve_image_location($image, $component, $usesvg);
184 if (!$usesvg && $pathinfo['extension'] === 'svg') {
H A Dstyles_debug.php38 $usesvg = optional_param('svg', 1, PARAM_BOOL); variable
50 $theme->force_svg_use($usesvg);
60 $key = "$type $subtype $sheet $usesvg $rtl";
/dports/www/moodle310/moodle/theme/
H A Dstyles.php42 $usesvg = false; variable
44 $usesvg = true; variable
56 $usesvg = (bool)min_optional_param('svg', '1', 'INT'); variable
85 $etag = theme_styles_get_etag($themename, $rev, $type, $themesubrev, $usesvg);
105 $theme->force_svg_use($usesvg);
123 $etag = theme_styles_get_etag($themename, $rev, $type, $themesubrev, $usesvg);
283 * @param bool $usesvg Whether SVGs are allowed
286 function theme_styles_get_filename($type, $themesubrev = 0, $usesvg = true) { argument
289 $filename .= $usesvg ? '' : '-nosvg';
301 * @param bool $usesvg Whether SVGs are allowed
[all …]
H A Dimage.php42 $usesvg = false; variable
44 $usesvg = true; variable
58 $usesvg = (bool)min_optional_param('svg', '1', 'INT'); variable
87 if ($usesvg && file_exists("$candidatelocation/$image.svg")) {
139 $imagefile = $theme->resolve_image_location($image, $component, $usesvg);
184 if (!$usesvg && $pathinfo['extension'] === 'svg') {
H A Dstyles_debug.php38 $usesvg = optional_param('svg', 1, PARAM_BOOL); variable
50 $theme->force_svg_use($usesvg);
60 $key = "$type $subtype $sheet $usesvg $rtl";
/dports/www/moodle311/moodle/theme/
H A Dstyles.php42 $usesvg = false; variable
44 $usesvg = true; variable
56 $usesvg = (bool)min_optional_param('svg', '1', 'INT'); variable
85 $etag = theme_styles_get_etag($themename, $rev, $type, $themesubrev, $usesvg);
105 $theme->force_svg_use($usesvg);
123 $etag = theme_styles_get_etag($themename, $rev, $type, $themesubrev, $usesvg);
283 * @param bool $usesvg Whether SVGs are allowed
286 function theme_styles_get_filename($type, $themesubrev = 0, $usesvg = true) { argument
289 $filename .= $usesvg ? '' : '-nosvg';
301 * @param bool $usesvg Whether SVGs are allowed
[all …]
H A Dimage.php42 $usesvg = false; variable
44 $usesvg = true; variable
58 $usesvg = (bool)min_optional_param('svg', '1', 'INT'); variable
87 if ($usesvg && file_exists("$candidatelocation/$image.svg")) {
139 $imagefile = $theme->resolve_image_location($image, $component, $usesvg);
184 if (!$usesvg && $pathinfo['extension'] === 'svg') {
H A Dstyles_debug.php38 $usesvg = optional_param('svg', 1, PARAM_BOOL); variable
50 $theme->force_svg_use($usesvg);
60 $key = "$type $subtype $sheet $usesvg $rtl";
/dports/www/moodle39/moodle/lib/
H A Doutputlib.php608 private $usesvg = null; variable in theme_config
2150 if ($this->usesvg === null) {
2153 $this->usesvg = core_useragent::supports_svg();
2156 $this->usesvg = (bool)$CFG->svgicons;
2159 return $this->usesvg;
2171 $this->usesvg = (bool)$setting;
/dports/www/moodle310/moodle/lib/
H A Doutputlib.php627 private $usesvg = null; variable in theme_config
2185 if ($this->usesvg === null) {
2188 $this->usesvg = core_useragent::supports_svg();
2191 $this->usesvg = (bool)$CFG->svgicons;
2194 return $this->usesvg;
2206 $this->usesvg = (bool)$setting;
/dports/www/moodle311/moodle/lib/
H A Doutputlib.php627 private $usesvg = null; variable in theme_config
2185 if ($this->usesvg === null) {
2188 $this->usesvg = core_useragent::supports_svg();
2191 $this->usesvg = (bool)$CFG->svgicons;
2194 return $this->usesvg;
2206 $this->usesvg = (bool)$setting;
/dports/math/gap/gap-4.11.0/pkg/fr-2.4.6/gap/
H A Dmealy.gd272 ## properly installed on the system. The option <K>usesvg</K> requests
292 ## installed on the system. The option <K>usesvg</K> requests the use of
H A Dhelpers.gd215 ## properly installed on the system. The option <K>usesvg</K> requests
H A Dhelpers.gi134 if ValueOption("usesvg")<>fail or EXEC@.psviewer=fail then