Home
last modified time | relevance | path

Searched refs:true (Results 151 – 175 of 6699) sorted by path

12345678910>>...268

/plugin/approve/helper/
H A Ddb.php51 $this->sqlite->getAdapter()->setUseNativeAlter(true);
68 public function getDB($throw=true)
96 clearstatcache(true, $file);
/plugin/approve/syntax/
H A Dtable.php38 'summarize' => true,
67 $value = $value == '0' ? false : true;
91 return true;
108 $renderer->meta['plugin'][$plugin_name]['dynamic_approver'] = true;
111 $renderer->meta['plugin'][$plugin_name]['approve_table'] = true;
/plugin/archivegenerator/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dadmin.php27 return true;
67 $this->generateArchive = true;
132 $this->addDirToArchive($archive, 'lib', true, '^' . $this->base . 'lib/plugins$');
133 $this->addDirToArchive($archive, 'lib/plugins', true, $this->buildSkipPluginRegex());
135 $this->addDirToArchive($archive, 'data/meta', true, '\.changes(\.trimmed)?$');
137 $this->addDirToArchive($archive, 'data/media_meta', true, '\.changes$');
178 $this->addDirToArchive($archive, 'lib', true, '^' . $this->base . 'lib/plugins$');
387 return true;
414 return true;
513 $startTime = microtime(true);
[all …]
/plugin/archiveupload/
H A DCOPYING77 Whether that is true depends on what the Program does.
H A Daction.php172 return true;
187 return true;
/plugin/articlelinks/
H A Dsyntax.php96 return true;
/plugin/asana/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/asana/remote/
H A DAPILink.php64 curl_setopt($this->ch, CURLOPT_RETURNTRANSFER , true);
357 $data_rep = json_decode(curl_exec($this->ch),true);
370 $data_rep = json_decode(curl_exec($this->ch),true);
381 $data_rep = json_decode(curl_exec($this->ch),true);
393 $data_rep = json_decode(curl_exec($this->ch),true);
419 $data_rep = json_decode(curl_exec($this->ch),true);
431 $data_rep = json_decode(curl_exec($this->ch),true);
443 $data_rep = json_decode(curl_exec($this->ch),true);
/plugin/asana/syntax/
H A DAsanaSyntax.php119 return true;
/plugin/asiansearch/
H A DCOPYING77 Whether that is true depends on what the Program does.
H A Daction.php252 $secedit = true;
261 if($INFO['prependTOC']) $html = tpl_toc(true).$html;
268 $html = p_wiki_xhtml($ID,$REV,true);
270 if($INFO['prependTOC']) $html = tpl_toc(true).$html;
/plugin/asyncsearch/
H A Dpagelookup.php41 return true;
60 $data = ft_pageLookup($QUERY,true,useHeading('navigation'));
/plugin/attribute/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dhelper.php18 protected $secure = true;
34 $this->success = true;
432 $result = true;
473 $result = true;
521 $success = true;
/plugin/authchained/
H A Dauth.php18 public $success = true;
176 return true;
211 return true;
216 return true;
236 public function getUserData($user, $requireGroups=true) {
/plugin/authclientcert/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dauth.php23 $this->cando['delUser'] = true; // can Users be deleted?
28 $this->cando['modGroups'] = true; // can groups be changed?
29 $this->cando['getGroups'] = true; // can a list of available groups be retrieved?
30 $this->cando['external'] = true; // does the module do external auth checking?
31 $this->cando['logout'] = true; // possible for user logged in with password
45 $sticky ? $sticky = true : $sticky = false; //sanity check
59 msg(print_r($certUserInfo, true));
75 return true;
176 $cert_dump = print_r($client_cert_data, true);
/plugin/authdiscourse/
H A Dauth.php19 $this->success = true;
20 $this->cando['external'] = true;
21 $this->cando['logoff'] = true;
40 …('sha256', $this->nonce, $this->sso_secret), 0, "", "", ($conf['securecookie'] && is_ssl()), true);
73 return true;
104 return true;
/plugin/authdjango/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dauth.php31 $this->cando['external'] = true;
32 $this->cando['getGroups'] = true;
48 $this->success = true;
57 $sticky ? $sticky = true : $sticky = false; //sanity check
76 $userid = json_decode($session_json, true)['_auth_user_id'];
100 return true;
/plugin/authdomainlimitation/action/
H A Dsignup.php38 return true;
46 return true;
/plugin/authdrupal7/
H A DCOPYING77 Whether that is true depends on what the Program does.
H A Dauth.php63 $this->success = true;
126 public function getUserData($user, $requireGroups=true) {
155 protected function _getUserInfo($user, $requireGroups=true, $useCache=true) {
163 if (($requireGroups == true) && $info && !isset($info['grps'])) {
322 return true; // connection and database successfully opened
335 return true; // connection already open
472 return true;
489 return true;
521 protected function _cacheExists($user, $requireGroups=true) {
524 return true; // user doesn't exist
[all …]
/plugin/authdrupal8/
H A Dauth.php54 $this->cando['getUserCount'] = true; // can the number of users be retrieved?
57 $this->cando['logout'] = true; // can the user logout again? (eg. not possible with HTTP auth)
58 // FIXME intialize your auth system and set success to true, if successful
59 $this->success = true;
117 * @param bool $requireGroups when true, group membership information should be included in the returned array;
121 public function getUserData($user, $requireGroups=true) {
144 * @param bool $requireGroups true if group memberships should be included
145 * @param bool $useCache true if ok to return cached data & to cache returned data
150 protected function _getUserInfo($user, $requireGroups=true, $useCache=true) {
[all...]

12345678910>>...268