Home
last modified time | relevance | path

Searched refs:in (Results 1301 – 1325 of 3785) sorted by relevance

1...<<51525354555657585960>>...152

/plugin/flashplayer/
H A Dreadme-en.txt35 <flashplayer width="width in pixels" height="height in pixels" position="0|1|2">flash vars</flashpl…
64 If you want to add additional languages, just have a look in the "lang"
66 (according the conventions in "/inc/lang" of DokuWiki) and translate the
85 be included manually in the DokuWiki template.
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md4 All notable changes to this project will be documented in this file.
19 - Add replace guzzlehttp/ringphp in composer [#3](https://github.com/ezimuel/ringphp/pull/3)
56 - Fixed a bug in which the result of `CurlFactory::retryFailedRewind` did not
104 - Header parsing now ensures that header order is maintained in the parsed
112 - Now correctly honoring a `version` option is supplied in a request.
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md33 * added the `Process::fromShellCommandline()` to run commands in a shell wrapper
72 * added command line arrays in the `Process` class
85 * deprecation: Process::setStdin() is deprecated in favor of Process::setInput()
86 * deprecation: Process::getStdin() is deprecated in favor of Process::getInput()
97 * added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
/plugin/geophp/vendor/funiq/geophp/
H A DLICENSE9 Redistribution and use in source and binary forms, with or without
13 * Redistributions in binary form must reproduce the above copyright
14 notice, this list of conditions and the following disclaimer in the
57 in new free programs; and that you know you can do these things.
83 program will individually obtain patent licenses, in effect making the
100 language. (Hereinafter, translation is included without limitation in
111 source code as you receive it, in any medium, provided that you
119 you may at your option offer warranty protection in exchange for a fee.
129 b) You must cause any work that you distribute or publish, that in
130 whole or in par
[all...]
/plugin/pgn4web/pgn4web/libs/garbochess/
H A DLICENSE.txt4 Redistribution and use in source and binary forms, with or without
9 2. Redistributions in binary form must reproduce the above copyright
10 notice, this list of conditions and the following disclaimer in the
/plugin/editonlink/
H A DLICENSE4 distribute this software, either in source code form or as a compiled
9 of this software dedicate any and all copyright interest in the
13 relinquishment in perpetuity of all present and future rights to this
/plugin/autogroup/
H A Daction.php113 $in = array();
123 $in[] = $group;
144 $msg = sprintf($this->getLang('update_ok'), $user, implode(',',$in), implode(',',$out));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc49 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
77 $params['keep_on_completion'] = (boolean) Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false) (Default = false)
78 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DNOTICE5 you may not use this file except in compliance with the License.
10 Unless required by applicable law or agreed to in writing, software
25 This library is distributed in the hope that it will be useful,
/plugin/pdfjs/pdfjs/web/locale/oc/
H A Dviewer.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
80 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
83 # will be replaced by the PDF file size in megabytes, respectively in bytes.
115 # the document; usually called "Fast Web View" in English locales of Adobe software.
198 # "{{type}}" will be replaced with an annotation type from a list defined in
/plugin/pdfjs/pdfjs/web/locale/ach/
H A Dviewer.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
76 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
79 # will be replaced by the PDF file size in megabytes, respectively in bytes.
112 # the document; usually called "Fast Web View" in English locales of Adobe software.
195 # "{{type}}" will be replaced with an annotation type from a list defined in
/plugin/pdfjs/pdfjs/web/locale/ltg/
H A Dviewer.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
88 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
91 # will be replaced by the PDF file size in megabytes, respectively in bytes.
124 # the document; usually called "Fast Web View" in English locales of Adobe software.
208 # "{{type}}" will be replaced with an annotation type from a list defined in
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc12 you to discover this identifier in
46 to deal with the response body rather than catch exceptions (often useful in
50 configure it in the `client` parameter of the request array. For instance, the
101 in Elasticsearch-php, which is to protect you from specifying a parameter which
131 enabled via the `verbose` parameter in the client options.
261 parameters should be specified in seconds.
265 or bulk request, the operation continues executing "in the background", unknown
269 situations, you will see the appropriate threadpool queue growing in size, and
294 parameter in the client options:
322 on a specific request, you can specify it via the `verify` parameter in th
[all...]
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.php_cs4 ->in('src')
5 ->in('tests')
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch_with_empty_fill.test5 {% for row in items|batch(3, '') %}
7 {% for column in row %}
H A Dbatch_with_fill.test5 {% for row in items|batch(3, 'fill') %}
7 {% for column in row %}
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.php_cs4 ->in('src')
5 ->in('tests')
/plugin/pagemod/
H A DREADME.md11 If you install this plugin manually, make sure it is installed in
14 on how to install plugins in DokuWiki.
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.php_cs4 ->in('src')
5 ->in('tests')
/plugin/advanced/lang/en/config/
H A Dwordblock.txt3 …d and so it is with Wikis. WikiSpam, like Spam in blogs and email, is on the rise. If you use Doku…
/plugin/combo/resources/firebug/
H A DREADME.md6 This is a dependency used in webcode to show a console in JsFiddle.
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example19 * or at least include this file in local.php.
31 /* This option enables debug messages in the mysql module. It is
79 * Keep in mind that Dokuwiki will access thise information through the
111 * user name is only allowed once in the table.
114 * No patterns will be replaced in this statement but following patters
115 * will be replaced in the filter expressions:
116 * %{user} in FilterLogin user's login name
117 * %{name} in FilterName user's full name
118 * %{email} in FilterEmail user's email address
119 * %{group} in FilterGroup group name
[all …]
/plugin/pdfjs/pdfjs/web/locale/ff/
H A Dviewer.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
88 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
91 # will be replaced by the PDF file size in megabytes, respectively in bytes.
124 # the document; usually called "Fast Web View" in English locales of Adobe software.
175 # the total number of matches in the document.
230 # "{{type}}" will be replaced with an annotation type from a list defined in
/plugin/pdfjs/pdfjs/web/locale/ms/
H A Dviewer.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
88 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
91 # will be replaced by the PDF file size in megabytes, respectively in bytes.
124 # the document; usually called "Fast Web View" in English locales of Adobe software.
175 # the total number of matches in the document.
230 # "{{type}}" will be replaced with an annotation type from a list defined in
/plugin/pdfjs/pdfjs/web/locale/et/
H A Dviewer.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
88 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
91 # will be replaced by the PDF file size in megabytes, respectively in bytes.
124 # the document; usually called "Fast Web View" in English locales of Adobe software.
175 # the total number of matches in the document.
234 # "{{type}}" will be replaced with an annotation type from a list defined in

1...<<51525354555657585960>>...152