Home
last modified time | relevance | path

Searched refs:assetType (Results 1 – 25 of 78) sorted by relevance

1234

/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dhamilton_spectator.recipe24 (u'Top Stories', u'http://www.thespec.com/rss?query=/&assetType=Article'),
25 (u'All News', u'http://www.thespec.com/rss?query=/news&assetType=Article'),
26 (u'Local', u'http://www.thespec.com/rss?query=/local&assetType=Article'),
27 (u'Ontario', u'http://www.thespec.com/rss?query=/ontario&assetType=Article'),
28 (u'Canada', u'http://www.thespec.com/rss?query=/canada&assetType=Article'),
29 (u'World News', u'http://www.thespec.com/rss?query=/world&assetType=Article'),
30 (u'Business', u'http://www.thespec.com/rss?query=/business&assetType=Article'),
31 (u'Crime', u'http://www.thespec.com/rss?query=/crime&assetType=Article'),
36 u'http://www.thespec.com/rss?query=/sports/highschools&assetType=Article'),
48 u'http://www.thespec.com/rss?query=/opinion/columns&assetType=Article'),
[all …]
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Converter/
H A DPackageUtil.php46 * @param AssetTypeInterface $assetType The asset type
61 'type' => sprintf('%s-vcs', $assetType->getName()),
63 'name' => $assetType->formatComposerName($dependency),
70 'name' => $assetType->formatComposerName($dependency),
71 'type' => $assetType->getComposerType(),
108 * @param AssetTypeInterface $assetType The asset type
134 * @param AssetTypeInterface $assetType The asset type
152 $version = static::convertBrachVersion($assetType, $version);
227 * @param AssetTypeInterface $assetType The asset type
245 * @param AssetTypeInterface $assetType The asset type
[all …]
H A DNpmPackageConverter.php26 $assetType = $this->assetType;
29 'name' => array('name', function ($value) use ($assetType) {
30 return $assetType->formatComposerName(NpmPackageUtil::convertName($value));
32 'type' => array('type', function () use ($assetType) {
33 return $assetType->getComposerType();
35 'version' => array('version', function ($value) use ($assetType) {
36 return $assetType->getVersionConverter()->convertVersion($value);
H A DBowerPackageConverter.php26 $assetType = $this->assetType;
29 'name' => array('name', function ($value) use ($assetType) {
30 return $assetType->formatComposerName($value);
32 'type' => array('type', function () use ($assetType) {
33 return $assetType->getComposerType();
35 'version' => array('version', function ($value) use ($assetType) {
36 return $assetType->getVersionConverter()->convertVersion($value);
H A DAbstractPackageConverter.php27 protected $assetType; variable in Fxp\\Composer\\AssetPlugin\\Converter\\AbstractPackageConverter
32 * @param AssetTypeInterface $assetType
34 public function __construct(AssetTypeInterface $assetType) argument
36 $this->assetType = $assetType;
136 $version = $this->assetType->getVersionConverter()->convertRange($version);
138 … $newDependencies[$this->assetType->getComposerVendorName().'/'.$dependency] = $version;
158 …list($dependency, $version) = PackageUtil::checkUrlVersion($this->assetType, $dependency, $version…
159 …list($dependency, $version) = PackageUtil::checkAliasVersion($this->assetType, $dependency, $versi…
160 …list($dependency, $version) = PackageUtil::convertDependencyVersion($this->assetType, $dependency,…
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Tests/Package/Loader/
H A DLazyAssetPackageLoaderTest.php48 protected $assetType; variable in Fxp\\Composer\\AssetPlugin\\Tests\\Package\\Loader\\LazyAssetPackageLoaderTest
130 $this->assetType->expects($this->any())
134 $this->assetType->expects($this->any())
138 $this->assetType->expects($this->any())
176 $this->assetType = null;
201 $assetType = $this->assetType;
203 $loader->setAssetType($assetType);
214 $assetType = $this->assetType;
220 $loader->setAssetType($assetType);
232 $assetType = $this->assetType;
[all …]
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Repository/
H A DAbstractAssetVcsRepository.php41 protected $assetType; variable in Fxp\\Composer\\AssetPlugin\\Repository\\AbstractAssetVcsRepository
85 $assetType = substr($repoConfig['type'], 0, strpos($repoConfig['type'], '-'));
86 $assetType = Assets::createType($assetType);
87 $repoConfig['asset-type'] = $assetType->getName();
88 $repoConfig['package-name'] = $assetType->formatComposerName($repoConfig['name']);
89 $repoConfig['filename'] = $assetType->getFilename();
90 $this->assetType = $assetType;
122 return $this->assetType->formatComposerName($this->packageName);
208 'type' => $this->assetType->getComposerType(),
225 $lazyLoader->setAssetType($this->assetType);
[all …]
H A DDefaultRegistryFactory.php32 foreach (Assets::getDefaultRegistries() as $assetType => $registryClass) {
33 $repoConfig = AssetPlugin::createRepositoryConfig($arm, $filter, $config, $assetType);
35 $rm->setRepositoryClass($assetType, $registryClass);
36 $rm->addRepository($rm->createRepository($assetType, $repoConfig));
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Util/
H A DAssetPlugin.php52 * @param string $assetType The asset type
56 public static function createAssetOptions(array $config, $assetType) argument
61 if (0 === strpos($key, $assetType.'-')) {
62 $key = substr($key, \strlen($assetType) + 1);
76 * @param string $assetType The asset type
80 …RepositoryConfig(AssetRepositoryManager $arm, VcsPackageFilter $filter, Config $config, $assetType) argument
85 … 'asset-options' => static::createAssetOptions($config->getArray('registry-options'), $assetType),
115 foreach (Assets::getTypes() as $assetType) {
117 $rm->setRepositoryClass($assetType.'-'.$driverType, $repositoryClass);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/
H A DGoogleCloudAssetV1p7beta1RelatedAsset.php23 public $assetType; variable in Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1RelatedAsset
41 public function setAssetType($assetType) argument
43 $this->assetType = $assetType;
47 return $this->assetType;
H A DGoogleCloudAssetV1p7beta1Asset.php26 public $assetType; variable in Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1Asset
76 public function setAssetType($assetType) argument
78 $this->assetType = $assetType;
82 return $this->assetType;
H A DAsset.php26 public $assetType; variable in Google_Service_CloudAsset_Asset
76 public function setAssetType($assetType) argument
78 $this->assetType = $assetType;
82 return $this->assetType;
H A DResourceSearchResult.php22 public $assetType; variable in Google_Service_CloudAsset_ResourceSearchResult
47 public function setAssetType($assetType) argument
49 $this->assetType = $assetType;
53 return $this->assetType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudAsset/
H A DAsset.php20 public $assetType; variable in Google_Service_CloudAsset_Asset
27 public function setAssetType($assetType) argument
29 $this->assetType = $assetType;
33 return $this->assetType;
/dports/polish/napi/napi-ac404649571e470bf9494f788bd8a74843956851/tests/integration_tests/napi/
H A Dassets.py49 def _mapExtension(self, assetType): argument
55 ext = (assetType if assetType != 'unknown'
65 def prepareMediaRange(self, sandbox, assetType = None): argument
69 allAssets = (self.assets['assets'] if not assetType else
71 if a['type'] == assetType ])
88 assetType = None, name = None): argument
93 allAssets = (self.assets['assets'] if not assetType else
95 if a['type'] == assetType ])
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/
H A DGoogleCloudPrivatecatalogproducerV1beta1Product.php20 public $assetType; variable in Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product
27 public function setAssetType($assetType) argument
29 $this->assetType = $assetType;
33 return $this->assetType;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/
H A DGoogleCloudPrivatecatalogV1beta1Product.php20 public $assetType; variable in Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Product
27 public function setAssetType($assetType) argument
29 $this->assetType = $assetType;
33 return $this->assetType;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/
H A DGoogleCloudPrivatecatalogproducerV1beta1Product.php20 public $assetType; variable in Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product
27 public function setAssetType($assetType) argument
29 $this->assetType = $assetType;
33 return $this->assetType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/
H A DGoogleCloudPrivatecatalogV1beta1Product.php20 public $assetType; variable in Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Product
27 public function setAssetType($assetType) argument
29 $this->assetType = $assetType;
33 return $this->assetType;
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Package/Loader/
H A DLazyAssetPackageLoader.php49 protected $assetType; variable in Fxp\\Composer\\AssetPlugin\\Package\\Loader\\LazyAssetPackageLoader
100 * @param AssetTypeInterface $assetType
102 public function setAssetType(AssetTypeInterface $assetType) argument
104 $this->assetType = $assetType;
158 $filename = $this->assetType->getFilename();
214 $filename = $this->assetType->getFilename();
256 $data = $this->assetType->getPackageConverter()->convert($data, $vcsRepos);
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Tests/Util/
H A DValidatorTest.php56 $assetType = Assets::createType($type);
57 $this->assertNotFalse(Validator::validateTag('1.0.0', $assetType));
67 $assetType = Assets::createType($type);
68 $this->assertFalse(Validator::validateTag('version', $assetType));
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Access/
H A DAccess.php224 foreach ($assetTypes as $assetType)
226 self::preloadPermissions($assetType, $reload);
244 protected static function getAssetAncestors($assetType, $assetId) argument
247 $extensionName = self::getExtensionNameFromAsset($assetType);
295 $extensionName = self::getExtensionNameFromAsset($assetType);
338 $extensionName = self::getExtensionNameFromAsset($assetType);
364 self::$assetPermissionsById[$assetType] = array();
365 self::$assetPermissionsByName[$assetType] = array();
373 self::$assetPermissionsById[$assetType][$asset->id] = $asset;
374 self::$assetPermissionsByName[$assetType][$asset->name] = $asset;
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Type/
H A DMessageTemplate.php57 if(count($xml->assetType))
58 $this->assetType = (int)$xml->assetType;
82 public $assetType = null; variable in Kaltura\\Client\\Type\\MessageTemplate
H A DAssetComment.php58 if(count($xml->assetType))
59 $this->assetType = (string)$xml->assetType;
87 public $assetType = null; variable in Kaltura\\Client\\Type\\AssetComment
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/ui/
H A Dkia_section_clues.cpp148 int assetType = _vm->_crimesDatabase->getAssetType(clueId); in draw() local
149 if (assetType != -1) { in draw()
150 text = _vm->_textClueTypes->getText(assetType); in draw()
288 int assetType = _vm->_crimesDatabase->getAssetType(clueId); in populateFilters() local
290 if (_debugIntangible || assetType != -1) { in populateFilters()
291 availableFilters[getLineIdForAssetType(assetType)] = true; in populateFilters()
388 int assetType = _vm->_crimesDatabase->getAssetType(clueId); in populateClues() local
390 if (assetType != -1 || _debugIntangible) { in populateClues()
420 int KIASectionClues::getLineIdForAssetType(int assetType) { in getLineIdForAssetType() argument
421 if (assetType == kClueTypeIntangible) { in getLineIdForAssetType()
[all …]

1234