Home
last modified time | relevance | path

Searched refs:_location (Results 1 – 4 of 4) sorted by relevance

/plugin/repo/
H A Dsyntax.php85 if ($path) $this->_location($path, $title, $renderer);
224 function _location($path, $title, &$renderer) { function in syntax_plugin_repo
/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php11 var $_location; variable in FootnoteLocation
15 $this->_location = $location;
20 return $this->_location;
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js10667 this._location = null;
10725 if (this._location && !(this.isInPresentationMode || this.isChangingPresentationMode)) {
10726 page = this._location.pageNumber;
10729 }, this._location.left, this._location.top, null];
10876 if (y === null && this._location) {
10877 x = this._location.left;
10878 y = this._location.top;
10956 this._location = {
10994 location: this._location
H A Dviewer.js.map1_location = null;\n this._pagesRotation = 0;\n this._pagesRequests = [];\n this._pageView…