Home
last modified time | relevance | path

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

123

/dokuwiki/inc/lang/et/
H A Dregistermail.txt1 Uus kasutaja on registreeritud. Tema info:
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php173 $userinfo = $this->info($username, array("*"), $isGUID);
197 $info = @$this->info($username, array("memberof", "primarygroupid"), $isGUID);
198 $groups = $this->adldap->utilities()->niceNames($info[0]["memberof"]); // Presuming the entry returned is our guy (unique usernames)
218 public function info($username, $fields = NULL, $isGUID = false) function in adLDAPUsers
278 $info = $this->info($username, $fields, $isGUID);
280 if ($info !== false) {
281 $collection = new adLDAPUserCollection($info, $this->adldap);
328 $userInfo = $this->info(
[all...]
H A DadLDAPExchange.php120 $user = $this->adldap->user()->info($username, array("cn","proxyaddresses"), $isGUID);
163 $user = $this->adldap->user()->info($username, array("cn","proxyaddresses"), $isGUID);
226 $user = $this->adldap->user()->info($username, array("cn","proxyaddresses"), $isGUID);
266 $user = $this->adldap->user()->info($username, array("cn","proxyaddresses"), $isGUID);
310 $user = $this->adldap->contact()->info($distinguishedName, array("cn","displayname"));
/dokuwiki/inc/Extension/
H A DPluginTrait.php39 'desc' => 'Unknown purpose - bad plugin.info.txt',
43 $file = DOKU_PLUGIN . '/' . $ext . '/plugin.info.txt';
56 Logger::error(sprintf('Extension %s does not provide a plugin.info.txt in %s', $ext, $file));
276 return p_render($format, p_get_instructions($text), $info);
/dokuwiki/lib/styles/
H A Dscreen.css8 div.info,
24 [dir=rtl] div.info,
38 div.info {
40 background-image: url(../images/info.png);
H A Dprint.css7 div.info,
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php124 if ($info = curl_getinfo($fp)) {
125 $this->url = $info['url'];
128 $this->headers = \SimplePie\HTTP\Parser::prepareHeaders($this->headers, $info['redirect_count'] + 1);
186 $info = stream_get_meta_data($fp);
189 while (!$info['eof'] && !$info['timed_out']) {
191 $info = stream_get_meta_data($fp);
193 if (!$info['timed_out']) {
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/bin/
H A Dplugin.php78 $info = $plugin->getInfo();
82 ['', $name, $info['desc']],
H A Dgittool.php150 $this->info("could not find a repository for $ext");
188 $this->info("executing $shell in $repo");
233 $this->info("installing $ext via download from $url");
263 $this->info("cloning $ext from $repo to $target");
284 $this->info('Looking for .git directories');
/dokuwiki/
H A DREADME9 See COPYING and file headers for license info
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php139 foreach ($subs as $target => $info) {
142 'style' => $info[$user][0],
143 'data' => $info[$user][1],
255 foreach ($users as $user => $info) {
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php20 $info = trim($this->formatDimensions('') . ' ' . $this->formatDate() . ' ' . $this->formatFileSize());
27 echo '<span class="info">(' . $info . ')</span>' . NL;
/dokuwiki/inc/Ui/
H A DPageDiff.php68 // revision info object of older file (left side)
69 $info = $changelog->getCurrentRevisionInfo();
70 $this->RevInfo1 = new RevisionInfo($info);
76 // revision info object of newer file (right side)
129 * Prepare revision info of comparison pair
137 // create revision info object for older and newer sides
189 // prepare revision info of comparison pair, except PageConfrict or PageDraft
435 $info = $changelog->getRevisionInfo($rev);
436 // revision info may have timestamp key when external edits occurred
437 $info['timestam
[all...]
H A DPageView.php56 $html = html_secedit(p_render('xhtml', p_get_instructions($this->text), $info), $secedit);
/dokuwiki/inc/parser/
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
H A Dxhtmlsummary.php50 $this->info['sum_pagetitle'] = $text;
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php57 // grep the exif info from the raw contents
178 // Figure out the file info
179 $info = getimagesize($path);
180 if ($info === false) {
183 $this->width = $info[0];
184 $this->height = $info[1];
187 $this->extension = image_type_to_extension($info[2], false);
/dokuwiki/lib/plugins/extension/
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 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/HTTP/
H A DHTTPClient.php715 * print debug info
719 * @param string $info
724 protected function debug($info, $var = null)
728 $this->debugText($info, $var);
730 $this->debugHtml($info, $var);
735 * print debug info as HTML
737 * @param string $info
740 protected function debugHtml($info, $var = null)
742 echo '<b>' . $info . '</b> ' . (microtime(true) - $this->start) . 's<br />';
753 * prints debug info a
711 debug($info, $var = null) global() argument
726 debugHtml($info, $var = null) global() argument
743 debugText($info, $var = null) global() argument
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php144 'info',
249 // Data from plugin.info.txt/template.info.txt or the repo when not available locally
783 * Read local extension data either from info.txt or getInfo()
788 $infopath = $this->getInstallDir() . '/template.info.txt';
790 $infopath = $this->getInstallDir() . '/plugin.info.txt';
1050 // use base set in info.txt
1055 // plugins from github/master without *.info.txt will install in wrong folder
1056 // but using $info->id will make 'code3' fail (which should install in lib/code/..)
1063 // this info messag
[all...]
/dokuwiki/inc/
H A DJpegMeta.php71 * Returns all gathered info as multidim array
86 * Returns basic image info
93 $info = array();
99 $info['Name'] = $this->_info['file']['Name'];
101 $info['Url'] = $this->_info['file']['Url'];
102 $info['NiceSize'] = "???KB";
104 $info['Size'] = $this->_info['file']['Size'];
105 $info['NiceSize'] = $this->_info['file']['NiceSize'];
109 $info['Format'] = $this->_info['sof']['Format'] . " JPEG";
111 $info['Forma
[all...]
/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/tpl/dokuwiki/css/
H A D_media_popup.css120 /* upload info */
163 #media__content span.info {
169 /* info how to insert media, if JS disabled */

123