/dokuwiki/_test/tests/inc/ |
D | mail_isvalid.test.php | 70 * @param bool $success 72 function test1($input, $success) { argument 74 $this->assertSame($success, $result);
|
/dokuwiki/inc/Cache/ |
D | Cache.php | 191 * @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/ |
D | FeedParserFile.php | 30 $this->success = $this->http->sendRequest($url); 38 return $this->success;
|
/dokuwiki/bin/ |
D | gittool.php | 132 …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');
|
D | dwpage.php | 180 $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/ |
D | File.php | 62 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;
|
D | Locator.php | 229 …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…
|
D | SimplePie.php | 1556 $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 ===…
|
D | Sanitize.php | 430 …if ($file->success && ($file->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE === 0 || ($file->s…
|
/dokuwiki/lib/styles/ |
D | screen.css | 9 div.success, 25 [dir=rtl] div.success, 44 div.success { 46 background-image: url(../images/success.png);
|
D | print.css | 8 div.success,
|
/dokuwiki/lib/plugins/usermanager/ |
D | cli.php | 175 $this->success($this->getLang('add_ok')); 242 $this->success($this->getLang('update_ok')); 280 $this->success($this->getLang('update_ok'));
|
/dokuwiki/lib/plugins/extension/ |
D | cli.php | 158 $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/ |
D | fileuploaderextended.js | 117 success: 'qq-upload-success', property 174 if (result.success){ 175 qq.addClass(item, this._classes.success);
|
D | fileuploader.js | 518 success: 'qq-upload-success', property 620 if (result.success){ 621 qq.addClass(item, this._classes.success);
|
/dokuwiki/inc/ |
D | Mailer.class.php | 718 $success = false; 734 'success' => &$success, 788 $success = @mail($to, $subject, $body, $headers); 790 $success = @mail($to, $subject, $body, $headers, $this->sendparam); 795 return $success;
|
D | auth.php | 70 if ($auth->success == false) { 98 if (true === $auth->success) {
|
/dokuwiki/inc/Extension/ |
D | AuthPlugin.php | 16 public $success = true; variable in dokuwiki\\Extension\\AuthPlugin
|
/dokuwiki/lib/plugins/authpdo/ |
D | auth.php | 34 $this->success = false; 40 $this->success = false; 58 $this->success = false; 112 $this->success = true;
|
/dokuwiki/vendor/splitbrain/php-cli/src/ |
D | Base.php | 282 public function success($string, array $context = array()) function in splitbrain\\phpcli\\Base
|
/dokuwiki/vendor/splitbrain/php-cli/ |
D | README.md | 93 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/ |
D | style.css | 2 #config__manager div.success,
|
/dokuwiki/lib/plugins/authad/ |
D | auth.php | 98 $this->success = false; 652 $this->success = false;
|
/dokuwiki/lib/plugins/authpdo/_test/ |
D | mysql.test.php | 119 $this->assertTrue($auth->success, $info);
|
/dokuwiki/lib/plugins/authplain/ |
D | auth.php | 40 $this->success = false;
|