Home
last modified time | relevance | path

Searched refs:_page (Results 1 – 3 of 3) sorted by relevance

/plugin/galleryv1.5/
H A Dscript.js128 self._page = new PageSize();
305 var targ = { w:self._page.win.w - 30, h:self._page.win.h - 30 };
315 … self._box.style.top = [self._pos.y + (self._page.win.h - imag.height - 30) / 2,'px'].join('');
316 self._box.style.left = [((self._page.win.w - imag.width - 30) / 2),'px'].join('');
323 self._page.update();
327 var top = (self._page.win.h - spin.height) / 2;
330 spin.style.left = [(self._page.win.w - spin.width - 30) / 2,'px'].join('');
333 self._wrap.style.width = [self._page.win.w,'px'].join('');
334 self._wrap.style.height = [self._page.h,'px'].join('');
/plugin/credits/
H A Dsyntax.php46 $this->_page($renderer);
95 function _page(&$renderer) { function in syntax_plugin_credits
/plugin/phpipam/
H A Dsyntax.php868 $_page = $_arg['id'] ;
871 $_page = str_replace('/', ':', $_href['path'], $_nbr) ;
874 $html .= 'wikilink' . (page_exists($_page) ? '1' : '2') ;
875 $html .= "' title='$_page" ;