Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 29) sorted by relevance

12

/dokuwiki/_test/tests/inc/
H A Dmail_isvalid.test.php70 * @param bool $success
72 function test1($input, $success) { argument
74 $this->assertSame($success, $result);
/dokuwiki/inc/Cache/
H A DCache.php191 * @param bool $success result of this cache use attempt
194 protected function stats($success) argument
201 return $success;
223 if ($success) {
230 return $success;
/dokuwiki/inc/Feed/
H A DFeedParserFile.php30 $this->success = $this->http->sendRequest($url);
38 return $this->success;
/dokuwiki/bin/
H A Dgittool.php134 …if ($succeeded) $this->success('successfully cloned the following extensions: ' . implode(', ', $s…
158 $this->success("installed $ext via download");
172 …if ($succeeded) $this->success('successfully installed the following extensions: ' . implode(', ',…
201 $this->success("git succeeded in $repo");
238 $this->success("cloning of $ext succeeded");
265 $this->success('Found ' . count($data) . ' .git directories');
H A Dindexer.php94 $this->success("$id indexed.");
112 $this->success('Index cleared.');
H A Ddwpage.php180 $this->success("$wiki_id locked");
185 $this->success("$wiki_id unlocked");
239 $this->success("$wiki_id > $localfile");
273 $this->success("$localfile > $wiki_id");
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php62 public $success = true; variable in SimplePie\\File
120 $this->success = false;
157 $this->success = false;
214 $this->success = false;
229 $this->success = false;
235 $this->success = false;
241 $this->success = false;
250 $this->success = false;
H A DLocator.php229 …if ($feed->success && ($feed->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE === 0 || ($feed->s…
336 …if ($feed->success && ($feed->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE === 0 || ($feed->s…
358 …if ($feed->success && ($feed->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE === 0 || ($feed->s…
H A DSimplePie.php1556 $success = 0;
1563 $success |= $single_success;
1569 return (bool) $success;
1778 if ($file->success) {
1823 …if (!$file->success && !($file->method & self::FILE_SOURCE_REMOTE === 0 || ($file->status_code ===…
/dokuwiki/lib/styles/
H A Dscreen.css9 div.success,
25 [dir=rtl] div.success,
44 div.success {
46 background-image: url(../images/success.png);
H A Dprint.css8 div.success,
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php175 $this->success($this->getLang('add_ok'));
242 $this->success($this->getLang('update_ok'));
280 $this->success($this->getLang('update_ok'));
/dokuwiki/lib/plugins/extension/
H A Dcli.php158 $this->success(sprintf($this->getLang($msg), $ext->getID()));
185 $this->success(sprintf($this->getLang('msg_delete_success'), $ext->getID()));
222 $this->success(sprintf($this->getLang('msg_install_success'), $id));
224 $this->success(sprintf($this->getLang('msg_update_success'), $id));
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js117 success: 'qq-upload-success', property
174 if (result.success){
175 qq.addClass(item, this._classes.success);
H A Dfileuploader.js518 success: 'qq-upload-success', property
620 if (result.success){
621 qq.addClass(item, this._classes.success);
/dokuwiki/inc/
H A DMailer.class.php718 $success = false;
734 'success' => &$success,
788 $success = @mail($to, $subject, $body, $headers);
790 $success = @mail($to, $subject, $body, $headers, $this->sendparam);
795 return $success;
H A Dauth.php71 if ($auth->success == false) {
99 if (true === $auth->success) {
/dokuwiki/inc/Extension/
H A DAuthPlugin.php16 public $success = true; variable in dokuwiki\\Extension\\AuthPlugin
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php34 $this->success = false;
40 $this->success = false;
58 $this->success = false;
112 $this->success = true;
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php282 public function success($string, array $context = array()) function in splitbrain\\phpcli\\Base
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green…
145 loglevels and our own `success` level:
150 * success (this is not defined in PSR-3)
/dokuwiki/lib/plugins/config/
H A Dstyle.css2 #config__manager div.success,
/dokuwiki/lib/plugins/authad/
H A Dauth.php98 $this->success = false;
652 $this->success = false;
/dokuwiki/lib/plugins/authpdo/_test/
H A Dmysql.test.php119 $this->assertTrue($auth->success, $info);
/dokuwiki/lib/plugins/authplain/
H A Dauth.php40 $this->success = false;

12