Home
last modified time | relevance | path

Searched refs:edits (Results 26 – 38 of 38) sorted by path

12

/plugin/discordnotifier/
H A DREADME.md3 A DokuWiki plugin that notifies a Discord channel room of wiki edits.
/plugin/editsections/action/
H A Des.php103 $edits = array();
192 $edits = array();
199 $edits[] =& $calls[$i];
204 $last = max(count($edits)-1,0);
208 $start = $edits[min($i+1,$last)][1][0];
214 while (isset($edits[$finger]) && $edits[$finger][1][2]>$level) {
217 if (isset($edits[$finger])) {
224 $edits[$i][1][0] = $start;
225 $edits[$i][1][1] = $end;
226 $edits[$i][1][2] = $level;
[all …]
/plugin/enforcesummary/
H A Dplugin.info.txt6 desc Enforce summary or minor change on all edits
/plugin/etherpadlite/
H A DREADME.md17 * almost realtime backups of edits typed
/plugin/hipchat/
H A DREADME.md3 A DokuWiki plugin that notifies a HipChat room of wiki edits.
/plugin/rocketchatnotifier/
H A DREADME.md3 A DokuWiki plugin that notifies a Rocket.Chat channel room of wiki edits.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionID.txt
/plugin/slacknotifier/
H A DREADME.md3 A DokuWiki plugin that notifies a Slack channel room of wiki edits.
/plugin/statistics/
H A Dadmin.php41 'edits',
323 $result = $this->hlp->Query()->edits($this->tlimit, $this->start, 150);
/plugin/statistics/inc/
H A DStatisticsQuery.class.php125 * Return some trend data about visits and edits in the wiki
168 FROM " . $this->hlp->prefix . "edits as A
275 public function edits($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
277 FROM " . $this->hlp->prefix . "edits as A
405 FROM " . $this->hlp->prefix . "edits as A
/plugin/textinsert/lang/en/
H A Dintro.txt13 The macro list will not refresh until after you have submitted your edits, additions, or deletions
/plugin/tgnotify/
H A DREADME.rst7 A DokuWiki plugin that notifies a Telegram channel of page edits.
/plugin/webexteamsnotifier/
H A DREADME.md3 A DokuWiki plugin that notifies a Webex Teams Webhook of wiki edits.

12