Home
last modified time | relevance | path

Searched refs:docs (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DMakefile1 all: clean coverage docs
3 docs: target
4 cd docs && make html
6 view-docs:
7 open docs/_build/html/index.html
32 cd docs && make clean
46 .PHONY: docs
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc2 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.resourceManager.html#add
6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialogCommand.html
33 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
45 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
53 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
77 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
85 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textarea.html
[all …]
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc2 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.resourceManager.html#add
6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialogCommand.html
33 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
45 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
53 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
77 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
85 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textarea.html
[all …]
/plugin/adhoctags/
H A DREADME.md12 - `<abbr>` – “[Abbreviation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr)”
14 - `<address>` – “[Address](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/address)”
16 - `<article>` – “[Article](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article)”
18 - `<aside>` – “[Aside](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside)”
20 - `<b>` – “[Bring Attention To](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b)” (also known as “bold”)
22 - `<bdi>` – “[Bidirectional Isolate](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdi)” and `<bdo>` – “[Bidirectional Text Override](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdo)”
24 - `<cite>` – “[Citation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite)”
26 - `<details>` – “[Details](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details)” and `<summary>` – “[Summary](https://developer.mozilla.org/en-US/docs/We
[all...]
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.plugins.html
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
17 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
26 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
41 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.plugins.html
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
17 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
26 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
41 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md17 * [LDAP Client](/docs/Client)
18 * [Configuration](/docs/Client/Configuration.md)
19 * [SASL Bind Authentication](/docs/Client/SASL-Bind-Authentication.md)
20 * [General Usage](/docs/Client/General-Usage.md)
21 * [Entries](/docs/Client/Entries.md)
22 * [Operations](/docs/Client/Operations.md)
23 * [Controls](/docs/Client/Controls.md)
24 * [Searching and Filters](/docs/Client/Searching-and-Filters.md)
25 * [Range Retrieval](/docs/Client/Range-Retrieval.md)
26 * [DirSync](/docs/Clien
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php207 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
209 * @param array|Document[] $docs Array of Elastica\Document
211 * @throws InvalidException If docs is empty
217 public function updateDocuments(array $docs, array $requestParams = []): ResponseSet
219 if (!$docs) {
225 $bulk->addDocuments($docs, Action::OP_TYPE_UPDATE);
240 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
242 * @param array|Document[] $docs Array of Elastica\Document
244 * @throws InvalidException If docs is empty
250 public function addDocuments(array $docs, arra
208 updateDocuments(array $docs, array $requestParams = []) global() argument
237 addDocuments(array $docs, array $requestParams = []) global() argument
325 deleteDocuments(array $docs, array $requestParams = []) global() argument
[all...]
H A DIndex.php158 * @param Document[] $docs Array of Elastica\Document
167 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
169 public function updateDocuments(array $docs, array $options = []): ResponseSet
171 foreach ($docs as $doc) {
175 return $this->getClient()->updateDocuments($docs, $options);
187 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update-by-query.html
260 * @param array|Document[] $docs Array of Elastica\Document
271 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
273 public function addDocuments(array $docs, array $options = [])
275 foreach ($docs a
156 updateDocuments(array $docs, array $options = []) global() argument
246 addDocuments(array $docs, array $options = []) global() argument
358 deleteDocuments(array $docs) global() argument
[all...]
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md254 …ls.getCookie()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-getCookie) and [`CKEDITOR.t…
458docs.ckeditor.com/#!/api/CKEDITOR.editor-event-paste) event and a set of new editor events was int…
459docs.ckeditor.com/#!/api/CKEDITOR.plugins.clipboard.dataTransfer) facade was introduced to unify a…
788docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget) to make the handling of styles by widgets fully …
1008docs.ckeditor.com/#!/api/CKEDITOR.editor-property-enterMode) and [`editor.shiftEnterMode`](http://
1015 * [`document.find()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-find),
1016 … * [`document.findOne()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-findOne),
1019 … for [`htmlParser.node`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.node) and [`htmlParse…
1182 …mple, [guides](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) and [`CKEDITOR.filte…
1190docs.ckeditor.com/#!/api/CKEDITOR.command) state is now [`CKEDITOR.TRISTATE_DISABLE`](http://docs.…
[all …]
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.plugins.html
11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
15 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
19 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
25 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
35 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
/plugin/ckgedit/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.plugins.html
11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
15 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
19 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
25 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
35 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
/plugin/ckgedit/ckeditor/
H A DCHANGES.md129 …itor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-eventsBuffer) was extracted into [`t…
130 …itor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-throttle) was extracted into [`tools…
196docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-extraPlugins), [`removePlugins`](https://ckedit…
683 - [Drag&Drop](https://ckeditor.com/docs/ckeditor4/latest/examples/fileupload.html) support.
878docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-paste) event and a set of new editor events w…
1208docs/ckeditor4/latest/api/CKEDITOR.plugins.widget.html) to make the handling of styles by widgets …
1428docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-enterMode) and [`editor.shiftEnterMode`](h…
1435 …* [`document.find()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_document.html#me…
1439 …(https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.htmlParser.node.html) and [`htmlParser.el…
1602 …keditor.com/docs/ckeditor4/latest/guide/dev_advanced_content_filter.html) and [`CKEDITOR.filter` A…
[all …]
/plugin/yuriigantt/
H A DREADME.md10 ![alt text](docs/img/raw.png "Rendered")
11 ![alt text](docs/img/rendered.png "Rendered")
13 In nutshell, it just wraps [dhtmlxGantt](https://dhtmlx.com/docs/products/dhtmlxGantt).
14 …ommercial/Enterprise or Ultimate license on their site https://dhtmlx.com/docs/products/dhtmlxGant…
38 1. save. you must see now ![alt text](docs/img/rendered_empty.png "Rendered")
64 ![alt text](docs/img/diagram.png "Diagram")
97 * https://docs.dhtmlx.com/gantt/samples
/plugin/icalevents/
H A Ddeleted.files22 externals/iCalcreator/docs/using.html
23 externals/iCalcreator/docs/summary.html
24 externals/iCalcreator/docs/lgpl.txt
25 externals/iCalcreator/docs
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md39 ## Help and docs
79 … `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][guzzle-3-docs] | No | >= 5.3.3…
81 … `guzzlehttp/guzzle` | `GuzzleHttp` | [v5][guzzle-5-repo] | [v5][guzzle-5-docs] | No | >= 5.4 …
82 … `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][guzzle-6-docs] | Yes | >= 5.5 …
88 [guzzle-3-docs]: http://guzzle3.readthedocs.org
89 [guzzle-5-docs]: http://guzzle.readthedocs.org/en/5.3/
90 [guzzle-6-docs]: http://guzzle.readthedocs.org/en/latest/
/plugin/webcomponent/_test/data/pages/
H A Dcontainer.txt4 [[https://getbootstrap.com/docs/4.3/layout/overview/#containers|container]] implementation of Boots…
6 …bar]] are used to limit the horizontal width. ([[https://getbootstrap.com/docs/4.0/components/navb…
H A Dcard.txt7 This is the implement of the [[https://getbootstrap.com/docs/4.3/components/card/|Bootstrap card]]
27 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui…
40 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui…
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc2 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.resourceManager.html#add
8 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
12 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
13 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialogCommand.html
30 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
42 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add
43 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
308 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
313 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.content.html
324 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
[all …]
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc2 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.resourceManager.html#add
8 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
12 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
13 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialogCommand.html
30 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
42 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add
43 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
308 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
313 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.content.html
324 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
[all …]
/plugin/cli/
H A Dcli-examples.txt230 C:\docs> exit
260 C:\docs> exit
285 c:\> cd docs
286 c:\docs> dir
287 directory of C:\docs.
293 C:\docs> exit
314 c:\> cd docs
315 c:\docs> dir
316 directory of C:\docs.
322 C:\docs> exit
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D68738b4fd0dda177022be45be95b4c84.asciidoc1 // docs/reindex.asciidoc:161
H A De567e6dbf86300142573c73789c8fce4.asciidoc1 // docs/reindex.asciidoc:267
H A Dcfc37446bd892d1ac42a3c8e8b204e6c.asciidoc1 // docs/reindex.asciidoc:718
H A D3ae03ba3b56e5e287953094050766738.asciidoc1 // docs/reindex.asciidoc:224

12345678910>>...12