Home
last modified time | relevance | path

Searched refs:media (Results 76 – 100 of 610) sorted by relevance

12345678910>>...25

/plugin/combo/resources/theme/default/components/css/
H A Dhero.css1 @media (max-width:576px) {
21 @media (min-width: 576px) {
41 @media (min-width: 768px) {
/plugin/cleanoldips/
H A Dcli.php58 $media = array_column($mediadata, 'id');
59 $this->log('info', count($media) . ' media files found.');
61 foreach ($media as $mediaid) {
/plugin/owncloud/
H A Dall.css1 a.media.mediafile.mf_folder{
6 a.media.mediafile.download{
10 a.media.mediafile.detail{
/plugin/multiorphan/
H A Dscript.js246 $.each((response||{}).media||[], function(media, data){ argument
247 …checkResponse(media, data.href, data.amount, $currentResults.media, $mediaOut, [ORPHANACTIONS.view…
274 …$currentResults.media.orphan = orphaned($currentResults.media.linked, $currentPagesAndMedia.media);
287 $.each($currentResults.media.orphan, function(idx, orphan){
293 $mediaOut.prev('.header').attr('count', $currentResults.media.orphan.length);
413 media: { class in reset.$currentResults
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.note-call.width.php13 $media = Media::predefined("A5");
14 $pipeline->_prepare($media);
15 return $pipeline->_layout_item("", $media, 0, $context, $positioned_filter);
H A Dtest.pagebreak.table.br.php9 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
40 ', $media);
H A Dtest.line-box.top.php5 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
15 ', $media);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php50 $media = array('mp4', 'm4v', 'mov', 'mp3', 'm4a', 'jpg', 'png', 'gif'); variable
251 $media = $arg[2]; variable
255 echo ' * Using default media types: '.implode(',', $media)."\n";
256 dirscan::scan_files($dir, $media, $cache, $database);
/plugin/sitemapnavi/
H A Dhelper.php20 $media = array();
21 …search($media, $conf['mediadir'], [$this, 'searchMediaIndex'], array('ns' => $currentNS, 'depth' =…
22 $media = array_map(function($mediaFile) {
30 }, $media);
31 $items = $this->mergePagesAndMedia($pages, $media);
H A Dstyle.less3 &.hide-media-links > ul li.media {
/plugin/latexcaption/
H A Dstyle.less88 @media (min-width: 0px) {
124 @media (min-width: 576px) {
160 @media (min-width: 768px) {
200 @media (min-width: 992px) {
236 @media (min-width: 1200px) {
/plugin/spatialhelper/helper/
H A Dsearch.php133 $media = [];
147 $media [] = ['id' => $id, 'distance' => (int)($line->greatCircleLength()),
165 // sort all the pages/media using distance
171 $media,
177 'media' => $media,
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.media.inc.php16 foreach ($media_list as $media) {
17 $allowed_found |= (array_search($media, $allowed_media) !== false);
H A Doutput._generic.pdf.class.php18 function reset($media) { argument
19 OutputDriverGeneric::reset($media);
H A Dbackground.image.php92 $media =& $driver->get_media();
95 $top = $driver->offset + mm2pt($media->margins['bottom']) + mm2pt($media->real_height());
96 $bottom = $driver->offset + mm2pt($media->margins['bottom']);
/plugin/diagrams/
H A Dstyle.less
/plugin/fckg/fckeditor/
H A DInstall_README6 to DokuWiki's data/media directory. If for some reason this is not the case, correct
7 these links so that they do point to data/media.
10 panel is for quick uploads, in which the file will be sent to the top level of data/media.
17 on the fckgLIlte webset concening media and/or the header to the file config.js in
/plugin/struct/types/
H A DMedia.php126 $media = $this->displayValue($value);
129 $image = ml($media, ['h' => $weight, 'w' => $weight]);
130 $media_escaped = hsc($media);
139 $R->internallink("$page?$filter", $media);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js168 this.media = matches || entity;
171 nodeName = ( this.media.nodeName && this.media.nodeName.toLowerCase() ) || "video";
174 this[ nodeName ] = this.media;
212 volume: this.media.volume
235 self.media.currentTime = 0;
348 self.error = self.media.error;
617 this.media[ name ]();
627 this.media[ name ] = arg;
641 return this.media[ name ];
821 this.media.muted = false;
[all …]
/plugin/imagemap/
H A Dall.css6 @media screen {
12 @media aural,braille,tty {
/plugin/metadisplay/helper/
H A Dhtml.php150 $media = $this->check_listtypes('media',$regex);
151 if(!$media) return false;
235 if(!$media) {
236 $media = $this->getcurrent($header,'media');
241 … $this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject);
319 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject) { argument
329 if(!empty($media)) {
330 $list = $this->create_list(array_keys($media));
H A Dplaintext.php150 $media = $this->check_listtypes('media',$regex);
151 if(!$media) return false;
234 if(!$media) {
235 $media = $this->getcurrent($header,'media');
240 … $this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject);
317 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject) { argument
327 if(!empty($media)) {
328 $list = $this->create_list(array_keys($media));
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js248 _createListItem: function(media) { argument
258 if(media.free) {
261 $.each(media, function(property,value) {
275 …stOptions.itemClass + "' tabindex='0'>" + media.title + (media.artist ? " <span class='jp-artist'>…
342 add: function(media, playNow) { argument
343 …$(this.cssSelector.playlist + " ul").append(this._createListItem(media)).find("li:last-child").hid…
345 this.original.push(media);
346 …this.playlist.push(media); // Both array elements share the same object pointer. Comforms with _in…
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.js248 _createListItem: function(media) { argument
258 if(media.free) {
261 $.each(media, function(property,value) {
275 …stOptions.itemClass + "' tabindex='0'>" + media.title + (media.artist ? " <span class='jp-artist'>…
342 add: function(media, playNow) { argument
343 …$(this.cssSelector.playlist + " ul").append(this._createListItem(media)).find("li:last-child").hid…
345 this.original.push(media);
346 …this.playlist.push(media); // Both array elements share the same object pointer. Comforms with _in…
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki4 description: Extracts a thumbnail from media files (ODT, DOCX, PPTX, PDF, JPG, etc.) in a media lib…
13 tags : images, media, mediamanager, thumbnail, odt, pdf
52 This plugin will show thumbnail images for supported media files (ODT, DOCX, PPTX, PDF, JPG, etc.) …
54 In default settings, a click in the thumbnail will have your browser download the media file.
56 And an error message will be shown by default in case a referenced media file does not contain a th…
64 … the thumbnail image, the image itself is stored within the media library alongside the media file…
68 In case a media file is replaced by another file (with the same name), this will be noticed by time…
76 … In case you decide later on that you don't want these images within your media, your only option …
110 ^ **thumb_paths** | Paths within media files (format: ZIP) to look at for thumbnail images (comma-s…
112 ^ **link_to_media_file** | Should a click on the thumbnail start the media file download? ||
[all …]

12345678910>>...25