Home
last modified time | relevance | path

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

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A 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/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.php230 // If parent is same as existing a or b parent or reduced to a parent, return it
569 $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/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php129 * Adding a new config means merging contexts with existing configs for
157 /** @var ATNConfig $existing */
158 $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, $mergeCache);
177 // No need to check for existing->context, config->context in cache
180 $existing->reachesIntoOuterContext = \max(
181 $existing->reachesIntoOuterContext,
187 $existing
[all...]
/plugin/accscounter/lang/en/
H A 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/
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/struct/meta/
H A DSchemaImporter.php26 // number of existing columns
27 $existing = count($this->oldschema->getColumns());
64 if (!empty($column['colref']) && $column['colref'] <= $existing) {
65 // update existing column
/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/botbouncer/lang/en/
H A 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 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/tiledblog/
H A 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 the table of contents and enter your SQL commands.
/plugin/accscounter/lang/ja/
H A Dmngintro.txt14 * [[?do=admin&page=accscounter&action=mng&mode=existing|存在するページのログを表示する]]
/plugin/copypage/
H A Dplugin.info.txt6 desc Create a new page from an existing page.
/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/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/newpagetemplate/
H A Dcli.php22 $existing = $this->colors->wrap('existing', 'cyan');
36 "If this option is set to '$nosave', then none of the the pages will be saved; if set to '$existing', " .
37 "then existing pages will not be over-written, but all other pages will be created and saved. " .
38 " If set to '$false' all pages will saved and existing pages over-written. " .
/plugin/siteexport/syntax/
H A 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/submgr/lang/en/
H A Dintro.txt5 namespace immeadiately). All existing rules are automatically applied to all newly created users.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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.
/plugin/webdav/vendor/sabre/http/
H A 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/data-au/lang/en/
H A Dadmin_intro.txt3 This interface allows you to define new field type aliases based on the existing ones.
/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/data/lang/en/
H A Dadmin_intro.txt3 This interface allows you to define new field type aliases based on the existing ones.

12345678