| /plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
| D | WeightedAvg.php | 17 * @param mixed $missing 21 public function setValue(string $field, $missing = null) argument 29 if (null !== $missing) { 30 $value['missing'] = $missing; 53 * @param mixed $missing 57 public function setWeight(string $field, $missing = null) argument 65 if (null !== $missing) { 66 $weight['missing'] = $missing;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/ |
| D | BatchGetDocumentsResponse.php | 27 public $missing; variable in Google\\Service\\Firestore\\BatchGetDocumentsResponse 54 public function setMissing($missing) argument 56 $this->missing = $missing; 63 return $this->missing;
|
| /plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sa/ |
| D | sa.txt | 57 2. [missing?] 62 2. [missing?] 67 2. [missing?] 90 2. [missing?]
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/ |
| D | ignore_missing.test | 4 {% include ["foo.twig", "bar.twig"] ignore missing %} 5 {% include "foo.twig" ignore missing %} 6 {% include "foo.twig" ignore missing with {} %} 7 {% include "foo.twig" ignore missing with {} only %}
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/ |
| D | LookupResponse.php | 65 public function setMissing($missing) argument 67 $this->missing = $missing; 74 return $this->missing;
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | validation.js | 55 missing = null 59 missing = missing || {} 60 missing[key] = demanded[key] 64 if (missing) { 66 Object.keys(missing).forEach(function (key) { 67 var msg = missing[key].msg 74 usage.fail('Missing required arguments: ' + Object.keys(missing).join(', ') + customMsg)
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/ |
| D | MissingTrait.php | 10 * @param mixed $missing 14 public function setMissing($missing): self argument 16 return $this->setParam('missing', $missing);
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/ |
| D | null_coalesce.test | 9 {{ foo.missing ?? 'OK' }} 10 {{ foo.bar.baz.missing ?? 'OK' }} 12 {{ foo['missing'] ?? 'OK' }}
|
| /plugin/quickstats/scripts/php-inet6_1.0.2/ |
| D | inet6.php | 49 $missing = array(); 51 array_push($missing, '0000'); 52 $missing = array_merge($part[0], $missing); 53 $part = array_merge($missing, $part[1]);
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | validation.js | 48 let missing = null; 52 missing = missing || {}; 53 missing[key] = demandedOptions[key]; 56 if (missing) { 58 for (const key of Object.keys(missing)) { 59 const msg = missing[key]; 65 …ument: %s', 'Missing required arguments: %s', Object.keys(missing).length, Object.keys(missing).jo…
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | include.rst | 91 The ``ignore missing`` feature has been added in Twig 1.2. 93 You can mark an include with ``ignore missing`` in which case Twig will ignore 99 {% include 'sidebar.html' ignore missing %} 100 {% include 'sidebar.html' ignore missing with {'foo': 'bar'} %} 101 {% include 'sidebar.html' ignore missing only %} 113 If ``ignore missing`` is given, it will fall back to rendering nothing if none
|
| /plugin/versionswitch/ |
| D | style.less | 15 li.missing { 18 // override default missing style
|
| /plugin/fedauth/Auth/OpenID/ |
| D | SQLStore.php | 135 list($missing, $empty) = $this->_verifySQL(); 137 if ($missing) { 139 implode(", ", $missing), 213 $missing = array(); 227 $missing[] = $key; 233 return array($missing, $empty);
|
| /plugin/openid/Auth/OpenID/ |
| D | SQLStore.php | 148 list($missing, $empty) = $this->_verifySQL(); 150 if ($missing) { 152 implode(", ", $missing), 226 $missing = []; 240 $missing[] = $key; 246 return [$missing, $empty];
|
| /plugin/orphanmedia2/ |
| D | dokuwiki-plugin-page.md | 4 description: Display orphan and missing media files. Based on unmaintained orphanmedia plugin 13 tags : orphan, maintenance, links, listing, search, missing 30 Use this plugin to find orphan and missing media files within your DokuWiki. There are 4 options pr… 38 | missing | Missing Media, the media file does not exist, but there are link(s) to it elsewhere on … 46 …elative section. \\ __**Attention:**__ \\ mediafile will be displayed as missing in the event a lo… 60 ~~ORPHANMEDIA:missing~~ 66 You can combine outputs. For instance you want to see the summary, missing and orphan option only \\
|
| D | README | 11 Use this plugin to find orphan and missing media files within your DokuWiki. 34 ~~ORPHANMEDIA:missing~~
|
| /plugin/structtemplate/_vagrant/ |
| D | install_dokuwiki_extension.sh | 136 paths[dw]=$(realpath --canonicalize-missing "$_arg_path") 138 paths[dw]=$(realpath --canonicalize-missing "$DW_PATH")
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
| D | Test.php | 221 $missing = []; 225 $missing[] = sprintf('PHP %s %s is required.', $operator, $required['PHP']['version']); 233 … $missing[] = sprintf('PHPUnit %s %s is required.', $operator, $required['PHPUnit']['version']); 238 $missing[] = sprintf('Operating system matching %s is required.', $required['OS']); 250 $missing[] = sprintf('Function %s is required.', $function); 260 $missing[] = sprintf('Extension %s is required.', $extension); 271 …$missing[] = sprintf('Extension %s %s %s is required.', $extension, $operator, $required['version'… 276 return $missing;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | FunctionScore.php | 165 ?float $missing = null, argument 181 if (null !== $missing) { 182 $functionParams['missing'] = $missing;
|
| /plugin/orphanmedia/ |
| D | README | 11 Use this plugin to find orphan and missing media files within your DokuWiki. 34 ~~ORPHANMEDIA:missing~~
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | batch.rst | 9 missing items: 51 * ``fill``: Used to fill in missing items
|
| /plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/ |
| D | config.m4 | 26 AC_MSG_RESULT(pkg-config information missing) 34 CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror"
|
| /plugin/ipban/ip-lib/src/Address/ |
| D | IPv6.php | 117 $missing = 8 - count($before) - count($after); 118 if ($missing >= 0) { 120 if ($missing !== 0) { 121 $chunks = array_merge($chunks, array_fill(0, $missing, '0'));
|
| /plugin/authfacebook/lib/Helpers/ |
| D | FacebookRedirectLoginHelper.php | 240 …kSDKException('Cross-site request forgery validation failed. Required GET param "state" missing.'); 244 …on('Cross-site request forgery validation failed. Required param "state" missing from persistent d…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
| D | f085fb032dae56a3b104ab874eaea2ad.asciidoc | 11 'missing' => 'N/A',
|