Searched refs:initial (Results 1 – 25 of 261) sorted by relevance
1234567891011
| /plugin/diagramsnet/lib/plugins/webcola/ |
| D | mxWebColaLayout.js | 53 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/asciidocjs/node_modules/lodash/ |
| D | initial.js | 17 function initial(array) { function 22 module.exports = initial;
|
| /plugin/botmon/ |
| H A D | style.less | 88 span.busy, span.checking { display: initial; } 92 input[type="checkbox"], span.confirm { display: initial;} 97 span.busy, span.loading { display: initial; } 102 span.erricon, span.error { display: initial; } 104 label { cursor: initial; }
|
| /plugin/addressbook/ |
| D | style.css | 70 all:initial; 83 all:initial; 104 all:initial; 135 all:initial;
|
| /plugin/lightmenu/ |
| D | style.css | 6 all: initial; 12 all: initial; 17 all: initial;
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/src/ |
| D | NodeList.php | 173 * @param mixed|null $initial 177 public function reduce(callable $function, $initial = null) { argument 178 return array_reduce($this->nodes, $function, $initial);
|
| /plugin/bibtex/OSBib/format/bibtexParse/ |
| D | PARSECREATORS.php | 104 foreach($initialsArray as $initial) 105 $initials .= ' ' . trim($initial);
|
| /plugin/aichat/vendor/bdelespierre/php-kmeans/ |
| D | CHANGELOG.md | 13 - initial release
|
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | dokuwiki.css | 9 .blockquote-cs { padding: initial }
|
| H A D | toc.css | 9 padding-left: initial;
|
| H A D | register.css | 7 text-align: initial;
|
| H A D | profile-update.css | 6 text-align: initial;
|
| /plugin/botbouncer/ |
| D | README.md | 47 2013-04-23 - add some initial statistics 49 2013-04-03 - initial setup allowing config and blocking
|
| /plugin/dokutexit/ |
| D | plugin.info.txt | 2 author Elie Roux (initial author "Danjer", who since disappeared)
|
| /plugin/imagemapping/ |
| D | all.less | 5 height: initial;
|
| /plugin/pgn4web/pgn4web/ |
| D | test.pgn | 43 [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/openlayersmap/ |
| D | style.less | 291 right: initial; 298 left: initial; 335 top: initial; 364 left: initial;
|
| /plugin/pubmed2020/tests/ |
| D | PM15924077.ris | 16 …initial evaluation are reported. Each patient was assessed by a geriatrician, a neurologist, and a…
|
| D | PM15924077.nbib | 21 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/mapillary/ |
| D | CHANGES | 24 * initial version
|
| /plugin/isauth/ |
| D | CHANGELOG | 9 initial commit (new git repo)
|
| /plugin/database2/ |
| D | README.md | 8 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 D | head-partial.hbs | 2 <meta name="viewport" content="width=device-width, initial-scale=1">
|
| /plugin/wrapadd/ |
| D | style.css | 69 background-image: initial; 70 min-height: initial;
|
| /plugin/blockquote/ |
| D | style.css | 11 /* Get closer to initial design when there's enough space (ie. 3em left and right margins) */
|
1234567891011