Home
last modified time | relevance | path

Searched refs:info (Results 26 – 50 of 74) sorted by last modified time

123

/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1220 .ui-icon-info { background-position: -16px -144px; }
/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/lib/plugins/usermanager/
H A Dadmin.php1039 foreach ($user_list as $user => $info) {
1040 $line = [$user, $info['name'], $info['mail'], implode(',', $info['grps'])];
/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']) {
/dokuwiki/
H A DREADME9 See COPYING and file headers for license info
/dokuwiki/inc/Remote/
H A DApiCore.php35 'core.getAPIVersion' => (new ApiCall([$this, 'getAPIVersion'], 'info'))->setPublic(),
37 'core.getWikiVersion' => new ApiCall('getVersion', 'info'),
38 'core.getWikiTitle' => (new ApiCall([$this, 'getWikiTitle'], 'info'))->setPublic(),
39 'core.getWikiTime' => (new ApiCall([$this, 'getWikiTime'], 'info')),
75 // region info
491 $info = $pagelog->getRevisionInfo($rev);
496 $info['user'],
497 $info['ip'],
498 $info['sum'],
499 $info['typ
[all...]
/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/bin/
H A Drender.php57 $info = [];
58 $result = p_render($renderer, p_get_instructions($source), $info);
H A Dwantedpages.php79 $this->info("searching $startdir");
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');
H A Dplugin.php78 $info = $plugin->getInfo();
82 ['', $name, $info['desc']],
/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/
H A DMediaRevisions.php71 foreach ($revisions as $info) {
72 $rev = $info['date'];
73 $RevInfo = new RevisionInfo($info);
95 $RevInfo->showEditor(), // editor info
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 DPageRevisions.php70 foreach ($revisions as $info) {
71 $rev = $info['date'];
73 $RevInfo = new RevisionInfo($info);
96 $RevInfo->showEditor(), // editor info
H A DPageView.php56 $html = html_secedit(p_render('xhtml', p_get_instructions($this->text), $info), $secedit);
H A DRecent.php92 $RevInfo->showEditor(), // editor info
154 * $info['date'] is to be incremented 1 second when such deletion detected.
156 protected function checkCurrentRevision(array &$info) argument
158 if ($info['mode'] == RevisionInfo::MODE_PAGE) {
159 $changelog = new PageChangelog($info['id']);
161 $changelog = new MediaChangelog($info['id']);
163 if (!$changelog->isCurrentRevision($info['date'])) {
166 // the page or media file was externally deleted, updated info because the link is already red
168 $info = array_merge($info,
[all...]
/dokuwiki/lib/plugins/styling/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional 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);
/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 */
/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/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/vendor/simplepie/simplepie/
H A DREADME.markdown107 [Ryan McCue]: http://ryanmccue.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

123