Home
last modified time | relevance | path

Searched refs:required (Results 1 – 16 of 16) sorted by last modified time

/dokuwiki/vendor/geshi/geshi/
H A DLICENSE112 the Program is not required to print an announcement.)
180 5. You are not required to accept this License, since you have not
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md13 Don't however be fooled by it's simple surface. The library includes a wide variety of additional XML-RPC specifications and has all of the features required for serious web service implementations.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A DLICENSE
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md17 file is still set up to correctly load it when required, so this shouldn't be a problem in practice - it's just perhaps
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css821 /* more specificity required here to override default borders */
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php512 * @param bool $required is this field required? argument
516 protected function htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0)
538 if ($required) $req = 'required="required"';
891 // :TODO: test password for required strength
/dokuwiki/
H A DCOPYING112 the Program is not required to print an announcement.)
180 5. You are not required to accept this License, since you have not
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php32 'Returns an array describing the return type and required parameters of a method'
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE323 For an executable, the required form of the "work that uses the
363 9. You are not required to accept this License, since you have not
/dokuwiki/conf/
H A Dmysql.conf.php.example51 /* Basic SQL statements for user authentication (required) */
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dmobile.less325 // 400px is only roughly the required value, this may be wrong under non-standard circumstances
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md25 - PHP 7.2 or newer is now required by @Art4 in [#743](https://github.com/simplepie/simplepie/pull/743)
152 * PHP 8.0: required parameters are no longer allowed after optional parameters [#656](https://github.com/simplepie/simplepie/pull/656)
164 * PHP 5.6 or newer is now required. [#625](https://github.com/simplepie/simplepie/pull/625)
H A DREADME.markdown29 server for required settings.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE318 For an executable, the required form of the "work that uses the
357 9. You are not required to accept this License, since you have not
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php111 * @param bool $required is this a required argument
115 public function registerArgument($arg, $help, $required = true, $command = '') argument
124 'required' => $required
183 * Checks the actual number of arguments against the required number
197 if (!$arg['required']) {
199 } // last required arguments seen
258 // argument required?
283 // argument required
[all...]