Home
last modified time | relevance | path

Searched refs:getFile (Results 51 – 75 of 98) sorted by path

1234

/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js361 this.getFile(path, success, error, true);
367 DropboxClient.prototype.getFile = function(path, success, error, asLibrary) method in DropboxClient
H A DDropboxFile.js145 this.ui.dropbox.getFile(this.getId(), success, error);
H A DGitHubClient.js380 this.getFile(path, success, error, true);
409 GitHubClient.prototype.getFile = function(path, success, error, asLibrary, checkExists) method in GitHubClient
1240 this.getFile(tmpOrg + '/' + tmpRepo + '/' + tmpRef, mxUtils.bind(this, function(file)
H A DGitHubFile.js130 this.peer.getFile(this.getId(), success, error);
H A DGitLabClient.js379 GitLabClient.prototype.getFile = function(path, success, error, asLibrary, checkExists, knownRefPos) method in GitLabClient
607 this.getFile(path, mxUtils.bind(this, function(file)
698 this.getFile(org + '/' + repo + '/' + ref + '/' + path, mxUtils.bind(this, function(tempFile)
734 this.getFile(org + '/' + repo + '/' + ref + '/' + path, mxUtils.bind(this, function(tempFile)
H A DLocalFile.js207 this.fileHandle.getFile().then(mxUtils.bind(this, function(newDesc)
217 this.fileHandle.getFile().then(mxUtils.bind(this, function(desc)
H A DMenus.js143 editorUi.drive.getFile(obj.id, function(file)
2486 service.getFile(id, function(file)
3764 editorUi.drive.getFile(obj.id, function(file)
H A DNotionClient.js211 this.getFile(id, success, error, false, true);
217 NotionClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) method in NotionClient
H A DOneDriveFile.js239 this.ui.oneDrive.getFile(this.getId(), success, error);
H A DTrelloClient.js93 this.getFile(id, success, error, false, true);
99 TrelloClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) method in TrelloClient
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js3086getFile().then(mxUtils.bind(this,function(e){this.invalidFileHandle=null;this.desc.lastModified==e…
H A Dviewer.min.js3086getFile().then(mxUtils.bind(this,function(e){this.invalidFileHandle=null;this.desc.lastModified==e…
/plugin/diagramsnet/lib/plugins/
H A Dtrello.js58 editorUi.trello.getFile(card + editorUi.trello.SEPARATOR +
/plugin/fetchmedia/action/
H A Dajax.php52 'error' => $e->getMessage() . ' ' . basename($e->getFile()) . ':' . $e->getLine()
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php290 public function getFile(); function
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php240 'in ' . $this->getFile() . ' at line ' .
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php102 public function getFile() function in Prophecy\\Call\\Call
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php42 $this->file = $e->getFile();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFilter.php45 $eFile = $e->getFile();
52 $eFile = $e->getFile();
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php317 array_unshift($traces, ['file' => $e->getFile(), 'line' => $e->getLine()]);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DErrorTest.php108 …ssertEquals(strtr(__DIR__.'/Fixtures/errors/index.html', '/', DIRECTORY_SEPARATOR), $e->getFile());
127 …ssertEquals(strtr(__DIR__.'/Fixtures/errors/index.html', '/', DIRECTORY_SEPARATOR), $e->getFile());
/plugin/git/
H A Dhelper.php361 if ($hash === 'all') $l_text = $repo->getFile($fileForDiff, 'origin/master');
362 else $l_text = $repo->getFile($fileForDiff, $hash."~1");
365 if ($hash === 'all') $r_text = $repo->getFile($fileForDiff, 'HEAD');
366 else $r_text = $repo->getFile($fileForDiff, $hash);
373 $l_text = $repo->getFile($fileForDiff, 'HEAD');
390 $r_text = $repo->getFile($fileForDiff, $hash);
/plugin/git/lib/
H A DGit.php288 public function getFile($filename, $branch = 'HEAD') { function in GitRepo
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1794 $errorMessage = '"'.$e->getMessage().'" at '.$e->getFile().':'.$e->getLine();
/plugin/icon/
H A DSVG.php32 public function getFile() function in dokuwiki\\plugin\\icon\\SVG

1234