Home
last modified time | relevance | path

Searched refs:in (Results 201 – 225 of 3785) sorted by relevance

12345678910>>...152

/plugin/cleanup/
H A DREADME3 Perform file cleanup in the wiki
8 If you install this plugin manually, make sure it is installed in
13 on how to install plugins in DokuWiki.
22 This program is distributed in the hope that it will be useful,
27 See the COPYING file in your DokuWiki folder for details
/plugin/dnsresolver/
H A DREADME3 Resolving dns name in real ip address.
8 If you install this plugin manually, make sure it is installed in
13 on how to install plugins in DokuWiki.
22 This program is distributed in the hope that it will be useful,
27 See the COPYING file in your DokuWiki folder for details
/plugin/mathjax/
H A DREADME3 Enables MathJax parsing of TeX math expressions in wiki pages
9 If you install this plugin manually, make sure it is installed in
14 on how to install plugins in DokuWiki.
23 This program is distributed in the hope that it will be useful,
28 See the COPYING file in your DokuWiki folder for details
/plugin/statdisplay/
H A DREADME3 Analyse access statistics stored in combined log format
8 If you install this plugin manually, make sure it is installed in
13 on how to install plugins in DokuWiki.
23 This program is distributed in the hope that it will be useful,
28 See the COPYING file in your DokuWiki folder for details
/plugin/grouphome/
H A DREADME3 Redirect logged in users from the start page to their primary group's homepage
8 If you install this plugin manually, make sure it is installed in
13 on how to install plugins in DokuWiki.
22 This program is distributed in the hope that it will be useful,
27 See the COPYING file in your DokuWiki folder for details
/plugin/diagrams/
H A DREADME3 Integration of diagrams.net. Create and edit diagrams in DokuWiki.
8 If you install this plugin manually, make sure it is installed in
13 on how to install plugins in DokuWiki.
22 This program is distributed in the hope that it will be useful,
27 See the COPYING file in your DokuWiki folder for details
/plugin/latexit/
H A DREADME9 If you install this plugin manually, make sure it is installed in
14 on how to install plugins in DokuWiki.
17 Technology at Czech Technical University in Prague.
20 The thesis itself (in Czech) can be found here: https://dip.felk.cvut.cz/browse/details.php?f=F8&d=…
29 This program is distributed in the hope that it will be useful,
34 See the COPYING file in your DokuWiki folder for details
/plugin/mcitem/
H A DREADME.md7 If you install this plugin manually, make sure it is installed in
12 on how to install plugins in DokuWiki.
16 …tp://www.minecraftforge.net/)'s way of talking about extensions) has its own sub-space in the wiki.
20 Every image of a block or item is named exactly like its description page in the wiki. And is provi…
28 …and specify item inside this tag in format 'modname':'itemname', for example, 'minecraft:redstone'…
/plugin/logautherror/
H A DREADME.markdown4 …le to use Wiki, mainly aimed at creating documentation of any kind."), log in apache error_log whe…
7 **WARNING**: You can config the error message in the admin panel but by default match for fail2ban
12 If you install this plugin manually, make sure it is installed in
17 on how to install plugins in DokuWiki.
26 This program is distributed in the hope that it will be useful,
31 See the COPYING file in your DokuWiki folder for details
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md1 # Changes in PHP_CodeCoverage 4.0
3 All notable changes of the PHP_CodeCoverage 4.0 release series are documented in this file using th…
7 …overage/pull/515): Wrong use of recursive iterator causing duplicate entries in XML coverage report
13 * Cleaned up requirements in `composer.json`
26 * Fixed formatting of executed lines percentage for classes in file view
32 …de-coverage/issues/432): Change how files with no executable lines are displayed in the HTML report
/plugin/eventline/
H A DREADME18 If you install this plugin manually, make sure it is installed in
23 on how to install plugins in DokuWiki.
32 This program is distributed in the hope that it will be useful,
37 See the COPYING file in your DokuWiki folder for details
60 located in the LICENSE.txt file located in the same directory as this very file
66 by the SIMILE development team (in alphabetical order):
/plugin/openas/
H A DREADME12 The SaveAS form will create a new page from the old page but leave the old page in tact.
15 it will not delete the old page unless it is certain that the new page is in place, so that
20 The plugin takes into consideration page locking. So, if a page with backlinks is currently in use,
21 it is not updated until the user with the lock exits the page. The original page remains in place u…
27 assumes that all your templates will be found in the pagetemplates directory
34 :pagetemplates:homepagetemplate) and it will fill in any of the substitution variables
36 by newpagevar(which in this example are: @HI@ and @BYE@).
/plugin/commonmark/
H A DREADME.md5 This is another plugin for parsing Commonmark / Markdown document in Dokuwiki.
7 While there are many Markdown plugins (for example, [markdownu](https://www.dokuwiki.org/plugin:markdowku), [mdpage](https://www.dokuwiki.org/plugin:mdpage)) available, this plugin processes Markdown text in different approach:
15 Commonmark plugin aims for complete compatiblity of Markdown in Dokuwiki. Most Markdown syntax have corresponding DW syntax, so it will work without problem; but in some cases, Markdown syntax do not matches DW specification one-by-one, or vice versa. Here is a list of known ambiguities between Commonmark and Dokuwiki, and its implements in the plugin:
17 - Since the release of "Jack Jackrun", DW have [completely disabled](https://www.dokuwiki.org/faq:html) embedding HTML code. [HTML blocks](https://spec.commonmark.org/0.30/#html-blocks) will be passed as-is, unless enabling [htmlok plugin](https://www.dokuwiki.org/plugin:htmlok); but it is recommended to use it in limited environments.
18 - If you have enabled htmlok plugin, adding `html` as [info string](https://spec.commonmark.org/0.28/#info-string) in [Fenced code blocks](https://spec.commonmark.org/0.30/#fenced-code-blocks) will parse HTML code inside the block to DW's [\<HTML\>](https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php) block; In case of `nowiki`, `<nowiki>` syntax will be parsed; if `dokuwiki`, raw DW code will be passed. For example:
28 Due to the concept, section edit will not work, or at least recognize the section as broken snippet rather than expected. This bug will be fixed in later version.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc31 $params['lines_to_sample'] = (int) How many lines of the file should be included in the analysis (Default = 1000)
32 $params['line_merge_size_limit'] = (int) Maximum number of characters permitted in a single message when lines are merged to create messages. (Default = 10000)
36 $params['has_header_row'] = (boolean) Optional parameter to specify whether a delimited file includes the column names in its first row
40 $params['should_trim_fields'] = (boolean) Optional parameter to specify whether the values between delimiters in a delimited file should have whitespace trimmed from them
41 $params['grok_pattern'] = (string) Optional parameter to specify the Grok pattern that should be used to extract fields from messages in a semi-structured text file
42 $params['timestamp_field'] = (string) Optional parameter to specify the timestamp field in the file
43 $params['timestamp_format'] = (string) Optional parameter to specify the timestamp format in the file - may be either a Joda or Java time format
/plugin/dev/
H A DREADME8 If you install this plugin manually, make sure it is installed in
13 on how to install extensions in DokuWiki.
22 in the www subdirectory.
24 Users of the plugin do not need to bother with the wizard parts (in
25 fact they are not included in the download when the plugin is installed
32 Wizard and plugin only share the skeletons (in the skel directory)
43 This program is distributed in the hope that it will be useful,
/plugin/foldablelist/
H A DREADME.md22 uses the tag plugin (topic component) to generate the list from all pages in the namespace ns1/sub-…
32 `button_up_value: ▲` the value shown in the button when clicking will collapse the list
34 `button_down_value: ▼` the value shown in the button when clicking will unfold the list
36 #### new in 2020:
48 #### new in 2022:
56 people like to put "important stuff" on startpage and the department i work in is not different.
57 …nt" get written on startpage, usually as lists (upcoming meetings, changes in workflow, new orders…
64 This plugin adresses the issue in a quick and cosmetic way:
/plugin/bible/bible_douayRheims/
H A DActs.txt68 …2:42. And they were persevering in the doctrine of the apostles and in the communication of the br…
215 …7:22. And Moses was instructed in all the wisdom of the Egyptians: and he was mighty in his words …
223 …rty years were expired, there appeared to him, in the desert of mount Sina, an angel in a flame of…
229 …7:36. He brought them out, doing wonders and signs in the land of Egypt and in the Red Sea and in
275 8:23. For I see thou art in the gall of bitterness and in the bonds of iniquity.
320 …9:28. And he was with them, coming in and going out in Jerusalem and dealing confidently in the na…
366 10:31. Cornelius, thy prayer is heard and thy alms are had in remembrance in the sight of God.
505 14:15. Who in times past, suffered all nations to walk in their own ways.
563 16:5. And the churches were confirmed in faith and increased in number daily.
619 …ans and strangers that were there employed themselves in nothing else, but either in telling or in
[all …]
/plugin/pdfjs/pdfjs/web/locale/ta-LK/
H A Dviewer.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # representing the total number of pages in the document.
22 # respectively a number representing the total number of pages in the document.
33 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
35 # will be replaced by the PDF file size in megabytes, respectively in bytes.
73 # "{{type}}" will be replaced with an annotation type from a list defined in
/plugin/pdfjs/pdfjs/web/locale/tsz/
H A Dviewer.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # representing the total number of pages in the document.
22 # respectively a number representing the total number of pages in the document.
32 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
34 # will be replaced by the PDF file size in megabytes, respectively in bytes.
71 # "{{type}}" will be replaced with an annotation type from a list defined in
/plugin/latexport/examples/
H A Dexample.tex8 \usepackage{array} % To have better presentation in tables.
9 \usepackage{multirow} % To have rowspan in tables.
10 \usepackage{makecell} % To have colspan in tables.
20 inner=1.2in,
21 outer=0.8in,
22 top=1.2in,
23 bottom=1.2in,
59 % used in headers:
119 \includepdf{couverture.jpg} % This image should have same ratio as paper in your documen…
/plugin/pdfjs/pdfjs/web/locale/meh/
H A Dviewer.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # representing the total number of pages in the document.
22 # respectively a number representing the total number of pages in the document.
31 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
33 # will be replaced by the PDF file size in megabytes, respectively in bytes.
69 # "{{type}}" will be replaced with an annotation type from a list defined in
/plugin/pdfjs/pdfjs/web/locale/mn/
H A Dviewer.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # representing the total number of pages in the document.
22 # respectively a number representing the total number of pages in the document.
34 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
36 # will be replaced by the PDF file size in megabytes, respectively in bytes.
78 # "{{type}}" will be replaced with an annotation type from a list defined in
/plugin/pgn4web/pgn4web/
H A DdemoGames.pgn19 { pgn4web personal account on Kramnik and the Petrov, part 1: in October
20 1998, I watched this game live from the tournament hall in Tilburg. At some
28 queenside, often preceeded by a repetition, as in } (12. Qa4 Nc6 13. Qb3
31 improve with } (13... Bh4 14. g3 Bf6 15. Bxc6 bxc6 16. Qxc6 Re8 { as in
32 Anand-Kamnik at Wijk An Zee 1999 and in Shirov-Kramnik, Belgrade 1999 })
35 Anand's second Ubilava after the game in Linares. 15. h3 diverts Black's
38 most important novelty in Informant 74. } 15... Bh5 16. Nb3 Bh4 17. Nc5
67 previous game at Tilburg 1998 I did not attend in person any other top
68 event until December 2009. More than 10 years had passed when I was in the
69 tournament hall in London, watching Kramnik sacrificing a piece in the same
[all …]
/plugin/pdfjs/pdfjs/web/locale/lo/
H A Dviewer.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
70 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
72 # will be replaced by the PDF file size in megabytes, respectively in bytes.
75 document_properties_page_size_unit_inches=in
90 # the document; usually called "Fast Web View" in English locales of Adobe software.
118 # the total number of matches in the document.
147 # "{{type}}" will be replaced with an annotation type from a list defined in
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md78 $scale Barcode unit size in `px` units [default: `1`]
79 $height Barcode height in `px` units [default: `30`]
80 $rotate Support 0, 90 in `degrees` units [default: `0`]
81 $color Support in `hexadecimal` color units [default: `000`]
98 $size QRcode width and height size in `px` units [default: `100`]
99 $margin QRcode empty space in `percentage` units [default: `1`]
100 $color Support in `hexadecimal` color units [default: `000`]
116 $margin Datamatrix empty space in `percentage` units [default: `1`]
117 $color Support in `hexadecimal` color units [default: `000`]
133 $margin PDF417 empty space in `percentage` units [default: `1`]
[all …]

12345678910>>...152