Searched full:checks (Results 1 – 25 of 1057) sorted by relevance
12345678910>>...43
| /plugin/myshortcuts/ |
| H A D | test-debug.html | 44 <h2>Status Checks</h2> 45 <div id="status-checks"></div> 62 <li><strong>Check Status</strong>: Look at the status checks above</li> 117 <!-- Status checks --> 120 var statusDiv = document.getElementById('status-checks'); 121 var checks = []; 125 checks.push('<p class="success">✓ MYSHORTCUTS_CONFIG is defined</p>'); 128 checks.push('<p class="error">✗ MYSHORTCUTS_CONFIG is NOT defined</p>'); 134 checks.push('<p class="success">✓ MyShortcutsPlugin object exists</p>'); 137 checks.push('<p class="error">✗ MyShortcutsPlugin object NOT found</p>'); [all …]
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/ |
| D | Argument.php | 24 * Checks that argument is exact value or object. 36 * Checks that argument is of specific type or instance of specific class. 48 * Checks that argument object has specific state. 61 * Checks that argument matches provided callback. 93 * Checks that argument matches all tokens 105 * Checks that argument array or countable object has exact number of elements. 117 * Checks that argument array contains (key, value) pair 130 * Checks that arguments array entries all match value 142 * Checks that argument array contains value 154 * Checks that argument array has key [all …]
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
| D | README.md | 239 - `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/asciidocjs/node_modules/esutils/ |
| D | README.md | 94 respectively. If the `strict` flag is truthy, this function additionally checks whether 103 respectively. If the `strict` flag is truthy, this function additionally checks whether 110 If the `strict` flag is truthy, this function additionally checks whether `id` 117 If the `strict` flag is truthy, this function additionally checks whether `id` 140 flag is truthy, this function additionally checks whether `id` is an Identifier 147 If the `strict` flag is truthy, this function additionally checks whether `id`
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | validation.js | 2 // bad implications, custom checks. 107 // custom checks, added using the `check` option on yargs. 108 var checks = [] 110 checks.push(f) 114 checks.forEach(function (f) {
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ |
| D | MethodProphecy.php | 294 * Checks provided prediction immediately. 337 * Checks call prediction. 349 * Checks no calls prediction. 361 * Checks no calls prediction. 374 * Checks call times prediction. 388 * Checks call times prediction. 400 * Checks currently registered [with should(...)] prediction.
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | helpers.js | 12 // Variable/property checks 15 * Checks if property is undefined 25 * Checks if property is function 35 * Checks if property is string 45 * Checks if property is number 55 * Checks if property is the calculable number 65 * Checks if property is array 75 * Checks if property is regexp 85 * Checks if property is a boolean value 95 * Checks if property is a scalar value (value that could be used as the hash key) [all …]
|
| /plugin/maintenance/ |
| D | helper.php | 35 * Checks whether the site is currently locked 87 * Checks whether it's time to run 99 * Checks all script locks 110 * Checks a script lock and removes it if already terminated
|
| /plugin/gtime/gtlib/tsp/ |
| D | GTVerificationResultBase.php | 76 * Checks if this verification result has specified status code set. 86 * Checks if this verification result has specified error code set. 96 * Checks if this verification result is valid.
|
| /plugin/badbehaviour/bad-behavior/ |
| D | dokuwiki.patch | 9 - // Bypass all checks if http:BL says search engine 16 + // Bypass all checks if http:BL says search engine
|
| /plugin/pageimage/ |
| D | helper.php | 85 * first checks if pageimage is set, 86 … * if not checks if in the same namespace is an image with the same name and ipg,png,jpeg extension 87 * then it checks if theres an firstimage defined
|
| /plugin/move/_test/ |
| D | namespace_move.test.php | 35 * This is an integration test, which checks the correct working of an entire namespace move. 71 * This is an integration test, which checks the correct working of an entire namespace move. 122 * This is an integration test, which checks the correct working of an entire namespace move. 226 * This is an integration test, which checks the correct working of an entire namespace move. 271 * This is an integration test, which checks the correct working of an entire namespace move. 309 * This is an integration test, which checks the correct working of an entire namespace move. 347 * This is an integration test, which checks the correct working of an entire namespace move. 393 * This is an integration test, which checks the correct working of an entire namespace move. 436 * This is an integration test, which checks the correct working of an entire namespace move.
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
| D | ExampleFinder.php | 96 * 2. Checks the source folder for the given filename 97 * 3. Checks the 'examples' folder in the current working directory for examples 98 * 4. Checks the path relative to the current working directory for the given filename
|
| /plugin/rrdgraph/ |
| D | action.php | 32 * Checks if the necessary dependencies for this plugin are installed. 75 … //-- Performe some checks and show an error message (if an admin is loged in) to inform him that 90 … called BEFORE the cache is used and determins the dependencies of the page. It checks the metadata 147 …* namespace is detected the method checks if the parameters look valid. If that's the case, the st…
|
| /plugin/linkcheck/lang/en/ |
| D | settings.php | 3 … a cache to store the results of link checking to avoid repeated frequent checks of the same URL.'; 5 $lang['requireexists'] = 'Restrict url checks to the urls that are actually listed in pages. Use th…
|
| /plugin/sequencediagram/bower_components/lodash/lib/fp/ |
| D | build-modules.js | 47 * Checks if `name` is a method alias. 58 * Checks if `name` is a category name. 69 * Checks if `name` belongs to a method that's passed thru and not wrapped.
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
| D | TestSuiteIterator.php | 43 * Checks if there is a current element after calls to rewind() or next(). 93 * Checks whether the current element has children.
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/ |
| D | Iterator.php | 45 * Checks if there is a current element after calls to rewind() or next(). 95 * Checks whether the current element has children.
|
| /plugin/captcha/ |
| H A D | FileCookie.php | 14 * multiple captcha checks going on in parallel (eg. with multiple browser tabs) 42 * Checks if the captcha cookie exists and deletes it
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/Resource/ |
| D | ProjectsInstancesAppProfiles.php | 47 * @opt_param bool ignoreWarnings If true, ignore safety checks when creating 65 * @opt_param bool ignoreWarnings Required. If true, ignore safety checks when 125 * @opt_param bool ignoreWarnings If true, ignore safety checks when updating
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | StringUtil.php | 19 * Checks if a needle occurs in a haystack ;) 70 * This method takes an input string, checks if it's not valid UTF-8 and
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | StringUtil.php | 19 * Checks if a needle occurs in a haystack ;) 70 * This method takes an input string, checks if it's not valid UTF-8 and
|
| /plugin/usermanagerextended/action/ |
| D | extend.php | 40 // preliminary checks 48 // more checks
|
| /plugin/shorty/ |
| D | helper.php | 85 // checks if the short url already exists in the database 116 // checks if the short url already exists in the database 144 // checks if the short url already exists in the database
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
| D | CalendarQueryValidator.php | 48 * This method checks the validity of comp-filters. 117 * This method checks the validity of prop-filters. 187 * This method checks the validity of param-filters. 244 * This method checks the validity of a text-match.
|
12345678910>>...43