Home
last modified time | relevance | path

Searched refs:optional (Results 126 – 150 of 248) sorted by path

12345678910

/plugin/fedauth/Auth/OpenID/
H A DSReg.php176 static function build($required=null, $optional=null, argument
184 $obj->optional = array();
194 if ($optional) {
195 if (!$obj->requestFields($optional, false, true)) {
289 return array_merge($this->required, $this->optional);
306 in_array($field_name, $this->optional));
336 if (in_array($field_name, $this->optional)) {
338 unset($this->optional[array_search($field_name,
349 $this->optional[] = $field_name;
397 if ($this->optional) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md130 * `e?` to say that `e` is optional;
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md72 * A code (optional),
73 * A list of arguments for the message (à la `printf`, optional),
74 * A previous exception (optional).
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md170 - Permit \(optional\) inheritance of HandlerCallback functions [\#499](https://github.com/schmittjo…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst25 'format' => 'json', // optional format
26 'priority' => 0, // optional priority
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst261 ``@VirtualProperty()`` can also have an optional property ``name``, used to define the internal pro…
317 `groups` is optional and is used as exclusion policy.
H A Dyml_reference.rst27 name: optional-prop-name
31 name: optional-prop-name
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md115 * Fixed non-typehinted arguments being treated as optional (thanks @whatthejeff)
156 …* Added a clss patch for ReflectionClass::newInstance to make its argument optional consistently (…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DArgumentNode.php24 private $optional = false; variable in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode
64 $this->optional = true;
70 return $this->optional;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.0.md9 * It is now optional that `@deprecated` code is ignored
H A DChangeLog-3.2.md15 * Added optional check for missing `@covers` annotation when the usage of `@covers` annotations is …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md11 …ve (PHAR)](https://php.net/phar) that has all required (as well as some optional) dependencies of …
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md142 * Added support for customizing the YAML parser behavior through an optional bit field:
148 * Added support for customizing the dumped YAML string through an optional bit field:
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG574 …* simplified usage of the autoescape tag; the only (optional) argument is now the escaping strateg…
1053 …* changed filters first optional argument to be a Twig_Environment instance instead of a Twig_Temp…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst28 an optional argument which defines the escaping strategy to use:
H A Djoin.rst16 define it with the optional first parameter:
H A Dreplace.rst14 {# using % as a delimiter is purely conventional and optional #}
H A Dround.rst17 The ``round`` filter takes two optional arguments; the first one specifies the
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst54 The C extension is **optional** but it brings some nice performance
H A Dtemplates.rst151 variable by a pipe symbol (``|``) and may have optional arguments in
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst37 * Arguments of a macro are always optional.
/plugin/flashplayer/
H A Dreadme-de.txt38 Mit "position" kann (optional) die Ausrichtung festgelegt werden:
/plugin/flowplay/flowplayer/
H A DREADME.txt78 - scaling the splash image is now optional. Alternatively it can be centered
/plugin/flowplay2/flowplayer/
H A DREADME.txt246 - scaling the splash image is now optional. Alternatively it can be centered
/plugin/flowplayer/player/
H A DREADME.txt276 - Added addClip(clip, index) to the API, index is optional

12345678910