Home
last modified time | relevance | path

Searched refs:to (Results 1576 – 1600 of 4331) sorted by relevance

1...<<61626364656667686970>>...174

/plugin/fontface/
H A Dinstall_fonts.txt8 You need to upload at least two files into the plugin's "fonts" directory to accomodate the majorii…
24 You don't need to upload any files. You can use any of the fonts listed here:
/plugin/random_page/
H A DREADME2 I wanted to use the Random Page plugin for DokuWiki:
14 …l him about it, but I figured I should also publish the code in case someone else wanted to use it.
16 I also changed it from being named 'random_page' to 'randompage'
/plugin/statistics/inc/pchart/
H A DREADME8 This seems to be the most up-to-date version of the library today (2014-06-19).
9 When updating later, make sure to have a look at the current state of forks.
/plugin/linkbonus/syntax/
H A Dinterwiki.txt21 * All DokuWiki plugins to extend the parser/rendering mechanism
22 * need to inherit from this class
63 * the pattern is @/path/to/page|name|title|param1=val1|param2=val2|...|
121 $do = array(); // list of operations to perform
172 /* if there is any need to fetch external page, do so */
181 at this point we have all the information required to
182 ask the Renderer system to create the link */
201 * @brief imported from renderer due to being defined too late in the stage
208 // Default to Google I'm feeling lucky
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc4 Index management operations allow you to manage the indices in your {es}
66 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.
156 The PUT Settings API allows you to modify any index setting that is dynamic:
197 The PUT Mappings API allows you to modify or add to an existing index's mapping.
229 on the mappings that you wish to retrieve, you can specify one of more indices:
251 There are a number of other APIs in the indices namespace that allow you to
255 If you use an IDE with autocompletion, you should be able to easily explore the
/plugin/tos/lang/en/
H A Dintro.txt3 Before you can continue, you have to agree to our current Terms of Service shown below.
/plugin/issuetracker/
H A Dedit.php64 $to = $issue['user_mail'];
70 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null);
73 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
113 $to = $value;
118 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null);
121 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
131 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument
149 $to = mail_encode_address($to,'',$usenames);
172 return @mail($to,$subject,$message,$header);
174 return @mail($to,$subject,$message,$header,$params);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm28 * file and folder names in this connector to allow CF5 send a UTF-8
32 * how others are gonna take to it. Well, the previous version of this
33 * connector already did this with file names and nobody seemed to mind,
41 <!--- note: no serverPath url parameter - see config.cfm if you need to set the serverPath manually…
86 …// Get the base physical path to the web root for this application. The code to determine the path…
88 …// virtual directory or a symbolic link / junction. Use the serverPath config setting to force a p…
104 xmlContent = ""; // append to this string to build content
185 <!--- we need to know the physical path to the current folder for all commands --->
261 // This means folder names are always US-ASCII so we don't have to worry about CF5 and UTF-8
287 * 103 : You have no permissions to create the folder.
/plugin/codeprettify/code-prettify/
H A DREADME.md13 * Supports all C-like, Bash-like, and XML-like languages. No need to specify
28 * See [Getting Started](docs/getting_started.md) to configure that URL with
95 If you'd like to add an extension for your favorite language, please look at
100 You don't need to specify the language since `PR.prettyPrint()` will guess.
129 [the tests][4] to see if it works in your browser.
138 causes end quotes to not match up with open quotes.
141 [WordPress's help center][5] for info on how to stop smart quoting of code
146 You can use the `linenums` class to turn on line numbering. If your code
191 so that the browser does not pass an event object to `PR.prettyPrint`
197 create CSS styles to matches these classes.
[all …]
/plugin/confmanager/lang/en/
H A Dscheme.txt1 DokuWiki allows linking to external URLs but only to known protocols.
/plugin/latex/
H A DREADME2 Based on class.latexrender.php from Benjamin Zeiss, converted to
6 This plugin requires a LaTeX installation, and ImageMagick to convert
11 Adds the following syntax to DokuWiki:
/plugin/randomquote/
H A DREADME.md3 This is a very (!) simple syntax plugin for DokuWiki that allows you to show random quotes on your …
10 To add new quotes or to change the style, please edit the `quotes.txt` and `style.css` files in you…
16 the option of making settings via the admin pages. Feel free to make it better!
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php155 * @param string $to Recipient email address
161 protected function mail($to, $subject, $body, array $headers) { argument
163 mail($to, $subject, $body, implode("\r\n", $headers));
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dblock.rst10 When a template uses inheritance and if you want to print a block multiple
21 The ``block`` function can also be used to display one block from another
28 Use the ``defined`` test to check if a block exists in the context of the
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php155 * @param string $to Recipient email address
161 protected function mail($to, $subject, $body, array $headers) { argument
163 mail($to, $subject, $body, implode("\r\n", $headers));
/plugin/dwedit/
H A DREADME1 This plugin will automatically add a DW Edit button to the page tools which appear at the right of …
2 …n. Clicking on the button will open the native Dokuwiki editor. It opens to the entire page bein…
9 …nce of the link can be styled in the style.css file, using span.dwedit, which is currently set to:
/plugin/statdisplay/pchart/
H A DREADME11 This seems to be the most up-to-date version of the library today (2012-02-07).
12 When updating later, make sure to have a look at the current state of forks.
/plugin/latex-was/
H A DREADME2 Based on class.latexrender.php from Benjamin Zeiss, converted to
6 This plugin requires a LaTeX installation, and ImageMagick to convert
11 Adds the following syntax to DokuWiki:
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.TidyAdd.txt
/plugin/advanced/lang/en/config/
H A Dscheme.txt3 DokuWiki allows linking to external URLs but only to known protocols.
H A Dacl.txt5 …e writable by the webserver if you want to use the ACL admin interface described above. It is not …
9 …* The resource to restrict. This can either be a [[doku>pagename]] or a [[doku>namespace]]. Namesp…
15 ^ Name ^ Level ^ applies to ^ Permission ^ DokuWiki constant ^
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md31 * Move to `Hoa\Ustring`. (Ivan Enderlin, 2015-05-29T14:51:52+02:00)
32 * Move to PSR-1 and PSR-2. (Ivan Enderlin, 2015-05-18T09:28:32+02:00)
43 * Move to PSR-4. (Ivan Enderlin, 2014-12-10T08:52:28+01:00)
55 * Remove `from`/`import` and update to PHP5.4. (Ivan Enderlin, 2014-11-13T20:15:14+01:00)
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst18 The instantiator is able to create new instances of any class without
47 The PHPUnit version to be used is the one installed as a dev- dependency
61 donated to the doctrine organization, and which is now deprecated in
68 .. _object calisthenics: http://www.slideshare.net/guilhermeblanco/object-calisthenics-applied-to-p…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst6 Handlers allow you to change the serialization, or deserialization process
29 won't be added and you will have to call `addDefaultHandlers` on the Builder
33 Subscribing handlers contain the configuration themselves which makes them easier to share with oth…
34 and easier to set-up in general::
/plugin/advanced/lang/en/
H A Dconfig.txt3 All configuration files are to be found in the ''./conf'' folder or ''/etc/dokuwiki'' when installe…
5 "Main files" usually ship with DokuWiki, whereas "local files" have to be created by the wiki admin…
7 If local files are supported you should use them instead of modifying the main files to avoid upgra…
20 …'' | [[doku>urlschemes]] | URL schemes to be recognized as lin…

1...<<61626364656667686970>>...174