Home
last modified time | relevance | path

Searched refs:parameter (Results 126 – 150 of 234) sorted by last modified time

12345678910

/plugin/structat/
H A Dplugin.info.txt6 desc Struct table page aggregator with additional at parameter.
H A DREADME3 Struct table page aggregator that respects &at parameter.
/plugin/revealjs/
H A DREADME.md223 All other options are also overwritable in a wiki page by using the URL query parameter syntax:
269 - Full example - parameters are parsed dynamically like in CSS, the parameter order is not importan…
H A Dchangelog.md21 …- Full example - parameters are parsed dynamically like in CSS, the parameter order is not importa…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1parameter, in legacy browsers.\n// Support: IE\n(function checkDOMTokenListAddRemove() {\n if (!h…
H A Dpdf.worker.js.map1parameter, in legacy browsers.\n// Support: IE\n(function checkDOMTokenListAddRemove() {\n if (!h…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1parameter, see also `PDFLinkService_setHash`.\n let mode = evt.mode, view;\n switch (mode) {\n …
/plugin/minimap/
H A DREADME.md41 …* the `debug` parameter prints debug information if set to true below the panel header and in the …
42 * the `namespace` parameter (default to the current namespace) may be used to change the namespace
94 * If you don't have any home page, you can set the parameter `showHeader` to `false`
H A Dsyntax.php85 $parameter = strtolower($parameterKey);
87 … if (in_array($parameter, [self::SHOW_HEADER, self::INCLUDE_DIRECTORY_PARAMETERS])) {
90 $parameters[$parameter] = $value;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1parameter.\nif (COMPAT) {\n require('./compatibility_layer_v3');\n}\n\ndomready(() => SyntaxHighl…
/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/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php301 foreach($this->parameters as $parameter) {
302 if ($parameter->name === 'VALUE') {
305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
353 foreach($this->parameters as $parameter) {
354 if ($parameter->name == $name) return true;
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown173 … dontAnimate : bool | Goes to slide by index, skipping animation if second parameter is set to true
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1parameter\n\t\t//var order = index;\n\n\t\tif(this.exists(item.id)){\n\t\t\tthis.silent(function()…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md4262 [rest parameter](https://mdn.io/rest_parameters).
4268 1. `func` *(Function)*: The function to apply a rest parameter to.
4269 2. `[start=func.length-1]` *(number)*: The start position of the rest parameter.
/plugin/ipban/ip-lib/
H A DREADME.md146 …ded) representation of the addresses. In this case, simply use a `true` parameter for the `toStrin…
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php239 * @param string $parameter Parameter.
242 public function getParameter($parameter) argument
244 if (array_key_exists($parameter, $this->_parameters)) {
245 return $this->_parameters[$parameter];
254 * @param string $parameter Parameter.
257 public function getFormattedParameter($parameter) argument
259 if (null === $value = $this->getParameter($parameter)) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drange.rst14 When step is given (as the third parameter), it specifies the increment (or
H A Drandom.rst14 parameter type:
18 * a random integer between 0 and the integer parameter (inclusive).
19 * a random integer between the integer parameter (when negative) and 0 (inclusive).
20 * a random integer between the first integer and the second integer parameter (inclusive).
/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/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php208 foreach ($parameters as $parameter) {
209 if ($parameter instanceof Node) {
210 $unknownParameter = $parameter;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md180 …er` will match any element by its type (instance of a class or any value that could be parameter of
332 The `$callback` parameter of the `ReplaceFilter` constructor accepts any PHP callable.
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php240 foreach ($parameters as $index => $parameter) {
241 $typeHint = $parameter->getClass() ? $parameter->getClass()->getName() : null;
247 $parameterName = $parameter->getName();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php1525 $closureReflect = function ($parameter) {
1526 return $parameter;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DConsecutiveParameters.php39 foreach ($parameters as $parameter) {
40 if (!$parameter instanceof PHPUnit_Framework_Constraint) {
41 $parameter = new PHPUnit_Framework_Constraint_IsEqual($parameter);
44 $this->parameterGroups[$index][] = $parameter;
113 foreach ($parameters as $i => $parameter) {
114 $parameter->evaluate(

12345678910