Home
last modified time | relevance | path

Searched refs:success (Results 126 – 150 of 440) sorted by relevance

12345678910>>...18

/plugin/bureaucracy/
H A Dsyntax.php221 $success = $this->_handlepost($data);
222 if($success !== false) {
223 … $R->doc .= '<div class="bureaucracy__plugin" id="scroll__here">' . $success . '</div>';
309 $success = true;
327 $success = false;
330 if(!$success) {
/plugin/confmanager/
H A Dhelper.php73 $success = io_saveFile($file, $content);
74 if ($success !== false ) {
/plugin/publish/action/
H A Dapprove.php97 $success = p_set_metadata($ID, array('approval' => $approvals), true, true);
98 if ($success) {
/plugin/daftdrafts/
H A Dhelper.php35 'return' => array('success' => 'boolean'),
41 'return' => array('success' => 'boolean'),
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js830 this.readGraphFile(success, error, path);
1203 success(file);
1209 LocalFile.prototype.copyFile = function(success, error) argument
1230 LocalFile.prototype.reloadFile = function(success) argument
1265 if (success != null)
1267 success();
1352 if (typeof success !== 'function')
1410 if (success != null)
1412 success();
1526 this.save(false, success, error, null, true);
[all …]
H A DApp.js586 success();
2411 success();
3506 success();
3589 success();
4431 success();
5055 success();
5073 success();
5106 success();
5127 success();
5241 success();
[all …]
/plugin/bibtex/OSBib/create/
H A Dosbib.css88 * .success: <p>success messages</p>
90 .success {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php89 $success = false;
99 $success = true;
103 if (!$success) {
/plugin/authdrupal7/
H A Dauth.php37 $this->success = false;
44 $this->success = false;
63 $this->success = true;
109 $this->success = false;
/plugin/authdrupal8/
H A Dauth.php36 $this->success = false;
42 $this->success = false;
58 // FIXME intialize your auth system and set success to true, if successful
59 $this->success = true;
96 * @return mixed boolean|string hashed password string in case of success, else return boolean false
104 $this->success = false;
178 * @return false|array false on error, user info on success
202 * @return bool|array false on error, all groups on success
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php56 $this->success = false;
60 $this->success = false;
64 $this->success = false;
68 $this->success = false;
77 $this->success = true;
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php238 … $success = \openssl_sign($msg, $signature, $key, $algorithm); // @phpstan-ignore-line
239 if (!$success) {
294 … $success = \openssl_verify($msg, $signature, $keyMaterial, $algorithm); // @phpstan-ignore-line
295 if ($success === 1) {
297 } elseif ($success === 0) {
/plugin/authdiscourse/
H A Dauth.php19 $this->success = true;
26 $this->success = false;
/plugin/tagalerts/
H A Dstyle.css50 background-image: url(images/success.png);
74 background-image: url(../../images/success.png);
/plugin/timetrack/
H A Dscript.js114 success:timetrack_result,
126 success:applyonly ? timetrack_resultapply : timetrack_resultnoapply,
178 if(data.success == true) {
/plugin/sectionedit/
H A Dscript.js32 var request = function(data, success) { argument
38 return jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', data, success);
/plugin/authdjango/
H A Dauth.php46 $this->success = false;
48 $this->success = true;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31…
/plugin/epnsmartlink/
H A Dscript.js5 ).success(function (data) {
/plugin/move/_test/
H A DstepThroughDocuments.test.php27 public function build_log_line($type, $from, $to, $success) { argument
28 $logEntry = array($type,$from,$to,$success);
30 return parent::build_log_line($type, $from, $to, $success);
/plugin/authradius/
H A Dauth.php39 $this->success = false;
59 $this->success = false;
/plugin/fedauth/classes/adm/
H A Dfa_remove.adm.class.php44 print '{"success":' . (int)$this->success . '}';
/plugin/davcal/vendor/sabre/http/examples/
H A Dasyncclient.php41 // This is the 'success' callback
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.inc.php110 $color = _parse_color_declaration($value, $success);
111 if ($success) { return BORDER_VALUE_COLOR; };
/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php74 public static function get($key,&$success = false){ argument
77 …$success = ( // success is based on evaluation order to detect unsuccessful e…

12345678910>>...18