Home
last modified time | relevance | path

Searched refs:protect (Results 26 – 50 of 11160) sorted by relevance

12345678910>>...447

/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_coroutine/
H A Dprivate_access.phpt17 protected $protect = 'protect';
129 string(7) "protect"
135 string(7) "protect"
141 string(7) "protect"
147 string(7) "protect"
153 string(7) "protect"
159 string(7) "protect"
165 string(7) "protect"
171 string(7) "protect"
177 string(7) "protect"
[all …]
/dports/print/lyx/lyx-2.3.4.2/lib/layouts/
H A Dtheorems-chap-bytype.module58 \newtheorem{thm}{\protect\theoremname}
70 \newtheorem{cor}{\protect\corollaryname}
82 \newtheorem{lem}{\protect\lemmaname}
94 \newtheorem{prop}{\protect\propositionname}
118 \newtheorem{fact}{\protect\factname}
130 \newtheorem{defn}{\protect\definitionname}
142 \newtheorem{example}{\protect\examplename}
154 \newtheorem{problem}{\protect\problemname}
166 \newtheorem{xca}{\protect\exercisename}
178 \newtheorem{rem}{\protect\remarkname}
[all …]
/dports/textproc/bibclean/bibclean-3.06/doc/
H A Dbibclean.sty61 \index{\%#1@{\protect\tt \%#1}}%
65 \index{#1@{\protect\tt #1()}}%
69 \index{#1@{\protect\tt #1()}}%
94 \index{#1@{\protect\tt -#1}}%
95 \index{option!#1@{\protect\tt -#1}}%
107 \index{#1@{\protect\tt -#1}}%
108 \index{option!#1@{\protect\tt -#1}}%
113 \newcommand{\PATHINDEX}[1]{\index{#1@{\protect\tt #1}}%
133 \newcommand{\TTINDEX}[1]{\index{#1@{\protect\tt #1}}}
136 \index{#1@{\protect\tt #1}}%
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DMemoryUtil.cpp61 uint32_t protect = 0; in ConvertProtFlagsWin32() local
63 case 0: protect = PAGE_NOACCESS; break; in ConvertProtFlagsWin32()
64 case MEM_PROT_READ: protect = PAGE_READONLY; break; in ConvertProtFlagsWin32()
66 case MEM_PROT_EXEC: protect = PAGE_EXECUTE; break; in ConvertProtFlagsWin32()
72 return protect; in ConvertProtFlagsWin32()
78 uint32_t protect = 0; in ConvertProtFlagsUnix() local
80 protect |= PROT_READ; in ConvertProtFlagsUnix()
82 protect |= PROT_WRITE; in ConvertProtFlagsUnix()
84 protect |= PROT_EXEC; in ConvertProtFlagsUnix()
85 return protect; in ConvertProtFlagsUnix()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DMemoryUtil.cpp61 uint32_t protect = 0; in ConvertProtFlagsWin32() local
63 case 0: protect = PAGE_NOACCESS; break; in ConvertProtFlagsWin32()
64 case MEM_PROT_READ: protect = PAGE_READONLY; break; in ConvertProtFlagsWin32()
66 case MEM_PROT_EXEC: protect = PAGE_EXECUTE; break; in ConvertProtFlagsWin32()
72 return protect; in ConvertProtFlagsWin32()
78 uint32_t protect = 0; in ConvertProtFlagsUnix() local
80 protect |= PROT_READ; in ConvertProtFlagsUnix()
82 protect |= PROT_WRITE; in ConvertProtFlagsUnix()
84 protect |= PROT_EXEC; in ConvertProtFlagsUnix()
85 return protect; in ConvertProtFlagsUnix()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DMemoryUtil.cpp61 uint32_t protect = 0; in ConvertProtFlagsWin32() local
63 case 0: protect = PAGE_NOACCESS; break; in ConvertProtFlagsWin32()
64 case MEM_PROT_READ: protect = PAGE_READONLY; break; in ConvertProtFlagsWin32()
66 case MEM_PROT_EXEC: protect = PAGE_EXECUTE; break; in ConvertProtFlagsWin32()
72 return protect; in ConvertProtFlagsWin32()
78 uint32_t protect = 0; in ConvertProtFlagsUnix() local
80 protect |= PROT_READ; in ConvertProtFlagsUnix()
82 protect |= PROT_WRITE; in ConvertProtFlagsUnix()
84 protect |= PROT_EXEC; in ConvertProtFlagsUnix()
85 return protect; in ConvertProtFlagsUnix()
[all …]
/dports/lang/itcl4/itcl4.2.2/tests/
H A Dprotection.test49 test protect-1.2 {create an object to execute tests} {
156 test protect-2.1 {define a derived class} {
171 test protect-2.2 {create an object to execute tests} {
183 test protect-2.5 {private methods are blocked} {
195 test protect-2.8 {private procs are blocked} {
207 test protect-2.11 {private commons are blocked} {
219 test protect-2.14 {private variables are blocked} {
223 test protect-2.15 {can access overloaded public method} {
228 test protect-2.16 {can access overloaded public method} {
319 test protect-3.2 {create an object to execute tests} {
[all …]
/dports/lang/itcl/itcl3.4.1/tests/
H A Dprotection.test49 test protect-1.2 {create an object to execute tests} {
156 test protect-2.1 {define a derived class} {
171 test protect-2.2 {create an object to execute tests} {
183 test protect-2.5 {private methods are blocked} {
195 test protect-2.8 {private procs are blocked} {
207 test protect-2.11 {private commons are blocked} {
219 test protect-2.14 {private variables are blocked} {
223 test protect-2.15 {can access overloaded public method} {
228 test protect-2.16 {can access overloaded public method} {
319 test protect-3.2 {create an object to execute tests} {
[all …]
/dports/lang/tcl86/tcl8.6.12/pkgs/itcl4.2.2/tests/
H A Dprotection.test49 test protect-1.2 {create an object to execute tests} {
156 test protect-2.1 {define a derived class} {
171 test protect-2.2 {create an object to execute tests} {
183 test protect-2.5 {private methods are blocked} {
195 test protect-2.8 {private procs are blocked} {
207 test protect-2.11 {private commons are blocked} {
219 test protect-2.14 {private variables are blocked} {
223 test protect-2.15 {can access overloaded public method} {
228 test protect-2.16 {can access overloaded public method} {
319 test protect-3.2 {create an object to execute tests} {
[all …]
/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dseckey-cert.c52 if( sk->protect.s2k.mode == 1001 ) { in do_check()
60 sk->protect.algo,sk->protect.algo==1?" (IDEA)":"" ); in do_check()
66 sk->protect.s2k.hash_algo); in do_check()
76 &sk->protect.s2k, mode, in do_check()
86 cipher_setiv( cipher_hd, sk->protect.iv, sk->protect.ivlen ); in do_check()
299 sk->protect.s2k.mode == 1001? -3 : sk->protect.algo : 0; in is_secret_key_protected()
330 sk->protect.ivlen = cipher_get_blocksize( sk->protect.algo ); in protect_secret_key()
331 assert( sk->protect.ivlen <= DIM(sk->protect.iv) ); in protect_secret_key()
332 if( sk->protect.ivlen != 8 && sk->protect.ivlen != 16 ) in protect_secret_key()
334 randomize_buffer(sk->protect.iv, sk->protect.ivlen, 1); in protect_secret_key()
[all …]
/dports/lang/python27/Python-2.7.18/Doc/distutils/
H A Dcommandref.rst7 .. % \section{Building modules: the \protect\command{build} command family}
9 .. % \subsubsection{\protect\command{build}}
11 .. % \subsubsection{\protect\command{build\_py}}
13 .. % \subsubsection{\protect\command{build\_ext}}
15 .. % \subsubsection{\protect\command{build\_clib}}
28 .. % \subsubsection{\protect\command{install\_lib}}
52 .. % \protect\command{bdist} command family}
55 .. % \subsection{\protect\command{bdist}}
56 .. % \subsection{\protect\command{bdist\_dumb}}
57 .. % \subsection{\protect\command{bdist\_rpm}}
[all …]
/dports/lang/python-legacy/Python-2.7.18/Doc/distutils/
H A Dcommandref.rst7 .. % \section{Building modules: the \protect\command{build} command family}
9 .. % \subsubsection{\protect\command{build}}
11 .. % \subsubsection{\protect\command{build\_py}}
13 .. % \subsubsection{\protect\command{build\_ext}}
15 .. % \subsubsection{\protect\command{build\_clib}}
28 .. % \subsubsection{\protect\command{install\_lib}}
52 .. % \protect\command{bdist} command family}
55 .. % \subsection{\protect\command{bdist}}
56 .. % \subsection{\protect\command{bdist\_dumb}}
57 .. % \subsection{\protect\command{bdist\_rpm}}
[all …]
/dports/print/latex2rtf/latex2rtf-2.3.17/test/
H A Dbib_authordate.tex203 \bibitem[\protect\citename{Anon., }1967]{anon-67}
263 \bibitem[\protect\citename{BSI, }1976]{bs-1629}
268 \bibitem[\protect\citename{BSI, }1978]{bs-5605}
273 \bibitem[\protect\citename{BSI, }1983]{bs-6371}
290 \bibitem[\protect\citename{Chave, }1964]{chave-64}
309 \bibitem[\protect\citename{Croft, }1978]{croft-78}
519 \bibitem[\protect\citename{Mann, }1968]{mann-68}
566 \bibitem[\protect\citename{Pym, }1624]{pym-24}
590 \bibitem[\protect\citename{Singer {\em et~al.},
598 \bibitem[\protect\citename{Singer {\em et~al.},
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/proto/test/
H A Dprotect.cpp23 : proto::make< proto::protect<_> >
27 : proto::make< identity<proto::protect<_> > >
31 : proto::make< identity<proto::protect<int> > >
35 : proto::make< identity<proto::protect<identity<_> > > >
39 : proto::make< identity<proto::protect<identity<int> > > >
43 : proto::make< identity<proto::protect<identity<identity<int> > > > >
63 : proto::when<_, identity<proto::protect<_> >() >
67 : proto::when<_, identity<proto::protect<int> >() >
71 : proto::when<_, identity<proto::protect<identity<_> > >() >
75 : proto::when<_, identity<proto::protect<identity<int> > >() >
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/proto/test/
H A Dprotect.cpp23 : proto::make< proto::protect<_> >
27 : proto::make< identity<proto::protect<_> > >
31 : proto::make< identity<proto::protect<int> > >
35 : proto::make< identity<proto::protect<identity<_> > > >
39 : proto::make< identity<proto::protect<identity<int> > > >
43 : proto::make< identity<proto::protect<identity<identity<int> > > > >
63 : proto::when<_, identity<proto::protect<_> >() >
67 : proto::when<_, identity<proto::protect<int> >() >
71 : proto::when<_, identity<proto::protect<identity<_> > >() >
75 : proto::when<_, identity<proto::protect<identity<int> > >() >
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/proto/test/
H A Dprotect.cpp23 : proto::make< proto::protect<_> >
27 : proto::make< identity<proto::protect<_> > >
31 : proto::make< identity<proto::protect<int> > >
35 : proto::make< identity<proto::protect<identity<_> > > >
39 : proto::make< identity<proto::protect<identity<int> > > >
43 : proto::make< identity<proto::protect<identity<identity<int> > > > >
63 : proto::when<_, identity<proto::protect<_> >() >
67 : proto::when<_, identity<proto::protect<int> >() >
71 : proto::when<_, identity<proto::protect<identity<_> > >() >
75 : proto::when<_, identity<proto::protect<identity<int> > >() >
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/proto/test/
H A Dprotect.cpp23 : proto::make< proto::protect<_> >
27 : proto::make< identity<proto::protect<_> > >
31 : proto::make< identity<proto::protect<int> > >
35 : proto::make< identity<proto::protect<identity<_> > > >
39 : proto::make< identity<proto::protect<identity<int> > > >
43 : proto::make< identity<proto::protect<identity<identity<int> > > > >
63 : proto::when<_, identity<proto::protect<_> >() >
67 : proto::when<_, identity<proto::protect<int> >() >
71 : proto::when<_, identity<proto::protect<identity<_> > >() >
75 : proto::when<_, identity<proto::protect<identity<int> > >() >
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/proto/test/
H A Dprotect.cpp23 : proto::make< proto::protect<_> >
27 : proto::make< identity<proto::protect<_> > >
31 : proto::make< identity<proto::protect<int> > >
35 : proto::make< identity<proto::protect<identity<_> > > >
39 : proto::make< identity<proto::protect<identity<int> > > >
43 : proto::make< identity<proto::protect<identity<identity<int> > > > >
63 : proto::when<_, identity<proto::protect<_> >() >
67 : proto::when<_, identity<proto::protect<int> >() >
71 : proto::when<_, identity<proto::protect<identity<_> > >() >
75 : proto::when<_, identity<proto::protect<identity<int> > >() >
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/proto/test/
H A Dprotect.cpp23 : proto::make< proto::protect<_> >
27 : proto::make< identity<proto::protect<_> > >
31 : proto::make< identity<proto::protect<int> > >
35 : proto::make< identity<proto::protect<identity<_> > > >
39 : proto::make< identity<proto::protect<identity<int> > > >
43 : proto::make< identity<proto::protect<identity<identity<int> > > > >
63 : proto::when<_, identity<proto::protect<_> >() >
67 : proto::when<_, identity<proto::protect<int> >() >
71 : proto::when<_, identity<proto::protect<identity<_> > >() >
75 : proto::when<_, identity<proto::protect<identity<int> > >() >
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/proto/test/
H A Dprotect.cpp23 : proto::make< proto::protect<_> >
27 : proto::make< identity<proto::protect<_> > >
31 : proto::make< identity<proto::protect<int> > >
35 : proto::make< identity<proto::protect<identity<_> > > >
39 : proto::make< identity<proto::protect<identity<int> > > >
43 : proto::make< identity<proto::protect<identity<identity<int> > > > >
63 : proto::when<_, identity<proto::protect<_> >() >
67 : proto::when<_, identity<proto::protect<int> >() >
71 : proto::when<_, identity<proto::protect<identity<_> > >() >
75 : proto::when<_, identity<proto::protect<identity<int> > >() >
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/proto/test/
H A Dprotect.cpp23 : proto::make< proto::protect<_> >
27 : proto::make< identity<proto::protect<_> > >
31 : proto::make< identity<proto::protect<int> > >
35 : proto::make< identity<proto::protect<identity<_> > > >
39 : proto::make< identity<proto::protect<identity<int> > > >
43 : proto::make< identity<proto::protect<identity<identity<int> > > > >
63 : proto::when<_, identity<proto::protect<_> >() >
67 : proto::when<_, identity<proto::protect<int> >() >
71 : proto::when<_, identity<proto::protect<identity<_> > >() >
75 : proto::when<_, identity<proto::protect<identity<int> > >() >
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/proto/test/
H A Dprotect.cpp23 : proto::make< proto::protect<_> >
27 : proto::make< identity<proto::protect<_> > >
31 : proto::make< identity<proto::protect<int> > >
35 : proto::make< identity<proto::protect<identity<_> > > >
39 : proto::make< identity<proto::protect<identity<int> > > >
43 : proto::make< identity<proto::protect<identity<identity<int> > > > >
63 : proto::when<_, identity<proto::protect<_> >() >
67 : proto::when<_, identity<proto::protect<int> >() >
71 : proto::when<_, identity<proto::protect<identity<_> > >() >
75 : proto::when<_, identity<proto::protect<identity<int> > >() >
[all …]
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/verilog/
H A Dv_hier_subsub.v17 `pragma protect begin_protected
18 `pragma protect encrypt_agent = "Whatever agent"
19 `pragma protect encrypt_agent_info = "1.2.3"
20 `pragma protect data_method = "aes128-cbc"
21 `pragma protect key_keyowner = "Someone"
22 `pragma protect key_keyname = "somekey", key_method = "rsa"
23 `pragma protect key_block encoding = (enctype = "base64")
25 `pragma protect data_block encoding = (enctype = "base64", bytes = 1059)
/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_hw/
H A Dhwprot.c55 tihw.protect = 0; in hw_hwp_init()
144 if(!tihw.protect && (tihw.hw_type == HW1)) in hwp_get_byte()
149 if(!tihw.protect && (tihw.hw_type == HW1)) in hwp_get_byte()
154 if(!tihw.protect && (tihw.hw_type == HW1)) in hwp_get_byte()
167 tihw.protect = !0; in hwp_get_byte()
191 if(tihw.protect) in hwp_get_byte()
205 if(tihw.protect) in hwp_get_byte()
260 tihw.protect = !0; in hwp_get_word()
282 if(tihw.protect) in hwp_get_word()
294 if(tihw.protect) in hwp_get_word()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os6/tests/unit/modules/network/os6/fixtures/
H A Dshow_running-config29 no switchport port-security violation protect
33 no switchport port-security violation protect
37 no switchport port-security violation protect
41 no switchport port-security violation protect
45 no switchport port-security violation protect
49 no switchport port-security violation protect
53 no switchport port-security violation protect
57 no switchport port-security violation protect
61 no switchport port-security violation protect
65 no switchport port-security violation protect
[all …]

12345678910>>...447