Home
last modified time | relevance | path

Searched refs:checks (Results 51 – 75 of 82) sorted by last modified time

1234

/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst42 filesystem checks to see whether the data that it has cached is still valid. These checks are usefu…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md239 - `IdenticalValueToken` or `Argument::is($value)` - checks that the argument is identical to a spec…
240 - `ExactValueToken` or `Argument::exact($value)` - checks that the argument matches a specific value
241 - `TypeToken` or `Argument::type($typeOrClass)` - checks that the argument matches a specific type …
243 - `ObjectStateToken` or `Argument::which($method, $value)` - checks that the argument method returns
245 - `CallbackToken` or `Argument::that(callback)` - checks that the argument matches a custom callback
248 - `StringContainsToken` or `Argument::containingString($value)` - checks that the argument contains…
354 It checks if your method of interest (that matches both the method name and the arguments wildcard)
367 - `CallPrediction` or `shouldBeCalled()` - checks that the method has been called 1 or more times
368 - `NoCallsPrediction` or `shouldNotBeCalled()` - checks that the method has not been called
369 - `CallTimesPrediction` or `shouldBeCalledTimes($count)` - checks that the method has been called
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddefined.rst4 ``defined`` checks if a variable is defined in the current context. This is very
H A Dempty.rst8 ``empty`` checks if a variable is an empty string, an empty array, an empty
H A Dsameas.rst7 ``same as`` checks if a variable is the same as another variable.
H A Dconstant.rst7 ``constant`` checks if a variable has the exact same value as a constant. You
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst261 You need to tell the serializer to take into account MaxDepth checks::
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md74 The `Hoa\Consistency\Consistency::isKeyword` checks whether a specific word is
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst337 checks like allowed methods on objects).
H A Dadvanced.rst322 boolean conditions. As a simple example, let's create a Twig test that checks if
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG589 * added compilation checks to avoid misuses of the sandbox tag
/plugin/adminperm/lang/en/
H A Dintro.txt5 …ted list for each of the available plugins. An empty list means the default access checks are used.
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md236 * Validator now checks if DUE and DTSTART are of the same type in VTODO, and
307 * Added: The vCard validator now also checks for a minimum number of components,
/plugin/issuetracker/
H A DREADME11 be added to an issue log (project). Some checks are implemented to prove if
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1checks for indexes that exceed their function's formal parameters with\n\t * associated valu…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md136 removeImages | true | If true export checks for and removes "tainted" images that area lodead from …
/plugin/authyubikey/
H A Dauth.php.org26 * Carry out sanity checks to ensure the object is
171 // sanity checks, user must already exist and there must be something to change
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md401 * Validator now checks if DUE and DTSTART are of the same type in VTODO, and
472 * Added: The vCard validator now also checks for a minimum number of components,
/plugin/badbehaviour/bad-behavior/
H A Ddokuwiki.patch9 - // Bypass all checks if http:BL says search engine
16 + // Bypass all checks if http:BL says search engine
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt814 There are no special markings used for double checks or discovered checks.
/plugin/tuxquote/
H A Dquotes.txt1033 …e catastrophe, the eclipse, the Happy Face, and the box where the person checks "yes" to receive m…
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO24 Systemcheck script checks for CURL in safe_mode (CURLOPT_FOLLOWLOCATION does not work there)
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php41 $checks = ManagerChecks::getChecks();
42 foreach ($checks as $check) {
/plugin/mantis/lib/
H A Dchangelog84 > array of files not just the last one and also checks for relative paths to
/plugin/advrack/
H A Djquery.qtip.js391 CHECKS = PROTOTYPE.checks = {
511 for(category in this.checks) {
512 for(rule in this.checks[category]) {
517 this.checks[category][rule].apply(
535 checks = this.checks,

1234