Home
last modified time | relevance | path

Searched refs:is_hosted (Results 1 – 25 of 117) sorted by relevance

12345

/dports/devel/py-vsts/vsts-0.1.25/vsts/build/v4_1/models/
H A Dtask_agent_pool_reference.py29 def __init__(self, id=None, is_hosted=None, name=None): argument
32 self.is_hosted = is_hosted
/dports/devel/py-vsts/vsts-0.1.25/vsts/build/v4_0/models/
H A Dtask_agent_pool_reference.py29 def __init__(self, id=None, is_hosted=None, name=None): argument
32 self.is_hosted = is_hosted
/dports/devel/py-vsts/vsts-0.1.25/vsts/task_agent/v4_0/models/
H A Dtask_agent_pool_reference.py35 def __init__(self, id=None, is_hosted=None, name=None, pool_type=None, scope=None): argument
38 self.is_hosted = is_hosted
H A Dtask_agent_pool.py50 …def __init__(self, id=None, is_hosted=None, name=None, pool_type=None, scope=None, auto_provision=… argument
51 …super(TaskAgentPool, self).__init__(id=id, is_hosted=is_hosted, name=name, pool_type=pool_type, sc…
/dports/devel/py-vsts/vsts-0.1.25/vsts/task_agent/v4_1/models/
H A Dtask_agent_pool_reference.py38 def __init__(self, id=None, is_hosted=None, name=None, pool_type=None, scope=None, size=None): argument
41 self.is_hosted = is_hosted
H A Dtask_agent_pool.py53 …def __init__(self, id=None, is_hosted=None, name=None, pool_type=None, scope=None, size=None, auto… argument
54 …super(TaskAgentPool, self).__init__(id=id, is_hosted=is_hosted, name=name, pool_type=pool_type, sc…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Hosting/
H A DHostingEnvironment.cs50 static bool is_hosted; field in System.Web.Hosting.HostingEnvironment
95 get { return is_hosted; }
96 internal set { is_hosted = value; }
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp32 int is_hosted = 1; variable
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/
H A Dacinclude.m4634 if $GLIBCXX_IS_NATIVE && test $is_hosted = yes; then
1399 dnl is_hosted (yes/no)
1411 is_hosted=no
1416 is_hosted=yes
1419 GLIBCXX_CONDITIONAL(GLIBCXX_HOSTED, test $is_hosted = yes)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/
H A Dacinclude.m4634 if $GLIBCXX_IS_NATIVE && test $is_hosted = yes; then
1399 dnl is_hosted (yes/no)
1411 is_hosted=no
1416 is_hosted=yes
1419 GLIBCXX_CONDITIONAL(GLIBCXX_HOSTED, test $is_hosted = yes)

12345