Home
last modified time | relevance | path

Searched refs:change (Results 26 – 50 of 951) sorted by relevance

12345678910>>...39

/plugin/diff/
H A Dsyntax_plugin_diff.css11 If you want to change the styling rules either change the settings
/plugin/preregister/lang/en/
H A Dinfo.txt4 are listed here. You can change the ''list_age'' setting in the Configuration Manager.
6 Dokuwiki saves it files as readable by all. The ''Secure data file'' button will change that so tha…
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js24 var change = codec2.decode(changeNode);
26 change.model = model;
27 change.execute();
28 changes.push(change);
H A Dpage.js94 var change = new ChangePage(ui, page, page, ui.pages.length);
95 graph.model.execute(change);
/plugin/isauth/
H A DCHANGELOG
/plugin/batchedit/
H A Dinterface.js237 $contextChars.change(function() {
241 $contextLines.change(function() {
254 $searchMax.change(function() {
267 $markPolicy.change(function() {
/plugin/deflist/
H A Dsyntax_plugin_deflist.css9 If you want to change the styling rules either change the settings
/plugin/jplayer/vendor/mustache/mustache/
H A DCONTRIBUTING.md12 …4. Add tests for your change. Only refactoring and documentation changes require no new tests. If …
26 …ers. Those will be updated — per [semver](http://semver.org) — once your change is merged into `ma…
28 …* ... Don't update the wiki until your change is merged and released, but make a note in your pull…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedElements.txt
/plugin/authjoomla3/
H A DREADME.md10 …- The first thing to do is to go to the Authentication page and change `Authentication backend` wi…
17 …y on dokuwiki) to `admin` in order to make them administrator on DokuWiki without any other change.
/plugin/refnotes/
H A Dadmin.js235 this.element.change(this, function (event) {
473 combo.change(this, function (event) {
509 edit.change(this, function (event) {
568 jQuery('#select-namespaces').change(onNamespaceChange);
786 this.element.change(this, function (event) {
822 this.element.change(this, function (event) {
838 jQuery('#select-notes').change(onNoteChange);
843 jQuery('#field-note-text').change(onTextChange);
/plugin/stats/
H A Dsyntax.php798 foreach ($this->allChanges as $change){
801 \'date\' => ' . $change['date'] . ',
802 \'ip\' => \'' . $change['ip'] . '\',
803 \'type\' => \'' . $change['type'] . '\',
804 \'id\' => \'' . $change['id'] . '\',
805 \'user\' => \'' . $change['user'] . '\',
806 \'sum\' => \'' . htmlspecialchars($change['sum'],ENT_QUOTES) . '\',
807 \'extra\' => \'' . $change['extra'] . '\',
/plugin/fckg/fckeditor/userfiles/
H A D.htaccess1 #unix -- do not change or move
H A D.htaccess.open1 #unix -- do not change or move
H A D.htaccess.security1 #unix -- do not change or move
/plugin/tag/
H A Dscript.js6 jQuery('form.plugin__tag_search table input').change(function() {
/plugin/tos/
H A Daction.php173 $change = new \dokuwiki\ChangeLog\PageChangeLog($this->getConf('tos'));
174 $oldrev = $change->getLastRevisionAt($lastaccept);
/plugin/ckgdoku/fckeditor/userfiles/
H A D.htaccess.open1 #unix -- do not change or move
/plugin/ckgedit/fckeditor/userfiles/
H A D.htaccess.open1 #unix -- do not change or move
/plugin/schulzevote/
H A Dscript.js5 jQuery('select.plugin__schulzevote__vote_selector').change(function(){
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst34 The default separator is "\\n", but you can easily change that by providing one:
69 If you want to change the separator, just set the third parameter to
/plugin/enforcesummary/
H A Dplugin.info.txt6 desc Enforce summary or minor change on all edits
/plugin/stylingpages/
H A Dplugin.info.txt6 desc Allows users to change the css/js files of this plugin with wikitext.
/plugin/forceuserchange/
H A Dplugin.info.txt6 desc Enforce password change before user can log in.
/plugin/autotranslation/
H A Dscript.js8 $frm.find('select[name=id]').change(function(){

12345678910>>...39