Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 25 of 268) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChange.php45 public $removed; variable in Google\\Service\\Drive\\Change
148 public function setRemoved($removed) argument
150 $this->removed = $removed;
157 return $this->removed;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst5 kept for backward compatibility and removed in the next major release (a
6 feature that was deprecated in Twig 1.x is removed in Twig 2.0).
25 following class and interface will be removed in 2.0:
65 classes and interfaces will be removed in 2.0:
75 removed in Twig 3.x (use ``Twig_Filter`` instead). In Twig 2.x,
82 classes and interfaces will be removed in 2.0:
99 and interfaces will be removed in 2.0:
109 removed in Twig 3.x (use ``Twig_Test`` instead). In Twig 2.x,
142 be removed in Twig 3.0):
207 removed in 2.0.
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DRollupNamespace.asciidoc35 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
49 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
63 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
77 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
91 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
121 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
139 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
153 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
H A DSearchableSnapshotsNamespace.asciidoc30 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
47 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
66 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
80 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
H A DTasksNamespace.asciidoc30 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
46 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
62 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md19 * removed `Process::inheritEnvironmentVariables()`
20 * removed `PhpProcess::setPhpBinary()`
22 * removed `Process::setCommandLine()`
54 * the `ProcessUtils::escapeArgument()` method has been removed
56 methods of the `Process` class have been removed
57 * support for passing `proc_open()` options has been removed
58 * removed the `ProcessBuilder` class, use the `Process` class instead
59 * removed the `getEnhanceWindowsCompatibility()` and `setEnhanceWindowsCompatibility()` methods of the `Process` class
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.HiddenElements.txt
H A DAutoFormat.RemoveSpansWithoutAttributes.txt
H A DAutoFormat.RemoveEmpty.txt
/plugin/bez/db/
H A Dupdate0004.sql1 ALTER TABLE thread_participant ADD COLUMN removed BOOLEAN NOT NULL DEFAULT 0;
2 ALTER TABLE task_participant ADD COLUMN removed BOOLEAN NOT NULL DEFAULT 0
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md58 integration has been removed. Note: while the event system has been removed,
194 ## `throwImmediately` has been removed
202 ## headers event has been removed
251 - `FromConfigInterface` has been removed.
258 - `inject` has been removed.
259 - `keySearch` has been removed.
441 been removed. Use `getStatusCode()` instead.
561 so it has been removed.
594 - `GuzzleHttp\Plugin\Async` has been removed.
644 removed. This data is accessible when
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md10 - `JsonSerializationVisitor::getRoot` and `JsonSerializationVisitor::setRoot` have been removed, th…
38 **Deprecations** (will be removed in 3.0)
40 - `JsonSerializationVisitor::setData` will be removed,
42 - `JsonSerializationVisitor::hasData` will be removed
/plugin/epub/lang/en/
H A Dadmin_header.txt3 Select one or more titles. If you click the **Cache Only** button, those titles will be removed fr…
4 titles will be removed from the cache and their associated ebooks will be deleted from the media di…
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php126 $removed = 0;
135 $removed += 1;
138 return $removed;
606 $removed = 0;
611 $removed += 1;
614 return $removed;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md16 APIs, and removed support for the _default_ mapping. Read [this](https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0)
28 - [Search Templates]: PutTemplate endpoint has been removed (see [Elasticsearch Breaking Changes](https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking_60_scripting_changes.html#_stored_search_template_apis_removed)),
31 - [#674](https://github.com/elastic/elasticsearch-php/pull/674) `ClientBuilder::defaultLogger()` method was removed. It is recommended to [create the logger object manually](https://github.com/elastic/elasticsearch-php/blob/master/docs/configuration.asciidoc#enabling-the-logger).
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js47 var removed = {};
63 removed[diff[EditorUi.DIFF_REMOVE][i]] = true;
98 if (moved[prev] == null && !removed[pageId] &&
672 var removed = [];
693 removed.push(id);
750 if (removed.length > 0)
752 result[EditorUi.DIFF_REMOVE] = removed;
795 removed.push(cell.getId());
834 var removed = [];
854 if (removed.length > 0)
[all …]
/plugin/openid/Auth/OpenID/
H A DFileStore.php134 $removed = 0;
143 $removed += 1;
146 return $removed;
658 $removed = 0;
664 $removed += 1;
667 return $removed;
H A DPredisStore.php138 $removed = $this->redis->lrem($serverKey, 0, $associationKey);
139 if ($removed < 1) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Durl_encode.rst8 The ``raw`` argument was removed in Twig 1.16.0. Twig now always encodes
30 ``raw`` argument was removed.)
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php
/plugin/tagging/lang/en/
H A Dclean.txt3 Here you can delete all invalid taggings (tags pointing to nonexistent pages). No valid taggings will be removed.
/plugin/twofactoremail/
H A Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/twofactoraltemail/
H A Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/imgpaste/
H A Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/encryptedpasswords/
H A Ddeleted.files2 # but were removed later. They should not exist in your installation.

1234567891011