Home
last modified time | relevance | path

Searched refs:to (Results 951 – 975 of 4331) sorted by relevance

1...<<31323334353637383940>>...174

/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DREADME.md26 This library provides interfaces to apply the visitor pattern.
32 With [Composer](https://getcomposer.org/), to include this library into
33 your dependencies, you need to
51 Then, to run all the test suites:
62 We propose to explain the basis of this library. We have two entities: an
64 element to visit will implement the `Hoa\Visitor\Element` interface and the
66 to implement the `accept` method in order to define what data it holds will be
67 visited. The second one will ask to implement the `visit` method which will
89 There are mainly two ways to get help:
97 Do you want to contribute? Thanks! A detailed [contributor
[all …]
/plugin/bible/bible_douayRheims/
H A DOsee.txt12 2:1. Say ye to your brethren: You are my people: and to your sister: Thou hast obtained mercy.
29 …2:19. And I will espouse thee to me for ever: and I will espouse thee to me in justice, and judgme…
62 …5:4. They will not set their thoughts to return to their God: for the spirit of fornication is in …
70 5:12. And I will be like a moth to Ephraim: and like rottenness to the house of Juda.
71 …d: and Ephraim went to the Assyrian, and sent to the avenging king: and he shall not be able to he…
74 6:1. In their affliction they will rise early to me: Come, and let us return to the Lord.
109 …8:9. For they are gone up to Assyria, a wild ass alone by himself: Ephraim hath given gifts to his…
111 8:11. Because Ephraim hath made many altars to sin: altars are become to him unto sin.
132 …branches, the fruit is agreeable to it: according to the multitude of his fruit, he hath multiplie…
148 …em, they went away from before their face: they offered victims to Baalim, and sacrificed to idols.
[all …]
H A DIsaias.txt66 3:13. The Lord standeth up to judge, and he standeth to judge the people.
93 …5:8. Woe to you that join house to house and lay field to field, even to the end of the place: sha…
96 …5:11. Woe to you that rise up early in the morning to follow drunkenness, and to drink in the even…
156 …I went to the prophetess, and she conceived, and bore a son. And the Lord said to me: Call his nam…
410 … the Lord, the God of hosts, in that day shall call to weeping, and to mourning, to baldness, and
466 …5:2. For thou hast reduced the city to a heap, the strong city to ruin, the house of strangers, to
540 …29:1. Woe to Ariel, to Ariel the city which David took: year is added to year the solemnities are …
688 …36:12. And Rabsaces said to them: Hath my master sent me to thy master and to thee, to speak all t…
917 …45:10. Woe to him that saith to his father: Why begettest thou? and to the woman: Why dost thou br…
1164 …18. As unto revenge, as it were to repay wrath to his adversaries, and a reward to his enemies: he…
[all …]
H A DColossians.txt3 …1:3. Grace be to you and peace, from God our Father and from the Lord Jesus Christ. We give thanks…
12 …1:12. Giving thanks to God the Father, who hath made us worthy to be partakers of the lot of the s…
20 …1:20. And through him to reconcile all things unto himself, making peace through the blood of his …
37 …losophy and vain deceit: according to the tradition of men according to the elements of the world …
43 …ree that was against us, which was contrary to us. And he hath taken the same out of the way, fast…
46 2:17. Which are a shadow of things to come: but the body is of Christ.
70 3:18. Wives, be subject to your husbands, as it behoveth in the Lord.
74 …3:22. Servants, obey in all things your masters according to the flesh: not serving to the eye, as…
75 3:23. Whatsoever you do, do it from the heart, as to the Lord, and not to men:
81 4:4. That I may make it manifest as I ought to speak.
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DTimeEfficientLongestCommonSubsequenceImplementation.php22 * @param array $to
26 public function calculate(array $from, array $to) argument
30 $toLength = \count($to);
48 $from[$i - 1] === $to[$j - 1] ? $matrix[$o - $width - 1] + 1 : 0
57 if ($from[$i - 1] === $to[$j - 1]) {
/plugin/dokukiwix/lang/en/
H A Dintro.txt3 This plugin allows you to build a static HTML version of your wiki. \\
4to be used with [[http://www.kiwix.org|Kiwix]], a XUL interface by the french company [[http://www…
7 Building an offline version of your dokuwiki takes a long time. You need to let the page open until…
/plugin/txtconf/lang/en/
H A Dintro_smileys.txt3 Use this page to Manage the Smileys List of your Dokuwiki installation.\\
4 What are Smileys? refer to [[doku>wiki:smileys]].\\
5 You can alos refer to the [[wp>Smiley|Wikipedia list of Smiley]]
7 Please note that you need to specify a smiley image file that does exist in your dokuwiki's ''image…
11 Remember to press the **SAVE** button before leaving this page otherwise your changes will be lost.
/plugin/farm/install/animaltemplate/conf/
H A Dlocal.php.dist4 Simply copy the options you want to change from dokuwiki.php
5 to this file and change them
9 //$conf['title'] = 'My Wiki'; //what to show in the title
11 //$conf['useacl'] = 1; //Use Access Control Lists to restrict access?
16 * mysql.conf.php too and adjust the options to match
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DFilterCriteria.php57 public $to; variable in Google\\Service\\Gmail\\FilterCriteria
174 public function setTo($to) argument
176 $this->to = $to;
183 return $this->to;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst153 applied to the next.
178 Go to the :doc:`filters<filters/index>` page to learn more about built-in
196 Go to the :doc:`functions<functions/index>` page to learn more about the
225 to change the default value:
279 Go to the :doc:`tags<tags/index>` page to learn more about the built-in tags.
504 are useful to reuse often used HTML fragments to not repeat yourself.
589 example as arguments to function calls, filters or just to extend or include
741 {# is equivalent to #}
768 {# is equivalent to #}
771 Go to the :doc:`tests<tests/index>` page to learn more about the built-in
[all …]
H A Drecipes.rst12 Deprecated features generate deprecation notices (via a call to the
75 This is the content to be displayed.
127 might be tempted to write the following:
137 It turns out it is possible to get this to work, by adding a directory right
205 thanks to the magic ``__get()`` method; you just need to also implement the
254 The output will be similar to:
375 When attaching a visitor to a ``\Twig\Environment`` instance, Twig uses it to
395 Using a Database to store Templates
418 Now, let's define a loader able to use this database::
494 the key to be able to mix and match templates coming from the database, the
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.FlashAllowFullScreen.txt
/plugin/revealjs/
H A DREADME.md22to a page to insert a button for presentation start. In the past this was optional - now it is man…
40 to
114 Whether to build up all lists point by point. Two values
176 Automatically move the presentation to the next slide in milliseconds. If this is set to 0, automat…
178 * Numeric value to wait in milliseconds
217 Alternatively, to select a theme put a
227 …c (1 or 0). If you want to be able to change the options directly in the URL after the presentatio…
240 …nd will be applied to the next slide. I.e. the background tag has to preceed the heading opening t…
283 - if you want to leave this slide mode you need a way to explicit close a slide or container:
359 <fragment>... to step through ...</fragment>
[all …]
/plugin/dokucrypt2/
H A DREADME.md9 This is a plugin for DokuWiki to support client side cryptography.
26 When the user hits 'Save' (or a draft is attempted to be saved) a prompt will open, asking the user to enter a pass phrase key for the encryption. Once supplied, the encryption will be done in the browser and the encrypted text submitted to the server.
32 * `copytoclipboard` - If set to true, the plugin tries to copy the decrypted value to the clipboard.
33 * `hidepasswordoncopytoclipboard` - If set to true, the decrypted value will not be shown after being copied to the clipboard (see option 'copytoclipboard').
37 * 2024-05-01: PR from **t-oster** to preven
[all...]
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md7 due to run, calculate the next run date of the expression, and calculate the previous
12 lists (e.g. 1,2,3), W to find the nearest weekday for a given day of the month, L to
13 find the last day of the month, L to find the last given weekday of a month, and hash
14 (#) to find the nth weekday of a given month.
19 Add the dependency to your project:
46 // Calculate a run date relative to a specific time
54 A CRON expression is a string representing the schedule for a particular command to execute. The parts of a CRON schedule are as follows:
70 - PHPUnit is required to run the unit tests
71 - Composer is required to ru
[all...]
/plugin/file2dw/
H A DREADME.md33 …atestPandoc.sh` (included with this plugin in `docker/dokuwikiapp` folder) to install the latest v…
37 …s a Java application) so I decided to run the soffice conversion using `sudo`. To make it work, I …
41 …em for anybody. If you do not use the soffice conversion (.doc support), you don't need to do this.
43 If PHP code is executed by any other user on your system, you only have to change it in the previou…
47 …an use Docker to deploy Dokuwiki and meet the requirements mentioned above "for free". If you are …
49 You will have to make several changes in `docker-compose-yml` files (at least in one of them). I ho…
51 …mpty" Dokuwiki, so you will have to follow the install instructions in https://www.dokuwiki.org/in…
75 …ate a container with Dokuwiki installed on it and a reverse proxy that allows `https` access to it.
77 …s Encrypt services (https://letsencrypt.org/) so you will have to do a little reserach to know how…
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md22 * Tested in 5.3 to 7.1 and in HHVM
41 Parsedown is capable of escaping user-input within the HTML that it generates. Additionally Parsedown will apply sanitisation to additional scripting vectors (such as scripting link destinations) that are introduced by the markdown syntax itself.
49 If instead, you wish to allow HTML within untrusted user-input, but still want output to be free from XSS it is recommended that you make use of a HTML sanitiser that allows HTML tags to be whitelisted, like [HTML Purifier](http://htmlpurifier.org/).
51 In both cases you should strongly consider employing defence-in-depth measures, like [deploying a Content-Security-Policy](https://scotthelme.co.uk/content-security-policy-an-introduction/) (a browser security feature) so that your page is likely to be safe even if an attacker finds a vulnerability in one of the first lines of defence above.
55 Safe mode does not necessarily yield safe results when using extensions to Parsedown. Extensions should be evaluated on their own to determine their specific safety against XSS.
60 If you wish to escape HTML **in trusted input**, you can use the following:
66 Beware that this still allows users to inser
[all...]
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
38 External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
42 link text as well: [[http://www.google.com|This Link points to google]]. Email
52 [[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
62 This links to [[synta
[all...]
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst6 to produce immutable auto-curried iteratee-first data-last methods.
14 // Loading `lodash.fp.js` converts `_` to its fp variant.
18 // Use `noConflict` to restore the pre-fp variant.
44 to convert each method.
61 Methods that cap iteratees to one argument:<br>
64 Methods that cap iteratees to two arguments:<br>
71 Methods have fixed arities to support auto-currying.
98 Method arguments are rearranged to make composition easier.
124 ##### Exceptions to the rules
159 The placeholder argument, which defaults to `_`, may be used to fill in method
[all …]
/plugin/twistienav4bootstrap3/
H A DREADME.md6 This plugin adds adds drop-down navigation menus to breadcrumbs in DokuWiki pages.
9 and has been adopted to be compatible with the [Bootstrap 3](https://www.dokuwiki.org/template:boot…
18 * manually with the download URL, which points to latest version of the plugin.
24 The plugin has already reasonable default settings, so it's not necessary to configure it to make i…
30 Just copy the directory lang/en, rename it in your own language (For instance, for france, to lang/…
/plugin/google_adsense2/lang/en/
H A Dintro.txt3 This plugin allows you to include [[wp>Adsense|Google Adsense]] advertisings into your wiki page.
5 To use it, you'll have to insert the following code into your template:
13 Maybe you want to test this line below the code above.
17 Please also try to use the following to let google select the right content for ADS:
23 **Note**: Inserting the code above is optional and only needed if you want to include Google Adsens…
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md7 * This release has no functional changes. It's just been brought up to date
21 * Added: When calling emit, it's now possible to specify a callback that will be
23 can be used to implement strategy patterns.
29 * Updated: It's now possible to remove all listeners for every event.
44 * Added: once, to only listen to an event emitting once.
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php11 * Check to see if a field is satisfied by a value
13 * @param string $dateValue Date value to check
14 * @param string $value Value to test
32 * @param string $value Value to test
44 * @param string $value Value to test
57 * @param string $value Value to test
69 * Test if a value is within an increments of ranges (offset[-to]/step size)
72 * @param string $value Value to test
91 $to = isset($range[1]) ? $range[1] : $dateValue;
93 if ($dateValue < $offset || $dateValue > $to) {
[all...]
/plugin/mediasyntax/
H A DREADME7 Do NOT try to install this plugin via un-tarring it. Use plugin manager as described in the above link.
19 2023-07-29: 2 hours: adapted to PHP 8 forbidding array and string offset access syntax with curly braces
20 2015-07-26: 1 hour: added tool to update mediasyntax on www.staerk.de
22 2015-06-27: 1 hour: enable linking to PDF
34 2012-03-19: 2 hours: fix hplus and hminus in toolbar, convert italic from dokuwiki to mediawiki
37 2012-03-18: 1 hour: testcase for converting dokuwiki style tables to mediawiki
38 2012-03-17: 1 hour: allow converting dokuwiki style tables to mediawiki
42 2011-01-23: 1 hour: Issue 2: allowed internal links to be italic
51 2010-10-13: 2 hours: convert tool to convert existing files from dokuwiki syntax to mediawik
[all...]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
13 - Fixed `ExternalLinkProcessor` not fully disabling the `rel` attribute when configured to do so (#992)
28 - Added more configuration options to the Heading Permalinks extension (#939):
29 - `heading_permalink/apply_id_to_heading` - When `true`, the `id` attribute will be applied to the heading element itself instead of the `<a>` tag
30 - `heading_permalink/heading_class` - class to apply to the heading element
31 - `heading_permalink/insert` - now accepts `none` to prevent the creation of the `<a>` link
32 - Added new `table/alignment_attributes` configuration option to control how table cell alignment is rendered (#959)
36 - Change several thrown exceptions from `RuntimeException` to `LogicException` (or something extending it), including:
37 - `CallbackGenerator`s that fail to se
[all...]

1...<<31323334353637383940>>...174