Home
last modified time | relevance | path

Searched refs:existing (Results 26 – 50 of 178) sorted by last modified time

12345678

/plugin/data/lang/en/
H A Dadmin_intro.txt3 This interface allows you to define new field type aliases based on the existing ones.
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md146 * `FIX`: only claim existing IDs ([#1707](https://github.com/bpmn-io/bpmn-js/pull/1707))
579 * `FIX`: re-select only existing elements when dragging is finished ([#1225](https://github.com/bpm…
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md5 needed for compression). It can create new files or extract existing ones.
7 To keep things simple, the modification (adding or removing files) of existing archives is not supported.
30 // To list the contents of an existing TAR archive, open() it and use
37 // To extract the contents of an existing TAR archive, open() it and use
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt66 * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.
/plugin/farmer/lang/en/
H A Dtab_config_help.txt23 By default, when accessing a non-existing animal no error message is shown. You can pick between different
H A Dtab_delete.txt1 You can delete existing animals here. This deletes **all data, including pages and media files** of the selected animal. **This is irreversible!**
H A Dtab_new_help.txt20 You can select an existing animal to base the new one on. All configuration, page, media and meta data will be copied
31 configuration tab or you copied a different animal with existing users.
/plugin/keyboard/
H A Dplugin.info.txt7 …der to markup text as keyboard keys, similar to (and making use of) the existing (X)HTML tag <kbd>…
/plugin/authdrupal8/
H A Dpassword.inc135 * An existing hash or the output of _password_generate_salt(). Must be
155 // The first 12 characters of an existing hash are its setting string.
/plugin/advanced/lang/en/config/
H A Dacl.txt18 | edit | 2 | pages, namespaces | existing pages may be edited | AUTH_EDIT |
/plugin/archivegenerator/lang/en/
H A Dintro.txt10 Generating a new archive will replace a potentially existing one.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc52 `composer.json`. If you have an existing project, include this requirement
H A Dcrud.asciidoc163 existing document, or perform a partial update to just some fields (either
164 changing an existing field or adding new fields).
169 If you want to partially update a document (for example, change an existing
171 parameter. This merges the fields in `doc` with the existing document.
H A Dnamespaces.asciidoc63 The following example shows how you can add an alias to an existing index:
H A Dindex-operations.asciidoc197 The PUT Mappings API allows you to modify or add to an existing index's mapping.
H A Drelease-notes.asciidoc228 `@trigger_error()`. With this approach, we don't break existing application
H A Dendpoint-closure.asciidoc36 Obviously, by doing this you take responsibility that all existing endpoints
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md132 With this approach we don't break existing application that convert PHP errors in Exception
340 so the removal is just fixing an existing bug, hence `6.0.1` instead of `6.1.0`
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md317 * The method `Index::deleteById()` does not throw an `NotFoundException` when deleting a non-existing document [#1732](https://github.com/ruflin/Elastica/pull/1732)
643 - Removed the `routing` option in `\Elastica\Index::create` because there is no routing param when creating an index. So that option was doing nothing so far but fails in Elasticearch 5.0 because the non-existing query param is validated.
1367 - Percolate existing documents and add percolate options ([#570](https://github.com/ruflin/Elastica/issues/570/))
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc186 $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
H A DIndicesNamespace.asciidoc668 $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
700 $params['preserve_existing'] = (boolean) Whether to update existing settings. If set to `true` existing settings on an index remain unchanged, the default is `false`
862 $params['create'] = (boolean) Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one (Default = false)
879 $params['create'] = (boolean) Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one (Default = false)
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1198 …e` (was: `caption`). Please note that once edited in CKEditor 4.4+, all existing images of the `ca…
1499 …/dev_advanced_content_filter.html) might remove block indentations from existing contents. If you …
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc397 // Edit existing Image.
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc137 var existing ="";
139 var custom_insert = ""; // tags found on page that are not in existing tags
141existing += dialog.getValueOf('tab-basic',existingTags[i].id) ? existingTags[i].id+' ' : ''; // …
143 // alert(existing + '<');
161 existing += labelText + ' ';
168 if(!existing.match(r)) {
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1389 // We're only editing an existing link, so just overwrite the attributes.

12345678