Home
last modified time | relevance | path

Searched refs:App (Results 1 – 25 of 105) sorted by relevance

12345

/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js191 App.ERROR_BUSY = 'busy';
341 App.publicPlugin = [
444 if (App.mode == null)
447 App.mode = App.getStoredMode();
464 if (App.mode == App.MODE_GOOGLE || (urlParams['state'] != null &&
493 if (App.mode == App.MODE_DROPBOX || (window.location.hash != null &&
521 if (App.mode == App.MODE_ONEDRIVE || (window.location.hash != null &&
546 if (App.mode == App.MODE_TRELLO || (window.location.hash != null &&
638 …if (urlParams['dev'] == '1' && CryptoJS != null && App.mode != App.MODE_DROPBOX && App.mode != App
4062 if (mode == App.MODE_GOOGLE || mode == App.MODE_DROPBOX || mode == App.MODE_ONEDRIVE ||
[all …]
H A DElectronApp.js13 App.mode = App.MODE_DEVICE;
68 var origAppMain = App.main;
70 App.main = function()
76 App.filesWorkerReqId = 1;
77 App.filesWorkerReqInfo = {};
81 msg.reqId = App.filesWorkerReqId++;
83 App.filesWorker.postMessage(msg);
105 App.initPluginCallback();
737 var appLoad = App.prototype.load;
739 App.prototype.load = function() class
[all …]
H A DTrelloFile.js29 return App.MODE_TRELLO;
148 this.ui.pickFolder(App.MODE_TRELLO, mxUtils.bind(this, function(cardId)
181 error({code: App.ERROR_BUSY});
H A DNotionFile.js37 return App.MODE_NOTION;
208 error({code: App.ERROR_BUSY});
H A DMenus.js2808 mode = App.MODE_GOOGLE;
2813 if (mode == App.MODE_GOOGLE)
2866 if (file.getMode() == App.MODE_GOOGLE || file.getMode() == App.MODE_ONEDRIVE)
3112 if (modeKey == App.MODE_GOOGLE)
3143 editorUi.pickFile(App.MODE_GOOGLE);
3173 editorUi.pickFile(App.MODE_DROPBOX);
3190 editorUi.pickFile(App.MODE_GITHUB);
3198 editorUi.pickFile(App.MODE_GITLAB);
3207 editorUi.pickFile(App.MODE_NOTION);
3215 editorUi.pickFile(App.MODE_TRELLO);
[all …]
H A DEmbedFile.js10 this.mode = App.MODE_EMBED;
H A DDialogs.js325 if (editorUi.mode == App.MODE_GOOGLE)
340 else if (editorUi.mode == App.MODE_GITHUB)
345 else if (editorUi.mode == App.MODE_GITLAB)
350 else if (editorUi.mode == App.MODE_NOTION)
360 else if (editorUi.mode == App.MODE_TRELLO)
458 if (editorUi.mode == App.MODE_GOOGLE)
470 else if (editorUi.mode == App.MODE_GITHUB)
574 editorUi.setMode(App.MODE_GOOGLE);
2559 if (editorUi.mode == App.MODE_GOOGLE)
4324 if (newMode == App.MODE_GOOGLE)
[all …]
H A DGitHubFile.js92 return App.MODE_GITHUB;
350 error({code: App.ERROR_BUSY});
H A DGitLabFile.js69 return App.MODE_GITLAB;
H A DDropboxFile.js45 return App.MODE_DROPBOX;
299 error({code: App.ERROR_BUSY});
H A DDropboxClient.js73 error({code: App.ERROR_TIMEOUT});
257 error({code: App.ERROR_BUSY});
273 error({code: App.ERROR_TIMEOUT, retry: fn});
443 error({code: App.ERROR_TIMEOUT});
H A DTrelloClient.js112 error({code: App.ERROR_TIMEOUT, retry: callback})
142 error({code: App.ERROR_TIMEOUT})
338 error({code: App.ERROR_TIMEOUT, retry: fn});
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js165 App.listen(true);
248 App.listen();
253 App.listen(true);
258 App.sayHint();
294 App.say('hello');
562 App.sayHint();
703 App.beep();
757 App.beep(beep2);
870 App.say('help');
877 App.sayHint();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DListAppsResponse.php23 protected $appsType = App::class;
31 * @param App[]
38 * @return App[]
H A DApp.php20 class App extends \Google\Model class
112 class_alias(App::class, 'Google_Service_AdMob_App');
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dmain.js1 import App from './App.svelte';
3 const app = new App({
/plugin/sfauth/
H A DREADME.wiki16 - Click on ''Create'' under ''App Setup'' in the left hand navigation
20 * Connected App Name: DokuWiki
37 - Click on ''Customize'' under ''App Setup'' in the left hand navigation
70 - Click on App Setup -> Create -> Tabs
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dwsgi.py36 def App(environ, start_response): function
H A Dhtaccess.txt13 PythonOption wsgi.application wsgi::App
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt3 - Go to [[https://zapier.com/app/editor/|the Zapier App editor]]
/plugin/fbcomments/
H A Dsyntax.php111 else $box= 'Empty Facebook App ID';
/plugin/ckgedit/lang/de/
H A Dstyle.txt3 Mit dieser App können Sie ein Stylesheet für das Bearbeitungsfenster des CKEditors anlegen, das auf…
/plugin/advanced/lang/en/config/
H A Dmanifest.txt1 ==== Progressive Web App Manifest ====
/plugin/authucenter/
H A DREADME.md18 * In `Authucenter` settings area, paste App settings generated before.
/plugin/pwaoffline/
H A DREADME.md1 # Progressive Web App Plugin for DokuWiki

12345