Home
last modified time | relevance | path

Searched refs:media (Results 451 – 475 of 610) sorted by last modified time

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

/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/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php485 public $media; variable in Google_PlusService
502 …$this->media = new Google_MediaServiceResource($this, $this->serviceName, 'media', json_decode('{"…
/plugin/cloudstorage/
H A Dplugin.info.txt6 desc Cloud Storage for your media files based on Aliyun OSS plugin
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dlicense.txt33 and conversions to other media types.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …ged = true;\n\t\t\t\t}\n\t\t\t\t// Since I can't be sure that the guessed media type will trigger …
/plugin/amcharts/assets/amcharts/plugins/export/
H A DLICENSE33 and conversions to other media types.
H A DREADME.md619 mimeType | Internet media type to generate the export file (usses format default if not defined)
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dlicense.txt33 and conversions to other media types.
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php25 $this->media = array();
91 $this->media = array_merge($this->media, $this->Renderer->_media);
98 $this->media = array_map('cleanID',$this->media);
99 $this->media = array_unique($this->media);
100 foreach($this->media as $id) {
H A Dzip.php105 $media = array();
160 $media = array_merge($media,(array) p_get_metadata($ID,'plugin_nsexport'));
164 $media = array_map('cleanID',$media);
165 $media = array_unique($media);
166 foreach($media as $id){
/plugin/mediarename/
H A Dplugin.info.txt6 …nager to allow automatic renaming of all invalid filenames in a namespace to valid media-file-names
/plugin/csstimeline/
H A Dstyle.css173 @media (max-width: 660px) {
270 @media (min-width: 400px) and (max-width: 660px) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DXmlTest.php1279 'media.FN:Gordon' . "\n" .
/plugin/quizlib/scripts/
H A DLICENSE33 and conversions to other media types.
/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:
H A Dplugin.info.txt7 desc show a list of media files referred in a given page or stored in a given namespace.
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/makemedians/
H A DREADME3 Create media namespace directory immediatly on page creation
H A Dplugin.info.txt6 desc Create media namespace directory immediatly on page creation
/plugin/orphanmedia/
H A DREADME11 Use this plugin to find orphan and missing media files within your DokuWiki.
14 * Orphans (the media file exists, but not linked and wasting space only)
15 * Missing (the media file does not exist, but there are link(s) to it elsewhere on the pages)
20 * Found media filename references
21 * Different media links extracted from pages
22 * Missing media files detected
23 * Found orphan media files
H A Dplugin.info.txt6 desc Display orphan and missing media files.
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php870 * @param string $media
877 function css_add_property($media,$selector,$property,$new_val) argument
884 if(isset($this->css[$media][$selector][$property]))
886 …important($this->css[$media][$selector][$property]) && csstidy::is_important($new_val)) || !csstid…
888 unset($this->css[$media][$selector][$property]);
889 $this->css[$media][$selector][$property] = trim($new_val);
894 $this->css[$media][$selector][$property] = trim($new_val);
900 * @param string $media
906 function merge_css_blocks($media,$selector,$css_add) argument
910 $this->css_add_property($media,$selector,$property,$value,false);
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt105 are already handled by existing chess software and by print media.
/plugin/upload/
H A Dsyntax.php118 …field here "id" because it is misinterpreted by DokuWiki if the upload form is not in media manager
/plugin/lightbox/
H A Dplugin.info.txt6 desc Implements lightbox js for image media that uses {{images:image.png}} and similar

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