Home
last modified time | relevance | path

Searched refs:has (Results 126 – 150 of 1382) sorted by relevance

12345678910>>...56

/plugin/redirect/
H A Dadmin.php55 if($INPUT->post->has('redirdata')) {
/plugin/plantumlparser/
H A Dplugin.info.txt6 desc This plugin takes PlantUML markup from a wiki page and has it displayed in a user's browser.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DLazyHandlerRegistryWithPsr11ContainerTest.php31 public function has($id) function in JMS\\Serializer\\Tests\\Handler\\Psr11Container
/plugin/translator/lang/en/
H A Dnoauth.txt3 Please make shure that you are logged in and that your user has the propper rights to use the trans…
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst115 A fixed arity of two has an argument order of:<br>
118 A fixed arity of three has an argument order of:<br>
121 A fixed arity of four has an argument order of:<br>
135 return ' * `_.' + methodName + '` has an order of ' + toArgOrder(orders);
138 The iteratee of `reduceRight` has an argument order of: `(b, a)`
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DLazyEventDispatcherWithPsr11ContainerTest.php31 public function has($id) function in JMS\\Serializer\\Tests\\Serializer\\EventDispatcher\\Psr11Container
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DApcCache.php26 public function has($key) function in Assetic\\Cache\\ApcCache
/plugin/combo/resources/theme/default/components/html/
H A Dsubscribe-success.hbs2 A validation email has been send.<br>
/plugin/templatepagename/
H A DREADME.md7 * the plugin defaults are: `c_template` and `i_template` (editable by who has write permission)
14 When you follow the [page name conventions](https://www.dokuwiki.org/pagename) people who has write permission on it
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md45 * Annotating a method with `@deprecated` now has the same effect as annotating it with `@codeCovera…
49 * The dedicated driver for HHVM, `PHP_CodeCoverage_Driver_HHVM` has been removed
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md15 * support for the comma as a group separator for floats has been dropped, use
17 * support for the `!!php/object` tag has been dropped, use the `!php/object`
25 * the `Dumper::setIndentation()` method has been removed
115 * Support for silently ignoring duplicate mapping keys in YAML has been
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php175 if ($this->_config->has('headers')) {
191 if ($this->_config->has('headers')) {
203 * Array of \Elastica\Document as input. Index has to be set inside the
220 throw new InvalidException('Array has to consist of at least one element');
236 * Array of \Elastica\Document as input. Index has to be set inside the
253 throw new InvalidException('Array has to consist of at least one element');
349 throw new InvalidException('Array has to consist of at least one element');
466 throw new InvalidException('Array has to consist of at least one id');
489 * Every entry in the params array has to exactly on array
513 throw new InvalidException('Array has t
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php106 public function has($name) function in Handlebars\\Helpers
121 if (!$this->has($name)) {
133 * @see Handlebras_Helpers::has
137 return $this->has($name);
174 if (!$this->has($name)) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md27 - Works with any object that has a `then` function.
102 has been fulfilled. The next promise in the chain will be invoked with the
228 Calling `wait` on a promise that has been fulfilled will not trigger the wait
237 Calling `wait` on a promise that has been rejected will throw an exception. If
265 // This will not throw an exception. It simply ensures the promise has
280 You can cancel a promise that has not yet been fulfilled using the `cancel()`
313 A promise has the following methods:
334 the parent most ancestor that has not yet been resolved will also be
354 A fulfilled promise can be created to represent a promise that has been
371 A rejected promise can be created to represent a promise that has been
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DFilterManager.php41 public function has($alias) function in Assetic\\FilterManager
H A DAssetManager.php50 public function has($name) function in Assetic\\AssetManager
/plugin/aichat/lang/en/
H A Dprompt_noanswer.txt
/plugin/twofactor/lang/en/
H A Doptout.txt1 This wiki has the ability to use two-factor authentication. It is highly recommended using it by configuring one or more of the mechanisms below.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dinclude.rst91 The ``ignore missing`` feature has been added in Twig 1.2.
94 the statement if the template to be included does not exist. It has to be
104 The possibility to pass an array of templates has been added in Twig 1.2.
/plugin/imageflow/
H A DREADME.md3 …rudolph.de) implementation of the elegant Apple-like CoverFlow gallery. It has been rewritten in 2…
13 …in a certain time frame - ant alternative iamge is being displayed until the image has been loaded.
40 ImageFlow has a predefined set of colors. If you want to change them to your needs, you can either …
/plugin/spatialhelper/
H A Daction.php208 if ($INPUT->has('lat') && $INPUT->has('lon')) {
210 } elseif ($INPUT->has('geohash')) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultInvalidImageAlt.txt
/plugin/loglog/
H A Daction.php255 if ($INPUT->post->has('fn')) {
270 if ($INPUT->str('page') === 'acl' && $INPUT->has('cmd')) {
/plugin/combo/resources/theme/default/components/css/
H A Dcard.css2 /** Bootstrap has a margin bottom that is not welcome in a card **/
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md144 `startsWith($value, $prefix, $message = '')` | Check that a string has a prefix
146 `endsWith($value, $suffix, $message = '')` | Check that a string has a suffix
154 `length($value, $length, $message = '')` | Check that a string has a certain number of c…
155 `minLength($value, $min, $message = '')` | Check that a string has at least a certain nu…
156 `maxLength($value, $max, $message = '')` | Check that a string has at most a certain num…
157 `lengthBetween($value, $min, $max, $message = '')` | Check that a string has a length in the given…
196 `countBetween($array, $min, $max, $message = '')` | Check that an array has a count in the given r…
198 `isMap($array, $message = '')` | Check that an array is associative and has str…

12345678910>>...56