Home
last modified time | relevance | path

Searched refs:missing (Results 51 – 75 of 223) sorted by relevance

123456789

/plugin/findologicxmlexport/vendor/hoa/event/
H A DCHANGELOG.md13 * CHANGELOG: Add a missing newline. (Ivan Enderlin, 2016-01-11T09:37:32+01:00)
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js2225 myAlertFEN(FenString, "missing King");
2255 myAlertFEN(FenString, "missing castling availability");
2268 myAlertFEN(FenString, "missing castling Rook " + cc);
2276 myAlertFEN(FenString, "missing castling Rook " + cc);
2284 myAlertFEN(FenString, "missing castling Rook " + cc);
2292 myAlertFEN(FenString, "missing castling Rook " + cc);
2307 myAlertFEN(FenString, "missing castling Rook " + cc);
2314 myAlertFEN(FenString, "missing en passant square");
2327 myAlertFEN(FenString, "missing halfmove clock");
2342 myAlertFEN(FenString, "missing fullmove number");
/plugin/projects/lib/
H A Dmaker.php152 $missing = ProjectFile::create($this->project,
155 $default = $this->default_rule($missing);
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst83 * ``ignore_missing``: Whether to ignore missing templates or not
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.asciidoc36 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D57.57.js.map1missing semicolon\n ],\n nestedproperty: [\n ['[*_]?@identifier@ws:', 'at…
H A D16.16.js.map1missing semicolon\n ],\n warndebug: [['[@](warn|debug)', { token: 'keyword', next: '…
/plugin/fckg/
H A DChanges162 fix for missing XPATH functions in fckxml.js
173 Added missing smiley_hack metadata entry
252 Supplied missing fckeditor language strings and JS FCKLang references.
283 missing span tag in geshi plugin.
/plugin/bibtex4dw/
H A DTODO.md20 Another thing missing is a proper documentation (at least of the code as such). Coming from Python/Sphinx, documentation integrating both, API and user documentation, seems still in its infancies in PHP. However, phpDocumentor seems to be the *de facto* standard:
H A DREADME.md8 **DokuWiki is an excellent tool for knowledge management** and has been successfully used in academic context for long time. However, **academics tend to use references to the literature** when managing their knowledge, and DokuWiki is missing appropriate tools here.
/plugin/divalign2/
H A DChangeLog35 * syntax/: fixed missing calls to ::getPType() and ::getAllowedTypes()
/plugin/fedauth/Auth/OpenID/
H A DServer.php481 $missing = 'modulus';
483 $missing = 'generator';
489 $missing);
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/io/
H A Dio.txt74 2. [missing?]
86 3. [missing ?]
141 2. [missing?]
/plugin/dokumicrobugtracker/
H A DREADME.md72 | 2011-02-18 | Fix #16, #20 : Add missing / and table class inline. |
/plugin/move/helper/
H A Dplan.php82 'missing' => $conf['metadir'] . '/__move_missing',
382 if(@filesize($this->files['missing']) > 1 && @filesize($this->files['affected']) > 1) {
558 * Step through all the links to missing pages that should be moved
560 * This simply adds the moved missing pages to all affected pages meta data. This will add
580 $missing_fn = $this->files['missing'];
584 $missing = file($missing_fn);
585 foreach($missing as $line) {
755 * Find missing pages in the $src namespace
780 // remember missing pages
806 'miss' => $this->files['missing'],
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc44 Exceptions are a useful and consistent way to deal with problems like missing
68 <1> This ignores the 404 missing exception.
H A Drelease-notes.asciidoc197 * Fixes port missing in log https://github.com/elastic/elasticsearch-php/issues/925[#925]
234 * Add missing leading slash in the URL of put mapping endpoint
302 * Fixed missing put mapping code snippet in code examples
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc158 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
238 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
369 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
591 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
637 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
744 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
776 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
793 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
868 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md107 - Fixes port missing in log [#925](https://github.com/elastic/elasticsearch-php/issues/925)
137 - Add missing leading slash in the URL of put mapping endpoint
187 - Fixed missing put mapping code snippet in code examples
345 - [DOCS] Add missing content for breaking changes page [[5a515ac]](http://github.com/elasticsearch/elasticsearch-php/commit/5a515ac)
401 - [TEST] Add some missing and required static configs [[38febbe]](http://github.com/elasticsearch/elasticsearch-php/commit/38febbe)
/plugin/openid/Auth/OpenID/
H A DServer.php545 $missing = 'modulus';
547 $missing = 'generator';
553 $missing);
/plugin/projects/
H A Dchangelog39 * Fixed a bug that prevent the display of file with missing dependencies.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md88 … [#2558](https://github.com/sebastianbergmann/phpunit/issues/2558): `countOf()` function is missing
148 …ithub.com/sebastianbergmann/phpunit/pull/2275): Invalid UTF-8 characters can lead to missing output
/plugin/authremoteuser/
H A DREADME.md60 3. Add this value as new user ID to your user list if it is missing and
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php287 * missing aggregation.
289 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-missing-aggregation.html
291 public function missing(string $name, string $field): Missing function in Elastica\\QueryBuilder\\DSL\\Aggregation
/plugin/barcodes/
H A DREADME.md46 If you are missing a feature, feel invited to submit a [feature request](https://gitlab.com/Matthia…

123456789