Home
last modified time | relevance | path

Searched refs:info (Results 51 – 74 of 74) sorted by relevance

123

/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 Dmedia.php662 $info = @getimagesize($file);
663 if ($mime == 'image/gif' && $info[2] != 1) {
665 } elseif ($mime == 'image/jpeg' && $info[2] != 2) {
667 } elseif ($mime == 'image/png' && $info[2] != 3) {
1191 $info = getimagesize($filename);
1192 $w = $info[0];
1193 $h = $info[1];
1216 $info = $meta->getField($tags);
1217 if (!$info) return $alt;
1218 return $info;
[all...]
H A Dtemplate.php899 * Print info if the user is logged in
922 * Print some info about the current page
1093 $info = cleanText($imgMeta->getField($tags));
1094 if (!$info) return $alt;
1095 return $info;
/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-archive/
H A DREADME.md23 info.
67 The FileInfo class can be used to specify additional info like ownership or permissions when adding a file to
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php2176 $info = stream_get_meta_data($data);
2177 if (isset($info['wrapper_type']) && $info['wrapper_type'] == 'PHP' && $info['stream_type'] == 'Input') {
3017 * See '7.7. Times' of draft-ietf-secsh-filexfer-13 for more info.
3037 * See '7. File Attributes' of draft-ietf-secsh-filexfer-13 for more info.
3257 * See '6. General Packet Format' of draft-ietf-secsh-filexfer-13 for more info.
3304 * See '6. General Packet Format' of draft-ietf-secsh-filexfer-13 for more info.
/dokuwiki/lib/plugins/extension/
H A Dstyle.less179 // more info button
180 a.info {
195 // detailed info box
261 a.info {
/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/styling/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt26 - xn--brse-5qa.xn--knrz-1ra.info
83 $input = 'andre@xn--brse-5qa.xn--knrz-1ra.info';
88 echo utf8_decode($output); // This will read: andre@börse.knörz.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/bin/
H A Dwantedpages.php79 $this->info("searching $startdir");
/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/lib/plugins/usermanager/
H A Dadmin.php1039 foreach ($user_list as $user => $info) {
1040 $line = [$user, $info['name'], $info['mail'], implode(',', $info['grps'])];
/dokuwiki/lib/plugins/config/
H A Dstyle.css4 #config__manager div.info {
/dokuwiki/inc/parser/
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 Dxhtml.php182 $this->info['toc'] &&
1972 foreach ($tracks as $trackid => $info) {
1973 [$kind, $srclang] = array_map('hsc', $info);
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown107 [Ryan McCue]: http://ryanmccue.info
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt331 info
/dokuwiki/data/
H A Ddeleted.files178 lib/plugins/authmysql/plugin.info.txt
213 lib/plugins/authpgsql/plugin.info.txt
598 lib/plugins/plugin/plugin.info.txt
654 lib/tpl/default/template.info.txt
664 lib/plugins/info/lang/sl/lang.php
/dokuwiki/vendor/geshi/geshi/
H A DTHANKS10 http://blog.igeek.info/still-fresh/category/wp-plugins/igsyntax-hiliter/)
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1220 .ui-icon-info { background-position: -16px -144px; }

123