Home
last modified time | relevance | path

Searched +full:popularity -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt1 base popularity
5 name Popularity Feedback Plugin
7 url https://www.dokuwiki.org/plugin:popularity
H A Dadmin.php6 * Popularity Feedback Plugin
22 $this->helper = $this->loadHelper('popularity', false);
122 * @param string $data The popularity data, if it has already been computed. NULL otherwise.
146 . '<input type="hidden" name="page" value="popularity" />';
H A Daction.php8 * Popularity Feedback Plugin
21 $this->helper = $this->loadHelper('popularity', false);
H A Dhelper.php8 * Popularity Feedback Plugin
17 public $submitUrl = 'https://update.dokuwiki.org/popularity.php';
31 * Name of the file which determine when the popularity data was manually
61 * @param string $data The popularity data
91 * @return string The popularity data as a string
129 * @return array The popularity data as an array
/dokuwiki/_test/tests/inc/
H A DPluginUtils.test.php15 'popularity',
/dokuwiki/lib/plugins/extension/
H A DGuiExtension.php31 $html .= $this->popularity();
312 * The popularity bar
316 protected function popularity() function in dokuwiki\\plugin\\extension\\GuiExtension
318 $popularity = $this->extension->getPopularity();
319 if (!$popularity) return '';
324 if ($popularity > 0.25) {
327 } elseif ($popularity > 0.15) {
330 } elseif ($popularity > 0.05) {
336 $title .= ' (' . round($popularity * 100) . '%)';
338 return '<span class="popularity" title="' . $title . '">' . $emoji . '</span>';
H A Dstyle.less106 .popularity {
H A DExtension.php453 'popularity',
565 * Get the popularity of the extension
573 return (float)$this->getRemoteTag('popularity', 0);
/dokuwiki/
H A D.gitignore58 !/lib/plugins/popularity
H A Dinstall.php265 <a href="https://www.dokuwiki.org/popularity" target="_blank"><sup>[?]</sup></a>
467 // enable popularity submission
/dokuwiki/_test/
H A Dbootstrap.php37 'popularity',
/dokuwiki/inc/Ui/
H A DAdmin.php21 protected $forManagers = ['revert', 'popularity'];
/dokuwiki/data/
H A Ddeleted.files828 lib/plugins/popularity/lang/ca-va/