Home
last modified time | relevance | path

Searched refs:parameter (Results 151 – 175 of 234) sorted by last modified time

12345678910

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst48 …ons every check for class existence inside the AnnotationReader sets the second parameter $autoload
166 …class as first and only parameter and has to return true if the corresponding file was found and i…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md365 - Added support for a third deserialize parameter for the DateTime type [\#788](https://github.com/…
366 - Added trim to xml metadata reader for groups parameter, and added support for groups element [\#7…
709 - Warning: array\_key\_exists\(\) expects parameter 2 to be array, string given [\#70](https://gith…
934 - Yaml driver for the parameter xml\_attribute\_map is broken [\#141](https://github.com/schmittjoh…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst53 * ``url``: escapes a string for the **URI or parameter contexts**. This should
H A Dformat.rst12 if the foo parameter equals to the foo string. #}
H A Djoin.rst16 define it with the optional first parameter:
23 A second parameter can also be provided that will be the separator used between
H A Dreplace.rst12 if the foo parameter equals to the foo string. #}
H A Durl_encode.rst28 ``true`` as the first parameter) or the `http_build_query`_ function. Note
H A Dbatch.rst8 given number of items. A second parameter can be provided and used to fill in
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php175 $name = $parameter->getName() == '...' ? '__dot_dot_dot__' : $parameter->getName();
180 if ($this->isVariadic($parameter)) {
184 if ($this->hasDefaultValue($parameter)) {
188 if ($parameter->isPassedByReference()) {
199 if ($this->isVariadic($parameter)) {
207 return $parameter->isOptional() || $this->isNullable($parameter);
216 return $parameter->getDefaultValue();
225 if (true === $parameter->isArray()) {
234 return (string) $parameter->getType();
247 return $parameter->allowsNull() && null !== $this->getTypeHint($parameter);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1167 $name = '$' . $parameter->getName();
1176 if ($this->isVariadic($parameter)) {
1190 if ($this->hasType($parameter) && (string) $parameter->getType() !== 'self') {
1191 …if (version_compare(PHP_VERSION, '7.1', '>=') && $parameter->allowsNull() && !$parameter->isVariad…
1196 } elseif ($parameter->isArray()) {
1198 } elseif ($parameter->isCallable()) {
1202 $class = $parameter->getClass();
1221 if (!$this->isVariadic($parameter)) {
1231 if ($parameter->isPassedByReference()) {
1242 * @param ReflectionParameter $parameter
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DParameters.php42 foreach ($parameters as $parameter) {
43 if (!($parameter instanceof PHPUnit_Framework_Constraint)) {
44 $parameter = new PHPUnit_Framework_Constraint_IsEqual(
45 $parameter
49 $this->parameters[] = $parameter;
60 foreach ($this->parameters as $index => $parameter) {
65 $text .= ' ' . $index . ' ' . $parameter->toString();
130 foreach ($this->parameters as $i => $parameter) {
131 $parameter->evaluate(
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst60 parameter to ``true``. If the last Word is on the the separator, truncate
69 If you want to change the separator, just set the third parameter to
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG26 * fixed batch filter clobbers array keys when fill parameter is used
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md53 * Fixed [#2705](https://github.com/sebastianbergmann/phpunit/issues/2705): `stderr` parameter in `p…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md20 * [#16937](http://dev.ckeditor.com/ticket/16937): The `command` parameter in [CKEDITOR.editor.getCo…
94 * [#16639](http://dev.ckeditor.com/ticket/16639): The `callback` parameter in the [CKEDITOR.ajax.po…
216 …dom.element-method-removeAttribute) method does not remove all attributes if no parameter is given.
281 …lugin dialog does not display the subject of email links if the subject parameter is not lowercase.
298 …eated with `bender.tools.createTestsForEditors` will also receive editor bot as a second parameter.
462parameter so it is possible to change the paste position in the listener or paste in the not selec…
512 …tor.com/#!/api/CKEDITOR.editable-method-insertElement) when the `range` parameter is used. Now, th…
547 …etData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) parameter documentation.
707 * [#11909](http://dev.ckeditor.com/ticket/11909): Introduced a parameter to prevent the [`editor.se…
727 …og](http://ckeditor.com/addon/flash) plugin omits the `allowFullScreen` parameter in the editor da…
/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/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dendless_loop_bug.md5 a `message` parameter from the request and displays that message back to the user. If the request
6 does not provide a `message` parameter, the action will display the default "Hello" message.
/plugin/syntaxhighlighter3/
H A DREADME.md73 …s a title in the attribute string. It can't be passed along as a normal parameter to SyntaxHighlig…
H A DCHANGELOG.md32 * Allow ranges for highlight parameter
/plugin/davcard/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/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/gitlabproject/
H A DREADME.md64 Then simply add `server` parameter:
/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/issuetracker/
H A Ditsearch.php18 $search_words = explode(' ', $this->parameter);
164 …sev_filter" name="it_str_search" id="it_str_search" type="text" value="'.$this->parameter.'"/>'.NL.
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 …]

12345678910