Home
last modified time | relevance | path

Searched defs:resp (Results 1 – 25 of 34) sorted by relevance

12

/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php36 public static function isRequestCacheable (Google_HttpRequest $resp) {
61 public static function isResponseCacheable (Google_HttpRequest $resp) {
112 public static function isExpired(Google_HttpRequest $resp) {
/plugin/fckg/fckeditor/editor/dialog/
H A Dget_headers.php16 $resp = ""; variable
39 $resp = rtrim($resp,'@'); variable
/plugin/xcom/scripts/
H A Dxml.php35 $resp = ""; variable
63 while(!($resp = call_user_func_array(array($client,"query"),$params))){ variable
73 $resp = print_r($resp,1); variable
/plugin/ckgdoku/ckeditor/
H A Dget_headers.php27 $resp = ""; variable
50 $resp = rtrim($resp,'@'); variable
/plugin/ckgedit/ckeditor/
H A Dget_headers.php35 $resp = ""; variable
58 $resp = rtrim($resp,'@'); variable
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js77 mxUtils.bind(this, function(resp) argument
188 this.ui.drive.saveFile(this, realRevision, mxUtils.bind(this, function(resp, savedData) argument
377 this.saveAs(this.ui.getCopyFilename(this, timestamp), mxUtils.bind(this, function(resp) argument
461 this.ui.drive.moveFile(this.getId(), folderId, mxUtils.bind(this, function(resp) argument
554 mxUtils.bind(this, function(resp) argument
751 mxUtils.bind(this, function(resp) argument
779 mxUtils.bind(this, function(resp) argument
H A DDriveClient.js268 var fallback = mxUtils.bind(this, function(resp) argument
283 }), mxUtils.bind(this, function(resp) argument
754 DriveClient.prototype.resetTokenRefresh = function(resp) argument
823 this.executeRequest({url: '/about'}, mxUtils.bind(this, function(resp) argument
992 mxUtils.bind(this, function(resp) argument
1008 this.loadDescriptor(id, mxUtils.bind(this, function(resp) argument
1072 DriveClient.prototype.getXmlFile = function(resp, success, error, ignoreMime, readLibrary) argument
1453 var wrapper = mxUtils.bind(this, function(resp) argument
1517 }, mxUtils.bind(this, mxUtils.bind(this, function(resp) argument
1615 (realOverwrite) ? null : etag, pinned), mxUtils.bind(this, function(resp) argument
[all …]
H A DDriveLibrary.js32 this.ui.drive.saveFile(this, revision, mxUtils.bind(this, function(resp) argument
H A DOneDriveLibrary.js32 this.ui.oneDrive.saveFile(this, mxUtils.bind(this, function(resp) argument
H A DApp.js4105 }), mxUtils.bind(this, function(resp) argument
4988 }), mxUtils.bind(this, function(resp) argument
5347 }), mxUtils.bind(this, function(resp) argument
5706 }), function(resp) argument
6297 }), mxUtils.bind(this, function(resp) argument
6335 }), mxUtils.bind(this, function(resp) argument
6351 }), mxUtils.bind(this, function(resp) argument
6366 }), mxUtils.bind(this, function(resp) argument
6381 }), mxUtils.bind(this, function(resp) argument
6396 }), mxUtils.bind(this, function(resp) argument
[all …]
H A DNotionClient.js345 }), 'POST', mxUtils.bind(this, function(resp) argument
391 data, 'PATCH', mxUtils.bind(this, function(resp) argument
663 JSON.stringify(reqBody), 'POST', mxUtils.bind(this, function(resp) argument
768 null, 'GET', mxUtils.bind(this, function(resp) argument
H A DDriveComment.js29 mxUtils.bind(this, function(resp) argument
H A DMenus.js117 editorUi.drive.listFiles(null, oneWeek, username? true : false, function(resp) argument
130 editorUi.drive.listFiles(str, null, username? true : false, function(resp) argument
2499 function(resp) argument
2753 file.rename(title, mxUtils.bind(this, function(resp) argument
2757 mxUtils.bind(this, function(resp) argument
2818 file.saveAs(newTitle, mxUtils.bind(this, function(resp) argument
2829 }), mxUtils.bind(this, function(resp) argument
2833 }), mxUtils.bind(this, function(resp) argument
2886 file.move(folderId, mxUtils.bind(this, function(resp) argument
2889 }), mxUtils.bind(this, function(resp) argument
[all …]
H A DElectronApp.js1398 }, mxUtils.bind(this, function(resp) argument
1608 var error = mxUtils.bind(this, function(resp) argument
1636 file.save(true, mxUtils.bind(this, function(resp) argument
1657 file.rename(name, mxUtils.bind(this, function(resp) argument
1870 }), mxUtils.bind(this, function(resp) argument
H A DDropboxFile.js101 promise.then(mxUtils.bind(this, function(resp) argument
H A DDrawioFile.js1953 this.autosave(this.autosaveDelay, this.maxAutosaveDelay, mxUtils.bind(this, function(resp) argument
2167 this.save(rev, mxUtils.bind(this, function(resp) argument
2175 }), mxUtils.bind(this, function(resp) argument
/plugin/scrape/
H A Dsyntax.php123 display_html($data, $resp, & $R) global() argument
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59 …aseLayer:true,initialize:function(name,url,params,options){var newArguments=[];params=OpenLayers.U…
/plugin/chat/
H A Dscript.js231 this.getUpdateTimeFromResponse = function(resp) { argument
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js684 getODFilesList(url, function(resp) argument
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js599 options.success = function(resp) { argument
709 parse: function(resp, options) { argument
1092 parse: function(resp, options) { argument
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js991 success: function(coll, resp, options) { argument
1112 parse: function(resp) { argument
1434 var onSuccess = function(coll, resp, options) { argument
1516 success: function(model, resp, options) { argument
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php579 public function parseTokenResponse(ResponseInterface $resp)
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js176 handleResponse: function(cmd, resp, param) argument
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...

12