Home
last modified time | relevance | path

Searched +full:linked +(+path:plugin +path:multiorphan) -(+path:plugin +path:multiorphan +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/multiorphan/
H A Dscript.js218 * Build up the structure for linked and wanted pages
226 var checkPoint = amount == 0 ? object.wanted : object.linked;
235 …addGUIEntry($output.find('.multiorphan__result.' + (amount == 0 ? 'wanted' : 'linked')), name, url…
252 * walk all linked pages and remove them from the ones that actually exist in the wiki
258 var orphaned = function(linked, original) { argument
263 $.each(linked, function(link) {
273 …$currentResults.pages.orphan = orphaned($currentResults.pages.linked, $currentPagesAndMedia.pages);
274 …$currentResults.media.orphan = orphaned($currentResults.media.linked, $currentPagesAndMedia.media);
409 linked: {}, property in reset.$currentResults.pages
414 linked: {}, property in reset.$currentResults.media
H A Dhelper.php114 $form->addElement(form_makeOpenTag('h3', array('class' => 'header linked')));
115 $form->addElement($this->getLang('linked'));
117 $form->addElement(form_makeOpenTag('div', array('class' => 'multiorphan__result linked')));