Searched full:legacy (Results 1 – 25 of 223) sorted by relevance
123456789
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/ |
| D | ConsolidationStrategy.php | 22 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;
|
| D | Legacy.php | 20 class Legacy extends \Google\Model class 25 class_alias(Legacy::class, 'Google_Service_DriveActivity_Legacy');
|
| /plugin/encryptedpasswords/script/ |
| D | SubtleAES.js | 35 * @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/ |
| D | Legacy.php | 4 * 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/ |
| D | phpcs.xml | 28 <!-- 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/ |
| D | FileCachingTest.php | 42 * @group legacy 54 * @group legacy
|
| /plugin/cleanoldips/ |
| D | phpcs.xml | 23 <!-- we have lots of legacy classes without name spaces --> 27 <!-- disable some rules for certain paths, for legacy support -->
|
| /plugin/issuelinks/ |
| D | phpcs.xml | 23 <!-- we have lots of legacy classes without name spaces --> 27 <!-- disable some rules for certain paths, for legacy support -->
|
| /plugin/gdpr/ |
| D | phpcs.xml | 23 <!-- 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 D | JsonWireCompat.php | 8 * Compatibility layer between W3C's WebDriver and the legacy JsonWire protocol. 28 // Legacy JsonWire
|
| /plugin/webdav/ |
| D | phpcs.xml | 25 <!-- we have lots of legacy classes without name spaces --> 29 <!-- disable some rules for certain paths, for legacy support -->
|
| /plugin/upgrade/.github/workflows/ |
| D | fullUpgrade.yml | 41 legacy: 77 php lib/plugins/upgrade/legacy.php --loglevel info run
|
| /plugin/medialist/ |
| D | README.md | 42 #### legacy syntax support 51 Legacy literal keywords should be corrected using replacement patterns:
|
| /plugin/xref/ |
| D | Heuristics.php | 205 $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/ |
| D | Dms.php | 33 * 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
|
| D | Rooms.php | 33 * 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/ |
| D | ArrayTest.php | 17 * @group legacy 27 * @group legacy
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/ |
| D | ProjectsLocationsCatalogsServingConfigs.php | 41 * recommend using the `servingConfigs` resource. `placements` is a legacy 65 * ervingConfigs/default_serving_config` or the name of the legacy placement
|
| D | ProjectsLocationsCatalogsPlacements.php | 41 * 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/ |
| D | unshift.js | 1 // for a legacy code and future fixes
|
| D | concat.js | 1 // for a legacy code and future fixes
|
| D | reverse.js | 1 // for a legacy code and future fixes
|
| /plugin/asciidocjs/node_modules/core-js/library/fn/array/ |
| D | concat.js | 1 // for a legacy code and future fixes
|
| D | pop.js | 1 // for a legacy code and future fixes
|
| D | shift.js | 1 // for a legacy code and future fixes
|
123456789