Home
last modified time | relevance | path

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

12

/dokuwiki/_test/tests/inc/
Dmail_isvalid.test.php70 * @param bool $success
72 function test1($input, $success) { argument
74 $this->assertSame($success, $result);
/dokuwiki/inc/Cache/
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/
DFeedParserFile.php30 $this->success = $this->http->sendRequest($url);
38 return $this->success;
/dokuwiki/bin/
Dgittool.php132 …if ($succeeded) $this->success('successfully cloned the following extensions: ' . implode(', ', $s…
164 …if ($succeeded) $this->success('successfully installed the following extensions: ' . implode(', ',…
193 $this->success("git succeeded in $repo");
240 $this->success("installed $ext via download");
243 $this->success("failed to install $ext via download");
267 $this->success("cloning of $ext succeeded");
294 $this->success('Found ' . count($data) . ' .git directories');
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/
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;
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…
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 ===…
DSanitize.php430 …if ($file->success && ($file->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE === 0 || ($file->s…
/dokuwiki/lib/styles/
Dscreen.css9 div.success,
25 [dir=rtl] div.success,
44 div.success {
46 background-image: url(../images/success.png);
Dprint.css8 div.success,
/dokuwiki/lib/plugins/usermanager/
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/
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/
Dfileuploaderextended.js117 success: 'qq-upload-success', property
174 if (result.success){
175 qq.addClass(item, this._classes.success);
Dfileuploader.js518 success: 'qq-upload-success', property
620 if (result.success){
621 qq.addClass(item, this._classes.success);
/dokuwiki/inc/
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;
Dauth.php70 if ($auth->success == false) {
98 if (true === $auth->success) {
/dokuwiki/inc/Extension/
DAuthPlugin.php16 public $success = true; variable in dokuwiki\\Extension\\AuthPlugin
/dokuwiki/lib/plugins/authpdo/
Dauth.php34 $this->success = false;
40 $this->success = false;
58 $this->success = false;
112 $this->success = true;
/dokuwiki/vendor/splitbrain/php-cli/src/
DBase.php282 public function success($string, array $context = array()) function in splitbrain\\phpcli\\Base
/dokuwiki/vendor/splitbrain/php-cli/
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/
Dstyle.css2 #config__manager div.success,
/dokuwiki/lib/plugins/authad/
Dauth.php98 $this->success = false;
652 $this->success = false;
/dokuwiki/lib/plugins/authpdo/_test/
Dmysql.test.php119 $this->assertTrue($auth->success, $info);
/dokuwiki/lib/plugins/authplain/
Dauth.php40 $this->success = false;

12