Searched refs:orphaned (Results 1 – 7 of 7) sorted by relevance
/plugin/displayorphans/ |
H A D | README.md | 10 The Display Orphans Plugin can display tables of orphaned, wanted, and linked pages. 26 | `<<display orphaned>>` | Displays a table of orphaned pages, ie pages that exist but aren't linke… 38 …ages` | empty | Space-separated list of pages to ignore when generating tables of orphaned pages. | 39 … | empty | Space-separated list of namespaces to ignore when generating tables of orphaned pages. |
|
H A D | plugin.info.txt | 6 desc The Display Orphans Plugin can display tables of orphaned, wanted, and linked pages.
|
/plugin/multiorphan/ |
H A D | script.js | 258 var orphaned = function(linked, original) { function 261 var orphaned = $.makeArray(original); // make copy 264 if ( (idx = orphaned.indexOf(link)) > -1 ) { 265 orphaned.splice(idx, 1); 269 return orphaned; 273 …$currentResults.pages.orphan = orphaned($currentResults.pages.linked, $currentPagesAndMedia.pages); 274 …$currentResults.media.orphan = orphaned($currentResults.media.linked, $currentPagesAndMedia.media);
|
H A D | plugin.info.txt | 6 desc Adminstrative GUI to find all sorts of orphaned or wanted pages and media. This works using …
|
H A D | README | 3 Adminstrative GUI to find all sorts of orphaned or wanted pages and media. This works using AJAX in…
|
/plugin/multiorphan/lang/en/ |
H A D | intro.txt | 3 Checks for orphaned and wanted pages and media files.
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.changelog.txt | 636 under Windows, which may result in orphaned zero-byte temp files
|