Home
last modified time | relevance | path

Searched refs:info (Results 301 – 325 of 1857) sorted by relevance

1...<<11121314151617181920>>...75

/plugin/cli/
H A Dcli-examples.txt15 conf plugin.info.txt README syntax.php
17 user@host:~/somedir $ wc info.txt # count words in info.txt
18 7 20 204 info.txt
59 conf plugin.info.txt README syntax.php
61 user@host:~/somedir $ wc info.txt # count words in info.txt
62 7 20 204 info.txt
188 info.txt manager.dat renderer.php syntax.php
197 info.txt manager.dat renderer.php syntax.php
211 info.txt manager.dat renderer.ph syntax.php z
241 info.txt manager.dat renderer.ph syntax.php z
[all …]
/plugin/webcomponent/_test/
H A Dblockquote.test.php40 $xhtml = p_render('xhtml', $instructions, $info);
59 $xhtml = p_render('xhtml', $instructions, $info);
78 $xhtml = p_render('xhtml', $instructions, $info);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php392 $info = $this->parseComparisonFilter($startAt + 2);
393 if (($info[0] + 1) !== $endAt) {
396 substr($this->filter, $info[0] + 1, $endAt - ((int) $info[0] + 1))
400 return Filters::not($info[1]);
440 foreach ($this->containers as $info) {
441 if ($info['endAt'] === null) {
526 foreach (array_reverse((array) $this->containers, true) as $ci => $info) {
527 if ($info['endAt'] === null) {
/plugin/webdav/core/DAV/Collection/Tags/
H A DFile.php21 return str_replace(':', "\xea\x9e\x89", $this->info['filename']);
23 return $this->info['filename'];
/plugin/log/
H A Dajax.php22 $info = array();
23 echo p_render('xhtml', p_get_instructions('{{log>' . $maxcount . '}}'), $info);
/plugin/credits/
H A Dsyntax.php182 $info = $po->getInfo();
183 $this->plugins[$info['name']] = $info;
211 function alt_credits(&$renderer,$info) { argument
213 foreach($info as $plugin=>$items) {
/plugin/qc/
H A Drenderer.php66 // get author info
72 $info = $changelog->getRevisionInfo($rev);
73 if ($info && !empty($info['user'])) {
74 $authorUserCnt = empty($this->docArray['authors'][$info['user']])
76 : $this->docArray['authors'][$info['user']];
77 $this->docArray['authors'][$info['user']] = $authorUserCnt + 1;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.cue.php47 $info = &$this->getid3->info;
49 $info['fileformat'] = 'cue';
50 $this->readCueSheetFilename($info['filenamepath']);
51 $info['cue'] = $this->cuesheet;
/plugin/structnotification/action/
H A Dnotification.php124 p_get_instructions($message_with_replacements), $info);
195 foreach ($all_users as $user => $info) {
197 $set[$user] = $info;
198 } elseif (array_intersect($groups, $info['grps'])) {
199 $set[$user] = $info;
/plugin/redissue/
H A Dstyle.css40 div.issue-info {
69 div.border-info {
89 span.color-info {
118 div.issue-info span{
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php75 $info = curl_getinfo($ch);
76 if (isset($info['http_code']) && $info['http_code'] !== 200) {
77 $message = sprintf('HTTP error: %d', $info['http_code']);
/plugin/struct/types/
H A DUser.php34 $info = $auth->getUserData($rawvalue, false);
35 if ($info === false) throw new ValidationException('User not found', $rawvalue);
89 foreach ($logins as $login => $info) {
90 $result["$login "] = $info;
104 foreach ($logins as $login => $info) {
107 'label' => $info['name'] . ' [' . $true_login . ']',
/plugin/groupmail/
H A Dsyntax.php124 $info = $auth->getUserData($userId);
125 if (isset($info)) {
126 if (count(array_intersect($info['grps'], $this->recipient_groups))==0) {
154 $renderer->info['cache'] = false;
326 foreach ($userInfoHash as $u => $info) { array_push($items, $info['mail']); }
330 $info = $auth->getUserData($userId);
331 if (isset($info)) {
332 array_push($items, $info['mail']);
/plugin/api/
H A Daction.php35 $info = confToHash(__DIR__ . '/plugin.info.txt');
58 "version" => $info['date']
64 $pluginApiVersion = $info['date'];
/plugin/linkback/action/
H A Dakismet.php122 $info = $this->getInfo();
125 $http->agent = 'DokuWiki/' . getVersion() . ' | ' . $info['name'] . '/' . $info['date'];
/plugin/feedmod/
H A DREADME7 (c) 2008 - 2023 by Michael Klier <chi@chimeric.de>, Rainer Kaufmann <info@kaufmann-automotive.ch>
9 See COPYING for license info.
/plugin/structtemplate/_vagrant/
H A DVagrantfile100 # info "Cleaning up DokuWiki installation, but preserving #{dw_plugin}..."
102 # info "========================================================================"
103 # info "On Windows hosts the virtual machine should be running for this step."
104 # info "If Vagrant reports that it's not yet ready for SSH, either start the"
105 # info "virtual machine or remove the DokuWiki files around the plugin manually."
106 # info "========================================================================"
/plugin/webdav/core/DAV/Collection/Pages/
H A DFile.php21 Utils::saveWikiText($this->info['id'], null, 'delete');
27 Utils::saveWikiText($this->info['id'], Utils::streamReader($data), 'edit');
/plugin/pureldap/classes/
H A DClient.php31 /** @var array cached user info */
86 * Extract user info from environment for SSO
188 * Get info for a single user, use cache if available
223 $info = $this->getUser($username, $fetchgroups);
226 if ($this->config['usefscache'] && $info !== null) {
227 $this->userCache[$username] = $info;
229 file_put_contents($cachename, json_encode($info, JSON_THROW_ON_ERROR));
232 return $info;
/plugin/tagging/
H A Dsyntax.php78 $renderer->info['cache'] = false;
88 $renderer->info['cache'] = false;
96 $renderer->info['cache'] = false;
/plugin/alphalist/
H A Dhelper.php31 $info = array();
32 $rendered = p_render('xhtml',p_get_instructions($string),$info);
/plugin/authyubikey/
H A Dauth.php.org73 * Return user info
75 * Returns info about the given user needs to contain
253 foreach($this->users as $user => $info) {
254 $count += $this->_filter($user, $info);
281 foreach($this->users as $user => $info) {
282 if($this->_filter($user, $info)) {
284 $out[$user] = $info;
379 * return true if $user + $info match $filter criteria, false otherwise
384 * @param array $info User's userinfo array
387 protected function _filter($user, $info) {
[all …]
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php543 foreach ($this->users as $user => $info) {
544 $count += $this->_filter($user, $info);
570 foreach ($this->users as $user => $info) {
571 if ($this->_filter($user, $info)) {
573 $out[$user] = $info;
618 function _filter($user, $info) { argument
624 if (!count(preg_grep($pattern, $info['grps']))) return 0;
626 if (!preg_match($pattern, $info[$item])) return 0;
/plugin/dbquery/
H A Drenderer.php45 $this->info['dbquery']['transpose'] = false;
53 'macros' => $this->info['dbquery'],
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as122 _aNC[i].client.onStatus = function (info) {
210 trace(event.info.code);
211 if(event.info.description != undefined) {
212 trace(event.info.description);
217 // if (info.description == "[ License.Limit.Exceeded ]") {
219 switch (event.info.code) {
238 if (event.info.description.indexOf("_checkbw") != -1) {
257 // See if we have version info
259 if (event.info.data && event.info.data.version) {
260 _serverVersion = event.info.data.version;

1...<<11121314151617181920>>...75