Lines Matching +full:pages +full:- +full:result +(+path:plugin +path:multiorphan) -(+path:plugin +path:multiorphan +path:lang)

23                                 height: Math.min(700,$(window).height()-50),
24 width: Math.min(700,$(window).width()-50),
76 * Load all pages and media
77 * Cycle the result.
86 errorLog(getLang('request-aborted'));
94 request({'do':'loadpages'}, function( $result ){ argument
96 // Start cycling pages
97 $currentPagesAndMedia = $result;
98 … $currentPagesAndMedia.interval = 1;//Math.floor($currentPagesAndMedia.pages.length / 10);
99 checkpagesandmedia($.makeArray($result.pages));
111 var time = (newTime - (prevTime||newTime)) / 1000;
123 // Cycle pages. Media is implicite.
124 var validateElement = function(result) { argument
126 …// Check if we still have elements in the elements list (cycle-list) and in the resultList (could …
130 …status(getLang('checking-page') + " ("+($currentPagesAndMedia.pages.length-elements.length)+"/"+($…
136 // Every 10 pages
148 status(getLang('checking-done'));
160 if (schemeSepPos > -1) {
162 if (JSINFO.schemes.indexOf(scheme) > -1) {
218 * Build up the structure for linked and wanted pages
231 if ( checkPoint[checkId].indexOf(requestPage) == -1 ) {
238 var $pagesOut = $orphanForm.find('.multiorphan__result_group.pages');
240 $.each((response||{}).pages||[], function(page, data){
241 …checkResponse(page, data.href, data.amount, $currentResults.pages, $pagesOut, [ORPHANACTIONS.view(…
244 …checkResponse(page, data.href, data.amount, $currentResults.pages, $pagesOut, [ORPHANACTIONS.view(…
252 * walk all linked pages and remove them from the ones that actually exist in the wiki
253 * assign the result to the array.
264 if ( (idx = orphaned.indexOf(link)) > -1 ) {
272 status(getLang('checking-orphans'));
273 …$currentResults.pages.orphan = orphaned($currentResults.pages.linked, $currentPagesAndMedia.pages);
276 … var $pagesOut = $orphanForm.find('.multiorphan__result_group.pages .multiorphan__result.orphan');
283 $.each($currentResults.pages.orphan, function(idx, orphan){
291 …result_group .multiorphan__result.orphan').append($('<div/>').html(getLang('please-wait-orphan')));
292 $pagesOut.prev('.header').attr('count', $currentResults.pages.orphan.length);
337 var $result;
339 $result = $.parseJSON(response);
342 return errorLog( getLang('error-parsing') + "\n" + response + "\n\n" + e );
346 if ( $result && $result.error ) {
348 return errorLog( $result.error );
350 return next( $result );
398 throbberCount = Math.max(0, throbberCount + (on?1:-1));
405 // Result Object
408 pages: { class in reset.$currentResults
420 // All pages and Media from DW