Searched refs:currentId (Results 1 – 7 of 7) sorted by relevance
/plugin/combo/resources/snippet/js/ |
H A D | page-explorer-tree.js | 3 let currentId = JSINFO["id"]; 4 let currentIdParts = currentId.split(":").filter(el => el.length !== 0);
|
/plugin/nspages/printers/ |
H A D | printerTree.php | 162 $currentId = $parentId . $key . ':'; 165 $node = new NspagesTreeNsNode($currentId); 169 $this->_fillTree($tree->children[$nsKey], $keys, $item, $currentId, $item['ns']);
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/ |
H A D | CodeCoverage.php | 85 private $currentId; variable in SebastianBergmann\\CodeCoverage\\CodeCoverage 172 $this->currentId = null; 259 $this->currentId = $id; 294 $this->currentId = null; 313 $id = $this->currentId; 622 (!$this->currentId instanceof \PHPUnit_Framework_TestCase || 623 (!$this->currentId->isMedium() && !$this->currentId->isLarge()))) {
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | NotionClient.js | 276 …is.checkExists(folderId, filename, nameField, true, mxUtils.bind(this, function(checked, currentId) argument 280 this.writeFile(currentId? '/v1/pages/' + encodeURIComponent(currentId) : '/v1/pages', 281 currentId? null : folderId, filename, nameField, data, currentId? 'PATCH' : 'POST',
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
H A D | LdapQueue.php | 103 public function currentId(): int 99 public function currentId(): int global() function in FreeDSx\\Ldap\\Protocol\\LdapQueue
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js | 10272 var currentId = this._currentPageNumber; 10286 if (page.id === currentId) { 10307 currentId = visiblePages[0].id; 10310 this._setCurrentPageNumber(currentId);
|
H A D | viewer.js.map | 1 …currentId","stillFullyVisible","visiblePages","DEFAULT_CACHE_SIZE","pageIdsToKeep","iMax","pagesTo…
|