Home
last modified time | relevance | path

Searched refs:TIS (Results 1 – 25 of 2085) sorted by relevance

12345678910>>...84

/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dterm.c117 struct term_struct TIS; variable
192 { "bell", "bel", "bl", CAP_TYPE_STR, &TIS.TI_bel },
197 { "clr_eol", "el", "ce", CAP_TYPE_STR, &TIS.TI_el },
325 { "tab", "ht", "ta", CAP_TYPE_STR, &TIS.TI_ht },
478 { "user0", "u0", "u0", CAP_TYPE_STR, &TIS.TI_u0 },
479 { "user1", "u1", "u1", CAP_TYPE_STR, &TIS.TI_u1 },
480 { "user2", "u2", "u2", CAP_TYPE_STR, &TIS.TI_u2 },
481 { "user3", "u3", "u3", CAP_TYPE_STR, &TIS.TI_u3 },
482 { "user4", "u4", "u4", CAP_TYPE_STR, &TIS.TI_u4 },
483 { "user5", "u5", "u5", CAP_TYPE_STR, &TIS.TI_u5 },
[all …]
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dterm.c117 struct term_struct TIS; variable
192 { "bell", "bel", "bl", CAP_TYPE_STR, &TIS.TI_bel },
197 { "clr_eol", "el", "ce", CAP_TYPE_STR, &TIS.TI_el },
325 { "tab", "ht", "ta", CAP_TYPE_STR, &TIS.TI_ht },
478 { "user0", "u0", "u0", CAP_TYPE_STR, &TIS.TI_u0 },
479 { "user1", "u1", "u1", CAP_TYPE_STR, &TIS.TI_u1 },
480 { "user2", "u2", "u2", CAP_TYPE_STR, &TIS.TI_u2 },
481 { "user3", "u3", "u3", CAP_TYPE_STR, &TIS.TI_u3 },
482 { "user4", "u4", "u4", CAP_TYPE_STR, &TIS.TI_u4 },
483 { "user5", "u5", "u5", CAP_TYPE_STR, &TIS.TI_u5 },
[all …]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/IndexUtils/
H A DIndexState.hs38 data TotalIndexState = TIS RepoIndexState (Map RepoName RepoIndexState) constructor
46 pretty (TIS IndexStateHead m)
52 pretty (TIS def m) = foldl' go (pretty def) (Map.toList m) where
87 add (TIS def m) (TokRepo rn idx) = TIS def (Map.insert rn idx m)
97 normalise (TIS def m) = TIS def (Map.filter (/= def) m)
101 headTotalIndexState = TIS IndexStateHead Map.empty
105 makeTotalIndexState def m = normalise (TIS def m)
109 lookupIndexState rn (TIS def m) = Map.findWithDefault def rn m
113 insertIndexState rn idx (TIS def m)
114 | idx == def = TIS def (Map.delete rn m)
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/champ/test/
H A D10stereo.py152 TIS = map(lambda x:ch.insert_pattern_string(x),IS) variable
158 for b in range(0,len(TIS)):
162 for a in range(0,len(TIS)):
163 for b in range(0,len(TIS)):
164 if not (ch.match_1v1_b(TIS[a],TIS[b]) == 1):
251 for b in range(0,len(TIS)):
256 for b in range(0,len(TIS)):
307 for a in range(0,len(TIS)):
328 for b in range(0,len(TIS)):
333 for b in range(0,len(TIS)):
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
H A DTpm12DeviceLibDTpm.uni2 // Provides TPM 1.2 TIS functions
4 // This library implements TIS (TPM Interface Specification) functions which is
15 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 1.2 TIS functions"
17 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
H A DTpm12DeviceLibDTpm.uni2 // Provides TPM 1.2 TIS functions
4 // This library implements TIS (TPM Interface Specification) functions which is
15 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 1.2 TIS functions"
17 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
H A DTpm12DeviceLibDTpm.uni2 // Provides TPM 1.2 TIS functions
4 // This library implements TIS (TPM Interface Specification) functions which is
15 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 1.2 TIS functions"
17 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
H A DTpm12DeviceLibDTpm.uni2 // Provides TPM 1.2 TIS functions
4 // This library implements TIS (TPM Interface Specification) functions which is
15 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 1.2 TIS functions"
17 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
H A DTpm12DeviceLibDTpm.uni2 // Provides TPM 1.2 TIS functions
4 // This library implements TIS (TPM Interface Specification) functions which is
15 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 1.2 TIS functions"
17 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/SecurityPkg/Library/Tpm12DeviceLibDTpm/
H A DTpm12DeviceLibDTpm.uni2 // Provides TPM 1.2 TIS functions
4 // This library implements TIS (TPM Interface Specification) functions which is
15 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 1.2 TIS functions"
17 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/SecurityPkg/Library/Tpm12DeviceLibDTpm/
H A DTpm12DeviceLibDTpm.uni2 // Provides TPM 1.2 TIS functions
4 // This library implements TIS (TPM Interface Specification) functions which is
15 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 1.2 TIS functions"
17 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
H A DTpm12DeviceLibDTpm.uni2 // Provides TPM 1.2 TIS functions
4 // This library implements TIS (TPM Interface Specification) functions which is
15 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 1.2 TIS functions"
17 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/sysutils/edk2/edk2-edk2-stable202102/SecurityPkg/Library/Tpm12DeviceLibDTpm/
H A DTpm12DeviceLibDTpm.uni2 // Provides TPM 1.2 TIS functions
4 // This library implements TIS (TPM Interface Specification) functions which is
15 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 1.2 TIS functions"
17 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
H A DTpm2DeviceLibDTpm.uni2 // Provides TPM 2.0 TIS/PTP functions for DTPM
4 // This library implements TIS (TPM Interface Specification) and
16 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 2.0 TIS/PTP functions for DTP…
18 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
H A DTpm2InstanceLibDTpm.uni2 // Provides a DTPM instance for TPM 2.0 TIS/PTP
5 // engine, based on platform setting. It supports both TIS (TPM Interface Specification)
15 #string STR_MODULE_ABSTRACT #language en-US "Provides a DTPM instance for TPM 2.0 TIS/P…
17 …, to be active TPM 2.0 engine, based on platform setting. It supports both TIS (TPM Interface Spec…
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
H A DTpm2InstanceLibDTpm.uni2 // Provides a DTPM instance for TPM 2.0 TIS/PTP
5 // engine, based on platform setting. It supports both TIS (TPM Interface Specification)
15 #string STR_MODULE_ABSTRACT #language en-US "Provides a DTPM instance for TPM 2.0 TIS/P…
17 …, to be active TPM 2.0 engine, based on platform setting. It supports both TIS (TPM Interface Spec…
H A DTpm2DeviceLibDTpm.uni2 // Provides TPM 2.0 TIS/PTP functions for DTPM
4 // This library implements TIS (TPM Interface Specification) and
16 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 2.0 TIS/PTP functions for DTP…
18 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
H A DTpm2InstanceLibDTpm.uni2 // Provides a DTPM instance for TPM 2.0 TIS/PTP
5 // engine, based on platform setting. It supports both TIS (TPM Interface Specification)
15 #string STR_MODULE_ABSTRACT #language en-US "Provides a DTPM instance for TPM 2.0 TIS/P…
17 …, to be active TPM 2.0 engine, based on platform setting. It supports both TIS (TPM Interface Spec…
H A DTpm2DeviceLibDTpm.uni2 // Provides TPM 2.0 TIS/PTP functions for DTPM
4 // This library implements TIS (TPM Interface Specification) and
16 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 2.0 TIS/PTP functions for DTP…
18 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/SecurityPkg/Library/Tpm2DeviceLibDTpm/
H A DTpm2DeviceLibDTpm.uni2 // Provides TPM 2.0 TIS/PTP functions for DTPM
4 // This library implements TIS (TPM Interface Specification) and
16 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 2.0 TIS/PTP functions for DTP…
18 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
H A DTpm2InstanceLibDTpm.uni2 // Provides a DTPM instance for TPM 2.0 TIS/PTP
5 // engine, based on platform setting. It supports both TIS (TPM Interface Specification)
15 #string STR_MODULE_ABSTRACT #language en-US "Provides a DTPM instance for TPM 2.0 TIS/P…
17 …, to be active TPM 2.0 engine, based on platform setting. It supports both TIS (TPM Interface Spec…
H A DTpm2DeviceLibDTpm.uni2 // Provides TPM 2.0 TIS/PTP functions for DTPM
4 // This library implements TIS (TPM Interface Specification) and
16 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 2.0 TIS/PTP functions for DTP…
18 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
H A DTpm2InstanceLibDTpm.uni2 // Provides a DTPM instance for TPM 2.0 TIS/PTP
5 // engine, based on platform setting. It supports both TIS (TPM Interface Specification)
15 #string STR_MODULE_ABSTRACT #language en-US "Provides a DTPM instance for TPM 2.0 TIS/P…
17 …, to be active TPM 2.0 engine, based on platform setting. It supports both TIS (TPM Interface Spec…
H A DTpm2DeviceLibDTpm.uni2 // Provides TPM 2.0 TIS/PTP functions for DTPM
4 // This library implements TIS (TPM Interface Specification) and
16 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 2.0 TIS/PTP functions for DTP…
18 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/SecurityPkg/Library/Tpm2DeviceLibDTpm/
H A DTpm2DeviceLibDTpm.uni2 // Provides TPM 2.0 TIS/PTP functions for DTPM
4 // This library implements TIS (TPM Interface Specification) and
16 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 2.0 TIS/PTP functions for DTP…
18 #string STR_MODULE_DESCRIPTION #language en-US "This library implements TIS (TPM Interface…

12345678910>>...84