Home
last modified time | relevance | path

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

12345678910

/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/pagesicon/
H A DREADME_EN.md106 Compatibility is preserved through legacy aliases:
107 - `getPageImage(...)` -> `getPageIconId(...)` (legacy `$withDefault` argument is ignored)
108 - `getMediaImage(...)` -> `getMediaIconId(...)` (legacy `$withDefault` argument is ignored)
H A DREADME.md106 La compatibilité est conservée via des alias legacy :
107 - `getPageImage(...)` -> `getPageIconId(...)` (le paramètre legacy `$withDefault` est ignoré)
108 - `getMediaImage(...)` -> `getMediaIconId(...)` (le paramètre legacy `$withDefault` est ignoré)
H A DDOKU_EN.md89 Compatibility is preserved through legacy aliases:
90 * ''getPageImage(...)'' -> ''getPageIconId(...)'' (legacy ''$withDefault'' argument is ignored)
91 * ''getMediaImage(...)'' -> ''getMediaIconId(...)'' (legacy ''$withDefault'' argument is ignored)
H A Dhelper.php171 // Legacy alias kept for backward compatibility.
215 // Legacy alias kept for backward compatibility.
238 // Legacy alias kept for backward compatibility.
267 // Legacy alias kept for backward compatibility.
301 // Legacy alias kept for backward compatibility.
H A DDOKU.md89 La compatibilité est conservée via des alias legacy :
90 …* ''getPageImage(...)'' -> ''getPageIconId(...)'' (le paramètre legacy ''$withDefault'' est ignoré)
91 …* ''getMediaImage(...)'' -> ''getMediaIconId(...)'' (le paramètre legacy ''$withDefault'' est igno…
/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/upgrade/.github/workflows/
H A DfullUpgrade.yml41 legacy:
77 php lib/plugins/upgrade/legacy.php --loglevel info run
/plugin/webdav/
Dphpcs.xml25 <!-- we have lots of legacy classes without name spaces -->
29 <!-- disable some rules for certain paths, for legacy support -->
/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

12345678910