Home
last modified time | relevance | path

Searched refs:media (Results 51 – 75 of 610) sorted by relevance

12345678910>>...25

/plugin/html2pdf/html2pdf/html2ps/
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 Dstrategy.page.break.simple.php7 function run(&$pipeline, &$media, &$box) { argument
8 $num_pages = ceil($box->get_height() / mm2pt($media->real_height()));
11 $page_heights[] = mm2pt($media->real_height());
/plugin/jplayer/components/
H A Drequire-built.js2726 media: {},
4012 media = this._absoluteMediaUrls(media);
4094 this.status.media = $.extend({}, media);
5020 media = this.htmlElement.media;
5041 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) {
5060 media = this.htmlElement.media;
5080 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) {
5098 media = this.htmlElement.media;
5106 media.currentTime = percent * media.seekable.end(media.seekable.length-1) / 100;
5107 } else if(media.duration > 0 && !isNaN(media.duration)) {
[all …]
/plugin/odt/helper/
H A Dcssimportnew.php46 public function setMedia ($media) { argument
47 $this->internal->setMedia($media);
73 * @param null $media
84 * @param null $media
H A Dcssimport.php922 protected $media = NULL; variable in css_rule
930 * @param null $media
932 public function __construct($selector, $decls, $media = NULL) { argument
934 $this->media = trim ($media);
986 $returnString .= "Media= \"".$this->media."\"\n";
1001 * @param null $media
1006 $media = trim ($media);
1007 if ( !empty($this->media) && $media != $this->media ) {
1157 * @param null $media
1359 * @param null $media
[all …]
/plugin/statdisplay/helper/
H A Dgraph.php69 $media = array();
79 $media[] = $data['media']['all']['count'] ?? 0;
95 array($hits, $pages, $media, $visitors)
113 $media = array();
121 $media[] = $data['media'][$by][$idx]['count'];
137 array($hits, $pages, $media, $visitors)
155 $media = array();
160 $media[] = $data['media'][$by][$idx]['bytes'] / 1024;
174 array($hits, $pages, $media)
/plugin/mindmap/
H A Dsyntax.php398 'media' => array(),
413 * @return array with pages and media: array('pages'=>pages, 'media'=>media).
476 if (!isset($media[$mid])) { //add node
477 $media[$mid] = array(
485 } elseif(isset($media[$mid])){
496 return array('pages'=>$pages, 'media'=>$media);
504 $media =& $data['media'];
512 foreach($media as $id => $item) {
534 $media =& $data['media'];
574 foreach($media as $id => $item){
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Drespond.min.js5media:a}}}(a.document)}(this),function(a){"use strict";function b(){u(!0)}var c={};a.respond=c,c.u…
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md4 description: Display orphan and missing media files. Based on unmaintained orphanmedia plugin
30 Use this plugin to find orphan and missing media files within your DokuWiki. There are 4 options pr…
35 …rences \\ # of valid, relative references \\ # of Missing media files \\ # of Orphan media file…
36 | valid | all valid media links referenced by full qualified path will be displayed |
37 | relative | all valid media links referenced by relative path will be displayed |
38 | missing | Missing Media, the media file does not exist, but there are link(s) to it elsewhere on …
39 | orphan | Orphan Media, the media file exists, but not linked and wasting space only |
43 | standard, local DW media links \\ <nowiki>{{:ns:mediafile|title}}</nowiki> | full qualified link…
44 | enclosed DW media links \\ <nowiki><box params|{{:ns:mediafile|title}}></nowiki> | all detected |
86 Please try to keep good style by authoring and give descriptive names to your media files.
[all …]
/plugin/gallery2/dwgallery/
H A Ddwgallery.php190 …$media = ml(str_replace('/', ':', $picture), 'w='.$gallery['randomwidth'].'&amp;h='.$height.'&amp;…
211 …echo '<a href="'.$script.'"><img src="'.$media.'" alt="'.$alt.'" width="'.$gallery['randomwidth'].…
260 $media = ml(getNS($ID).':'.$gallery['thumbname'][$i], 'w=&amp;h=&amp;cache=cache', TRUE);
261 …gallery['picturename'].($i+1).$iptc_caption.'"><img class="thumb" src="'.$media.'" alt="'.$gallery…
263 …$media = ml(getNS($ID).':'.$gallery['imagename'][$i], 'w='.$gallery['thumbwidth'].'&amp;h=&amp;cac…
347 …$media = ml(getNS($ID).':'.$gallery['imagename'][$gallery['pic']-1], 'w=&amp;h=&amp;cache=cache', …
351 …echo '<img class="photo" src="'.$media.'" alt="'.$gallery['picturename'].$gallery['pic'].' '.$gall…
529 $media = ml(getNS($ID).':'.$gallery['thumbname'][$i], 'w=&amp;h=&amp;cache=cache', TRUE);
531 …$media = ml(getNS($ID).':'.$gallery['imagename'][$i], 'w='.$gallery['thumbwidth'].'&amp;h=&amp;cac…
537 …if ($gallery['savethumbs']) echo '<img class="thumbactiv" src="'.$media.'" alt="'.$gallery['pictur…
[all …]
/plugin/combo/resources/theme/default/components/css/
H A Drem.css6 @media (max-width: 768px) {
12 @media (max-width: 992px) {
18 @media (max-width: 1200px) {
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php145 $media = Google_MediaFileUpload::process($postBody, $parameters);
146 if ($media) {
147 $contentType = isset($media['content-type']) ? $media['content-type']: null;
148 $postBody = isset($media['postBody']) ? $media['postBody'] : null;
/plugin/unusedmedias/admin/
H A Dlist.php94 foreach($data as $media){
95 $isUsed = media_inuse($media['id']);
98 $this->orphans_medias[$media['id']] = $media;
122 foreach($this->orphans_medias as $id => $media){
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.subtitle.js10 media = context.media;
16 style.width = media.offsetWidth + "px";
17 style.top = position.top + media.offsetHeight - ctxContainer.offsetHeight - 40 + "px";
32 context.media.parentNode.appendChild( ctxContainer );
/plugin/odt/ODT/css/
H A Dcssimportnew.php692 protected $media = NULL; variable in css_rule_new
705 public function __construct($selector, $decls, $media = NULL) { argument
707 $this->media = trim ($media);
763 $returnString .= "Media= \"".$this->media."\"\n";
784 $media = trim($media);
785 if ( !empty($this->media) && $media !== $this->media ) {
867 protected $media = NULL; variable in cssimportnew
924 * @param string $media
926 public function setMedia($media) { argument
927 $this->media = $media;
[all …]
/plugin/svg/
H A Dsyntax.php.save34 …vpcs.org/dokuwiki/lib/exe/fetch.php?id=project%3Adokuwiki-svg&cache=cache&media=project:dokuwiki-s…
101 'media/' .
128 'media/' .
145 'media/' .
155 $fh = fopen( SYNTAX_PLUGIN_SVG_MEDIADIR . 'media/' . $filename, 'w' );
176 . 'data/svg/media/'
191 . 'data/svg/media/'
204 . 'data/svg/media/'
214 . 'data/svg/media/'
223 . 'data/svg/media/'
/plugin/farmsync/meta/
H A DFarmSyncUtil.php134 * @param string $media a valid local MediaID
136 public function saveRemoteMedia($source, $target, $media) { argument
138 $timestamp = $this->getRemoteFilemtime($source, $media, true);
140 $this->addRemoteMediaChangelogRevision($target, $media, $changelogLine);
141 $sourceContent = $this->readRemoteMedia($source, $media);
162 * @param string $media mediaID
166 public function readRemoteMedia($animal, $media, $timestamp = 0) { argument
167 return io_readFile($this->getRemoteMediaFilename($animal, $media, $timestamp), false);
174 * @param string $media
178 public function getRemoteMediaFilename($animal, $media, $timestamp = 0, $clean = true) { argument
[all …]
H A DMediaUpdates.php42 $media = array();
44 $media = array_merge($media, $this->getDocumentsFromLine($this->source, $line));
46 array_unique($media);
47 return $media;
/plugin/redirect2/lang/en/
H A Dintro.txt5 * Put '':'' in front of the ID for media, otherwise any ID are assumed for pages.
6 …, all pages/media files under the given namespace will be redirected. You may also put '':'' to th…
11 :example.pdf :ns: # redirect of media file
/plugin/owncloud/exe/
H A Ddetail.php19 $media = stripctl(getID('media', false)); variable
40 $queryString = str_replace($media,$realmedia,$queryString);
42 $realmedia = $media;
H A Dfetch.php24 $media = stripctl(getID('media', false)); variable
45 $queryString = str_replace($media,$realmedia,$queryString);
47 $realmedia = $media;
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js32 var CirclePlayer = function(jPlayerSelector, media, options) { argument
66 this.media = $.extend({}, media);
95 $(this).jPlayer("setMedia", self.media);
229 setMedia: function(media) { argument
230 this.media = $.extend({}, media);
231 this.player.jPlayer("setMedia", this.media);
/plugin/medialist/
H A DREADME.md5 This plugin shows a list of media files referred in a given wikipage or
14 Specify a scope parameter that defines the output of the list of media files. The scope can be a “p…
16 …1. **Page id** : look up media files linked in the page (i.e. curly brackets `{{...}}` in page tex…
17 …2. **namespace** : look up media files stored in the namespace. The parameter ends by `:` or `:*`,
23 To list media files linked in the current page use:
27 To list media files stored in the current namespace use:
31 To list media files stored in the current namespace and its sub-namesapces use:
/plugin/mediatooltip/
H A DREADME.md2 Creates enhanced media tooltips for Dokuwiki media.
4 …mages based on photographs. However it has been expanded for use with any media files. The tooltip…
/plugin/move/lang/en/
H A Dtree.txt3 This interface allows you to rearrange your wiki's namespaces, pages and media files via Drag'n'Dro…
5 In order to move many namespaces, pages or media files to the same destination, you can use the che…
6 * check the namespaces, pages or media files you want to move;

12345678910>>...25