Home
last modified time | relevance | path

Searched full:legacy (Results 1 – 25 of 223) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
DConsolidationStrategy.php22 protected $legacyType = Legacy::class;
28 * @param Legacy
30 public function setLegacy(Legacy $legacy) argument
32 $this->legacy = $legacy;
35 * @return Legacy
39 return $this->legacy;
DLegacy.php20 class Legacy extends \Google\Model class
25 class_alias(Legacy::class, 'Google_Service_DriveActivity_Legacy');
/plugin/encryptedpasswords/script/
DSubtleAES.js35 * @param {boolean} legacy
38 async decrypt(ciphertext, password, legacy = false) { argument
42 if (legacy) {
60 * Decrypt trying modern and legacy variants
154 * The old, legacy method to derive key and IV from the password
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DLegacy.php4 * XHTML 1.1 Legacy module defines elements that were previously
7 * @note Not all legacy elements have been implemented yet, which
9 * addition, this legacy module may implement a bit more than
24 public $name = 'Legacy';
169 // WARNING: If you want to add support for an unsafe, legacy
/plugin/structtemplate/
Dphpcs.xml28 <!-- we have lots of legacy classes without name spaces -->
32 <!-- disable some rules for certain paths, for legacy support -->
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DFileCachingTest.php42 * @group legacy
54 * @group legacy
/plugin/cleanoldips/
Dphpcs.xml23 <!-- we have lots of legacy classes without name spaces -->
27 <!-- disable some rules for certain paths, for legacy support -->
/plugin/issuelinks/
Dphpcs.xml23 <!-- we have lots of legacy classes without name spaces -->
27 <!-- disable some rules for certain paths, for legacy support -->
/plugin/gdpr/
Dphpcs.xml23 <!-- we have lots of legacy classes without name spaces -->
27 <!-- disable some rules for certain paths, for legacy support -->
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php8 * Compatibility layer between W3C's WebDriver and the legacy JsonWire protocol.
28 // Legacy JsonWire
/plugin/webdav/
Dphpcs.xml25 <!-- we have lots of legacy classes without name spaces -->
29 <!-- disable some rules for certain paths, for legacy support -->
/plugin/upgrade/.github/workflows/
DfullUpgrade.yml41 legacy:
77 php lib/plugins/upgrade/legacy.php --loglevel info run
/plugin/medialist/
DREADME.md42 #### legacy syntax support
51 Legacy literal keywords should be corrected using replacement patterns:
/plugin/xref/
DHeuristics.php205 $legacy = file_get_contents(DOKU_INC . 'inc/legacy.php');
206 …if (preg_match_all('/class_alias\(\'([^\']+)\', *\'([^\']+)\'\)/', $legacy, $matches, PREG_SET_ORD…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/Resource/
DDms.php33 * Legacy path for creating message. Calling these will result in a BadRequest
58 * Legacy path for creating message. Calling these will result in a BadRequest
DRooms.php33 * Legacy path for creating message. Calling these will result in a BadRequest
58 * Legacy path for creating message. Calling these will result in a BadRequest
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
DArrayTest.php17 * @group legacy
27 * @group legacy
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/
DProjectsLocationsCatalogsServingConfigs.php41 * recommend using the `servingConfigs` resource. `placements` is a legacy
65 * ervingConfigs/default_serving_config` or the name of the legacy placement
DProjectsLocationsCatalogsPlacements.php41 * recommend using the `servingConfigs` resource. `placements` is a legacy
65 * ervingConfigs/default_serving_config` or the name of the legacy placement
/plugin/asciidocjs/node_modules/core-js/fn/array/
Dunshift.js1 // for a legacy code and future fixes
Dconcat.js1 // for a legacy code and future fixes
Dreverse.js1 // for a legacy code and future fixes
/plugin/asciidocjs/node_modules/core-js/library/fn/array/
Dconcat.js1 // for a legacy code and future fixes
Dpop.js1 // for a legacy code and future fixes
Dshift.js1 // for a legacy code and future fixes

123456789