Home
last modified time | relevance | path

Searched refs:PresetName (Results 1 – 25 of 116) sorted by relevance

12345

/dports/devel/cmake-gui/cmake-3.22.1/Source/QtDialog/
H A DQCMake.cxx71 if (!this->PresetName.isEmpty() && in QCMake()
73 std::string(this->PresetName.toLocal8Bit())) == in QCMake()
155 if (this->PresetName != name) { in setPreset()
156 this->PresetName = name; in setPreset()
157 emit this->presetChanged(this->PresetName); in setPreset()
427 if (!this->PresetName.isNull()) { in properties()
428 std::string presetName(this->PresetName.toLocal8Bit()); in properties()
H A DQCMake.h208 QString PresetName; in Q_DECLARE_METATYPE() local
/dports/devel/cmake/cmake-3.22.1/Source/QtDialog/
H A DQCMake.cxx71 if (!this->PresetName.isEmpty() && in QCMake()
73 std::string(this->PresetName.toLocal8Bit())) == in QCMake()
155 if (this->PresetName != name) { in setPreset()
156 this->PresetName = name; in setPreset()
157 emit this->presetChanged(this->PresetName); in setPreset()
427 if (!this->PresetName.isNull()) { in properties()
428 std::string presetName(this->PresetName.toLocal8Bit()); in properties()
H A DQCMake.h208 QString PresetName; in Q_DECLARE_METATYPE() local
/dports/devel/cmake-doc/cmake-3.22.1/Source/QtDialog/
H A DQCMake.cxx71 if (!this->PresetName.isEmpty() && in QCMake()
73 std::string(this->PresetName.toLocal8Bit())) == in QCMake()
155 if (this->PresetName != name) { in setPreset()
156 this->PresetName = name; in setPreset()
157 emit this->presetChanged(this->PresetName); in setPreset()
427 if (!this->PresetName.isNull()) { in properties()
428 std::string presetName(this->PresetName.toLocal8Bit()); in properties()
H A DQCMake.h208 QString PresetName; in Q_DECLARE_METATYPE() local
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Interop/Interop/Json/Presets/
H A DHBPresetCategory.cs20 public string PresetName { get; set; } property in HandBrake.Interop.Interop.Json.Presets.HBPresetCategory
H A DHBPreset.cs279 public string PresetName { get; set; } property in HandBrake.Interop.Interop.Json.Presets.HBPreset
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/Interfaces/
H A DIAddPresetViewModel.cs26 string PresetName { get; } property
/dports/multimedia/zoneminder/zoneminder-1.36.5/onvif/proxy/lib/ONVIF/PTZ/Elements/
H A DSetPreset.pm36 my %PresetName_of :ATTR(:get<PresetName>);
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Presets/
H A DPresetService.cs164 Preset preset = this.ConvertHbPreset(hbPreset, category.PresetName); in Import()
434 preset.Category = category.PresetName; in UpdateBuiltInPresets()
691 …preset.Category = category.PresetName == "User Presets" ? UserPresetCategoryName : category.Preset… in ProcessPresetList()
785 PresetName = item.Category, in HandlePresetListsForSave()
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBPreset.m88 NSString *name = dict[@"PresetName"] ? dict[@"PresetName"] : @"Unnamed preset";
230 output[@"PresetName"] = self.name;
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/include/
H A Dpreset_manager.h50 msdk_string PresetName; member
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/include/
H A Dpreset_manager.h78 msdk_string PresetName; member
/dports/games/vavoom/vavoom-1.33/source/timidity/
H A Dsf2.h176 char PresetName[20]; member
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/src/
H A Dpreset_manager.cpp224 retVal.PresetName = modesName[mode]; in GetBasicPreset()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/src/
H A Dpreset_manager.cpp126 retVal.PresetName = modesName[mode]; in GetBasicPreset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Ddocstyle.hxx116 void PresetName(const OUString& rName) { aName = rName; } in PresetName() function in SwDocStyleSheet
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Ddocstyle.hxx117 void PresetName(const OUString& rName) { aName = rName; } in PresetName() function in SwDocStyleSheet
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/
H A DAddPresetViewModel.cs66 public string PresetName => this.Preset.Name; field in HandBrakeWPF.ViewModels.AddPresetViewModel
/dports/security/p5-Crypt-HSXKPasswd/Crypt-HSXKPasswd-v3.6/lib/Crypt/
H A DHSXKPasswd.pm125 preset => Optional[PresetName],
418 state $args_check = compile(Optional[Maybe[PresetName]]);
476 state $args_check = compile(Optional[PresetName], Optional[Maybe[ConfigOverride]]);
839 state $args_check = compile(Optional[Maybe[PresetName]]);
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Presets/Factories/
H A DJsonPresetFactory.cs53 preset.Name = importedPreset.PresetName; in ImportPreset()
545 preset.PresetName = category.Category; in CreatePresetCategory()
563 preset.PresetName = export.Name; in CreateHbPreset()
/dports/security/p5-Crypt-HSXKPasswd/Crypt-HSXKPasswd-v3.6/bin/
H A Dhsxkpasswd377 unless(PresetName->check($cmd_args{preset})){
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPBackgroundPattern.m52 #define kBackgroundPatternCodingKey_v0_PresetName @"PresetName"
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/huin/goupnp/dcps/av1/
H A Dav1.go5393 PresetName string,
5398 PresetName string
5405 if request.PresetName, err = soap.MarshalString(PresetName); err != nil {
5426 func (client *RenderingControl1) SelectPreset(InstanceID uint32, PresetName string) (err error) {
5429 PresetName,
7153 PresetName string,
7158 PresetName string
7165 if request.PresetName, err = soap.MarshalString(PresetName); err != nil {
7186 func (client *RenderingControl2) SelectPreset(InstanceID uint32, PresetName string) (err error) {
7189 PresetName,

12345