Home
last modified time | relevance | path

Searched refs:media (Results 201 – 225 of 610) sorted by last modified time

12345678910>>...25

/plugin/bpmnioeditor/
H A Dstyle.css839 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {
/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)|
H A Dhowto.txt43media from the remote wiki to the local wiki. Enter the id of a remote page or media file into the…
47 … importing pages and media from the remote to the local wiki. There are several query types which …
51 * wiki.getAttachments (media files)
54 … pages on the remote wiki. Finally, **''wiki_getAttachments''** returns media files and behaves …
56 …d into the local wiki from the remote wiki. If this is a page, all of its media will also be impor…
/plugin/xcom/
H A Dremote.php168 $media = array();
330 $media = $this->getcurrent($header,'media');
334 …$this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject,$contents…
405 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject,&$conten… argument
406 if(!empty($isreferencedby) || !empty($references) || !empty($media) || !empty($firstimage)
421 if(!empty($media)) {
422 $list = $this->create_list(array_keys($media),$contents);
/plugin/move/helper/
H A Dhandler.php43 * @param array $media_moves Moves of media files that shall be considered in the form $old => $new
60 * @param string $type 'media' or 'page'
67 if($type != 'media' && $type != 'page') throw new Exception('Not a valid type');
98 * @param $type 'media' or 'page'
118 * pages and media files.
122 * @param string $type 'media' or 'page'
128 if($type != 'media' && $type != 'page') throw new Exception('Not a valid type');
312 * Handle rewriting of media links
319 public function media($match, $state, $pos) {
325 * Rewrite a media synta
314 public function media($match, $state, $pos) { global() function in helper_plugin_move_handler
[all...]
H A Drewrite.php67 if(!isset($meta['media'])) {
68 $meta['media'] = array();
89 * @param string $type 'media' or 'page'
101 * @param string $type 'media' or 'page'
105 if($type != 'pages' && $type != 'media') {
215 $media = $meta['media'];
223 'media_moves' => &$media,
247 $Parser->Handler->init($id, $origin, $pages, $media, $handlers);
270 if($meta['pages'] || $meta['media']) {
[all...]
/plugin/move/
H A Dplugin.info.txt6 desc Move and rename pages and media files whilst maintaining the links.
H A Dstyle.less79 li.media {
H A DREADME3 Move and rename pages and media files while maintaining the links.
/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'Drop.
5 In order to move many namespaces, pages or media files to the same destination, you can use the checkboxes as follows:
6 * check the namespaces, pages or media files you want to move;
/plugin/passpolicy/
H A D10k-common-passwords.txt4503 media
H A Dwords.txt2218 media
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DLICENSE34 and conversions to other media types.
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DLICENSE34 and conversions to other media types.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DLICENSE34 and conversions to other media types.
/plugin/phosphor/
H A Dphosphor.php113 if ($p1['align']) $params['class'] .= ' media' . $p1['align'];
/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/multiorphan/lang/en/
H A Dintro.txt3 Checks for orphaned and wanted pages and media files.
/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
H A Dplugin.info.txt6 desc Adminstrative GUI to find all sorts of orphaned or wanted pages and media. This works using …
H A DREADME3 Adminstrative GUI to find all sorts of orphaned or wanted pages and media. This works using AJAX in…
/plugin/imageflow/
H A DREADME.md5 …ported: ``IPTC.title`` and ``IPTC.caption`` - these can be defined in the media manager) ImageFlow…
/plugin/strata/types/
H A Dwiki.php84 * Normalizes a media array.
89 // construct media structure based on input
91 $media = $instruction;
94 $media = compact('src','title','align','width','height');
95 $media['type']= 'internalmedia';
98 // normalize internal media links
99 if($media['type'] == 'internalmedia') {
100 list($src,$hash) = explode('#',$media['src'],2);
103 $media['src'] = ':'.$src;
106 // render the media structur
113 _mediaSyntax($media) global() argument
[all...]
/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));

12345678910>>...25