Home
last modified time | relevance | path

Searched refs:parameters (Results 476 – 500 of 693) sorted by relevance

1...<<11121314151617181920>>...28

/plugin/dirtylittlehelper/mermaid/editor/src/
H A DApp.svelte11 // Using named parameters, with last being optional
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A Dphpstan.neon1 parameters:
/plugin/math2/phpmathpublisher/
H A DCHANGELOG3 - WARNING : the $dirfonts and $dirimg parameters should not be finished any more by /.
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md12 …After()` in CacheItemInterface fix docblock to specify null as a valid parameters as well as an im…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCustomSearchAPI.php67 'parameters' => [
206 'parameters' => [
/plugin/pageredirect/
H A DChangeLog.md30 - revert broken implementation of adding `GET` parameters to url from [#16], fixes [#24], [#25]
31 - do not add parameters to url if the redirect is external. [133a129], [#25]
52 - preserve `GET` parameters when redirecting. [#16]
/plugin/combo/syntax/
H A Diterator.php417 $parameters = $pageSql->getParameters();
420 ->setQueryParametrized($executableSql, $parameters);
463 $parametersString = implode(", ", $parameters);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A Deasy-coding-standard.neon11 parameters:
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.3.md15 * The constructor of `PHP_CodeCoverage_Report_Text` now has default values for its parameters
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md163 * #154: Correctly work around vCard parameters that have a value but no name.
173 * #121: iCal demands parameters containing the + sign to be quoted.
301 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
313 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
342 * Added: You can now add() multiple parameters to a property in one call.
354 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
401 * Fixed: Multiple parameters with the same name are now correctly encoded.
404 * Fixed: Support for vCard 2.1 nameless parameters.
548 * Fixed: The reader now properly parses parameters without a value.
613 * New: It's possible to specify lists of parameters when constructing
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md163 * #154: Correctly work around vCard parameters that have a value but no name.
173 * #121: iCal demands parameters containing the + sign to be quoted.
301 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
313 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
342 * Added: You can now add() multiple parameters to a property in one call.
354 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
401 * Fixed: Multiple parameters with the same name are now correctly encoded.
404 * Fixed: Support for vCard 2.1 nameless parameters.
548 * Fixed: The reader now properly parses parameters without a value.
613 * New: It's possible to specify lists of parameters when constructing
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md123 * #154: Correctly work around vCard parameters that have a value but no name.
133 * #121: iCal demands parameters containing the + sign to be quoted.
261 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
273 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
302 * Added: You can now add() multiple parameters to a property in one call.
314 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
361 * Fixed: Multiple parameters with the same name are now correctly encoded.
364 * Fixed: Support for vCard 2.1 nameless parameters.
508 * Fixed: The reader now properly parses parameters without a value.
573 * New: It's possible to specify lists of parameters when constructing
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D58.58.js1 …ring.heredoc.delimiter","string.heredoc","string.heredoc.delimiter"]]],parameters:[[/\$\d+/,"varia… property in AnonymousFunction75310df50100.t.tokenizer
/plugin/isauth/
H A DCHANGELOG16 - replaced function parameters:
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php239 $this->assertEquals(1, count($bla->parameters()));
241 $this->assertEquals('PARAM1', $bla->parameters['PARAM1']->name);
242 $this->assertEquals('value1', $bla->parameters['PARAM1']->getValue());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php240 $this->assertEquals(1, count($bla->parameters()));
242 $this->assertEquals('PARAM1',$bla->parameters['PARAM1']->name);
243 $this->assertEquals('value1',$bla->parameters['PARAM1']->getValue());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php240 $this->assertEquals(1, count($bla->parameters()));
242 $this->assertEquals('PARAM1',$bla->parameters['PARAM1']->name);
243 $this->assertEquals('value1',$bla->parameters['PARAM1']->getValue());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php240 $this->assertEquals(1, count($bla->parameters()));
242 $this->assertEquals('PARAM1',$bla->parameters['PARAM1']->name);
243 $this->assertEquals('value1',$bla->parameters['PARAM1']->getValue());
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php283 $parameters = $handle->getParameters();
285 if (!isset($parameters['notification'])) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc49 If you need to set other parameters, such as a `routing` value, you specify
53 .Additional parameters
196 provide a script and usually a set of parameters:
H A Dconfig-hash.asciidoc27 Unknown parameters throw an exception, to help the user find potential problems.
H A Dconfiguration.asciidoc5 configure a few parameters to suit their needs, but it is possible to completely
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/advanced/lang/en/config/
H A Dmanifest.txt9 …- it uses several configurable parameters, if they are not overwritten by the point above: [[doku>…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php132 private $parameters = []; variable in phpseclib3\\Crypt\\Hash
415 $this->parameters = [
444 $this->parameters = compact('initial');
857 return substr($algo($text, ...array_values($this->parameters)), 0, $this->length);
865 $temp = substr($algo($temp, ...array_values($this->parameters)), 0, $this->length);
868 $output = $algo($output, ...array_values($this->parameters));

1...<<11121314151617181920>>...28