Home
last modified time | relevance | path

Searched refs:which (Results 176 – 200 of 1265) sorted by last modified time

12345678910>>...51

/plugin/advanced/lang/en/config/
H A Dusers.txt5 …r a ''#'' character are ignored. Each line contains a colon separated array of 5 fields which are:
H A Duserstyle.txt5 All CSS files are fetched through a single dispatcher in [[xref>lib/exe/css.php]] which also handle…
/plugin/advanced/
H A DLICENSE40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/plugin/linksuggest/
H A DLICENSE40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which make
[all...]
/plugin/firenews/
H A DLICENSE40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/plugin/s5/ui/default/
H A Dslides.js226 key.which = key.keyCode;
228 if (key.which == 84) {
233 switch (key.which) {
275 if (key.which < 48 || key.which > 57) {
280 number = (((number != undef) ? number : 0) * 10) + (key.which - 48);
294 if (!e.which || e.which == 1) {
521 e.which = e.keyCode;
529 return modifierKey || e.which == 0;
/plugin/s5/ui/dokuwiki/
H A Dslides.js225 key.which = key.keyCode;
227 if (key.which == 84) {
232 switch (key.which) {
274 if (key.which < 48 || key.which > 57) {
279 number = (((number != undef) ? number : 0) * 10) + (key.which - 48);
293 if (!e.which || e.which == 1) {
520 e.which = e.keyCode;
528 return modifierKey || e.which == 0;
/plugin/pageredirect/
H A DChangeLog.md55 - fix test which is not passing with new version of Dokuwiki. [#22]
/plugin/archivegenerator/
H A DLICENSE40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/plugin/fullscreenmode/
H A DLICENSE40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst31 "size" key and "metadata" key which can be used to provide custom metadata.
34 * Added ``GuzzleHttp\Stream\NullBuffer`` which can be used as a buffer that
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc65 will not accept URL's that have underscores (which are questionably legal,
70 For this reason, the client supports an extended host syntax which provides
H A Dhttp-handler.asciidoc11 executing in synchronous mode, the handler uses `CurlHandler`, which executes
13 (future) mode is enabled, the handler switches to `CurlMultiHandler`, which uses
H A Dinstallation.asciidoc90 creates a ClientBuilder object, which helps you to set custom configurations.
H A Dper-request-configuration.asciidoc89 It should be noted that the response is a string which may or may not be encoded
90 as JSON. In the first example, the response body is a complete JSON object which
101 in Elasticsearch-php, which is to protect you from specifying a parameter which
H A Dphp_json_objects.asciidoc12 The {es} API uses empty JSON objects in several locations which can cause
37 `"content" : []`, which is no longer valid {es} DSL. We need to tell PHP that
H A Dcrud.asciidoc11 indexing. There are several methods of ingesting data into {es} which we cover
H A Dfutures.asciidoc5 processing of requests (sent in parallel to the cluster), which can have a
20 simultaneously, which means the Elasticsearch-PHP client can more effectively
55 `future: lazy` and they pend until you resolve the futures, at which time all
60 interface, which makes the future act like a simple associative array. For
81 response, causes the future to resolve that particular value (which in turn
274 application, which means the client can no longer inspect the response and
H A Dnamespaces.asciidoc4 The client has a number of "namespaces", which generally expose administrative
16 | `cat()` | Access to the Cat API (which is generally used standalone from the command line
19 Some methods are available in several different namespaces, which give you the
H A Dserializers.asciidoc41 endpoints, which return tabular text instead of JSON.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc33 $params['timeout'] = (time) Timeout after which the analysis will be aborted (Default = 25s)
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md41 which, in turn, was inspired by Python's WSGI and Ruby's Rack. RingPHP is
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md29 - Added the `X-Elastic-Client-Meta` header which is used by Elastic Cloud
287 - Remove `_suggest` endpoint, which has disappeared from ES6 [#763](https://github.com/elastic/elasticsearch-php/pull/763)
H A DLICENSE-APACHE41 form, that is based on (or derived from) the Work and for which the
81 with the Work to which such Contribution(s) was submitted. If You
H A DLICENSE-LGPL50 library, and (2) we offer you this license, which gives you legal
122 program which contains a notice placed by the copyright holder or
129 (which use some of those functions and data) to form executables.
132 which has been distributed under these terms. A "work based on the
199 distribute the same sections as part of a whole which is a work based
235 it with the complete corresponding machine-readable source code, which
294 changes were used in the work (which must be distributed under
330 which the executable runs, unless that component itself accompanies
402 integrity of the free software distribution system which is
427 specifies a version number of this License which applie
[all...]

12345678910>>...51