Home
last modified time | relevance | path

Searched refs:media (Results 151 – 175 of 610) sorted by relevance

12345678910>>...25

/plugin/combo/resources/theme/default/pages/templates/
H A Dholy.css6 @media (min-width: 768px) {
27 @media (min-width: 992px) {
/plugin/statistics/inc/
H A DStatisticsLogger.class.php387 * Log access to a media file
391 * @param string $media the media ID
392 * @param string $mime the media's mime type
394 * @param int $size size of the media file
396 public function log_media($media, $mime, $inline, $size) { argument
404 $media = addslashes($media);
416 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "media
418 media
[all...]
/plugin/pdfjs/
H A Dsyntax.php61 list($params, $media) = explode('>', trim($match, '{}'), 2);
64 list($link, $title) = explode('|', $media, 2);
/plugin/geonav/tpl/startermap/css/
H A Dmobile.css7 @media only screen and (max-width: 42em) {
85 } /* /@media */
/plugin/advanced/lang/en/config/
H A Dmime.txt3 Which file types you can upload via the media manager popup or the fullscreen media manager is conf…
/plugin/diagrams/syntax/
H A Dmediafile.php40 * Parse SVG syntax into media data
55 // This is not a local diagrams file, but some other SVG media file
56 $handler->media($match, $state, $pos);
78 $handler->media($match, $state, $pos);
107 'class' => 'media',
125 $wrapperAttributes['class'] = 'media diagrams-svg-wrapper media' . $data['align'];
/plugin/extranet/
H A Daction.php51 function _ismediarestrictedfromextranet($media) { argument
53 preg_match($this->getConf('hide_regex'), $media, $matches);
/plugin/medialist/
H A Dhelper.php121 $media = array_unique(array_merge($stored_media, $linked_media), SORT_REGULAR);
123 $media = isset($params['ns']) ? $stored_media : $linked_media;
131 foreach ($media as $item) {
/plugin/pubmed2020/site/
H A Ddescription.txt23 …nloads and stores the summary of each articles in an XML file in // /data/media/ncbi_esummary // d…
33 ^clear_summary | - |Clear cached XML files in /data/media/ncbi_esummary|
34 ^remove_dir | - |Remove the XML output dir: /data/media/ncbi_esummary (by default)|
/plugin/spatialhelper/helper/
H A Dindex.php87 // media
88 $media = [];
89 search($media, $conf['mediadir'], 'search_media', []);
90 foreach ($media as $medium) {
126 * page or media id
154 Logger::debug("Document/media $id was found in index but has different geohash (it moved).");
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php223 function reset(&$media) { argument
224 OutputDriverGenericPS::reset($media);
226 $this->media =& $media;
363 $header = preg_replace("/##BBOX##/", $this->media->to_bbox(), $header);
364 $header = preg_replace("/##MEDIA##/", $this->media->to_ps(), $header);
H A Doutput.fpdf.class.php49 $y = mm2pt($this->media->height()) - $y;
313 $this->pdf->AddPage(mm2pt($this->media->width()), mm2pt($this->media->height()));
328 function reset(&$media) { argument
329 parent::reset($media);
331 $this->pdf =& new FPDF('P','pt',array(mm2pt($media->width()), mm2pt($media->height())));
H A Dlayout._interface.class.php3 function process(&$tree, &$media) { argument
/plugin/aclauditor/
H A Dhelper.php29 'desc' => 'returns the list of ACLs that are applied on a resource (page/media)',
49 …'desc' => 'returns the list of ACLs that are applied on a resource (page/media) for a user or a …
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php188 * @param boolean $media Allow leading or trailing _ for media files
190 function cleanID($raw_id,$ascii=false,$media=false){ argument
228 $id = ($media ? trim($id,':.-') : trim($id,':._-'));
/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/statistics/
H A Ddb.sql217 `media` VARCHAR(255) NOT NULL,
232 KEY `media` (`media`),
/plugin/xcom/lang/en/
H A Dfunctions.txt91 ^Description|Returns a list of recent changed media since given timestamp.|
97media files in a given namespace. The options array holds a regular expression in this format: ''(…
103 ^Description|Returns the binary data of a media file|
109 ^Description|Returns information about a media file|
133 ^Description|List the media files in a page (id)|
/plugin/struct/
H A Dall.less1 @media only screen and (max-width: 800px) {
/plugin/logstats/
H A Daction.php59 $media = $this->prepareID($event->data['media']);
63 $this->logAccess("/_media/$media", $status, $size);
/plugin/multiorphan/lang/en/
H A Dintro.txt3 Checks for orphaned and wanted pages and media files.
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.player.js348 i, srci, j, media, mediaWrapper, popcorn, srcLength,
370 media = mediaWrapper( node );
371 popcorn = Popcorn( media, options );
375 media.src = srci;
/plugin/multiorphan/action/
H A Dmultiorphan.php87 $media = array();
88 search($media,$conf['mediadir'],'search_media',array(
93 array_walk($media, array($this, '__map_ids'));
98 'media' => $media
/plugin/prettyphoto/
H A Dprettyphoto.conf.js.example4 // disable social media integration in the pop-up frame
/plugin/slideshow/lang/en/
H A Dstart.txt4 Cache files are in the media directory.

12345678910>>...25