Home
last modified time | relevance | path

Searched refs:ignoreNotFound (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js252 GitHubClient.prototype.executeRequest = function(req, success, error, ignoreNotFound) argument
278 (ignoreNotFound && req.getStatus() == 404))
H A DGitLabClient.js188 GitLabClient.prototype.executeRequest = function(req, success, error, ignoreNotFound) argument
216 (ignoreNotFound && req.getStatus() == 404))