Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 208) sorted by relevance

123456789

/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js53 var initial = true;
56 this.updateGraph(isUndoable, initial);
57 initial = false;
246 mxWebColaLayout.prototype.updateGraph = function(isUndoable = false, initial = false) argument
305 if (initial)
333 else if (initial)
364 if (initial)
386 else if (initial)
394 this.adjustChildOffsets(model, cell, isUndoable, initial);
/plugin/addressbook/
H A Dstyle.css70 all:initial;
83 all:initial;
104 all:initial;
135 all:initial;
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php104 foreach($initialsArray as $initial)
105 $initials .= ' ' . trim($initial);
/plugin/combo/resources/theme/default/components/css/
H A Ddokuwiki.css9 .blockquote-cs { padding: initial }
H A Dtoc.css9 padding-left: initial;
H A Dregister.css7 text-align: initial;
H A Dprofile-update.css6 text-align: initial;
H A Dedit-button.css13 background-color: initial;
/plugin/dokutexit/
H A Dplugin.info.txt2 author Elie Roux (initial author "Danjer", who since disappeared)
/plugin/botbouncer/
H A DREADME.md47 2013-04-23 - add some initial statistics
49 2013-04-03 - initial setup allowing config and blocking
/plugin/pgn4web/pgn4web/
H A Dtest.pgn43 [Event "Testing non standard initial position, NAG comments and basic variations"]
57 [Event "Testing non standard initial position with Black to move and more variations"]
73 [Event "Testing non standard initial position with tablebase ending"]
/plugin/mapillary/
H A DCHANGES24 * initial version
/plugin/pubmed2020/tests/
H A DPM15924077.ris16initial evaluation are reported. Each patient was assessed by a geriatrician, a neurologist, and a…
H A DPM15924077.nbib21 outpatients who completed the initial evaluation are reported. Each patient was
24 score<24. RESULTS: Of the 300 patients, 228 patients completed the initial
/plugin/openlayersmap/
H A Dstyle.less291 right: initial;
298 left: initial;
335 top: initial;
364 left: initial;
/plugin/database2/
H A DREADME.md8 My initial engagement in developing this plugin was abandoned in late 2009 due to focusing onto dif…
/plugin/combo/resources/theme/default/pages/partials/
H A Dhead-partial.hbs2 <meta name="viewport" content="width=device-width, initial-scale=1">
/plugin/isauth/
H A DCHANGELOG9 initial commit (new git repo)
/plugin/blockquote/
H A Dstyle.css11 /* Get closer to initial design when there's enough space (ie. 3em left and right margins) */
/plugin/wrapadd/
H A Dstyle.css69 background-image: initial;
70 min-height: initial;
/plugin/skipentity/
H A DREADME8 The initial purpose of this plugin is to by-pass the rendering of entities where required without h…
/plugin/mapillary/scss/
H A Dprint.scss34 display: initial;
/plugin/dwcommits/
H A DREADME20 The initial impetus behind this plugin is to help determine recent changes to
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js52 assert.deepEqual(_.initial([1, 2, 3, 4, 5]), [1, 2, 3, 4], 'returns all but the last element');
53 assert.deepEqual(_.initial([1, 2, 3, 4], 2), [1, 2], 'returns all but the last n elements');
54 assert.deepEqual(_.initial([1, 2, 3, 4], 6), [], 'returns an empty array when n > length');
55 var result = (function(){ return _(arguments).initial(); }(1, 2, 3, 4));
57 result = _.map([[1, 2, 3], [1, 2, 3]], _.initial);
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md28 * Add initial SASL support with a limited set of mechanisms (DIGEST-MD5, CRAM-MD5, PLAIN, ANONYMOUS).
91 * Tagging initial release. Still under heavy development.

123456789