Home
last modified time | relevance | path

Searched refs:media (Results 551 – 575 of 610) sorted by last modified time

1...<<2122232425

/plugin/geonav/tpl/startermap/css/
H A Dprint.css88 img.media {
H A Dcontent.css53 .dokuwiki img.media {
128 /*____________ media manager ____________*/
130 /* some headings in the media manager should not look like headings */
H A Dmobile.css7 @media only screen and (max-width: 42em) {
85 } /* /@media */
/plugin/geonav/tpl/startermap/
H A Dstyle.ini11 ; defines for which output media the style should be loaded. Currently
/plugin/dokutexit/help/
H A Dtexit.txt34 ^recurse_file |Add internals media non image as appendix | on/off | off |
/plugin/dokutexit/
H A DREADME.md17 * produced pdf and zip are now in the media namespace
54 …e named *namespace:subnamespace:id.pdf* and will automaticall be plae in *media:namespace:subnames…
61 , if you generate all files, the *media:namespace:subnamespace* namespace will contain:
86 The structure of the *.zip* files in *media:namespace:subnamespace* is the following one (if we tak…
/plugin/aceeditor/
H A Dbuild.js1 …a-z0-9-_]+"},{token:"constant",regex:"[a-z0-9-_]+"},{caseInsensitive:!0}],media:[{token:"comment",… property in $rules
H A DNEWS54 * Fixed syntax highlighting of media and internal links
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.pinterest.js61 media : get(this, options, uri, settings, 'media') property in $.fn.socialSharePrivacy.settings.services.pinterest.button.params
/plugin/socialshareprivacy2/SSP/
H A DREADME.md927 <td>media</td>
/plugin/flowplayer/player/
H A DREADME.txt180 - enhancements to RSS playlist. Converted parsing to E4X, yahoo media and flowplayer namespace supp…
220 - RSS playlist parsing now respects the isDefault attribute used in mRSS media group items
225 - enhancements to RSS playlist parsing: Now skips all media:content that have unsupported types. No…
226 of the media:content element is mandatory and has to be present in the RSS file
236 - RSS playlists: The 'type' attribute value 'audio/mp3' in the media:content element caused an erro…
/plugin/imagemap/
H A Dall.css6 @media screen {
12 @media aural,braille,tty {
/plugin/htvid/
H A DTODO2 * Allow dokuwiki style media links instead of full url
/plugin/templateconfhelper/
H A DREADME32 …rewrite ^/lib/tpl/((.*)/)?images/(.*) /lib/exe/fetch.php?mode=styleimg&media=$3&template=$2 l…
/plugin/projects/lib/
H A Dlayout.php188 private $media = FALSE; variable in CrossLinkLayout
193 $this->media = ($path[0] == '[media]');
194 if ($this->media) array_shift($path);
204 if ($this->media)
H A Dproject_file.php224 $media = ($path[0] == '[media]');
225 if ($media) array_shift($path);
231 if ($media) return mediaFN($id);
/plugin/projects/
H A Dchangelog5 * The default rule for linking to a media file was broken in the previous version. Now fixed.
8 …aded to the media folder, so they can be retreated as a media file. File information are thus avai…
16 * Fixed a bug that prevents us entering the media manager.
21 * A fix for broken media file links to generated files as caused by 2011-11-10 (Angua RC).
/plugin/projects/syntax/
H A Dprojectfile.php52 set_media_file_revision_limit($this->getConf('media file revision limit'));
/plugin/preservefilenames/
H A DREADME.rst5 This plugin preserves the original name of the uploaded media file.
H A Dplugin.info.txt6 desc Preserves the original name of the uploaded media file (letter cases, symbols, etc.)
H A Dscript.js51 /\bcall=(media(?:list))\&/,
/plugin/fedauth/Auth/
H A DCOPYING34 and conversions to other media types.
/plugin/jquery-syntax/
H A Daction.php61 'media' => 'screen',
/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/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){

1...<<2122232425