Home
last modified time | relevance | path

Searched refs:flag (Results 76 – 100 of 189) sorted by path

12345678

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1577e6e806b3283c9e99f1596d310754.asciidoc10 'flag' => 'foo',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc28 responsibility into your code. To enable future mode, set the `future` flag in
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md615 - added support for the "explain" flag of AnalyzeAPI [#1254](https://github.com/ruflin/Elastica/pull/1254)
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js433 function _setAsIgnored( text_num, word_num, flag ) { argument
437 this.wordFlags[text_num][word_num] = flag;
455 function _setWordText( text_num, word_num, newText, flag ) { argument
459 this.wordFlags[text_num][word_num] = flag;
/plugin/fetchmedia/
H A Dyarn.lock1644 has-flag@^2.0.0:
1646 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e…
2902 has-flag "^2.0.0"
/plugin/filelist/
H A Dsyntax.php70 foreach ($flags as $flag) {
71 [$name, $value] = sexplode('=', $flag, 2, '');
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst104 If you set the debug flag to true the cache reader will check for changes in the original files, wh…
123 The debug flag is used here as well to invalidate the cache files when the PHP class with annotatio…
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php207 * @param bool $flag Whether we follow or not.
210 public function followSymlinks($flag = true) argument
212 if (true === $flag) {
386 * @param bool $flag Include or not.
389 public function dots($flag = true) argument
391 if (true === $flag) {
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DRegularExpression.php105 $flag = LUT\Recursive\RegularExpression::USE_KEY,
111 $flag,
122 ->isEqualTo($flag)
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php582 foreach ($flags[1] as $i => $flag) {
583 switch ($flag) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php415 * @param bool $flag
421 if (!is_bool($flag)) {
440 * @param bool $flag
457 * @param bool $flag
474 * @param bool $flag
491 * @param bool $flag
510 * @param bool $flag
519 * @param bool $flag
536 * @param bool $flag
553 * @param bool $flag
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e0…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php627 * @param bool $flag
629 public function setRegisterMockObjectsFromTestArgumentsRecursively($flag) argument
631 if (!is_bool($flag)) {
635 $this->registerMockObjectsFromTestArgumentsRecursively = $flag;
H A DTestResult.php943 * @param bool $flag
969 * @param bool $flag
985 * @param bool $flag
1001 * @param bool $flag
1015 * @param bool $flag
1037 * @param bool $flag
1059 * @param bool $flag
1081 * @param bool $flag
1103 * @param bool $flag
1127 * @param bool $flag
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php407 public function setWriteDocument($flag) argument
409 if (is_bool($flag)) {
410 $this->writeDocument = $flag;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt61 --colors=<flag> Use colors in output ("never", "auto" or "always").
H A Dhelp2.phpt62 --colors=<flag> Use colors in output ("never", "auto" or "always").
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md21 flag to cast them to strings
122 through the `Yaml::DUMP_OBJECT_AS_MAP` flag.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG330 * added ignore_missing flag to the source function
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst145 A flag that indicates which optimizations to apply
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst53 When you set the ``ignore_missing`` flag, Twig will return an empty string if
H A Dsource.rst8 The ``ignore_missing`` flag was added in Twig 1.18.3.
17 When you set the ``ignore_missing`` flag, Twig will return an empty string if
/plugin/freechat/phpfreechat/data/public/js/
H A Dutf8.js23 if (flag == 0) {
25 flag = 2;
28 flag = 1;
33 flag = 0;
35 } else if (flag == 1) {
36 flag = 0;
38 } else if (flag == 2) {
39 flag = 3;
41 } else if (flag == 3) {
42 flag = 0;
[all …]
/plugin/freechat/phpfreechat/src/commands/
H A Dleave.class.php17 $flag = isset($p["flag"]) ? $p["flag"] : 2;
99 $cmdp["flag"] = $flag;
H A Dnotice.class.php14 $flag = isset($p["flag"]) ? $p["flag"] : 7;
21 ($c->shownotice & $flag) == $flag)

12345678