Home
last modified time | relevance | path

Searched refs:remember (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/diagramsnet/lib/js/diagramly/
DDriveClient.js273 this.ui.showAuthDialog(this, true, mxUtils.bind(this, function(remember, success) argument
304 }), remember);
546 DriveClient.prototype.authorize = function(immediate, success, error, remember, popup) argument
563 this.authorizeStep2(req.getText(), immediate, success, error, remember, popup);
572 DriveClient.prototype.updateAuthInfo = function (newAuthInfo, remember, forceUserUpdate, success, e… argument
577 newAuthInfo.remember = remember;
593 this.setPersistentToken(resAuthInfo, !remember);
603 this.setPersistentToken(newAuthInfo, !remember);
608 DriveClient.prototype.authorizeStep2 = function(state, immediate, success, error, remember, popup) argument
678 …(remember? '&access_type=offline&prompt=consent%20select_account' : '') + //Ask for consent again …
[all …]
DDropboxClient.js177 this.ui.showAuthDialog(this, true, mxUtils.bind(this, function(remember, authSuccess) argument
180 this.clientId + (remember? '&token_access_type=offline' : '') +
211 if (remember)
DTrelloClient.js42 var callback = mxUtils.bind(this, function(remember, success) argument
53 expiration: remember ? 'never' : '1hour',
DNotionClient.js90 this.ui.showAuthDialog(this, true, mxUtils.bind(this, function(remember, authSuccess) argument
105 if (remember)
DGitHubClient.js153 this.ui.showAuthDialog(this, true, mxUtils.bind(this, function(remember, authSuccess) argument
185 if (remember)
DGitLabClient.js109 this.ui.showAuthDialog(this, true, mxUtils.bind(this, function(remember, authSuccess) argument
141 if (remember)
DApp.js2579 App.prototype.setMode = function(mode, remember) argument
2617 if (remember)
6490 …his.showDialog(new AuthDialog(this, peer, showRememberOption, mxUtils.bind(this, function(remember) argument
6496 fn(remember, mxUtils.bind(this, function()
DDialogs.js8143 var remember = document.createElement('div');
8144 remember.style.marginTop = '18px';
8145 remember.style.textAlign = 'center';
8154 remember.appendChild(cb);
8157 remember.appendChild(span);
8166 div.appendChild(remember);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtl.php4604 $remember = [];
4618 $remember[] = ['num' => 8235, 'cel' => $cel, 'dos' => $dos];
4628 $remember[] = ['num' => 8234, 'cel' => $cel, 'dos' => $dos];
4638 $remember[] = ['num' => 8238, 'cel' => $cel, 'dos' => $dos];
4648 $remember[] = ['num' => 8237, 'cel' => $cel, 'dos' => $dos];
4654 if (count($remember)) {
4655 $last = count($remember) - 1;
4656 …if (($remember[$last]['num'] == 8235) || ($remember[$last]['num'] == 8234) || ($remember[$last]['n…
4657 ($remember[$last]['num'] == 8237)) {
4658 $match = array_pop($remember);
[all …]
/plugin/dtable/
DTODO3 - window remember last open position so when you edit long table it would be very anoying.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dspaceless.rst41 is directly related to the text size you are working on (remember that
/plugin/showwhen/
Dsyntax.php.alternative.version97 // FIXME remember conditions here
/plugin/showif/
Dsyntax.php.alternative.version97 // FIXME remember conditions here
/plugin/farm/install/animaltemplate/conf/
Dacronyms.conf48 IIRC If I remember correctly
/plugin/etherpadlite/
DREADME.md40 Please refer to the etherpad lite dokumentation for its installation steps and remember to use a pr…
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar.js365 Sidebar.prototype.showEntries = function(entries, remember, force) argument
369 if (remember)
/plugin/bible/bible_douayRheims/
DOsee.txt27 …2:17. And I will take away the names of Baalim out of her mouth, and she shall no more remember th…
86 …7:2. And lest they may say in their hearts, that I remember all their wickedness: their own device…
113 …lesh, and shall eat it, and the Lord will not receive them: now will he remember their iniquity, a…
123 …9:9. They have sinned deeply, as in the days of Gabaa: he will remember their iniquity, and will v…
DHabacuc.txt39 … In the midst of the years thou shalt make it known: when thou art angry, thou wilt remember mercy.
D1_Thessalonians.txt19 …2:9. For you remember, brethren, our labour and toil: working night and day, lest we should be cha…
DBaruch.txt55 …lves from their stiff neck, and from their wicked deeds: for they shall remember the way of their …
109 …4:14. Let them that dwell about Sion come, and remember the captivity of my sons and daughters, wh…
DEcclesiastes.txt102 …5:19. For he shall not much remember the days of his life, because God entertaineth his heart with…
206 …11:8. If a man live many years, and have rejoiced in them all, he must remember the darksome time,…
DMicheas.txt73 …6:5. O my people, remember, I pray thee, what Balach, the king of Moab, purposed: and what Balaam,…
/plugin/impressjs/tpl/dokuwiki/
Dimpress.css9 Please remember that it is not meant to be a part of impress.js and is
666 It happens a lot in Chrome. I don't remember if I've seen it in Firefox.
/plugin/tuxquote/
Dquotes.txt56 Always remember you're unique, just like everyone else.
107 Happiness isn't something you experience; it's something you remember. <BR> -- Oscar Levant
154 Just remember: when you go to court, you are trusting your fate to twelve people that weren't smart…
257 We do not remember days; we remember moments. <BR> -- Cesare Pavese
327 So far as I can remember, there is not one word in the Gospels in praise of intelligence. <BR> -- B…
392 Always remember to pillage before you burn.
551 I'd love to make up my mind, but I can't remember where I left it.
558 If you tell the truth you don't have to remember anything. <BR> -- Mark Twain
588 No one would remember the good Samaritan if he had only good intentions. He had money as well. <BR>…
932 …nger, I could remember anything, whether it had happened or not; but my faculties are decaying now…
[all …]
/plugin/diagramsnet/lib/plugins/
DcConf-1-4-8.js1177 Sidebar.prototype.showEntries = function(stc, remember, force) argument

1234