Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 74) sorted by last modified time

123

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingRenderer.php29 $info = $renderer->getInfo();
30 $this->prompts[$plugin] = $info['name'];
/dokuwiki/lib/plugins/authpdo/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dauth.php84 ['select-user', 'select-user-groups', 'update-user-info:name']
89 ['select-user', 'select-user-groups', 'update-user-info:mail']
149 * Return user info
151 * Returns info about the given user needs to contain
200 if (($info = $this->getUserData($user, false)) !== false) {
284 // changing info?
290 $ok = $this->query($this->getConf('update-user-info'), $params);
315 // reload group info
/dokuwiki/lib/plugins/acl/
H A Dadmin.php376 * Print info and editor
462 $info = $auth->getUserData($user);
463 if ($info === false) {
466 $groups = $info['grps'];
/dokuwiki/vendor/geshi/geshi/
H A DTHANKS10 http://blog.igeek.info/still-fresh/category/wp-plugins/igsyntax-hiliter/)
/dokuwiki/lib/plugins/extension/
H A Dstyle.less179 // more info button
180 a.info {
195 // detailed info box
261 a.info {
H A Daction.php22 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'info');
26 * Create the detail info for a single plugin
31 public function info(Event $event, $param)
82 case 'info':
28 public function info(Doku_Event $event, $param) global() function in action_plugin_extension
H A Dadmin.php81 foreach ($installed as $info) {
83 $this->getLang('msg_' . $info['type'] . '_' . $info['action'] . '_success'),
84 $info['base']
136 foreach ($installed as $info) {
138 $this->getLang('msg_' . $info['type'] . '_' . $info['action'] . '_success'),
139 $info['base']
145 foreach ($installed as $info) {
147 $this->getLang('msg_' . $info['typ
[all...]
H A Dcli.php75 $this->warning('Extension Repository API is not accessible, no remote info available!');
250 foreach ($installed as $info) {
253 $this->getLang('msg_' . $info['type'] . '_' . $info['action'] . '_success'),
254 $info['base']
/dokuwiki/inc/parser/
H A Dxhtml.php182 $this->info['toc'] &&
1972 foreach ($tracks as $trackid => $info) {
1973 [$kind, $srclang] = array_map('hsc', $info);
H A Dxhtmlsummary.php50 $this->info['sum_pagetitle'] = $text;
H A Dmetadata.php63 * Sets up some of the persistent info about the page if it doesn't exist, yet.
94 // store internal info in metadata (notoc,nocache)
95 $this->meta['internal'] = $this->info;
H A Drenderer.php33 public $info = [
67 $this->info['cache'] = true;
68 $this->info['toc'] = true;
98 $this->info['cache'] = false;
108 $this->info['toc'] = false;
31 public $info = array( global() variable in Doku_Renderer
/dokuwiki/inc/
H A Dparserutils.php92 $ret = p_render('xhtml', p_get_instructions(io_readWikiPage($file, $id, $rev)), $info, $date_at);
158 $parsed = p_render($format, p_cached_instructions($file, false, $id), $info);
160 if (!empty($info['cache']) && $cache->storeCache($parsed)) { // storeCache() attempts to save cachefile
657 * In the $info array is information from the renderer returned
661 * @param array $info returns render info like enabled toc and cache
668 function p_render($mode, $instructions, &$info, $date_at = '')
695 //set info array
696 $info = $Renderer->info;
677 p_render($mode, $instructions, & $info, $date_at = '') global() argument
[all...]
H A Dsearch.php204 $info = [];
205 $info['id'] = pathID($file, true);
206 if ($info['id'] !== cleanID($info['id'])) {
208 msg(hsc($info['id']) . ' is not a valid file name for DokuWiki - skipped', -1);
213 $info['perm'] = auth_quickaclcheck(getNS($info['id']) . ':*');
214 if (empty($opts['skipacl']) && $info['perm'] < AUTH_READ) {
219 if (!empty($opts['pattern']) && !@preg_match($opts['pattern'], $info['id'])) {
223 $info['fil
[all...]
H A Dtemplate.php879 * Print info if the user is logged in
902 * Print some info about the current page
1073 $info = cleanText($imgMeta->getField($tags));
1074 if (!$info) return $alt;
1075 return $info;
H A Dcommon.php161 * @param bool $htmlClient add info about whether is mobile browser
162 * @return array with info for a request of $id
171 // set info about manager/admin status.
172 $info = [];
173 $info['isadmin'] = false;
174 $info['ismanager'] = false;
176 $info['userinfo'] = $USERINFO;
177 $info['perm'] = auth_quickaclcheck($id);
178 $info['client'] = $INPUT->server->str('REMOTE_USER');
180 if ($info['per
[all...]
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt331 info
/dokuwiki/inc/lang/et/
H A Dregistermail.txt1 Uus kasutaja on registreeritud. Tema info:
/dokuwiki/lib/styles/
H A Dprint.css7 div.info,
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2127 $info = 'SimplePie ' . \SimplePie\SimplePie::VERSION . ' Build ' . static::get_build() . "\n";
2128 $info .= 'PHP ' . PHP_VERSION . "\n";
2130 $info .= 'Error occurred: ' . $sp->error() . "\n";
2132 $info .= "No error found.\n";
2134 $info .= "Extensions:\n";
2138 $info .= " $ext loaded\n";
2141 $info .= ' Version ' . PCRE_VERSION . "\n";
2145 $info .= ' Version ' . $version['version'] . "\n";
2148 $info .= ' Overloading: ' . mb_get_info('func_overload') . "\n";
2151 $info
[all...]
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php41 // remember current user info
50 foreach ($users as $user => $info) {
51 [$style, $lastupdate] = $info;
124 // restore current user info
131 * Lock subscription info
164 * Unlock subscription info
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md45 $this->info('1.0.0');
74 for further info.
93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green), ``info()`` (cyan),
148 * info
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DCLI.php102 public function info($message, array $context = array()) function in splitbrain\\phpcli\\CLI
104 $this->log('info', $message, $context);
/dokuwiki/lib/plugins/info/
H A Dsyntax.php74 //handle various info stuff
113 $renderer->doc .= "no info about " . htmlspecialchars($data[0]);
144 foreach ($plginfo as $info) {
147 $renderer->externallink($info['url'], $info['name']);
150 $renderer->cdata($info['date']);
153 $renderer->emaillink($info['email'], $info['author']);
155 $renderer->cdata($info['desc']);
178 $info
[all...]

123