Home
last modified time | relevance | path

Searched refs:added (Results 126 – 150 of 398) sorted by path

12345678910>>...16

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1added to the batch.\n // This needs to be done before, since we're checking the size of…
H A Deditor.worker.js.map1added them since we technically added them backwards\n forwardChanges = changeHelper.getRev…
H A Djson.worker.js1 … a disposable to a DisposableStore that has already been disposed of. The added object will be lea…
H A Djson.worker.js.map1added them since we technically added them backwards\n forwardChanges = changeHelper.getRev…
/plugin/dirtylittlehelper/mermaid/editor/
H A Djson.worker.js1 … a disposable to a DisposableStore that has already been disposed of. The added object will be lea…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1added to exit.\n for (i = 0; i < groupLength; ++i) {\n if (node = group[i]) {\n keyValues…
/plugin/discussion/lang/en/
H A Dsubscribermail.txt3 A new comment was added to the page @PAGE@ in the @TITLE@ wiki.
/plugin/divalign2/
H A DChangeLog42 * ChangeLog: file added.
/plugin/dokukiwix/
H A DCOPYING201 non-permissive terms added in accord with section 7 apply to the code;
218 released under this License and any conditions added under section
358 additional permissions on material, added by you to a covered work,
/plugin/dokumicrobugtracker/
H A DLICENSE.txt201 non-permissive terms added in accord with section 7 apply to the code;
218 released under this License and any conditions added under section
358 additional permissions on material, added by you to a covered work,
/plugin/doodle4/
H A DLICENSE201 non-permissive terms added in accord with section 7 apply to the code;
218 released under this License and any conditions added under section
358 additional permissions on material, added by you to a covered work,
/plugin/drawio/
H A DREADME.md66 * You added `svg image/svg+xml` line to conf/mime.local.conf
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md30 * Fix: First header of named page is added twice (@antman3351, #1320)
186 - Additional font directories can be added via `addFontDir` method
381 - `<main>` added as recognised tag
430 - added support for style="opacity:0.6;" in SVG images - previously only supported style="fill-opacity:0.6; stroke-opacity: 0.6;"
538 - Image HTML attributes `<img>` added: max-height, max-width, min-height and min-width
540 - Lists - added support for "start" attribute in `<ol>` e.g. `<ol start="5">`
549 - HTML tag - added support for `<wbr>` or `<wbr />` - converted to a soft-hyphen
563 - Custom CSS property added: "outdent" - opposite of indent
617 - $this->allowedCSStags - added HTML5 tags + textcircle AND
618 - $this->outerblocktags - added HTML
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php807 var $processingFooter; // flag set when processing footer - added for columns
808 var $processingHeader; // flag set when processing header - added for columns
820 var $additionalXmpRdf; // additional rdf added in xmp
3829 // check if the font has been already added
4103 if (!isset($this->fonts[$fontkey]) || count($this->default_available_fonts) != count($this->available_unifonts)) { // not already added
4107 if (!isset($this->fonts[$fontkey])) { // already added
4184 // try to add font (if not already added)
10773 throw new \Mpdf\MpdfException("Font already added: $family $style");
12075 $this->y -= ($h - $mih) / 2; // Undo what was added earlier VERTICAL ALIGN
12082 $this->y -= $h - $mih; // Undo what was added earlie
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDejaVuinfo.txt21 The Font Software may be modified, altered, or added to, and in particular
23 additional glyphs or characters may be added to the Fonts, only if the fonts
69 The Font Software may be modified, altered, or added to, and in
71 modified and additional glyphs or characters may be added to the
H A DSyrCOMEdessa_license.txt36 The Font Software may not be modified, altered, or added to,
39 characters be added to the Fonts. This License becomes null
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md21 Because FPDI can be used with FPDF, TCPDF or tFPDF we haven't added a fixed dependency in the main
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist1 ; This file enables you to specify multiple gits and dates. They will be added to the
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt77 …dow. In this window, you can also add and commit files which you may have added locally and have n…
/plugin/dwedit/
H A DREADME4 For users who are not using the Dokuwiki template, a link can be added anywhere on the template pag…
/plugin/edittable/lib/
H A Dhandsontable.less388 /*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md131 - We added the suppress operator `@` for the deprecation messages `@trigger_error()`.
193 - added `wait_for_active_shards` parameter to `indices.close` API;
194 - added `expand_wildcards` parameter to `cluster.health` API;
195 - added include_unloaded_segments`, `expand_wildcards`, `forbid_closed_indices`
296 - [DOCS] Update `community.asciidoc`, added `ElasticSearchQueryDSL` project [#749](https://github.com/elastic/elasticsearch-php/pull/749)
H A DREADME.md333 Alright, let's go ahead and delete the document that we added previously:
371 Due to the dynamic nature of Elasticsearch, the first document we added automatically built an index with some default settings. Let's delete that index because we want to specify our own settings later:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc186 $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
H A DIndicesNamespace.asciidoc668 $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
684 $params['index'] = (list) A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices.
862 $params['create'] = (boolean) Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one (Default = false)
879 $params['create'] = (boolean) Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one (Default = false)

12345678910>>...16