Home
last modified time | relevance | path

Searched refs:protect (Results 101 – 125 of 18712) sorted by relevance

12345678910>>...749

/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/mpl/
H A Dprotect.hpp29 struct protect : T struct
32 typedef mpl::protect type; argument
34 typedef protect type;
41 struct arity< protect<T>, N >
48 BOOST_MPL_AUX_NA_SPEC_MAIN(1, protect)
50 BOOST_MPL_AUX_NA_SPEC_TEMPLATE_ARITY(1, 1, protect)
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/mpl/
H A Dprotect.hpp29 struct protect : T struct
32 typedef mpl::protect type; argument
34 typedef protect type;
41 struct arity< protect<T>, N >
48 BOOST_MPL_AUX_NA_SPEC_MAIN(1, protect)
50 BOOST_MPL_AUX_NA_SPEC_TEMPLATE_ARITY(1, 1, protect)
/dports/biology/lamarc/lamarc-2.1.8/boost/mpl/
H A Dprotect.hpp29 struct protect : T struct
32 typedef mpl::protect type; argument
34 typedef protect type;
41 struct arity< protect<T>, N >
48 BOOST_MPL_AUX_NA_SPEC_MAIN(1, protect)
50 BOOST_MPL_AUX_NA_SPEC_TEMPLATE_ARITY(1, 1, protect)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/mpl/
H A Dprotect.hpp29 struct protect : T struct
32 typedef mpl::protect type; argument
34 typedef protect type;
41 struct arity< protect<T>, N >
48 BOOST_MPL_AUX_NA_SPEC_MAIN(1, protect)
50 BOOST_MPL_AUX_NA_SPEC_TEMPLATE_ARITY(1, 1, protect)
/dports/lang/ruby26/ruby-2.6.9/spec/mspec/lib/mspec/runner/
H A Dcontext.rb138 @parsed = protect @to_s, block, false
177 def protect(what, blocks, check=true) method in ContextState
179 Array(blocks).all? { |block| MSpec.protect what, &block }
205 if protect "before :all", pre(:all)
212 if protect "before :each", pre(:each)
215 passed = protect nil, example
220 protect "after :each", post(:each)
221 protect "Mock.verify_count", @mock_verify
223 protect "Mock.cleanup", @mock_cleanup
228 protect "after :all", post(:all)
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionRUtil.cpp129 r::sexp::Protect protect; in rs_fromJSON() local
130 return r::sexp::create(jsonValue, &protect); in rs_fromJSON()
140 r::sexp::Protect protect; in rs_fromYAML() local
141 return r::sexp::create(node, &protect); in rs_fromYAML()
152 Protect protect; in rs_isNullExternalPointer() local
176 return create(entries, &protect); in readInitFileLevel()
199 r::sexp::Protect protect; in rs_readIniFile() local
200 return readInitFileLevel(pt, protect); in rs_readIniFile()
213 r::sexp::Protect protect; in rs_rResourcesPath() local
312 r::sexp::Protect protect; in rs_runAsyncRProcess() local
[all …]
H A DSessionRCompletions.cpp208 r::sexp::Protect protect; in rs_getSourceIndexCompletions() local
293 r::sexp::Protect protect; in rs_scanFiles() local
294 r::sexp::ListBuilder builder(&protect); in rs_scanFiles()
320 r::sexp::Protect protect; in rs_isSubsequence() local
346 Protect protect; in rs_getNAMESPACEImportedSymbols() local
347 r::sexp::ListBuilder builder(&protect); in rs_getNAMESPACEImportedSymbols()
406 r::sexp::Protect protect; in rs_getInferredCompletions() local
407 r::sexp::ListBuilder parent(&protect); in rs_getInferredCompletions()
443 r::sexp::Protect protect; in rs_listInferredPackages() local
473 r::sexp::Protect protect; in rs_getKnitParamsForDocument() local
[all …]
/dports/print/lyx/lyx-2.3.4.2/lib/layouts/
H A Dtheorems-ams-extended.module43 \newtheorem{criterion}[thm]{\protect\criterionname}
59 \newtheorem*{criterion*}{\protect\criterionname}
112 \newtheorem{ax}[thm]{\protect\axiomname}
129 \newtheorem*{ax*}{\protect\axiomname}
163 \newtheorem*{condition*}{\protect\conditionname}
180 \newtheorem{note}[thm]{\protect\notename}
197 \newtheorem*{note*}{\protect\notename}
231 \newtheorem*{notation*}{\protect\notationname}
248 \newtheorem{summary}[thm]{\protect\summaryname}
265 \newtheorem*{summary*}{\protect\summaryname}
[all …]
/dports/print/latex-beamer/beamer-3.57/doc/
H A Dbeamerug-macros.tex74 \index{#1@\protect\texttt{#1} environment}%
75 \index{Environments!#1@\protect\texttt{#1}}}
79 \index{#1@\protect\texttt{#1} class option}%
107 \index{#1@\protect\texttt{#1} #4}%
108 \index{#5!#1@\protect\texttt{#1}}
116 \index{#1@\protect\texttt{#1} class}%
117 \index{Classes!#1@\protect\texttt{#1}}}
143 \index{#1@\protect\texttt{#1} \parameters}%
164 % \index{#1@\protect\texttt{#1} option}%
165 % \index{Options!#1@\protect\texttt{#1}}%
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/xfilter/
H A Dxfframestyle.cxx167 OUString protect; in ToXml() local
169 protect += "content"; in ToXml()
172 if( protect.getLength()>0 ) in ToXml()
173 protect += " "; in ToXml()
174 protect += "size"; in ToXml()
178 if( protect.getLength()>0 ) in ToXml()
179 protect += " "; in ToXml()
180 protect += "position"; in ToXml()
182 pAttrList->AddAttribute( "style:protect", protect ); in ToXml()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/xfilter/
H A Dxfframestyle.cxx166 OUString protect; in ToXml() local
168 protect += "content"; in ToXml()
171 if( protect.getLength()>0 ) in ToXml()
172 protect += " "; in ToXml()
173 protect += "size"; in ToXml()
177 if( protect.getLength()>0 ) in ToXml()
178 protect += " "; in ToXml()
179 protect += "position"; in ToXml()
181 pAttrList->AddAttribute( "style:protect", protect ); in ToXml()
/dports/devel/R-cran-sourcetools/sourcetools/src/
H A DTokenizer.cpp12 r::Protect protect; in asDataFrame() local
13 SEXP classSEXP = protect(Rf_mkString("data.frame")); in asDataFrame()
16 SEXP rownamesSEXP = protect(Rf_allocVector(INTSXP, 2)); in asDataFrame()
24 r::Protect protect; in asSEXP() local
26 SEXP resultSEXP = protect(Rf_allocVector(VECSXP, 4)); in asSEXP()
29 SEXP valueSEXP = protect(Rf_allocVector(STRSXP, n)); in asSEXP()
37 SEXP rowSEXP = protect(Rf_allocVector(INTSXP, n)); in asSEXP()
42 SEXP columnSEXP = protect(Rf_allocVector(INTSXP, n)); in asSEXP()
47 SEXP typeSEXP = protect(Rf_allocVector(STRSXP, n)); in asSEXP()
56 SEXP namesSEXP = protect(Rf_allocVector(STRSXP, 4)); in asSEXP()
/dports/databases/py-sqlite3/Python-3.8.12/Doc/distutils/
H A Dcommandref.rst11 .. % \subsubsection{\protect\command{build}}
13 .. % \subsubsection{\protect\command{build\_py}}
15 .. % \subsubsection{\protect\command{build\_ext}}
17 .. % \subsubsection{\protect\command{build\_clib}}
30 .. % \subsubsection{\protect\command{install\_lib}}
49 .. % \subsection{Cleaning up: the \protect\command{clean} command}
98 .. % \protect\command{bdist} command family}
101 .. % \subsection{\protect\command{bdist}}
102 .. % \subsection{\protect\command{bdist\_dumb}}
103 .. % \subsection{\protect\command{bdist\_rpm}}
[all …]
/dports/lang/python-tools/Python-3.8.12/Doc/distutils/
H A Dcommandref.rst11 .. % \subsubsection{\protect\command{build}}
13 .. % \subsubsection{\protect\command{build\_py}}
15 .. % \subsubsection{\protect\command{build\_ext}}
17 .. % \subsubsection{\protect\command{build\_clib}}
30 .. % \subsubsection{\protect\command{install\_lib}}
49 .. % \subsection{Cleaning up: the \protect\command{clean} command}
98 .. % \protect\command{bdist} command family}
101 .. % \subsection{\protect\command{bdist}}
102 .. % \subsection{\protect\command{bdist\_dumb}}
103 .. % \subsection{\protect\command{bdist\_rpm}}
[all …]
/dports/lang/python37/Python-3.7.12/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}}
96 .. % \protect\command{bdist} command family}
99 .. % \subsection{\protect\command{bdist}}
100 .. % \subsection{\protect\command{bdist\_dumb}}
101 .. % \subsection{\protect\command{bdist\_rpm}}
[all …]
/dports/lang/python38/Python-3.8.12/Doc/distutils/
H A Dcommandref.rst11 .. % \subsubsection{\protect\command{build}}
13 .. % \subsubsection{\protect\command{build\_py}}
15 .. % \subsubsection{\protect\command{build\_ext}}
17 .. % \subsubsection{\protect\command{build\_clib}}
30 .. % \subsubsection{\protect\command{install\_lib}}
49 .. % \subsection{Cleaning up: the \protect\command{clean} command}
98 .. % \protect\command{bdist} command family}
101 .. % \subsection{\protect\command{bdist}}
102 .. % \subsection{\protect\command{bdist\_dumb}}
103 .. % \subsection{\protect\command{bdist\_rpm}}
[all …]
/dports/lang/python39/Python-3.9.9/Doc/distutils/
H A Dcommandref.rst11 .. % \subsubsection{\protect\command{build}}
13 .. % \subsubsection{\protect\command{build\_py}}
15 .. % \subsubsection{\protect\command{build\_ext}}
17 .. % \subsubsection{\protect\command{build\_clib}}
30 .. % \subsubsection{\protect\command{install\_lib}}
49 .. % \subsection{Cleaning up: the \protect\command{clean} command}
98 .. % \protect\command{bdist} command family}
101 .. % \subsection{\protect\command{bdist}}
102 .. % \subsection{\protect\command{bdist\_dumb}}
103 .. % \subsection{\protect\command{bdist\_rpm}}
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Doc/distutils/
H A Dcommandref.rst11 .. % \subsubsection{\protect\command{build}}
13 .. % \subsubsection{\protect\command{build\_py}}
15 .. % \subsubsection{\protect\command{build\_ext}}
17 .. % \subsubsection{\protect\command{build\_clib}}
30 .. % \subsubsection{\protect\command{install\_lib}}
49 .. % \subsection{Cleaning up: the \protect\command{clean} command}
98 .. % \protect\command{bdist} command family}
101 .. % \subsection{\protect\command{bdist}}
102 .. % \subsection{\protect\command{bdist\_dumb}}
103 .. % \subsection{\protect\command{bdist\_rpm}}
[all …]
/dports/devel/py-setuptools/setuptools-57.0.0/docs/deprecated/distutils/
H A Dcommandref.rst11 .. % \subsubsection{\protect\command{build}}
13 .. % \subsubsection{\protect\command{build\_py}}
15 .. % \subsubsection{\protect\command{build\_ext}}
17 .. % \subsubsection{\protect\command{build\_clib}}
30 .. % \subsubsection{\protect\command{install\_lib}}
49 .. % \subsection{Cleaning up: the \protect\command{clean} command}
98 .. % \protect\command{bdist} command family}
101 .. % \subsection{\protect\command{bdist}}
102 .. % \subsection{\protect\command{bdist\_dumb}}
103 .. % \subsection{\protect\command{bdist\_rpm}}
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/distutils/
H A Dcommandref.rst11 .. % \subsubsection{\protect\command{build}}
13 .. % \subsubsection{\protect\command{build\_py}}
15 .. % \subsubsection{\protect\command{build\_ext}}
17 .. % \subsubsection{\protect\command{build\_clib}}
30 .. % \subsubsection{\protect\command{install\_lib}}
49 .. % \subsection{Cleaning up: the \protect\command{clean} command}
98 .. % \protect\command{bdist} command family}
101 .. % \subsection{\protect\command{bdist}}
102 .. % \subsection{\protect\command{bdist\_dumb}}
103 .. % \subsection{\protect\command{bdist\_rpm}}
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Utilities/Release/
H A Dupload.sh138 rsync --protect-args -e ssh gdcm-$version.tar.gz "malat,gdcm@frs.sourceforge.…
145 rsync --protect-args -e ssh gdcm-$version.tar.bz2 "malat,gdcm@frs.sourceforge.…
147 rsync --protect-args -e ssh Utilities/doxygen/gdcm-$version-doc.tar.gz "malat,gdcm@frs.sourceforge.…
150 rsync --protect-args -e ssh $basedir/README.md "malat,gdcm@frs.sourceforge.net:/home/frs/project/g/…
153 rsync --protect-args -a -r Utilities/doxygen/html malat,gdcm@web.sourceforge.net:htdocs/$dirversion
155 rsync --protect-args -av Utilities/doxygen/gdcm-$version-doc.tar.gz malat,gdcm@web.sourceforge.net:…
158 rsync --protect-args -av Utilities/doxygen/latex/gdcm-$version.pdf malat,gdcm@web.sourceforge.net:h…
161 rsync --protect-args -e ssh Utilities/doxygen/latex/gdcm-$version.pdf "malat,gdcm@frs.sourceforge.…
/dports/cad/verilator/verilator-4.216/src/
H A DV3EmitCModel.cpp344 puts(topModNameProtected + "__" + protect("_eval") + "(&(vlSymsp->TOP));\n"); in emitSettleLoop()
357 puts("__Vchange = " + topModNameProtected + "__" + protect("_change_request") in emitSettleLoop()
361 putsQuoted(protect(modp->fileline()->filename())); in emitSettleLoop()
370 puts("__Vchange = " + topModNameProtected + "__" + protect("_change_request") in emitSettleLoop()
422 puts(topModNameProtected + "__" + protect("_eval_debug_assertions") in emitStandardMethods2()
427 puts("if (VL_UNLIKELY(!vlSymsp->__Vm_didInit)) " + protect("_eval_initial_loop") in emitStandardMethods2()
550 puts("\nvoid " + topModNameProtected + "__" + protect("trace_init_top") + "(" in emitTraceMethods()
555 puts("\nVL_ATTR_COLD static void " + protect("trace_init") + "(void* voidSelf, " in emitTraceMethods()
586 puts(/**/ topModNameProtected + "__" + protect("trace_register") in emitTraceMethods()
618 puts(/**/ "rhs.vlSymsp->" + protect("__Vserialize") + "(os);\n"); in emitSerializationFunctions()
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_preproc.v168 `pragma protect begin_protected
169 `pragma protect version=1
175 `pragma protect key_method="RSA"
177 `pragma protect key_block
183 `pragma protect key_method="RSA"
185 `pragma protect key_block
194 `pragma protect key_block
200 `pragma protect data_block
209 `pragma protect end_protected
212 `pragma protect
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/
H A Dsql.py439 def _to_access(self, protect): argument
448 elif protect & win32.PAGE_EXECUTE:
458 if protect & win32.PAGE_GUARD:
462 if protect & win32.PAGE_NOCACHE:
533 protect = win32.PAGE_READONLY
539 protect = win32.PAGE_EXECUTE
547 protect = win32.PAGE_NOACCESS
549 protect = protect | win32.PAGE_GUARD
551 protect = protect | win32.PAGE_NOCACHE
553 protect = protect | win32.PAGE_WRITECOMBINE
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/
H A Dsql.py439 def _to_access(self, protect): argument
448 elif protect & win32.PAGE_EXECUTE:
458 if protect & win32.PAGE_GUARD:
462 if protect & win32.PAGE_NOCACHE:
533 protect = win32.PAGE_READONLY
539 protect = win32.PAGE_EXECUTE
547 protect = win32.PAGE_NOACCESS
549 protect = protect | win32.PAGE_GUARD
551 protect = protect | win32.PAGE_NOCACHE
553 protect = protect | win32.PAGE_WRITECOMBINE
[all …]

12345678910>>...749