Home
last modified time | relevance | path

Searched refs:info (Results 76 – 100 of 1857) sorted by path

12345678910>>...75

/plugin/articlelinks/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dsyntax.php92 $info = array();
93 $renderer->doc .= p_render('xhtml', $data['links'], $info);
/plugin/articlelinks/_test/
H A Dgeneral.test.php17 $info = confToHash($file);
19 $this->assertArrayHasKey('base', $info);
20 $this->assertArrayHasKey('author', $info);
21 $this->assertArrayHasKey('email', $info);
22 $this->assertArrayHasKey('date', $info);
23 $this->assertArrayHasKey('name', $info);
24 $this->assertArrayHasKey('desc', $info);
25 $this->assertArrayHasKey('url', $info);
27 $this->assertEquals('articlelinks', $info['base']);
28 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/asana/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/asiansearch/
H A DREADME.rst15 See COPYING for license info.
H A Daction.php260 $html = html_secedit(p_render('xhtml',p_get_instructions($txt),$info),$secedit);
/plugin/attribute/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/authclientcert/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/authdomainlimitation/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/authdrupal7/
H A DREADME.md16 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dauth.php136 $info = false;
138 return $info;
156 $info = null;
158 $info = $this->cacheUserInfo[$user];
160 if (is_null($info)) {
161 $info = $this->_retrieveUserInfo($user);
163 if (($requireGroups == true) && $info && !isset($info['grps'])) {
167 $this->cacheUserInfo[$user] = $info;
169 return $info;
190 $info = $result[0];
[all …]
/plugin/authdrupal8/
H A DREADME.md10 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dauth.php111 * Return user info
127 $info = $this->_getUserInfo($user, $requireGroups);
131 $info = false;
133 return $info;
151 $info = null;
153 $info = $this->cacheUserInfo[$user];
155 if (is_null($info)) {
156 $info = $this->_retrieveUserInfo($user);
158 if (($requireGroups == true) && $info && !isset($info['grp
[all...]
/plugin/authgooglesheets/
H A DREADME9 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dcomposer.lock664 "email": "info@paragonie.com",
714 "email": "info@paragonie.com",
1072 "email": "laurent@bassin.info"
H A Dhelper.php262 foreach ($this->users as $user => $info) {
263 if ($this->filter($user, $info)) {
265 $out[$user] = $info;
282 * @param array $info User's userinfo array
285 protected function filter($user, $info) argument
291 if (!count(preg_grep($pattern, $info['grps']))) return false;
293 if (!preg_match($pattern, $info[$item])) return false;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md63 * Source: http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#nbfDef
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentMessageCarouselSelectItem.php66 public function setInfo(GoogleCloudDialogflowV2IntentMessageSelectItemInfo $info) argument
68 $this->info = $info;
75 return $this->info;
H A DGoogleCloudDialogflowV2IntentMessageListSelectItem.php66 public function setInfo(GoogleCloudDialogflowV2IntentMessageSelectItemInfo $info) argument
68 $this->info = $info;
75 return $this->info;
H A DGoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem.php66 public function setInfo(GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo $info) argument
68 $this->info = $info;
75 return $this->info;
H A DGoogleCloudDialogflowV2beta1IntentMessageListSelectItem.php66 public function setInfo(GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo $info) argument
68 $this->info = $info;
75 return $this->info;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DManagedShortLink.php77 public function setInfo(DynamicLinkInfo $info) argument
79 $this->info = $info;
86 return $this->info;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DForm.php63 public function setInfo(Info $info) argument
65 $this->info = $info;
72 return $this->info;
H A DUpdateFormInfoRequest.php32 public function setInfo(Info $info) argument
34 $this->info = $info;
41 return $this->info;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DDiagnosticMessage.php40 public function setInfo(LocalizedString $info) argument
42 $this->info = $info;
49 return $this->info;

12345678910>>...75