Home
last modified time | relevance | path

Searched refs:SetProtection (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-shield/include/aws/shield/model/
H A DDescribeProtectionResult.h43 inline void SetProtection(const Protection& value) { m_protection = value; } in SetProtection() function
48 inline void SetProtection(Protection&& value) { m_protection = std::move(value); } in SetProtection() function
53 …inline DescribeProtectionResult& WithProtection(const Protection& value) { SetProtection(value); r… in WithProtection()
58 …inline DescribeProtectionResult& WithProtection(Protection&& value) { SetProtection(std::move(valu… in WithProtection()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/shared/
H A Darchdep_fix_permissions.c65 SetProtection(name, 0); in archdep_fix_permissions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_ashmem.cpp59 if (map.SetProtection(MemoryMapping::CAN_READ_WRITE)) { in CheckFileDescriptorIsReadOnly()
H A Dcrazy_linker_memory_mapping.h88 bool SetProtection(Protection prot) { in SetProtection() function
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOSD_FileNode.hxx66 Standard_EXPORT void SetProtection (const OSD_Protection& Prot);
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_FileNode.hxx66 Standard_EXPORT void SetProtection (const OSD_Protection& Prot);
H A DOSD_Directory.cxx107 SetProtection (theProtect); in Build()
H A DOSD_FileNode.cxx271 void OSD_FileNode::SetProtection(const OSD_Protection& Prot){ in SetProtection() function in OSD_FileNode
641 void OSD_FileNode::SetProtection ( const OSD_Protection& Prot ) { in SetProtection() function in OSD_FileNode
698 void OSD_FileNode::SetProtection ( const OSD_Protection& /*Prot*/ ) in SetProtection() function in OSD_FileNode
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOSD_FileNode.hxx66 Standard_EXPORT void SetProtection (const OSD_Protection& Prot);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/examples/
H A Dexample_016.php65 $pdf->SetProtection(array('print', 'copy'), '', null, 0, null);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/examples/
H A Dexample_016.php65 $pdf->SetProtection(array('print', 'copy'), '', null, 0, null);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_016.php65 $pdf->SetProtection(array('print', 'copy'), '', null, 0, null);
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_016.php65 $pdf->SetProtection(array('print', 'copy'), '', null, 0, null);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/tecnickcom/tcpdf/examples/
H A Dexample_016.php65 $pdf->SetProtection(array('print', 'copy'), '', null, 0, null);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Doutput_protection_delegate.h34 void SetProtection(uint32_t protection_mask, SetProtectionCallback callback);
H A Doutput_protection_delegate.cc108 void OutputProtectionDelegate::SetProtection(uint32_t protection_mask, in SetProtection() function in ash::OutputProtectionDelegate
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/
H A Doutput_protection_proxy.cc63 output_protection_delegate_.SetProtection(desired_method_mask, in EnableProtection()
/dports/math/amath/amath-1.8.5/build/flexcat/
H A Dcreatect.c199 SetProtection(NewCTFile, FILE_MASK); in CreateCTFile()
/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_actors.h215 { SetProtection(_global_actor->GetProtection()); } in ResetProtection()
/dports/audio/uade/uade-2.13/amigasrc/score/
H A Ddos_lib.i25 SetProtection EQU -186
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/attrdlg/
H A Dtabpages.cxx117 aProtAttr.SetProtection( bProtect ); in FillItemSet()
/dports/archivers/unzip/unzip60/amiga/
H A Dstat.c202 return !SetProtection((char *)filename, protmask); in chmod()
/dports/archivers/zip/zip30/amiga/
H A Dstat.c202 return !SetProtection((char *)filename, protmask); in chmod()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/attrdlg/
H A Dtabpages.cxx117 aProtAttr.SetProtection( bProtect ); in FillItemSet()
/dports/lang/fpc-source/fpc-3.2.2/rtl/amiga/powerpc/
H A Ddoslibf.inc35 function SetProtection(name: PChar; protect: longword): LongInt; syscall IDOS 180;

1234567