Home
last modified time | relevance | path

Searched refs:global_rule (Results 1 – 20 of 20) sorted by relevance

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/base/tests/
H A Dtest_acl.py241 global_rule = self.env.ref('base.res_company_rule_employee')
242 global_rule.domain_force = "[('id','in', company_ids)]"
/dports/games/taisei/taisei-1.3.2/src/
H A Dboss.h128 BossRule global_rule; member
H A Dboss.c1001 if(boss->global_rule) { in process_boss()
1002 boss->global_rule(boss, global.frames - boss->birthtime); in process_boss()
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/
H A Drules.c565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/
H A Drules.c565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/engine/
H A Drules.cpp565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/
H A Drules.c565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/
H A Drules.c565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/
H A Drules.c565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/devel/boost-jam/boost_1_72_0/tools/build/src/engine/
H A Drules.cpp565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/engine/
H A Drules.cpp565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/
H A Drules.cpp565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/devel/boost_build/build-29baa79/src/engine/
H A Drules.cpp565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/
H A Drules.cpp565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/engine/
H A Drules.cpp565 static RULE * global_rule( RULE * r ) in global_rule() function
632 RULE * const global = global_rule( local ); in new_rule_actions()
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/compute/drivers/
H A Dgce.py3398 global_rule=False, targetpool=None, argument
3449 if global_rule:
3468 if global_rule else region)
3478 if global_rule:
3486 return self.ex_get_forwarding_rule(name, global_rule=global_rule)
7253 def ex_get_forwarding_rule(self, name, region=None, global_rule=False): argument
7271 if global_rule:
/dports/net/py-libcloud/apache-libcloud-3.4.1/demos/
H A Dgce_demo.py881 global_rule=True)
/dports/games/taisei/taisei-1.3.2/src/stages/
H A Dstage4_events.c556 b->global_rule = kurumi_global_rule; in stage4_spawn_kurumi()
H A Dstage6_events.c2953 b->global_rule = elly_global_rule; in stage6_spawn_elly()
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/
H A Dtest_gce.py1023 fwr_name, target, global_rule=True, address=address,
1807 fwr = self.driver.ex_get_forwarding_rule('http-rule', global_rule=True)
1931 fwr = self.driver.ex_get_forwarding_rule(fwr_name, global_rule=True)