Home
last modified time | relevance | path

Searched refs:media (Results 476 – 500 of 610) sorted by last modified time

1...<<11121314151617181920>>...25

/plugin/latexit/tests/dw_orig_test_files/
H A Dtest9.txt5 {{http://media.wowfan.cz/design/logo.png}}
/plugin/latexit/
H A Drenderer.php130 protected $media; variable in renderer_plugin_latexit
228 $this->media = FALSE;
374 if ($this->media || ($this->_useBibliography() && !$this->bib_handler->isEmpty())) {
403 if ($this->media) {
1152 $this->media = TRUE;
1183 $this->media = TRUE;
1415 $this->media = TRUE;
/plugin/tuxquote/
H A Dquotes.txt3056 Money is the poor mans credit card. <BR> -- Marshall McLuhan, (1911-1980), Canadian media analyst &…
3059 Invention is the mother of necessities. <BR> -- Marshall McLuhan, (1911-1980), Canadian media analy…
3060 You mean my whole fallacys wrong? <BR> -- Marshall McLuhan, (1911-1980), Canadian media analyst & …
3061 Mud sometimes gives the illusion of depth. <BR> -- Marshall McLuhan, (1911-1980), Canadian media an…
3066 The road is our major architectural form. <BR> -- Marshall McLuhan, (1911-1980), Canadian media ana…
3070 News, far more than art, is artifact. <BR> -- Marshall McLuhan, (1911-1980), Canadian media analyst…
3072 Tomorrow is our permanent address. <BR> -- Marshall McLuhan, (1911-1980), Canadian media analyst & …
3073 All advertising advertises advertising. <BR> -- Marshall McLuhan, (1911-1980), Canadian media analy…
3082 When a thing is current, it creates currency. <BR> -- Marshall McLuhan, (1911-1980), Canadian media
3085 The future of the book is the blurb. <BR> -- Marshall McLuhan, (1911-1980), Canadian media analyst …
[all …]
/plugin/numberof/
H A Dplugin.info.txt6 desc Simple plugin that counts the number of pages & media files in your DokuWiki
H A DREADME.md4 Simple plugin that counts the number of pages & media files in your Dokuwiki
/plugin/twcheckliste/
H A Drenderer.php.old73 <link rel="stylesheet" href="'.DOKU_BASE.'lib/styles/style.css" type="text/css" media="screen" />
/plugin/imagemap/
H A DREADME16 * {{w3c-logo.png|Direct link to a media file @155,90,244,142}}
25 * A link to a media file.
42 configured for the ''braille'', ''aural'', and ''tty'' CSS media types.
/plugin/settingstree/
H A Dstyle.css261 @media (max-width:799px){
274 @media (min-width: 800px) and (max-width:1024px){
286 @media (min-width: 1025px){
/plugin/html2pdf/html2pdf/html2ps/
H A Dmedia.layout.inc.php89 …$media =& new Media($g_predefined_media[$name], array('top'=>0, 'bottom'=>0, 'left'=>0, 'right'=>0…
91 $media = null;
94 return $media;
H A Dbox.generic.formatted.php514 $media = $GLOBALS['g_media'];
517 $containing_block['left'] = mm2pt($media->margins['left']);
518 $containing_block['right'] = mm2pt($media->margins['left'] + $media->real_width());
519 $containing_block['top'] = mm2pt($media->margins['bottom'] + $media->real_height());
520 $containing_block['bottom'] = mm2pt($media->margins['bottom']);
H A Dbox.generic.php285 function &make_anchor(&$media, $link_destination, $page_heights) { argument
288 $bottom = mm2pt($media->height() - $media->margins['top']);
305 … = ($this->get_top() - $bottom) + (mm2pt($media->real_height()) - $page_heights[$page_index-1]) + …
321 …$anchors[$link_destination] =& $this->make_anchor($driver->media, $link_destination, $page_heights…
H A Dcss.parse.media.inc.php16 foreach ($media_list as $media) {
17 $allowed_found |= (array_search($media, $allowed_media) !== false);
H A Dcss.ruleset.class.php71 $media = explode(",",$root->get_attribute("media"));
73 $media = array();
78 (count($media) == 0 || is_allowed_media($media))) {
118 $media = $matches[2];
135 if (preg_match("/".$allowed_media."/i", $media)) {
H A Dcss.size.inc.php24 $media =& Media::predefined($name);
26 if (is_null($media)) {
30 return array('size' => array('width' => $media->get_width(),
31 'height' => $media->get_height()),
H A Doutput.png.class.php177 if (is_null($scale)) { $scale = $this->_widthPixels / mm2pt($this->media->width()); };
183 if (is_null($scale)) { $scale = $this->_heightPixels / mm2pt($this->media->height()); };
198 function reset(&$media) { argument
199 parent::reset($media);
201 $this->update_media($media);
204 function update_media($media) { argument
205 parent::update_media($media);
211 $this->_heightPixels = $media->height();
212 $this->_widthPixels = $media->width();
236 $this->_widthPixels / mm2pt($this->media->width()),
[all …]
H A Dpipeline.class.php564 … $media->margins['left'] = $left_margin->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
574 $media->margins['top'] = $top_margin->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt(1);
584 $media->set_pixels($pixels);
620 $box->reflow($media);
837 $this->_setupScales($media);
960 function _setupScales(&$media) { argument
965 …$g_px_scale = floor(mm2pt($media->width() - $media->margins['left'] - $media->margins['right'])) /…
990 $this->_prepare($media);
1110 function _prepare(&$media) { argument
1111 $this->_setupScales($media);
[all …]
/plugin/html2pdf/html2pdf/
H A Daction.php83 ….php?URL='.DOKU_URL.'lib/plugins/html2pdf/tmp/export_pdf.html&pixels=1024&media=A4&method=fpdf&out…
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dautomargins.php15 $media =& $params['media'];
17 $boxes = $pipeline->reflow_margin_boxes(0, $media);
32 $media->margins['top'] = $this->_top_margin / mm2pt(1);
33 $media->margins['bottom'] = $this->_bottom_margin / mm2pt(1);
35 $pipeline->output_driver->update_media($media);
36 $pipeline->_setupScales($media);
/plugin/html2pdf/snorriheim/
H A Dprint.css97 img.media {
H A Dstyle.ini5 ; defines for which output media the style should be loaded. Currently
15 media.css = screen
H A Dstyle.ini.dist5 ; defines for which output media the style should be loaded. Currently
15 media.css = screen
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.line-box.nested.php5 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
21 ', $media);
H A Dtest.width.absolute.positioned.php5 $media = null;
8 $media,
26 mm2pt($media->real_width()) - px2pt(200));
51 mm2pt($media->real_width()) - px2pt(100),
56 mm2pt($media->real_width()) - px2pt(100),
61 mm2pt($media->real_width()),
66 mm2pt($media->real_width()) - px2pt(200),
H A Dtest.width.percentage.php20 ', $media, $pipeline, $context, $postponed);
/plugin/html2pdf/multilingual/
H A Dstyle.css68 /* Image links only have class "media", they don't have wikilink 1 and 2 yet */

1...<<11121314151617181920>>...25