/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
H A 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; [all...] |
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sa/ |
H A D | sa.txt | 57 2. [missing?] 62 2. [missing?] 67 2. [missing?] 90 2. [missing?]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/ |
H A 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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/ |
H A 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/ |
H A D | LookupResponse.php | 65 public function setMissing($missing) argument 67 $this->missing = $missing; 74 return $this->missing;
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/ |
H A D | MissingTrait.php | 8 * Defines how documents that are missing a value should be treated. 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/ |
H A 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/ |
H A D | inet6.php | 44 /* Check if there are segments missing, insert if necessary */ 49 $missing = array(); 51 array_push($missing, '0000'); 52 $missing = array_merge($part[0], $missing); 53 $part = array_merge($missing, $part[1]);
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A 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/fedauth/Auth/OpenID/ |
H A 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/ |
H A 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/ |
H A 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 \\
|
H A D | README | 11 Use this plugin to find orphan and missing media files within your DokuWiki. 34 ~~ORPHANMEDIA:missing~~
|
H A D | plugin.info.txt | 6 desc Display orphan and missing media files. Based on unmaintained orphanmedia plugin
|
/plugin/structtemplate/_vagrant/ |
H A D | install_dokuwiki_extension.sh | 136 paths[dw]=$(realpath --canonicalize-missing "$_arg_path") 138 paths[dw]=$(realpath --canonicalize-missing "$DW_PATH")
|
/plugin/orphanmedia/ |
H A D | README | 11 Use this plugin to find orphan and missing media files within your DokuWiki. 34 ~~ORPHANMEDIA:missing~~
|
H A D | plugin.info.txt | 6 desc Display orphan and missing media files.
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
H A D | FunctionScore.php | 165 ?float $missing = null, argument 181 if (null !== $missing) { 182 $functionParams['missing'] = $missing;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | batch.rst | 9 missing items: 51 * ``fill``: Used to fill in missing items
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A 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/quickstats/GEOIP/vendor/maxmind-db/reader/ext/ |
H A 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/ |
H A 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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
H A D | f085fb032dae56a3b104ab874eaea2ad.asciidoc | 11 'missing' => 'N/A',
|
/plugin/authfacebook/lib/Helpers/ |
H A 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/dx/skel/_test/ |
H A D | GeneralTest.php.skel | 74 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php' 82 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php'
|