Home
last modified time | relevance | path

Searched +full:type +full:. +full:media +(+path:plugin +path:multiorphan) -(+path:plugin +path:multiorphan +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/multiorphan/action/
H A Dmultiorphan.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
86 if ( $type == 'both' || $type == 'media') {
98 'media' => $media
159 * Checks a page for the contained links and media.
223 // still not media type so ignore the entry.
240 if (( !is_bool($data['exists']) || !$data['exists']) && $data['type'] == 'media') {
376 $event->data['type'] = 'media';
397 $event->data['type'] = 'media';
403 $event->data['type'] = 'media';
425 @include_once( dirname( __FILE__ ) . "/../inc/MultiOrphanDummyRenderer.php");
[all …]
/plugin/multiorphan/
H A Dscript.js9 view : function(type) { argument
15 if (type === 'Page' || type === 'URL') {
39 delete : function(type) { argument
85 $orphanForm.find('button[type=submit]').text(getLang('start'));
93 $orphanForm.find('button[type=submit]').text(getLang('stop'));
123 // Cycle pages. Media is implicite.
192 * Add an entry to the accordion of the according type.
246 $.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);
[all …]
H A Dhelper.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6 * @author i-net software <tools@inetsoftware.de>
31 // and more supported methods...
49 $form->addElement(form_makeTextField('ns', getNS($ID), $this->getLang('ns') . ':', 'ns'));
52 … $form->addElement(form_makeTextField('filter', '', $this->getLang('idFilter') . ':', 'filter'));
55 … $form->addElement(form_makeCheckboxField('purge', 1, $this->getLang('purge') . ':', 'purge'));
85 …$form->addElement(form_makeTag('img', array('src' => DOKU_BASE.'lib/images/throbber.gif', 'id' => …
91 $this->__makeForm($form, 'media');
97 private function __makeForm(&$form, $type) { argument
99 $form->startFieldset($this->getLang($type . '-result'));
[all …]