Home
last modified time | relevance | path

Searched refs:success (Results 51 – 75 of 440) sorted by relevance

12345678910>>...18

/plugin/jokuwiki/
H A Dscript.js44 var success=false;
46 success=false;
50 success=true;
55 … console.log(jokuwiki.iters + "(" + jokuwiki.pjaxloads + ") still here - success = " + success);
56 if (success) {
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js277 if (success != null)
279 success();
417 success(resp);
595 if (success != null)
597 success();
601 else if (success != null)
604 success();
841 success();
874 }, success, error);
939 }, success, error);
[all …]
H A DStorageLibrary.js40 StorageLibrary.prototype.saveAs = function(title, success, error) argument
42 this.saveFile(title, false, success, error);
70 StorageLibrary.prototype.isRenamable = function(title, success, error) argument
H A DGitHubClient.js95 this.updateUser(success, error, true);
110 success();
127 GitHubClient.prototype.authenticate = function(success, error) argument
135 this.authenticateStep2(req.getText(), success, error);
190 success();
280 success(req);
378 GitHubClient.prototype.getLibrary = function(path, success, error) argument
380 this.getFile(path, success, error, true);
595 success(message);
635 success(req);
[all …]
H A DNotionLibrary.js16 NotionLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DGitLabLibrary.js16 GitLabLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DTrelloLibrary.js16 TrelloLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DGitHubLibrary.js16 GitHubLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DDropboxLibrary.js27 DropboxLibrary.prototype.doSave = function(title, success, error) argument
29 this.saveFile(title, false, success, error);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.colors.inc.php151 $color = _parse_color_declaration($decl, $success);
157 function _parse_color_declaration($decl, &$success) { argument
158 $success = true;
226 $success = false;
/plugin/authchained/
H A Dauth.php18 public $success = true; variable in auth_plugin_authchained
45 if ( is_null($this->chained_auth) || !$this->chained_auth->success ) {
46 $this->success = false;
55 if ( !is_null($tmp_class) || $tmp_class->success ) {
61 $this->success = false;
65 $success = false;
72 if(is_null($this->usermanager_auth) || !$this->usermanager_auth->success ) {
74 $this->success = false;
/plugin/bootswrapper/exe/help/
H A Dprogress.txt44 <bar value="40" type="success"></bar>
63 <bar value="40" type="success"></bar>
86 <bar value="40" type="success" striped="true"></bar>
105 <bar value="40" type="success" striped="true"></bar>
144 <bar value="35" type="success" striped="true"></bar>
152 <bar value="35" type="success" striped="true"></bar>
163 | ''type'' | ''info'' | ''success'' ''info'' ''warning'' ''danger'' | Type of progress bar |
/plugin/combo/resources/theme/default/components/html/
H A Dsubscribe-form.hbs2 data-success-content="{{ success-content }}"
3 data-success-header="Hurray!"
/plugin/sympaauth/files/
H A Dsympa.class.php45 $this->success = false;
53 $this->success = true;
61 $this->success = false;
65 $this->success = true;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dstyle.css35 …covered-by-large-tests, li.covered-by-large-tests, tr.success, td.success, li.success, span.succes…
92 span.success, span.warning, span.danger {
/plugin/farm/
H A Dadmin.php49 var $success = array(); variable in admin_plugin_farm
158 function success($s) { function in admin_plugin_farm
159 $this->success[] = $s;
166 if(!count($this->success)) return;
168 if(count($this->success) > 1) {
170 …foreach($this->success as $s) ptln(' <li>'.$this->getLang(is_array($s) ? $s['code'] : $s, is_arra…
173 $s = reset($this->success);
244 $this->success('install_success');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DNot.php91 $success = !$this->constraint->evaluate($other, $description, true);
94 return $success;
97 if (!$success) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DRSS.php90 $success = false;
100 $success = true;
103 return $success;
H A DXMLRPCClient.php111 $success = true;
114 $success = false;
115 return $success;
/plugin/mikioplugin/assets/
H A Dvariables.css27 --mikiop-success-text-color: #fff;
28 --mikiop-success-text-hover-color: #fff;
29 --mikiop-success-background-color: #28a745;
30 --mikiop-success-background-hover-color: #218838;
31 --mikiop-success-border-color: #28a745;
32 --mikiop-success-border-hover-color: #1e7e34;
33 --mikiop-success-light-text-color: #155724;
34 --mikiop-success-light-background-color: #d4edda;
35 --mikiop-success-light-border-color: #c3e6cb;
/plugin/wysiwyg/
H A Dscript.js60 success = ajax.response;
61 if (success == 'success') {
189 success = ajax.response;
190 if (success != 'success') {
191 if (success == 'noperms') {
194 else if(success.substr(0,6) == 'locked') {
195 alert(success.substr(7) +" is already editing this page.");
/plugin/twofactor/
H A DSettings.php81 $success = false;
82 $data = $this->attribute->get($this->providerID, $key, $success, $this->user);
83 if (!$success) return $default;
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js155 success();
181 ui.getComments = function(success, error) argument
1003 function getXml(success, error) argument
1030 success(revs, restoreFn);
1386 if (success != null)
1388 success();
1444 if (success != null)
1446 success(resp);
1452 success(resp);
1596 if (success != null)
[all …]
/plugin/feedback/
H A Daction.php108 $success = $mailer->send();
110 if ($success && $user && $this->getConf('send_copy')) {
114 $success = $mailer->send();
118 if (!$success) {
/plugin/fedauth/classes/adm/
H A Dfa_movedn.adm.class.php37 $this->success = true;
49 print '{"success":' . (int)$this->success . '}';

12345678910>>...18