Home
last modified time | relevance | path

Searched refs:to (Results 1126 – 1150 of 4331) sorted by relevance

1...<<41424344454647484950>>...174

/plugin/sidebar/
H A Dstyle.css82 /* the following three styles use a faux-column image to place a separating line
163 * html .page .toc {height:1px} /* General Dokuwiki fix. IE needs this to always display TOC cont…
164 …al Dokuwiki fix - very important for Sidebar. IE needs this to get the overflow:auto style to kick…
165 * html .stylehead {height:1px;} /* Get IE in hasLayout mode to ensure the background covers the w…
169 …width: 77%; /* IE needs extra gap to ensure #sidebar & .page float next to each …
170 …overflow-x: auto; /* IE proprietary property to prevent wide images in wiki page forci…
171 …/* 'overflow-x:auto;' maybe replaced by 'overflow:auto;' to ensure template passes w3c validation …
176 /* duplicate standard DW styles with increased specificity to counter some sidebar styles */
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst9 The ability to define custom escapers was added in Twig 1.14.0.
27 The ``escape`` filter can also be used in other contexts than HTML thanks to
28 an optional argument which defines the escaping strategy to use:
33 {# is equivalent to #}
36 And here is how to escape variables included in JavaScript code:
50 applied to any string being inserted into CSS and escapes everything except
54 not be used to escape an entire URI; only a subcomponent being inserted.
65 When using automatic escaping, Twig tries to not double-escape a variable
94 ``core`` extension instance. The first argument is the escaper name (to be
106 string to escape, and the charset.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DRollupNamespace.asciidoc40 $params['id'] = (string) The ID of the job to delete
54 $params['id'] = (string) The ID of the job(s) to fetch. Accepts glob patterns, or left blank for all jobs
68 $params['id'] = (string) The ID of the index to check rollup capabilities on, or left blank for all jobs
82 $params['index'] = (string) The rollup index or index pattern to obtain rollup capabilities from.
96 $params['id'] = (string) The ID of the job to create
110 $params['index'] = (string) The index to roll up
111 $params['rollup_index'] = (string) The name of the rollup index to create
144 $params['id'] = (string) The ID of the job to start
158 $params['id'] = (string) The ID of the job to stop
159 $params['wait_for_completion'] = (boolean) True if the API should block until the job has fully stopped, false if should be executed async. Defaults to fals
[all...]
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.unc15 FileBrowserError_103: 'You have no permissions to create the folder.',
19 FileBrowserError_203: 'You do not have permission to upload files to this folder. If you think th…
20 FileBrowserError_204: 'Unable to delete the selected file',
21 FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions…
32 FolderMoveWarning: 'You can only move files to a folder one level below the current directory',
38 FileBrowserError_307: "Failed to write file to disk.",
39 …ileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file uplo…
51 MediaFileLink: "link to media file",
60 MediaFileLink: "link to media file",
67 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
[all …]
H A Den.js.ckgedit10 FileBrowserError_103: 'You have no permissions to create the folder.',
14 FileBrowserError_203: 'You do not have permission to upload files to this folder. If you think th…
15 FileBrowserError_204: 'Unable to delete the selected file',
16 FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions…
27 FolderMoveWarning: 'You can only move files to a folder one level below the current directory',
33 FileBrowserError_307: "Failed to write file to disk.",
34 …ileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file uplo…
45 MediaFileLink: "link to media file",
54 MediaFileLink: "link to media file",
61 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
[all …]
/plugin/webcomponent/_test/data/pages/
H A Dcard_column.txt26 …mponents/card/#example|the bootstrap quick example]] on how to build a card title in order to make…
27 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
45 …mponents/card/#example|the bootstrap quick example]] on how to build a card title in order to make…
46 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
/plugin/editonlink/
H A DLICENSE3 Anyone is free to copy, modify, publish, use, compile, sell, or
10 software to the public domain. We make this dedication for the benefit
11 of the public at large and to the detriment of our heirs and
12 successors. We intend this dedication to be an overt act of
13 relinquishment in perpetuity of all present and future rights to this
24 For more information, please refer to <http://unlicense.org>
/plugin/svgpureinsert/
H A DREADME.md4 Inserts an SVG image as-is into a DokuWiki page to be rendered by
14 Please refer to http://www.dokuwiki.org/plugins for additional info
15 on how to install plugins in DokuWiki.
20 Allowing SVG Upload equals to allowing HTML + JS upload.
23 **Do not allow everyone to post SVG's! to Your DokuWiki**
/plugin/odtplus2dw/
H A DREADME.md11 odtplus2dw is a plugin for dokuwiki (forked from odt2dw to add doc/docx support). This plugin lets you import a document into Dokuwiki. It supports (at least) .odt, .doc, .docx formats. It should also work with any other document format that pandoc supports, but it has not been tested yet.
32 - If you wish, you can execute the script `installLatestPandoc.sh` (included with this plugin) to install the latest version of pandoc. Or you can install pandoc any other way (check that version installed is not very outdated, or the conversion can fail).
36 PHP code (at least in my system) is executed by the user `daemon`. I had problems running a Java application with this user (it seems soffice is a Java application) so I decided to run the soffice conversion using `sudo`. To make it work, I had to add a line to the file `/etc/sudoers`. You can do the same executing:
40 I'm not a security expert, but I think that this should not be a problem for anybody. If you do not use the soffice conversion (.doc support), you don't need to do this.
42 If PHP code is executed by any other user on your system, you only have to change it in the previous command.
61 - Changed name to odtplus2dw.
64 - Removed some translations (I can't update them, so I had to remove).
68 - Adjust method signatures to matc
[all...]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultImageAlt.txt
/plugin/securelogin/
H A DTODO5 Add option to forbid logging in without the password encrypted (Warning, this could lock you out)
7 - probably have to hook into the login function and remove the html for the boxes, then add them ba…
11 Add sha256 sums to the HTML, to have the browser check that they have not been tampered with in tra…
/plugin/showinitpage/
H A DREADME.md3 If access to a page is denied (i.e. user not logged in), redirect to a defined page.
12 Please refer to http://www.dokuwiki.org/plugins for additional info
13 on how to install plugins in DokuWiki.
/plugin/confmanager/lang/ko/
H A Dinterwiki.txt7 [[wp>Wiki]] links to Wikipedia,
8 [[Meatball>TourBusStop]] links to the MeatBall wiki TourBusStop,
9 [[google>Wiki]] links to a Google search,
10 [[doku>interwiki]] links to this page
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md117 You may want to roll your own deep copy function:
139 You can add filters to customize the copy process.
141 The method to add a filter is `DeepCopy\DeepCopy::addFilter($filter, $matcher)`,
161 // Will apply a filter to any property of any objects named "id"
173 // Will apply a filter to the property "id" of any objects of the class "MyClass"
221 If you want a property to remain untouched (for example, an association to an object):
238 If you use Doctrine and want to copy an entity, you will need to use the `DoctrineCollectionFilter`:
254 If you use Doctrine and want to copy an entity who contains a `Collection` that you want to be rese…
295 1. If you want to replace the value of a property:
313 2. If you want to replace whole element:
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md40 also import the CSS if you plan to use the hand drawn theme:
62 or use jQuery to do all the work:
82 // CSS style to apply to the diagram's svg tag. (Only supported if using snap.svg)
90 The following CSS classes are applied to the SVG diagram when using snap.svg:
92 * `sequence`: Applies to main SVG tag.
93 * `title`: Applied to the title of the diagram.
94 * `actor`: Applied to the actors.
95 * `signal`: Applied to the signals.
96 * `note`: Applied to all notes.
119to move to [Snap.svg](http://snapsvg.io/), which is a pure SVG implementation, instead of Raphaël…
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A DLICENSE5 Everyone is permitted to copy and distribute verbatim copies
15 As used herein, "this License" refers to version 3 of the GNU Lesser
16 General Public License, and the "GNU GPL" refers to version 3 of the GNU
19 "The Library" refers to a covered work governed by this License,
42 1. Exception to Section 3 of the GNU GPL.
50 facility refers to a function or data to be supplied by an Application
55 a) under this License, provided that you make a good faith effort to
61 this License applicable to that copy.
68 material is not limited to numerica
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.lgpl-30.txt5 Everyone is permitted to copy and distribute verbatim copies
19 "The Library" refers to a covered work governed by this License,
42 1. Exception to Section 3 of the GNU GPL.
50 facility refers to a function or data to be supplied by an Application
61 this License applicable to that copy.
68 material is not limited to numerical parameters, data structure
103 suitable for, and under terms that permit, the user to
118 GNU GPL, and only to the extent that such information is
119 necessary to install and execute a modified version of the
149 differ in detail to address new problems or concerns.
[all …]
/plugin/html5video2/script/
H A DLGPLv3-LICENSE.txt5 Everyone is permitted to copy and distribute verbatim copies
19 "The Library" refers to a covered work governed by this License,
42 1. Exception to Section 3 of the GNU GPL.
50 facility refers to a function or data to be supplied by an Application
61 this License applicable to that copy.
68 material is not limited to numerical parameters, data structure
103 suitable for, and under terms that permit, the user to
118 GNU GPL, and only to the extent that such information is
119 necessary to install and execute a modified version of the
149 differ in detail to address new problems or concerns.
[all …]
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit14 FileBrowserError_103: 'You have no permissions to create the folder.',
18 FileBrowserError_203: 'You do not have permission to upload files to this folder. If you think th…
19 FileBrowserError_204: 'Unable to delete the selected file',
20 FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions…
31 FolderMoveWarning: 'You can only move files to a folder one level below the current directory',
37 FileBrowserError_307: "Failed to write file to disk.",
38 …ileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file uplo…
50 MediaFileLink: "link to media file",
59 MediaFileLink: "link to media file",
66 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
[all …]
/plugin/barcodes/
H A DLICENSE.md7 Everyone is permitted to copy and distribute verbatim copies
17 As used herein, “this License” refers to version 3 of the GNU Lesser
21 “The Library” refers to a covered work governed by this License,
44 ### 1. Exception to Section 3 of the GNU GPL
52 facility refers to a function or data to be supplied by an Application
63 this License applicable to that copy.
70 material is not limited to numerical parameters, data structure
103 suitable for, and under terms that permit, the user to
117 GNU GPL, and only to the extent that such information is
118 necessary to install and execute a modified version of the
[all …]
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md3 DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in the association graph.
102 Alternatively, you can create your own `DeepCopy` instance to configure it differently for example:
112 You may want to roll your own deep copy function:
134 You can add filters to customize the copy process.
136 The method to add a filter is `DeepCopy\DeepCopy::addFilter($filter, $matcher)`,
156 // Will apply a filter to any property of any objects named "id"
168 // Will apply a filter to the property "id" of any objects of the class "MyClass"
181 // Will apply a filter to any object that is an instance of Doctrine\Common\Collections\Collection
188 - `DeepCopy\Filter` applies a transformation to the object attribute matched by `DeepCopy\Matcher`
189 - `DeepCopy\TypeFilter` applies a transformation to an
[all...]
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE5 Everyone is permitted to copy and distribute verbatim copies
15 As used herein, "this License" refers to version 3 of the GNU Lesser
16 General Public License, and the "GNU GPL" refers to version 3 of the GNU
19 "The Library" refers to a covered work governed by this License,
42 1. Exception to Section 3 of the GNU GPL.
50 facility refers to a function or data to be supplied by an Application
55 a) under this License, provided that you make a good faith effort to
61 this License applicable to that copy.
68 material is not limited to numerica
[all...]
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.lgpl-30.txt5 Everyone is permitted to copy and distribute verbatim copies
19 "The Library" refers to a covered work governed by this License,
42 1. Exception to Section 3 of the GNU GPL.
50 facility refers to a function or data to be supplied by an Application
61 this License applicable to that copy.
68 material is not limited to numerical parameters, data structure
103 suitable for, and under terms that permit, the user to
118 GNU GPL, and only to the extent that such information is
119 necessary to install and execute a modified version of the
149 differ in detail to address new problems or concerns.
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md7 * Refer to account IDs using the terminology "account" rather than "user".
26 to use the system CA bundle and will fall back to the Mozilla CA bundle
33 * Fix typo in code to copy cert to temp directory.
48 * Added a `.gitattributes` file to exclude tests from Composer releases.
74 archive to a temporary file so that curl can use them.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc4 The client comes with helpers to give you a more comfortable experience with
17 The `SearchResponseIterator` can be used to iterate page by page in a search
28 'scroll' => '5m', // period to retain the search context
42 // do something with hit e.g. copy its data to another index
53 The `SearchHitIterator` can be used to iterate in a `SearchResponseIterator`
65 'scroll' => '5m', // period to retain the search context
80 // do something with hit e.g. write to CSV, update a database, etc

1...<<41424344454647484950>>...174