Home
last modified time | relevance | path

Searched refs:success (Results 426 – 440 of 440) sorted by path

1...<<1112131415161718

/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/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green), ``info()`` (cyan),
145 loglevels and our own `success` level:
150 * success (this is not defined in PSR-3)
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php29 'success' => array('✓ ', Colors::C_GREEN, STDOUT),
121 'Valid levels are: debug, info, notice, success, warning, error, critical, alert, emergency.',
213 public function success($string, array $context = array()) function in splitbrain\\phpcli\\Base
215 $this->logMessage('success', $string, $context);
/plugin/userspagecreate/
H A Daction.php74 if ( $msg['lvl']=='success'
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1391 }if(state=="Complete"){var success=t.status==200,response=this.getResponse(o); variable
1393 }if(fn=o["on"+(success?"Success":"Failure")]){fn(response,o)
5000 var success=xhrRequest.status==200;
5012 …atus==0?"":xhrRequest.status+" "+xhrRequest.statusText,time:duration,success:success}){setTimeout(…
5015 }handleRequestStatus(success,status,time)
5025 var handleRequestStatus=function(success,status,time){var row=spy.logRow; argument
5027 if(!success){FBL.setClass(row,"error")
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php530 $success = false;
532 $success = true;
537 $success = $isDefined;
622 $success = false;
624 $success = true;
630 $success = $isDefined;
634 $success = false;
642 $success = !$success;
679 $success = false;
684 if ($success) break;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1220 $success = $mkCol->commit();
1222 if (!$success) {
/plugin/webdav/vendor/sabre/event/lib/Promise/
H A Dfunctions.php34 return new Promise(function($success, $fail) use ($promises) {
42 … function($result) use ($promiseIndex, &$completeResult, &$successCount, $success, $promises) {
46 $success($completeResult);
73 return new Promise(function($success, $fail) use ($promises) {
79 function($result) use ($success, &$alreadyDone) {
84 $success($result);
/plugin/webdav/vendor/sabre/http/
H A DREADME.md107 'success!'
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php177 * @param callable $success
181 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) { argument
184 $this->sendAsyncInternal($request, $success, $error);
542 * @param callable $success
546 …protected function sendAsyncInternal(RequestInterface $request, callable $success, callable $error… argument
559 $success,
/plugin/wysiwyg/
H A Dajax.php133 $success = io_saveFile($lock,$_SERVER['REMOTE_USER']);
135 $success = io_saveFile($lock,clientIP());
137 if ($success ) echo "success";
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/xcom/
H A Dscript.js47 success: function(data)
98 success: function(data)
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1success","lastly","tap","tapCatch","handlerOrPredicate","catchInstances","./catch_filter","16","Pr…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js2052 Promise.prototype._passThrough = function(handler, type, success, fail) { argument
2054 return this._then(success,

1...<<1112131415161718