Home
last modified time | relevance | path

Searched refs:success (Results 101 – 125 of 440) sorted by relevance

12345678910>>...18

/plugin/farm/
H A Danimal.class.php130 * @return success as boolean
212 * @return success as boolean
252 * @return success as boolean
296 * @return success as boolean
372 * @return success as boolean, also false if backend not compatible
423 * @return success as boolean, also false if backend not compatible
530 * @return success as boolean
545 * @return success as boolean
578 * @return success as boolean
719 * @return success as boolean
[all …]
H A Danimalmanager.class.php52 $this->manager->success('animal_new_create_success');
97 }else $this->manager->success('animal_status_update_success');
105 }else $this->manager->success('animal_status_update_success');
139 $this->manager->success('animal_users_add_success');
149 $this->manager->success('animal_users_delete_success');
157 $this->manager->success('animal_editfile_delete_success');
162 $this->manager->success('animal_editfile_save_success');
168 $this->manager->success('animal_editfile_save_success');
182 $this->manager->success('animal_delete_success');
/plugin/issuelinks/services/
H A DAbstractService.php43 $success = $dokuHTTPClient->sendRequest($url, $dataToBeSend, $method);
48 if (!$success || $dokuHTTPClient->status < 200 || $dokuHTTPClient->status > 206) {
/plugin/ajaxpeon/
H A Dscript.js23 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true});
27 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true});
/plugin/owncloud/
H A Dscript.js34 success: function(data) {filelist.folderContent(data, $row, level);},
66 success: function(ret) {if(ret != file){filehistory.putContent(ret, $row);}else{}},
100 success: function(data) {
/plugin/bootswrapper/exe/help/
H A Dalert.txt7 <alert type="success">
24 <alert type="success">...</alert>
48 | ''type'' | ''info'' | ''success'' ''info'' ''warning'' ''danger'' | Type of alert |
H A Dbutton.txt7 | <btn type="success">Success</btn> | Indicates a successful or positive action |
18 <btn type="success">Success</btn>
29 <code html><btn type="success" size="lg" icon="glyphicon glyphicon-edit">[[:wiki:welcome]]</btn></c…
31 <btn type="success" icon="glyphicon glyphicon-edit">[[:wiki:welcome]]</btn>
113 | ''type'' | ''default'' | ''default'' ''primary'' ''success'' ''info'' ''warning'' ''danger'' ''li…
/plugin/numbering/
H A Dscript.js36 success: function(data){
53 success: function(data){
/plugin/authhttp/
H A Dauth.php52 $this->success = false;
74 $this->success = false;
88 $this->success = true;
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php47 $success = TemplateForComponent::create($subscribeTag . "-success")->render([]);
53 $data['success-content'] = $success;
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php160 if (!ini_get("safe_mode")) $success = mail($to, $subject, $message, $headers, $params);
161 else $success = mail($to, $subject, $message, $headers);
163 if (!$success)
/plugin/davcal/vendor/sabre/event/tests/
H A DPromiseTest.php103 $promise = (new Promise(function($success, $fail) {
105 $success('hi');
119 $promise = (new Promise(function($success, $fail) {
/plugin/tagging/script/
H A Deditable.js210 if (typeof this.options.success === 'function') {
211 this.options.success.call(this.options.scope, response, newValue);
375 success : this.options.success,
437 success : null, //success callback property in $.fn.editable.defaults
438 scope : null, //success calback scope
/plugin/authenvvars/
H A Dauth.php28 $this->success = false;
48 $this->success = true;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js480 function onTunnelStart(success) { argument
487 if (!success) {
697 success = true,
703 if (success) {
704 success = !this.failed;
707 tunnel.stop(_.partial(tunnel.emit, 'complete', success));
727 success = true;
902 tunnel.on('complete', function(success) { argument
903 process.exit(success ? 0 : 1);
/plugin/authplaincas/
H A Dauth.php60 $this->success = false;
65 $this->success = false;
82 $this->success = false;
85 $this->success = false;
88 $this->success = true;
92 if ($this->success) {
158 $this->success = false;
/plugin/bureaucracy-au/
H A Dsyntax.php216 $success = $this->_handlepost($data);
217 if($success !== false) {
218 … $R->doc .= '<div class="bureaucracyau__plugin" id="scroll__here">' . $success . '</div>';
304 $success = true;
322 $success = false;
325 if(!$success) {
/plugin/bureaucracyau/
H A Dsyntax.php216 $success = $this->_handlepost($data);
217 if($success !== false) {
218 … $R->doc .= '<div class="bureaucracyau__plugin" id="scroll__here">' . $success . '</div>';
304 $success = true;
322 $success = false;
325 if(!$success) {
/plugin/authsplit/
H A Dauth.php21 * @param int $err -1 for error, 0 for info, 1 for success
47 $this->success = false;
54 $this->success = false;
66 $this->success = false;
74 $this->success = false;
82 $this->success = false;
/plugin/fedauth/classes/usr/
H A Dfa_signedin.usr.class.php77 $this->msg($this->success('loginadded', array('@PROVID@' => $pname)));
81 $this->success = true;
H A Dfa_register.usr.class.php32 $this->success = true;
49 $this->msg($this->success('loginadded', array('@PROVID@' => $data['prnm'])));
/plugin/fedauth/js/
H A Dadmin.js100 .success(function(data) {
121 .success(function(data) {
142 .success(function(data) {
166 .success(function(data) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php165 $success = $this->connect();
166 if($success) {
/plugin/bootswrapper/
H A Dall.css70 .bs-callout-success {
73 .bs-callout-success h4 {
106 .bs-callout-success .bs-callout-icon { color: #5cb85c; }
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js594 success: function() { method in AnonymousFunctionba6538a34800.options
632 options.success({i: ++i});
666 options.success();
680 success: function(m) {
712 this.ajaxSettings.success();
739 this.ajaxSettings.success();
769 this.ajaxSettings.success();
1060 options.success();
1245 options.success();
1268 .destroy({success: function(){
[all …]

12345678910>>...18