Home
last modified time | relevance | path

Searched refs:changes (Results 376 – 400 of 463) sorted by path

1...<<111213141516171819

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionID.txt
H A DOutput.FixInnerHTML.txt
/plugin/securelogin/
H A DREADME.md95 … variable `p=MySecretPa$$word`, encrypts it with the provided salt (that changes on each page load…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md166 * Make sure all changes checked in
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js489 var changes = [];
505 if (!_.isEqual(current[attr], val)) changes.push(attr);
519 if (changes.length) this._pending = options;
520 for (var i = 0; i < changes.length; i++) {
521 this.trigger('change:' + changes[i], this, current[changes[i]], options);
828 options.changes = {added: [], merged: [], removed: removed}; class in options
940 options.changes = { class in options
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js1863 assert.equal(options.changes.added.length, 0);
1864 assert.equal(options.changes.removed.length, 0);
1865 assert.equal(options.changes.merged.length, 2);
1908 var changed = options.changes;
1921 var changed = options.changes;
1935 var addedModels = options.changes.added;
1947 var addedModels = options.changes.added;
1961 var changed = options.changes;
1976 var removedModels = options.changes.removed;
1990 var mergedModels = options.changes.merged;
[all …]
H A Dmodel.js1188 var changes = [];
1190 model.on('change:b', function(m, val) { changes.push(val); });
1195 assert.deepEqual(changes, [0, 1]);
1332 var changes = [];
1339 model.on('change:a change:b change:c', function(m, val) { changes.push(val); });
1341 assert.deepEqual(changes, ['a', 1, 'item']);
1355 var changes = [];
1357 model.on('change:a change:b change:c', function(m, val) { changes.push(val); });
1362 assert.deepEqual(changes, ['a']);
1364 assert.deepEqual(changes, ['a', 'a']);
/plugin/sequencediagram/bower_components/snap.svg/
H A DREADME.md47 * Alternatively type `grunt watch` to have the build run automatically when you make changes to sou…
57 * Add your changes.
58 * Commit your changes:
/plugin/settingstree/
H A Dscript.js14 $form.on('settingstree_export_complete',function(e,values,changes){ argument
16 window[opts.on_complete].call(null,values,changes); // call the on_complete callback.
50 var changes = getchanged();
52 …stree', operation: 'savelevel', pluginname: pluginname, path: path, sectok: token, data: changes },
60 if (key && changes[key] !== undefined){
79 var changes = getchanged();
81 … 'exportlevel', pluginname: pluginname, path: path, sectok: token, data: changes, options: opts.op…
85 … if (r.success){ $root.trigger('settingstree_export_complete',[r.values,simplify(changes)]); }
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php454 function modifyUser($user, $changes) { argument
461 if (!is_array($changes) || !count($changes)) return true;
465 foreach ($changes as $field => $value) {
/plugin/simplemap/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file. See [standard-version](https:/…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md34 incompatible changes, though (consolidated option names, use of the boolean values
/plugin/stars/
H A Dreadme.txt9 Modified by Keeyai to include some useful changes mentioned in the comments and other functionality
35 Added bug fixes and changes suggested by Martin Bast on Stars page,
/plugin/subjectindex/plugins/
H A Dbible_verses.txt1381 …each of them he gave individual changes of mantles, but to Benjamin he gave three hundred silver p…
9653 …take in his hand ten talents of silver and six thousand pieces of gold and ten changes of garments.
9670 …m the sons of the prophets. Do give them, please, a talent of silver and two changes of garments.'"
9671 …ing him and finally bound up two talents of silver in two bags, with two changes of garments, and …
15384 …t them away; they become a mere sleep;In the morning [they are] just like green grass that changes.
/plugin/templateconfhelper/
H A DREADME9 changes template based on users Selection via GET and saves it in the Session.
80 change cache rules to see changes on cascade path.
82 ===== changes =====
/plugin/templater/
H A DCHANGELOG.md28 * Previous changes didn't allow the actual displayed string to start or end with quotation marks. This fixes that by allowing such strings to be ""double quoted"" and only removing the outermost quotes. (by [Turq Whiteside](https://github.com/TurqW))
/plugin/tline/
H A DCHANGES.txt261 * Software changes
/plugin/today/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file. See [standard-version](https:/…
/plugin/tos/
H A Daction.php107 $changes = new \dokuwiki\ChangeLog\PageChangeLog($this->getConf('tos'));
108 if (!$changes->hasRevisions()) return 0;
111 while ($revisions = $changes->getRevisions($start, 25)) {
114 $info = $changes->getRevisionInfo($rev);
/plugin/tuxquote/
H A Dimages-license.txt11 … give appropriate credit, provide a link to the license, and indicate if changes were made. You ma…
H A Dquotes.txt356 A leopard never changes his stripes. <BR> -- Al Gore
500 Life is like a dogsled team. If you ain't the lead dog, the scenery never changes. <BR> -- Lewis Gr…
1039 …tive and caring relationship partner, and he's making radical life-style changes such as sometimes…
1185 … is a drug store. Its contents remain the same; but the medical practice changes... <BR> -- Mark T…
1939 I don't need a friend who changes when I change and who nods when I nod; my shadow does that much b…
2198 Life is like a dog-sled team. If you ain't the lead dog, the scenery never changes. <BR> -- Lewis G…
/plugin/txtconf/lang/en/
H A Dintro_acronyms.txt8 Remember to press the **SAVE** button before leaving this page otherwise your changes will be lost.
H A Dintro_entities.txt9 Remember to press the **SAVE** button before leaving this page otherwise your changes will be lost.
H A Dintro_interwiki.txt15 Remember to press the **SAVE** button before leaving this page otherwise your changes will be lost.
H A Dintro_mime.txt9 Remember to press the **SAVE** button before leaving this page otherwise your changes will be lost.

1...<<111213141516171819