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 – 10 of 10) sorted by relevance

/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt1 base popularity
5 name Popularity Feedback Plugin
7 url http://www.dokuwiki.org/plugin:popularity
H A Daction.php8 * Popularity Feedback Plugin
21 $this->helper = $this->loadHelper('popularity', false);
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 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/lib/plugins/extension/
H A Dstyle.less146 // popularity bar
147 div.popularity {
249 div.popularity {
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php272 $popularity = $extension->getPopularity();
273 if ($popularity !== false && !$extension->isBundled()) {
274 $popularityText = sprintf($this->getLang('popularity'), round($popularity * 100, 2));
275 $html .= '<div class="popularity" title="' . $popularityText . '">' .
276 '<div style="width: ' . ($popularity * 100) . '%;">' .
H A Dextension.php145 'popularity',
431 * Get the popularity information as floating point number [0,1]
433 * @return float|bool The popularity information or false if it isn't available
437 if (!empty($this->remoteInfo['popularity'])) return $this->remoteInfo['popularity'];
/dokuwiki/inc/Ui/
H A DAdmin.php21 protected $forManagers = ['revert', 'popularity'];
/dokuwiki/
H A Dinstall.php265 <a href="https://www.dokuwiki.org/popularity" target="_blank"><sup>[?]</sup></a>
467 // enable popularity submission
/dokuwiki/data/
H A Ddeleted.files804 lib/plugins/popularity/lang/ca-va/