Home
last modified time | relevance | path

Searched refs:parameter (Results 101 – 125 of 234) sorted by relevance

12345678910

/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md48 * Better error message when parsing objects with an invalid `VALUE` parameter.
55 `TYPE` parameter. (@kbond)
108 * #41: Support the `ENCODING` parameter from vCard 2.1.
244 * #216: `ENCODING` parameter is now validated for all document types.
443 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
508 * Added: Parameter::has() for easily checking if a parameter value exists.
568 * Fixed: Iterating parameter values should now fully work as expected.
614 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
654 * Fixed: #94: Better parameter escaping.
669 * Fixed: Issue #65. Putting quotes around parameter values that contain a colon.
/plugin/dokutexit/help/
H A Dtexit.txt39 ^biggesttableword | Obscur parameter that can change, sometimes, tables layout | number | 15 |
/plugin/issuetracker/
H A Daction.php18 var $parameter = ""; variable in action_plugin_issuetracker
110 $this->parameter = $_POST['showid'];
114 $this->parameter = $_GET['showid'];
124 $this->parameter = $_POST['issue_ID'];
210 $this->parameter = $_GET['showid'];
214 $this->parameter = "addcfgelement";
219 $this->parameter = "cfgmatrix";
225 $this->parameter = "deletecfgelement";
272 $issue_id = $this->parameter;
813 $issue_id = $this->parameter;
[all …]
/plugin/wikistats/
H A DREADME.md120 > Note that the type parameter is mandatory
126 either directly or using `ns` parameter:
133 The `ns` parameter supports both inclusion and exclusion of the namespaces.
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md79 * #216: `ENCODING` parameter is now validated for all document types.
278 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
343 * Added: Parameter::has() for easily checking if a parameter value exists.
403 * Fixed: Iterating parameter values should now fully work as expected.
449 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
489 * Fixed: #94: Better parameter escaping.
504 * Fixed: Issue #65. Putting quotes around parameter values that contain a colon.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md79 * #216: `ENCODING` parameter is now validated for all document types.
278 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
343 * Added: Parameter::has() for easily checking if a parameter value exists.
403 * Fixed: Iterating parameter values should now fully work as expected.
449 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
489 * Fixed: #94: Better parameter escaping.
504 * Fixed: Issue #65. Putting quotes around parameter values that contain a colon.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md39 * #216: `ENCODING` parameter is now validated for all document types.
238 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
303 * Added: Parameter::has() for easily checking if a parameter value exists.
363 * Fixed: Iterating parameter values should now fully work as expected.
409 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
449 * Fixed: #94: Better parameter escaping.
464 * Fixed: Issue #65. Putting quotes around parameter values that contain a colon.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_upload.cfm29 <!--- note: no serverPath url parameter - see config.cfm if you need to set the serverPath manually…
H A Dcf_connector.cfm31 <!--- note: no serverPath url parameter - see config.cfm if you need to set the serverPath manually…
/plugin/rater/
H A Daction.php17 var $parameter = ""; variable in action_plugin_rater
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc29 located in the 'body' parameter:
265 available method calls (as well as parameter lists in the comments for each
/plugin/gitlabproject/
H A DREADME.md64 Then simply add `server` parameter:
/plugin/groupmail/
H A DCHANGELOG66 * Error with captcha parameter solved.
/plugin/publistf/
H A DCHANGELOG.md43 * added a new optional parameter "authors", which allows linking to websites of
/plugin/flowplay2/flowplayer/
H A Djavascript.txt89 parameter.
147 Called when a clip has been played to the end. The clip parameter object
/plugin/externalembed/
H A DREADME.md29 * Set **PLAYLIST_CACHE_TIME** parameter - this is the time in hours before the playlist cache expir…
49 Each parameter: is followed by a space and values enclosed in "". Parameters are separated by ' | '…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css2370 .monaco-editor .parameter-hints-widget {
2377 .monaco-editor .parameter-hints-widget > .wrapper {
2383 .monaco-editor .parameter-hints-widget.multiple {
2388 .monaco-editor .parameter-hints-widget.visible {
2392 .monaco-editor .parameter-hints-widget p,
2393 .monaco-editor .parameter-hints-widget ul {
2398 .monaco-editor .parameter-hints-widget .body {
2409 .monaco-editor .parameter-hints-widget .docs {
2435 .monaco-editor .parameter-hints-widget .controls {
2467 .monaco-editor .parameter-hints-widget .signature .parameter.active {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css2370 .monaco-editor .parameter-hints-widget {
2377 .monaco-editor .parameter-hints-widget > .wrapper {
2383 .monaco-editor .parameter-hints-widget.multiple {
2388 .monaco-editor .parameter-hints-widget.visible {
2392 .monaco-editor .parameter-hints-widget p,
2393 .monaco-editor .parameter-hints-widget ul {
2398 .monaco-editor .parameter-hints-widget .body {
2409 .monaco-editor .parameter-hints-widget .docs {
2435 .monaco-editor .parameter-hints-widget .controls {
2467 .monaco-editor .parameter-hints-widget .signature .parameter.active {
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md22 * Dynamically extract the products from the database via `start` and `count` parameter in the url
/plugin/anewssystem/
H A Daction.php18 var $parameter = ""; variable in action_plugin_anewssystem
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md65 * Deprecated `Elastica\Reindex::WAIT_FOR_COMPLETION_FALSE`, use a boolean as parameter instead by @franmomu [#2070](https://github.com/ruflin/Elastica/pull/2070)
80 * Fixed `Term::setTerm()` PHPDoc allowing scalar values for `$value` parameter by @franmomu [#2094](https://github.com/ruflin/Elastica/pull/2094)
191 * Added `auth_type` parameter in the client class config to specify the type of authentication (allowed values are `basic, digest, gssnegotiate, ntlm`) [#1790](https://github.com/ruflin/Elastica/pull/1790)
359 * \Elastica\AbstractUpdateAction::getOptions( $fields ) no longer supports the $underscore parameter, option names must match what elasticsearch expects.
363 * The parameter [fields](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_the_parameter_literal_fields_literal_deprecated_in_6_x_has_been_removed_from_bulk_request) deprecated in 6.x has been removed from Bulk requestedit and Update request.
388 * Added request method parameter to `Elastica\SearchableInterface->search()` and `Elastica\SearchableInterface->count()`. Same for `Elastica\Search`[#1441](https://github.com/ruflin/Elastica/issues/1441)
441 * Using `Elastica\Query\FunctionScore::addRandomScoreFunction` without `$field` parameter is deprecated since ES 6.0 and will fail since ES 7.0 [#1522](https://github.com/ruflin/Elastica/pull/1522)
522 - In QueryString is not allowed to use fields parameters in conjunction with default_field parameter. This is not well documented, it's possibile to understand from [Elasticsearch tests : QueryStringQueryBuilderTests.java](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/index/query/QueryStringQueryBuilderTests.java#L917) [#1352](https://github.com/ruflin/Elastica/pull/1352)
531 - The deprecated minimum_number_should_match parameter in the bool query has been removed, use minimum_should_match instead. [#1369](https://github.com/ruflin/Elastica/pull/1369)
532 - For geo_distance queries, sorting, and aggregations the sloppy_arc option has been removed from the distance_type parameter
[all...]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/acronym/
H A DREADME35 …rk with SUSE and Ubuntu. Solution is simple: AddEntryPattern requires a parameter $mode. Set it to…
/plugin/redissue/
H A DREADME.md68 In this case, the twice parameter **must be set** but one can be empty. E.g: if you want to have al…
119 …url or key in json file is wrong or if you put a wrong name in "server" parameter(e.g: call _flirt…
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md70 - `RemoteWebDriver::create()` cannot be used without providing the second parameter (which is in fact optional).
78 - New instance of `RemoteWebDriver` created via `createBySessionID()` by default expects W3C mode. This could be disabled using fifth parameter of `createBySessionID()`.
82 - Properly read fifth parameter whether W3C compliant instance should be created when using `createBySessionID()`.

12345678910