Searched refs:mediatype (Results 1 – 8 of 8) sorted by relevance
/plugin/templateconfhelper/exe/ |
H A D | css.php | 87 foreach($mediatypes as $mediatype) { 88 $files[$mediatype] = array(); 90 $files[$mediatype][DOKU_INC.'lib/styles/'.$mediatype.'.css'] = DOKU_BASE.'lib/styles/'; 92 if ($mediatype == 'screen') { 96 $files[$mediatype] = array_merge($files[$mediatype], css_pluginstyles($mediatype)); 99 $files[$mediatype] = array_merge($files[$mediatype], $tplstyles[$mediatype]); 103 $files[$mediatype][$config_cascade['userstyle'][$mediatype]] = DOKU_BASE; 109 if ($mediatype=='screen') { 128 foreach ($mediatypes as $mediatype) { 131 if ($mediatype == 'screen') { [all …]
|
/plugin/epub/scripts/ |
H A D | css3.php | 49 foreach($mediatypes as $mediatype) { 50 $files[$mediatype] = array(); 52 $files[$mediatype][DOKU_INC.'lib/styles/'.$mediatype.'.css'] = DOKU_BASE.'lib/styles/'; 54 if ($mediatype == 'screen') { 58 $files[$mediatype] = array_merge($files[$mediatype], css_pluginstyles($mediatype)); 61 … $files[$mediatype] = array_merge($files[$mediatype], $styleini['stylesheets'][$mediatype]); 76 foreach ($mediatypes as $mediatype) { 79 if ($mediatype == 'screen') { 100 switch ($mediatype) { 476 function css_pluginstyles($mediatype='screen'){ argument [all …]
|
H A D | css2.php | 31 $mediatype = 'screen'; 67 if (isset($tplstyles[$mediatype])) { 68 $files = array_merge($files, $tplstyles[$mediatype]); 72 if(isset($config_cascade['userstyle'][$mediatype])){ 73 $files[$config_cascade['userstyle'][$mediatype]] = DOKU_BASE;
|
/plugin/ckgedit/scripts/ |
H A D | css6.php | 51 foreach($mediatypes as $mediatype) { 52 $files[$mediatype] = array(); 54 $files[$mediatype][DOKU_INC.'lib/styles/'.$mediatype.'.css'] = DOKU_BASE.'lib/styles/'; 57 if (isset($styleini['stylesheets'][$mediatype])) { 58 … $files[$mediatype] = array_merge($files[$mediatype], $styleini['stylesheets'][$mediatype]); 61 if(!empty($config_cascade['userstyle'][$mediatype])) { 63 $files[$mediatype][$userstyle] = DOKU_BASE; 71 foreach ($mediatypes as $mediatype) { 74 if ($mediatype == 'screen') { 85 foreach($files[$mediatype] as $file => $location) { [all …]
|
/plugin/odt/helper/ |
H A D | dwcssloader.php | 69 foreach($mediatypes as $mediatype) { 70 $template_files[$mediatype] = array(); 73 if (isset($styleini['stylesheets'][$mediatype])) { 74 …$template_files[$mediatype] = array_merge($template_files[$mediatype], $styleini['stylesheets'][$m… 122 foreach ($mediatypes as $mediatype) { 125 foreach($template_files[$mediatype] as $file => $location){ 130 switch ($mediatype) {
|
/plugin/icalevents/vendor/sabre/vobject/resources/schema/ |
H A D | xcard.rng | 98 param-mediatype = element mediatype { value-text }? 117 param-mediatype }?, 154 param-mediatype }?, 202 param-mediatype 217 param-type, param-mediatype }?, 231 param-type, param-mediatype }?, 238 param-type, param-mediatype }?, 273 param-mediatype }?, 292 param-mediatype 336 param-type, param-mediatype }?, [all …]
|
/plugin/webdav/vendor/sabre/vobject/resources/schema/ |
H A D | xcard.rng | 98 param-mediatype = element mediatype { value-text }? 117 param-mediatype }?, 154 param-mediatype }?, 202 param-mediatype 217 param-type, param-mediatype }?, 231 param-type, param-mediatype }?, 238 param-type, param-mediatype }?, 273 param-mediatype }?, 292 param-mediatype 336 param-type, param-mediatype }?, [all …]
|
/plugin/codemirror/dist/modes/ |
H A D | ntriples.min.js.map | 1 …edia Type for n-triples:\n// https://www.w3.org/TR/n-triples/#n-triples-mediatype\nCodeMirror.defi…
|