Home
last modified time | relevance | path

Searched refs:CacheEnabled (Results 1 – 25 of 59) sorted by relevance

123

/dports/graphics/Coin/coin-Coin-4.0.0/src/nodekits/
H A DSoSeparatorKit.cpp161 SO_KIT_DEFINE_ENUM_VALUE(CacheEnabled, ON); in SoSeparatorKit()
162 SO_KIT_DEFINE_ENUM_VALUE(CacheEnabled, OFF); in SoSeparatorKit()
163 SO_KIT_DEFINE_ENUM_VALUE(CacheEnabled, AUTO); in SoSeparatorKit()
165 SO_KIT_SET_SF_ENUM_TYPE(renderCaching, CacheEnabled); in SoSeparatorKit()
166 SO_KIT_SET_SF_ENUM_TYPE(boundingBoxCaching, CacheEnabled); in SoSeparatorKit()
167 SO_KIT_SET_SF_ENUM_TYPE(renderCulling, CacheEnabled); in SoSeparatorKit()
168 SO_KIT_SET_SF_ENUM_TYPE(pickCulling, CacheEnabled); in SoSeparatorKit()
H A DSoInteractionKit.cpp228 SO_KIT_DEFINE_ENUM_VALUE(CacheEnabled, ON); in SoInteractionKit()
229 SO_KIT_DEFINE_ENUM_VALUE(CacheEnabled, OFF); in SoInteractionKit()
230 SO_KIT_DEFINE_ENUM_VALUE(CacheEnabled, AUTO); in SoInteractionKit()
232 SO_KIT_SET_SF_ENUM_TYPE(renderCaching, CacheEnabled); in SoInteractionKit()
233 SO_KIT_SET_SF_ENUM_TYPE(boundingBoxCaching, CacheEnabled); in SoInteractionKit()
234 SO_KIT_SET_SF_ENUM_TYPE(renderCulling, CacheEnabled); in SoInteractionKit()
235 SO_KIT_SET_SF_ENUM_TYPE(pickCulling, CacheEnabled); in SoInteractionKit()
/dports/dns/nextdns/nextdns-1.32.2/router/openwrt/
H A Dsetup.go18 CacheEnabled bool member
38 r.CacheEnabled = true
46 if !r.CacheEnabled {
53 if r.CacheEnabled {
128 {{- if .CacheEnabled}}
/dports/dns/nextdns/nextdns-1.32.2/router/edgeos/
H A Dsetup.go16 CacheEnabled bool member
35 r.CacheEnabled = true
43 if !r.CacheEnabled {
72 {{- if .CacheEnabled}}
/dports/dns/nextdns/nextdns-1.32.2/router/synology/
H A Dsetup.go19 CacheEnabled bool member
45 r.CacheEnabled = true
53 if r.disabled || r.CacheEnabled {
90 {{- if .CacheEnabled}}
/dports/dns/nextdns/nextdns-1.32.2/router/ddwrt/
H A Dsetup.go17 CacheEnabled bool member
35 r.CacheEnabled = true
43 if !r.CacheEnabled {
114 {{- if .CacheEnabled}}
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DShape.cpp202 SO_NODE_DEFINE_ENUM_VALUE(CacheEnabled, ON); in SoVRMLShape()
203 SO_NODE_DEFINE_ENUM_VALUE(CacheEnabled, OFF); in SoVRMLShape()
204 SO_NODE_DEFINE_ENUM_VALUE(CacheEnabled, AUTO); in SoVRMLShape()
206 SO_NODE_SET_SF_ENUM_TYPE(renderCaching, CacheEnabled); in SoVRMLShape()
207 SO_NODE_SET_SF_ENUM_TYPE(boundingBoxCaching, CacheEnabled); in SoVRMLShape()
H A DGroup.cpp272 SO_NODE_DEFINE_ENUM_VALUE(CacheEnabled, ON); in commonConstructor()
273 SO_NODE_DEFINE_ENUM_VALUE(CacheEnabled, OFF); in commonConstructor()
274 SO_NODE_DEFINE_ENUM_VALUE(CacheEnabled, AUTO); in commonConstructor()
276 SO_NODE_SET_SF_ENUM_TYPE(renderCaching, CacheEnabled); in commonConstructor()
277 SO_NODE_SET_SF_ENUM_TYPE(boundingBoxCaching, CacheEnabled); in commonConstructor()
278 SO_NODE_SET_SF_ENUM_TYPE(renderCulling, CacheEnabled); in commonConstructor()
279 SO_NODE_SET_SF_ENUM_TYPE(pickCulling, CacheEnabled); in commonConstructor()
/dports/dns/nextdns/nextdns-1.32.2/router/merlin/
H A Dsetup.go20 CacheEnabled bool member
43 r.CacheEnabled = true
117 {{- if .CacheEnabled}}
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/internal/processor/filterset/regexp/
H A Dconfig_test.go38 CacheEnabled: false,
42 CacheEnabled: true,
H A Dconfig.go21 CacheEnabled bool `mapstructure:"cacheenabled"` member
H A Dregexpfilterset_test.go128 CacheEnabled: true,
177 CacheEnabled: true,
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoSeparator.cpp415 SO_NODE_DEFINE_ENUM_VALUE(CacheEnabled, ON); in commonConstructor()
416 SO_NODE_DEFINE_ENUM_VALUE(CacheEnabled, OFF); in commonConstructor()
417 SO_NODE_DEFINE_ENUM_VALUE(CacheEnabled, AUTO); in commonConstructor()
419 SO_NODE_SET_SF_ENUM_TYPE(renderCaching, CacheEnabled); in commonConstructor()
420 SO_NODE_SET_SF_ENUM_TYPE(boundingBoxCaching, CacheEnabled); in commonConstructor()
421 SO_NODE_SET_SF_ENUM_TYPE(renderCulling, CacheEnabled); in commonConstructor()
422 SO_NODE_SET_SF_ENUM_TYPE(pickCulling, CacheEnabled); in commonConstructor()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPlatformPkg/Drivers/PL310L2Cache/
H A DPL310L2Cache.c32 IN BOOLEAN CacheEnabled in L2x0CacheInit() argument
123 if (CacheEnabled) { in L2x0CacheInit()
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/ipinfo/
H A Dcmd_config.go69 gConfig.CacheEnabled = true
71 gConfig.CacheEnabled = false
H A Dconfig.go16 CacheEnabled bool `json:"cache_enabled"` member
103 CacheEnabled: true,
H A Dipinfo_client.go21 if gConfig.CacheEnabled && !fNoCache {
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPlatformPkg/Library/L2X0CacheLibNull/
H A DL2X0Cache.c26 IN BOOLEAN CacheEnabled in L2x0CacheInit() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dpassthrough_program_cache.cc100 if (!CacheEnabled()) { in LoadProgram()
127 bool PassthroughProgramCache::CacheEnabled() const { in CacheEnabled() function in gpu::gles2::PassthroughProgramCache
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dpassthrough_program_cache.cc100 if (!CacheEnabled()) { in LoadProgram()
127 bool PassthroughProgramCache::CacheEnabled() const { in CacheEnabled() function in gpu::gles2::PassthroughProgramCache
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodekits/
H A DSoSeparatorKit.h56 enum CacheEnabled { enum
/dports/www/matomo/piwik/vendor/wikimedia/less.php/lib/Less/
H A DParser.php707 if ( $file_path && $this->CacheEnabled() ) {
2572 if ( $this->CacheEnabled() ) {
2580 if ( $this->CacheEnabled() ) {
2588 if ( $this->CacheEnabled() ) {
2596 if ( $this->CacheEnabled() ) {
2604 if ( $this->CacheEnabled() ) {
2612 if ( $this->CacheEnabled() ) {
2620 if ( $this->CacheEnabled() ) {
2628 if ( $this->CacheEnabled() ) {
2687 public function CacheEnabled() { function in Less_Parser
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/less.php/lib/Less/
H A DParser.php707 if ( $file_path && $this->CacheEnabled() ) {
2572 if ( $this->CacheEnabled() ) {
2580 if ( $this->CacheEnabled() ) {
2588 if ( $this->CacheEnabled() ) {
2596 if ( $this->CacheEnabled() ) {
2604 if ( $this->CacheEnabled() ) {
2612 if ( $this->CacheEnabled() ) {
2620 if ( $this->CacheEnabled() ) {
2628 if ( $this->CacheEnabled() ) {
2687 public function CacheEnabled() { function in Less_Parser
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/less.php/lib/Less/
H A DParser.php707 if ( $file_path && $this->CacheEnabled() ) {
2572 if ( $this->CacheEnabled() ) {
2580 if ( $this->CacheEnabled() ) {
2588 if ( $this->CacheEnabled() ) {
2596 if ( $this->CacheEnabled() ) {
2604 if ( $this->CacheEnabled() ) {
2612 if ( $this->CacheEnabled() ) {
2620 if ( $this->CacheEnabled() ) {
2628 if ( $this->CacheEnabled() ) {
2687 public function CacheEnabled() { function in Less_Parser
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/less.php/lib/Less/
H A DParser.php707 if ( $file_path && $this->CacheEnabled() ) {
2572 if ( $this->CacheEnabled() ) {
2580 if ( $this->CacheEnabled() ) {
2588 if ( $this->CacheEnabled() ) {
2596 if ( $this->CacheEnabled() ) {
2604 if ( $this->CacheEnabled() ) {
2612 if ( $this->CacheEnabled() ) {
2620 if ( $this->CacheEnabled() ) {
2628 if ( $this->CacheEnabled() ) {
2687 public function CacheEnabled() { function in Less_Parser

123