Home
last modified time | relevance | path

Searched refs:changed (Results 26 – 50 of 720) sorted by relevance

12345678910>>...29

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc125 $params['if_seq_no'] = (number) only update the watch if the last operation that has changed the watch has the specified sequence number
126 $params['if_primary_term'] = (number) only update the watch if the last operation that has changed the watch has the specified primary term
H A DMonitoringNamespace.asciidoc27 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dauto-collapse.js64 changed: !1 property in n
72 if (t.changed = !1, o && o.action.length && (o.cwidth < o.m || o.cwidth > o.M)) {
75 this.collapseActions(o, t), t.changed && e.push(n.SourceElement());
85 …etElementById(s.id).setAttribute("selection", s.selection) : s.selection !== r && (e.changed = !0);
98 e.changed = !0;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js405 this.changed = {};
413 changed: null,
495 this.changed = {};
499 var changed = this.changed;
507 changed[attr] = val;
509 delete changed[attr];
556 if (attr == null) return !_.isEmpty(this.changed);
557 return _.has(this.changed, attr);
569 var changed = {};
574 changed[attr] = val;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js328 assert.equal(model.changed.result, void 0);
441 var changed;
449 assert.equal(changed, true);
529 var changed = 0;
532 obj.on('change', function() { changed += 1; });
534 assert.equal(changed, 0);
906 changed++;
909 assert.equal(changed, 1);
1035 var changed = 0;
1042 assert.equal(changed, 0);
[all …]
H A Dcollection.js1908 var changed = options.changes;
1909 assert.deepEqual(changed.added, []);
1910 assert.deepEqual(changed.merged, []);
1921 var changed = options.changes;
1922 assert.deepEqual(changed.added, []);
1923 assert.deepEqual(changed.merged, []);
1924 assert.ok(changed.removed.length === 2);
1926 assert.ok(_.indexOf(changed.removed, model) > -1 && _.indexOf(changed.removed, model2) > -1);
1961 var changed = options.changes;
1962 assert.equal(changed.added.length, 2);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php134 $this->changed = true;
195 if (!$this->changed) {
201 $this->changed = $this->nonIVChanged = false;
H A DRC4.php280 if ($this->changed) {
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md9 …um PHP version is 7.2, type hints are used almost everywhere, most of the method signatures changed
12 …ncedNamingStrategyInterface`, the serialized name is now compiled and can not be changed at runtime
/plugin/conflictmerger/lang/en/
H A Dconflict-solved.txt4 user changed the document while you were editing it.
H A Dconflict-unsolved.txt4 user changed the document while you were editing it.
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php34 $changed = $this->_setting->update($val);
86 }elseif ($this->_updated && !$this->changed){
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst70 The default lexer (``\Twig\Lexer``) can be changed by calling
104 The default parser (``\Twig\TokenParser\AbstractTokenParser``) can be changed by calling the
139 The default compiler (``\Twig\Compiler``) can be changed by calling the
/plugin/magnifier/
H A DREADME.md6 _Note:_ The image of the loupe cannot be changed at the moment since the script requires its curren…
/plugin/isauth/
H A DCHANGELOG23 - changed class to 'syntax_plugin_ifauth2'
/plugin/accscounter/lang/en/
H A Dmovedirection.txt2 The saving destination of this plugin's log files has been changed, to be compatible with some plug…
/plugin/random_page/
H A DREADME16 I also changed it from being named 'random_page' to 'randompage'
/plugin/stellarium/
H A DREADME.md16 4. If you have changed the `Remote Control` port or set a password, make sure to set them in your D…
/plugin/quickstats/lang/en/
H A Dintro.txt5 editor and either previewed or changed and saved. The change can simply be a new line. You can al…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst36 These defaults can be easily changed through the core extension:
/plugin/xkcd/
H A DREADME.md42 * xkcd changed xml format, adapted for new format
/plugin/gitlog/
H A Dreadme.md3 This dokuwiki plugin displays your last commits for a given repository and the changed files.
/plugin/yearbox/
H A DCHANGELOG.md34 * The naming scheme can be changed globally in the configuration
/plugin/credits/
H A DREADME9 …lugins. Using the configuration manager, all of the CSS settings can be changed, as well as the t…
/plugin/git/syntax/
H A Dlocalstatus.php110 $renderer->doc .= '<h3>These are the files that have changed:</h3>';

12345678910>>...29