Home
last modified time | relevance | path

Searched refs:to (Results 926 – 950 of 4331) sorted by relevance

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

/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst7 The ``i18n`` extension adds `gettext`_ support to Twig. It defines one tag,
12 You need to register this extension before using the ``trans`` block::
20 // Set language to French
39 Use the ``trans`` block to mark parts in the template as translatable:
65 If you need to apply filters to the variables, you first need to assign the
66 result to a variable:
86 The ``plural`` tag should provide the ``count`` used to select the right
122 {# assign the translation to a temporary variable #}
137 If you use the Twig I18n extension, you will probably need to extract the
151 But there is a simple workaround: as Twig converts templates to
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst6 The possibility to define default values for arguments in the macro
10 are useful to put often used HTML idioms into reusable elements to not repeat
39 * If extra positional arguments are passed to a macro, they end up in the
42 But as with PHP functions, macros don't have access to the current template
53 Macros can be defined in any template, and need to be "imported" before being
73 special ``_self`` variable to import them:
83 When you define a macro in the template where you are going to use it, you
84 might be tempted to call the macro directly via ``_self.input()`` instead
85 of importing it; even if seems to work, this is just a side-effect of the
88 When you want to use a macro in another macro from the same file, you need to
[all …]
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki25 …]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]]…
40 …* In addition to the description on Michele's page, I added ImageMagick's bin folder to my systems…
41to ImageMagick via configuration failed. I finally added GhostScript's `bin` folder to the System …
42 … may be due to a security policy defined in ImageMagick's `policy.xml`. Look for the following ent…
64 In order to be able to show the thumbnail image, the image itself is stored within the media librar…
66 The plugin watches file changes at the moment a wiki page is rendered. You might need to watch out …
90 …might need to adjust the config setting `thumb_paths`. If you have such an office file, I'd like t…
102to create thumbnails for PDF files, in addition to a requirement of **ImageMagick** and **Imagick*…
116 ^ **no_thumb_error_message** | Error message to be shown when no thumbnail was found, and 'show_no_…
131 …* config option `thumb_width` was dropped, so you might want to delete that entry from `conf/local…
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/davcal/syntax/
H A Dtable.php174 $to = clone $from;
175 $to->sub(new \DateInterval('P'.$data['numdays'].'D'));
176 $fromStr = $to->format('Y-m-d');
188 $to = clone $from;
189 $to->add(new \DateInterval('P'.$data['numdays'].'D'));
190 $toStr = $to->format('Y-m-d');
257 $to->setTimezone(new \DateTimeZone($timezone));
266 $to = new \DateTime($event['end']);
270 $to->sub(new \DateInterval('P1D'));
274 $R->doc .= $to->format($data['alldayformat']);
[all …]
/plugin/syntaxhighlighter4/
H A DREADME.md21 …gin) using the download link given above. Refer to [Plugins](https://www.dokuwiki.org/plugins) on …
35 The brush (language) that SyntaxHighlighter should use. Defaults to "text" if none is provided.<br …
47 * **firstLine**: Allows you to change the first (starting) line number `(default 1)`
48 * **gutter**: Allows you to turn gutter with line numbers `(default true)`
50 * **smartTabs**: Allows you to turn smart tabs feature on and off `(default true)`
51 * **tabSize**: Allows you to adjust tab size `(default 4)`
52 * **override**: List of tags to override
93 ### Copy to clipboard
96 Click outside the code area to restore highlighting.
189to show your support is to star :star2: the project, or to raise issues :speech_balloon: You can a…
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md5 Before we can merge your Pull-Request here are some guidelines that you need to follow.
6 These guidelines exist not to annoy you, but to keep the code base clean, unified and future proof.
10 This project uses [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to enforce coding…
20 Please try to add a test for your pull-request. This project uses [PHPUnit](https://phpunit.de/) as…
36 Please try to avoid opening support-related tickets. For support related questions please use more …
41 Please allow us time to review your pull requests.
42 We will give our best to review everything as fast as possible, but cannot always live up to our ow…
/plugin/rdplink/
H A DREADME.md4 This is a DokuWiki plugin that allows you to create links that automagically generate and open Remo…
10 Within the RdpEncrypt folder are two utilities you can use to generate an encrypted password for us…
24 Permission is hereby granted, free of charge, to any person obtaining a copy of
25 this software and associated documentation files (the "Software"), to deal in
26 the Software without restriction, including without limitation the rights to
28 of the Software, and to permit persons to whom the Software is furnished to do
29 so, subject to the following conditions:
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst5 deserialization process which you can use to hook in and alter the default
10 The difference between listeners, and subscribers is that listener do not know to which events they…
11 while subscribers contain that information. Thus, subscribers are easier to share, and re-use. List…
24 … 'class' => 'AppBundle\\Entity\\SpecificClass', // if no class, subscribe to every serialization
54 This is dispatched before a type is visited. You have access to the visitor,
63 to add additional data for an object that you normally do not save inside
74 This is dispatched before an object is deserialized. You can use this to
81 This is dispatched after a type is processed. You can use it to normalize
82 submitted data if you require external services for example, or also to
/plugin/displaywikipage/
H A DREADME.md5 * **Author**: [Terence J. Grant](mailto:tjgrant@tatewake.com) (with special thanks to Etienne Gauth…
13 The plugin also exports a function for use with your template, so you will have to insert the follo…
21 <?php if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page(":path:to:page"); ?>
23 Doing it in this fashion will allow your users to use the template whether or not you have the plug…
27 …tps://www.dokuwiki.org/plugin:extension). Refer to [Plugins](https://www.dokuwiki.org/plugins) on …
41 …mmunity contributions. If you're able to provide useful code changes or bug fixes, they will likel…
43 If you find my work helpful and would like to give back, [consider joining me as a GitHub sponsor](…
/plugin/templater/
H A DCHANGELOG.md23 * Implemented `#ifemp` delimiter to hide parameters not provided. (by [Turq Whiteside](https://github.com/TurqW))
30 * Some modifications to facilitate the translation by DokuWiki Translation Tool.
33 * Previous changes didn't allow the actual displayed string to start or end with quotation marks. This fixes that by allowing such strings to be ""double quoted"" and only removing the outermost quotes. (by [Turq Whiteside](https://github.com/TurqW))
36 * By trimming off quotation marks after the whitespace trim, we allow users to wrap their strings in quotation marks in order to keep any intentional leading or trailing whitespace - useful for bulleted lists, code blocks etc. (by [Turq Whiteside](https://github.com/TurqW))
44 * Updated error messages to look better.
56 * Updated v0.3.1 to work with DokuWiki 2022-07-31 "Igor":
70 * Changed the substitution delimiters from `{ }` to `@`.
72 * When the template does not exist show a link to creat
[all...]
/plugin/bible/bible_douayRheims/
H A DProverbs.txt9 1:9. That grace may be added to thy head, and a chain of gold to thy neck.
16 1:16. For their feet run to evil, and make haste to shed blood.
241 9:3. She hath sent her maids to invite to the tower, and to the walls of the city:
282 10:26. As vinegar to the teeth, and smoke to the eyes, so is the sluggard to them that sent him.
425 15:17. It is better to be invited to herbs with love, than to a fatted calf with hatred.
500 17:26. It is no good thing to do hurt to the just: nor to strike the prince, who judgeth right.
580 20:25. It is ruin to a man to devour holy ones, and after vows to retract.
600 21:15. It is joy to the just to do judgment: and dread to them that work iniquity.
691 …24:11. Deliver them that are led to death: and those that are drawn to death, forbear not to deliv…
703 24:23. These things also to the wise: It is not good to have respect to persons in judgment.
[all …]
H A DHabacuc.txt2 …1:2. How long, O Lord, shall I cry, and thou wilt not hear? shall I cry out to thee suffering viol…
9 …1:9. They shall all come to the prey, their face is like a burning wind: and they shall gather tog…
16 …1:16. Therefore will he offer victims to his drag, and he will sacrifice to his net: because throu…
17 …1:17. For this cause therefore he spreadeth his net, and will not spare continually to slay the na…
18 …d fix my foot upon the tower: and I will watch, to see what will be said to me, and what I may ans…
26 …2:9. Woe to him that gathereth together an evil covetousness to his house, that his nest may be on…
27 …2:10. Thou hast devised confusion to thy house, thou hast cut off many people, and thy soul hath s…
29 2:12. Woe to him that buildeth a town with blood, and prepareth a city by iniquity.
32 …2:15. Woe to him that giveth drink to his friend, and presenteth his gall, and maketh him drunk, t…
36 …2:19. Woe to him that saith to wood: Awake: to the dumb stone: Arise: can it teach? Behold, it is …
[all …]
/plugin/epnsmartlink/
H A DREADME.md3 Plugin to integrate EPN SmartLinks
6 EPN Smart Links converts all links to eBay into affiliate links. This plugin lazyloads a Java-Scrip…
11to eBay that is placed on your site, the Smart Links code automatically converts every one into a …
16 No need to manually add the code and the lazyloading will make your site respond faster.
20 Use the Extension Manager to install this Plugin.
29 - Support the Developer: 5% of the requests will be donated to the developer.
/plugin/docsearch/conf/
H A Dconverter.php.dist5 # Use this file to setup the document to text converter.
7 # The plugin trys to convert every media document to a text file. On this
8 # progress it uses a given set of external tools to convert it.
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md34 your dependencies, you need to
52 Then, to run all the test suites:
63 We propose a quick overview of how to use events and listeners.
69 while observers start to observe,
93 smart, we can directly attach a stream to an event, like:
105 Contrary to an event, a listener is:
111 to the observable to observe.
113 The `Hoa\Event\Listenable` interface requires the `on` method to be present to
146 There are mainly two ways to get help:
154 Do you want to contribute? Thanks! A detailed [contributor
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc5 {ref-7x}/removal-of-types.html[here]. If you migrated types from {es} 6 to 7,
8 When you add documents to {es}, you index JSON documents. This maps naturally to
10 Elasticsearch-PHP you create and pass associative arrays to the client for
31 // Document will be indexed to my_index/_doc/my_id
44 // Document will be indexed to my_index/_doc/<autogenerated ID>
49 If you need to set other parameters, such as a `routing` value, you specify
99 In practice, you'll likely have more documents than you want to send in a single
100 bulk request. In that case, you need to batch up the requests and periodically
128 // unset the bulk response when you are done to sav
[all...]
H A Doverview.asciidoc4 This is the official PHP client for {es}. It is designed to be a low-level
9 consistency makes it easy to get started with a client and to seamlessly switch
10 from one language to the next with minimal effort.
12 The client is designed to be "unopinionated". There are a few universal niceties
13 added to the client (cluster state sniffing, round-robin requests, and so on)
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md6 This is a compatibility release to ensure a smooth upgrade path for those not yet
7 on Promise v3. We encourage upgrading to the latest version when possible, as
48 update to PHPUnit 9, and add full core team to the license.
69 * Improve documentation and add docblocks to functions and interfaces.
72 * Add `.gitattributes` to exclude dev files from exports.
82 * Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
87 * Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.
93 to resolve
[all...]
/plugin/prosemirror/
H A DREADME.md13 Please refer to http://www.dokuwiki.org/plugins for additional info
14 on how to install plugins in DokuWiki.
18 Use yarn to install the dependecies
41 - `action/editor.php`: `HTML_EDITFORM_OUTPUT` get Instructions and render them to json
43 - `renderer.php` uses the classes `NodeStack` `Node` and `Mark` in `schema` to do its job
45 - to keep information about a Node in as few places as possible,
46 some rendering instructions have been moved to the respective `parser/` classes
47 - Prosemirror parses that json in `script/main.js` according to the schema defined in
51 - Some Nodes (e.g. images, links) need to be resolved by DokuWiki in order to b
[all...]
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md5 > This is the latest release. The has been moved to [SyntaxHighlighter 4](https://github.com/crazy-…
16 * Update to Syntaxhighlighter 3.0.90
44 * Fixed problem with the option html-script, always load shBrushXml.js to make it work.
45 * Convert brush aliases and options to lowercase, SyntaxHighlighter is case sensitive.
51 * Plugin adapted to [current plugin layout](https://www.dokuwiki.org/devel:plugin_file_structure).
53 …ttps://www.dokuwiki.org/plugin:config) to select theme and configure Autoloader brush list. No lon…
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md5 with URIs, staying true to the rules of [RFC3986][2].
7 Partially inspired by [Node.js URL library][3], and created to solve real
13 1. `resolve` to resolve relative urls.
14 2. `normalize` to aid in comparing urls.
16 4. `build` to do the exact opposite of `parse`.
17 5. `split` to easily get the 'dirname' and 'basename' of a URL without all the
31 Head over to the [sabre/dav mailinglist][4], or you can also just open a ticket
/plugin/icalevents/vendor/sabre/uri/
H A DREADME.md5 with URIs, staying true to the rules of [RFC3986][2].
7 Partially inspired by [Node.js URL library][3], and created to solve real
13 1. `resolve` to resolve relative urls.
14 2. `normalize` to aid in comparing urls.
16 4. `build` to do the exact opposite of `parse`.
17 5. `split` to easily get the 'dirname' and 'basename' of a URL without all the
31 Head over to the [sabre/dav mailinglist][4], or you can also just open a ticket
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DLICENSE8 Permission is hereby granted, free of charge, to any person obtaining a copy
9 of this software and associated documentation files (the "Software"), to deal
11 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12 copies of the Software, and to permit persons to whom the Software is
13 furnished to do so, subject to the following conditions:
/plugin/txtconf/lang/en/
H A Dintro_interwiki.txt3 Use this page to Manage the Interwiki List of your Dokuwiki installation.\\
4 What are Interwiki? refer to [[doku>wiki:interwiki]].
7 …laced by the URL encoded representation of the wikiname this is the right thing to do in most cases
9 If no placeholder is defined the urlencoded name is appended to the URL
11 Please note that you may specify an image to use with interwiki links in your dokuwiki's ''images/i…
15 Remember to press the **SAVE** button before leaving this page otherwise your changes will be lost.

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