Home
last modified time | relevance | path

Searched refs:is (Results 1626 – 1650 of 3663) sorted by relevance

1...<<61626364656667686970>>...147

/plugin/phpipam/
H A DREADME13 This program is free software; you can redistribute it and/or modify
17 This program is distributed in the hope that it will be useful, but
/plugin/deniedpage/
H A DREADME11 This program is free software; you can redistribute it and/or modify
15 This program is distributed in the hope that it will be useful,
/plugin/foldablelist/
H A DREADME11 This program is free software; you can redistribute it and/or modify
15 This program is distributed in the hope that it will be useful,
/plugin/fastwiki/
H A DREADME.md20 This program is free software. It may be redistributed and modified under the
21 terms of the GNU General Public License version 2. This program is distributed without
/plugin/stellarium/
H A DREADME.md14 2. Make sure that the Stellarium Plugin `Remote Control` is installed and the server running
20 Attention: If you are using a password, it can be viewed in plain text by any user that is able to …
/plugin/bez/scripts/
H A Dtasks.js5 if (jQuery(this).find(".show").is(":visible")) {
22 if ($desc_rows.is(":visible")) {
/plugin/webcode/
H A DREADME.md69 * Added the possibility to show dokuwiki code if the language extension is dw
79 * The output on the console log is now escaped for HTML entities and can then render HTML
94 * The 'console.table' function is partially supported
99 …* The height of the Iframe is now dynamically calculated. No need to give this attribute anymore i…
111 * Jquery is no more used. It was used for the javascript part of the console functionality.
112 * XML is now seen as HTML
/plugin/revealjs/lib/font/source-sans-pro/
H A DLICENSE3 …adobe.com/), with Reserved Font Name ‘Source’. All Rights Reserved. Source is a trademark of Adobe…
5 This Font Software is licensed under the SIL Open Font License, Version 1.1.
6 This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
29 Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, …
35 …tware may use the Reserved Font Name(s) unless explicit written permission is granted by the corre…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc66 This is a more complicated example of creating an index, showing how to define
69 world" usage of the client since this particular syntax is easy to mess up.
136 <2> `analysis` is nested inside of `settings`, and contains tokenizers, filters,
138 <3> `mappings` is another element nested inside of `settings`, and contains the
144 Deleting an index is very simple:
156 The PUT Settings API allows you to modify any index setting that is dynamic:
/plugin/groupmail/
H A DREADME.textile6 is not quite supported. I therefore started extending it, and changing the
46 p. The integration is the same as in the plugin by Baddeley. Simply use this code:
50 …" and "comment" field. It will send an email to whatever the default value is. If you enabled the …
88 | subject=... | If the subject is specified in the parameters then it is not a field on the email f…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml5 block of text is treated as a literal
40 is preserved in text blocks, YAML has
79 Normally, only a single newline is kept
81 keep '+' character is used in combination
105 block of text is treated as a folded block, in
/plugin/latexcaption/
H A DREADME.md86 It is also possible to have more than one image in a figure/subfigure to group them with one captio…
117 If you install this plugin manually, make sure it is installed in
118 lib/plugins/latexcaption/ - if the folder is called different it
127 This program is free software; you can redistribute it and/or modify
131 This program is distributed in the hope that it will be useful,
/plugin/structsection/
H A Dyarn.lock1209 deep-is@^0.1.3:
1767 is-arrayish@^0.2.1:
1772 is-callable@^1.1.4, is-callable@^1.2.2:
1789 is-extglob@^2.1.1:
1794 is-finite@^1.0.0:
1804 is-glob@^4.0.0, is-glob@^4.0.1:
1816 is-regex@^1.1.1:
1823 is-stream@^2.0.0:
1828 is-string@^1.0.5:
1833 is-symbol@^1.0.2:
[all …]
/plugin/ckgdoku/ckeditor/plugins/tableselection/styles/
H A Dtableselection.css6 …dicated for Chrome, until https://bugs.chromium.org/p/chromium/issues/detail?id=702610 is resolved.
7 It will force repaint (without reflow) so that selection is properly displayed. */
/plugin/interwikipaste/
H A DREADME.md11 This program is free software; you can redistribute it and/or modify
15 This program is distributed in the hope that it will be useful,
/plugin/partialsearch/
H A DREADME12 This program is free software; you can redistribute it and/or modify
16 This program is distributed in the hope that it will be useful,
/plugin/aceeditor/
H A DREADME14 This program is free software; you can redistribute it and/or modify
18 This program is distributed in the hope that it will be useful,
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dblock.rst33 {% if block("footer") is defined %}
37 {% if block("footer", "common_blocks.twig") is defined %}
/plugin/dwedit/
H A DREADME2 The icon is like the Edit button. Clicking on the button will open the native Dokuwiki editor. It…
9 …The appearance of the link can be styled in the style.css file, using span.dwedit, which is curren…
/plugin/confmanager/lang/en/
H A Dmime.txt1 Which file types you can upload via the [[doku>media_manager]] is configured through the ''conf/mim…
3 For security reasons it is not possible to configure [[doku>DokuWiki]] to allow any file type.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
42 * Fixed `Response` to prevent throwing JSONParseException when the response is empty.
71 * Removed `egeloen/http-adapter` as suggested package since the project is abandoned by @franmomu [#2069](https://github.com/ruflin/Elastica/pull/2069)
168 * Included `Content-Type` HTTP header every time, whatever the content of the body is [#1780](https://github.com/ruflin/Elastica/pull/1780)
271 * Added `Elastica\Reindex->setPipeline(Elastica\Pipeline $pipeline): void`. The link between the reindex and the pipeline is solved when `run()` is called, and thus the pipeline given doesn't need to be created before calling `setPipeline()` [#1752](https://github.com/ruflin/Elastica/pull/1752)
288 * Scroll is now throwing an exception when calling `current()` on an invalid iteration: always call `valid()` before
346 * The `\Elastica\Query::$_suggest` property has been renamed to `$hasSuggest` and is now private, it should not be used from extending classes [#1679](https://github.com/ruflin/Elastica/pull/1679)
365 * hits.total is now an object in the search response [hits.total](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_literal_hits_total_literal_is_now_an_object_in_the_search_response)
369 * Elastica\Client `$_config` field is no
[all...]
/plugin/bible/bible_douayRheims/
H A D1_Thessalonians.txt8 … Macedonia and in Achaia but also in every place: your faith which is towards God, is gone forth, …
15 …y time the speech of flattery, as you know: nor taken an occasion of covetousness (God is witness):
25 …that they may be saved, to fill up their sins always: for the wrath of God is come upon them to th…
28 …2:19. For what is our hope or joy or crown of glory? Are not you, in the presence of our Lord Jesu…
33 …e with you, we foretold you that we should suffer tribulations: as also it is come to pass, and yo…
45 4:3. For this is the will of God, your sanctification: That you should abstain from fornication:
62 …; then shall sudden destruction come upon them, as the pains upon her that is with child, and they…
74 …5:15. See that none render evil for evil to any man: but ever follow that which is good towards ea…
77 5:18. In all things give thanks for this is the will of God in Christ Jesus concerning you all.
80 5:21. But prove all things: hold fast that which is good.
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt5 Whereas recognition of the inherent dignity and of the equal and inalienable rights of all members of the human family is the foundation of freedom, justice and peace in the world,
9 Whereas it is essential, if man is not to be compelled to have recourse, as a last resort, to rebellion against tyranny and oppression, that human rights should be protected by the rule of law,
11 Whereas it is essential to promote the development of friendly relations between nations,
17 Whereas a common understanding of these rights and freedoms is of the greatest importance for the full realization of this pledge,
29 Everyone is entitled to all the rights and freedoms set forth in this Declaration, without distinction of any kind, such as race, colour, sex, language, religion, political or other opinion, national or social origin, property, birth or other status.
55 Everyone is entitled in full equality to a fair and public hearing by an independent and impartial tribunal, in the determination of his rights and obligations and of any criminal charge against him.
85 3. The family is the natural and fundamental group unit of society and is entitled to protection by society and the State.
111 Everyone, as a member of society, has the right to social security and is entitle
[all...]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.txt
/plugin/gitlabproject/
H A DREADME.md31 **NAMESPACE** is the namespace of your project, typically the name of the user or group in which th…
33 **PROJECT_NAME** is the name of project.

1...<<61626364656667686970>>...147