Home
last modified time | relevance | path

Searched refs:ok (Results 1 – 15 of 15) sorted by last modified time

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php216 $ok = $this->query($this->getConf('insert-user'), $userdata);
217 if ($ok === false) goto FAIL;
225 $ok = $this->addGroup($group);
226 if ($ok === false) goto FAIL;
233 $ok = $this->joinGroup($userdata, $allgroups[$group]);
234 if ($ok === false) goto FAIL;
270 $ok = $this->query($this->getConf('update-user-login'), $params);
271 if ($ok === false) goto FAIL;
280 $ok = $this->query($this->getConf('update-user-pass'), $params);
281 if ($ok
[all...]
/dokuwiki/lib/plugins/config/
H A Dadmin.php53 $ok = $this->configuration->updateSettings($INPUT->arr('config'));
54 if ($ok) { // no errors
/dokuwiki/inc/
H A Dio.php231 $ok = io_saveFile(...$data[0]);
233 if ($ok && is_int($data[3]) && $data[3] > 0) {
236 return $ok;
H A Dauth.php99 $ok = null;
102 $ok = $auth->trustExternal($INPUT->str('u'), $INPUT->str('p'), $INPUT->bool('r'));
105 if ($ok === null) {
574 $ok = auth_isMember($conf['superuser'], $user, $groups);
577 if (!$ok && !$adminonly) {
578 $ok = auth_isMember($conf['manager'], $user, $groups);
581 $cache[$cachekey] = $ok;
H A DJpegMeta.php1012 $ok = true;
1092 return $ok;
1173 $ok = true;
1189 $ok = false;
1193 $ok = false;
1199 $ok = false;
1203 $ok = false;
1260 return $ok;
H A Dmedia.php413 $ok = copy($from, $to);
415 return $ok;
482 $ok = media_contentcheck($file['name'], $file['mime']);
483 if ($ok == -1) {
485 } elseif ($ok == -2) {
487 } elseif ($ok == -3) {
/dokuwiki/lib/plugins/extension/
H A Dcli.php123 $ok = 0;
129 $ok += $this->cmdInstall([$extname]);
133 return $ok;
148 $ok = 0;
153 ++$ok;
167 ++$ok;
174 return $ok;
188 $ok = 0;
193 ++$ok;
202 $ok
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php1264 if ($ok = io_mkdir_p($dst)) {
1265 while ($ok && (false !== ($f = readdir($dh)))) {
1267 $ok = $this->dircopy("$src/$f", "$dst/$f");
1272 return $ok;
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php693 if ($ok = $this->auth->triggerUserMod('create', [$user, $pass, $name, $mail, $grps])) {
704 return $ok;
827 if ($ok = $this->auth->triggerUserMod('modify', [$olduser, $changes])) {
845 return $ok;
1064 // check file uploaded ok.
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php83 $ok = true;
92 $ok = false;
98 $ok = false;
103 $ok = false;
109 $ok = false;
115 $ok = false;
119 if (!$ok) {
/dokuwiki/inc/Remote/
H A DApiCore.php144 $ok = null;
146 $ok = $auth->trustExternal($user, $pass, false);
148 if ($ok === null) {
155 $ok = Event::createAndTrigger('AUTH_LOGIN_CHECK', $evdata, 'auth_login_wrapper');
159 return $ok;
/dokuwiki/inc/Action/
H A DSubscribe.php88 $ok = $subManager->remove($target, $INPUT->server->str('REMOTE_USER'), $style);
90 $ok = $subManager->add($target, $INPUT->server->str('REMOTE_USER'), $style);
93 if ($ok) {
/dokuwiki/bin/
H A Dgittool.php231 $ok = false;
234 $ok = $plugin->installFromURL($url);
239 if ($ok) {
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php108 $ok = true;
115 if ($obj->hasError()) $ok = false;
118 return $ok;
/dokuwiki/
H A Dinstall.php295 * @return bool ok?
326 $ok = false;
329 $ok = true;
334 $ok = false;
339 $ok = false;
343 $ok = false;
346 $ok = false;
350 $ok = false;
354 $ok = false;
362 return $ok;
[all...]