Lines Matching refs:bool

35  * @return bool
102 $ok = $auth->trustExternal($INPUT->str('u'), $INPUT->str('p'), $INPUT->bool('r'));
111 'sticky' => $INPUT->bool('r'),
112 'silent' => $INPUT->bool('http_credentials')
178 * @return bool true if token login succeeded
227 * @return bool
263 * @param bool $sticky Cookie should not expire
264 * @param bool $silent Don't show error on bad auth
265 * @return bool true on successful auth
369 * @param bool $addsession if true, the sessionid is added to the salt
370 * @param bool $secure if security is more important than keeping the old value
485 * @param bool $keepbc - when true, the breadcrumb data is not cleared
534 * @param bool $adminonly when true checks if user is admin
535 * @param bool $recache set to true to refresh the cache
536 * @return bool
596 * @param bool $recache set to true to refresh the cache
597 * @return bool
616 * @return bool true for membership acknowledged
836 * @param bool $skip_group
929 * @return bool true on success
962 * @return bool true on success, false on any error
975 if (!$INPUT->post->bool('save')) return false;
1048 if (!$INPUT->post->bool('save')) return false;
1113 auth_setCookie($INPUT->server->str('REMOTE_USER'), $pass, (bool) $sticky);
1128 * @return bool true on success, false on any error
1139 if (!$INPUT->post->bool('delete')) return false;
1148 if (!$INPUT->post->bool('confirm_delete')) {
1179 * @return bool true on success, false on any error
1260 if (!$INPUT->post->bool('save')) return false;
1333 * @return bool true if both match
1349 * @param bool $sticky whether or not the cookie will last beyond the session
1350 * @return bool
1395 $sticky = (bool) $sticky;