Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 229) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
DGoogleCloudChannelV1CloudIdentityCustomerAccount.php33 public $existing; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1CloudIdentityCustomerAccount
70 public function setExisting($existing) argument
72 $this->existing = $existing;
79 return $this->existing;
/plugin/asciidocjs/node_modules/babel-types/lib/
Dflow.js61 var existing = generics[name];
62 if (existing.typeParameters) {
64existing.typeParameters.params = removeTypeDuplicates(existing.typeParameters.params.concat(node.t…
67 existing = node.typeParameters;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php158 $existing = $this->configLookup->getOrAdd($config);
160 if ($existing->equals($config)) {
171 if ($existing->context === null || $config->context === null) {
175 …$merged = PredictionContext::merge($existing->context, $config->context, $rootIsWildcard, $mergeCa…
180 $existing->reachesIntoOuterContext = \max(
181 $existing->reachesIntoOuterContext,
187 $existing->setPrecedenceFilterSuppressed(true);
191 $existing->context = $merged;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php35 $existing = $this->cache->get($ctx);
37 if ($existing !== null) {
38 return $existing;
H A DPredictionContext.php569 $existing = $visited[\spl_object_id($context)] ?? null;
571 if ($existing !== null) {
572 return $existing;
575 $existing = $contextCache->get($context);
577 if ($existing !== null) {
578 $visited[\spl_object_id($context)] = $existing;
580 return $existing;
/plugin/accscounter/lang/en/
Dmngintro.txt14 * [[?do=admin&page=accscounter&action=mng&mode=existing|Show the log of existing pages]]
16 * [[?do=admin&page=accscounter&action=mng&mode=deleted|Show the log of non-existing pages]]
18 …min&page=accscounter&action=mng&mode=all|Show the log of all pages (including non-existing pages)]]
/plugin/upgrade/vendor/splitbrain/php-archive/
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 supp…
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/ckgedit/ckeditor/plugins/tags/dialogs/
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/struct/meta/
H A DSchemaImporter.php27 $existing = count($this->oldschema->getColumns());
64 if (!empty($column['colref']) && $column['colref'] <= $existing) {
/plugin/botbouncer/lang/en/
Dclean.txt3 The idea here is to clean out your existing users from spammed entries.
/plugin/farmer/lang/en/
H A Dtab_delete.txt1 You can delete existing animals here. This deletes **all data, including pages and media files** of…
H A Dtab_new_help.txt20 You can select an existing animal to base the new one on. All configuration, page, media and meta d…
31 configuration tab or you copied a different animal with existing users.
/plugin/chordsheets/.vscode/
H A Dlaunch.json3 // Hover to view descriptions of existing attributes.
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md57 * #38: The Authentication helpers no longer overwrite any existing
93 * This means that `setHeaders()` does not wipe out every existing header
100 * `addHeader()` will now preserve an existing header with that name, and add a
168 existing Message::getBody changed it's behavior, so be careful.
197 * Changed: setHeaders() now overwrites any existing http headers.
/plugin/tiledblog/
Dplugin.info.txt6 desc Tile an existing blog
/plugin/sqlite/lang/en/
H A Dintro.txt3 This screen lets you interface existing SQLite databases directly. Just select the databases from t…
/plugin/accscounter/lang/ja/
Dmngintro.txt14 * [[?do=admin&page=accscounter&action=mng&mode=existing|存在するページのログを表示する]]
/plugin/copypage/
Dplugin.info.txt6 desc Create a new page from an existing page.
/plugin/newpagetemplate/
Dcli.php22 $existing = $this->colors->wrap('existing', 'cyan');
36 …is option is set to '$nosave', then none of the the pages will be saved; if set to '$existing', " .
/plugin/siteexport/syntax/
Dtoc.php446 …private function _mergeWithHeaders($existing, $newInstructions, $level = 1, $mergeHint = array()) { argument
453 while ($this->_findNextHeaderSection($existing, $level, $existingStart, $existingEnd)) {
456 … $returnInstructions = array_merge($returnInstructions, array_slice($existing, 0, $existingStart));
460 $currentSlice = array_slice($existing, $existingStart, $existingEnd-$existingStart);
487 … $returnInstructions = array_merge($returnInstructions, array_slice($existing, $existingStart));
/plugin/struct/lang/en/
H A Deditor_intro.txt5 Pick an existing schema from the Table of Contents or a create a new one.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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.
/plugin/webdav/vendor/sabre/http/
DCHANGELOG.md90 * #38: The Authentication helpers no longer overwrite any existing
126 * This means that `setHeaders()` does not wipe out every existing header
133 * `addHeader()` will now preserve an existing header with that name, and add a
201 existing Message::getBody changed it's behavior, so be careful.
230 * Changed: setHeaders() now overwrites any existing http headers.
/plugin/submgr/lang/en/
Dintro.txt5 namespace immeadiately). All existing rules are automatically applied to all newly created users.
/plugin/piwik2/
DREADME.md46 * an existing piwik installation that the trackingscript can send data to
53 …–> Plugin Settings –> Piwik2*** (Values partly have to be taken from an existing piwik installatio…

12345678910