Home
last modified time | relevance | path

Searched defs:OPA (Results 1 – 17 of 17) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/servicemesh/
H A Dstruct_opa.go19 type OPA struct { struct
20 Enabled bool `json:"Enabled" xml:"Enabled"`
21 LogLevel string `json:"LogLevel" xml:"LogLevel"`
22 RequestCPU string `json:"RequestCPU" xml:"RequestCPU"`
23 RequestMemory string `json:"RequestMemory" xml:"RequestMemory"`
24 LimitCPU string `json:"LimitCPU" xml:"LimitCPU"`
25 LimitMemory string `json:"LimitMemory" xml:"LimitMemory"`
H A Dstruct_mesh_config.go28 OPA OPA `json:"OPA" xml:"OPA"` member
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/docs/content/
H A D_index.md638 ### 1. Download OPA
667 ### 2. Try `opa eval`
753 ### 3. Try `opa run` (interactive)
843 ### 4. Try `opa run` (server)
904 ### 5. Try OPA as a Go library
H A Dpolicy-reference.md675 ### OPA subsection
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/docs/book/
H A Dbest-practice-identity.md67 ### Flow
75 ### Updates
79 ### Size limitations
/dports/devel/py-cclib/cclib-1.7.1/cclib/method/
H A Dopa.py25 class OPA(Population): class
/dports/misc/gpsim/gpsim-0.31.0/src/
H A Dop_amp.cc62 OPA::OPA( Processor *pCpu, const char *pName, const char *pDesc) : in OPA() function in OPA
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dpr_exec.c352 #define OPA ((eval_t *)&qcvm->globals[(unsigned short)st->a]) macro
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dpr_exec.c367 #define OPA ((eval_t *)&pr_globals[(unsigned short) st->a]) macro
/dports/games/quakeforge/quakeforge-0.7.2/libs/gamecode/
H A Dpr_exec.c279 #define OPA (*op_a) macro
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dprvm_exec.c650 #define OPA ((prvm_eval_t *)&prog->globals.generic[(unsigned short) st->a]) macro
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dpr_exec.c147 #define OPA ((eval_t *)&pr_globals[st->a]) macro
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dpr_exec.c147 #define OPA ((eval_t *)&pr_globals[st->a]) macro
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dprvm_exec.c723 #define OPA ((prvm_eval_t *)&prog->globals.fp[st->operand[0]]) macro
/dports/games/darkplaces/darkplaces/
H A Dprvm_exec.c723 #define OPA ((prvm_eval_t *)&prog->globals.fp[st->operand[0]]) macro
/dports/games/xonotic/Xonotic/source/gmqcc/
H A Dexec.cpp1256 #define OPA ( (qcany_t*) (&prog->globals[0] + st->o1.u1) ) macro
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/
H A Dmodels.py637 class OPA(Node): class