Home
last modified time | relevance | path

Searched refs:success (Results 76 – 100 of 440) sorted by relevance

12345678910>>...18

/plugin/fedauth/classes/adm/
H A Dfa_moveup.adm.class.php37 $this->success = true;
49 print '{"success":' . (int)$this->success . '}';
H A Dfa_uselarge.adm.class.php37 $this->success = true;
49 if ($this->success) {
H A Dfa_usesmall.adm.class.php37 $this->success = true;
49 if ($this->success) {
/plugin/diagramsnet/lib/js/diagramly/
H A DLocalLibrary.js47 LocalLibrary.prototype.saveAs = function(title, success, error) argument
49 this.saveFile(title, false, success, error);
H A DGitLabClient.js49 GitLabClient.prototype.authenticate = function(success, error) argument
57 this.authenticateStep2(req.getText(), success, error);
87 success();
146 success();
218 success(req);
321 success(tokens, knownRefPos);
351 success(tokens, refPos);
578 success(this.createGitLabFile(org, repo, ref,
672 success(req);
702 success(tempFile.getCurrentEtag());
[all …]
H A DUrlLibrary.js67 UrlLibrary.prototype.isEditable = function(title, success, error) argument
75 UrlLibrary.prototype.saveAs = function(title, success, error) argument
H A DRemoteLibrary.js47 RemoteLibrary.prototype.save = function(revision, success, error) argument
55 RemoteLibrary.prototype.saveAs = function(title, success, error) argument
/plugin/simplechat/
H A Dscript.js28 success: function( data ){
53 success: function( data ) {
86 success: function( data ){
/plugin/fedauth/classes/
H A Dfa_base.class.php41 var $success = false; variable in fa_base
67 $this->success = false;
114 function success($msg, $params=null) { function in fa_base
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DApcCache.php36 $value = apc_fetch($key, $success);
38 if (!$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/bpmnioeditor/
H A Dscript.js53 success: function(data){
80 success: function(data){
101 success: function(data){
137 success: function(xml) {
182 success: function(xml) {
242 success: function(data){
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php175 * @param callable $success
179 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) { argument
182 $this->sendAsyncInternal($request, $success, $error);
540 * @param callable $success
544 …protected function sendAsyncInternal(RequestInterface $request, callable $success, callable $error… argument
557 $success,
/plugin/bootswrapper/exe/help/
H A Dtext.txt69 <TEXT type="success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</TEXT>
82 <text type="success"> [...] </text>
96 <TEXT background="success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</TEXT>
108 <text background="success"> [...] </text>
120 | ''type'' | ''muted'' ''primary'' ''success'' ''info'' ''warning'' ''danger'' | Contextual c…
121 | ''background'' | ''primary'' ''success'' ''info'' ''warning'' ''danger'' | Contextual background …
/plugin/fedauth/classes/usr/
H A Dfa_remove.usr.class.php35 $this->success = true;
37 $this->msg($this->success('logindel', array('@PROVID@' => $pname)));
/plugin/fblogin/files/
H A Dfacebook.class.php35 $this->success = false;
40 $this->success = false;
46 $this->success = true;
/plugin/farm/
H A Dsoapserver.php131 …* @return success indicator and errors, also contains accepted name if successful (only different …
146 * @return success indicator
174 * @return success indicator
188 * @return success indicator
/plugin/memcache/classes/
H A Dmemcache_wincache.class.php29 public static function get($key,&$success = false){ argument
31 return wincache_ucache_get ($key, $success);
H A Dmemcache_apc.class.php31 public static function get($key,&$success = false){ argument
33 return apc_fetch ($key, $success);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js598 var success = options.success;
602 if (success) success.call(options.context, model, resp, options);
637 var success = options.success;
645 if (success) success.call(options.context, model, resp, options);
669 var success = options.success;
679 if (success) success.call(options.context, model, resp, options);
685 _.defer(options.success);
1059 var success = options.success;
1064 if (success) success.call(options.context, collection, resp, options);
1081 var success = options.success;
[all …]
/plugin/memcache/
H A Dhelper.php134 function get($key,&$success = false){ argument
135 return memcache::get($key,$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";
/plugin/ajaxedit/
H A Dhelper.php97 function success($data=array()){ function in helper_plugin_ajaxedit
119 * @param array $param will go to @see success
126 $this->success($param);
/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php182 return new self(function($success, $fail) use ($promises) {
190 … function($result) use ($promiseIndex, &$completeResult, &$successCount, $success, $promises) {
194 $success($completeResult);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php146 $success = true;
152 $success = false;
156 if (!$success) {

12345678910>>...18