Home
last modified time | relevance | path

Searched refs:assign_type (Results 1 – 25 of 79) sorted by relevance

1234

/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/schema/pgsql-migrations/
H A Dupgrade_120.sql20 WHERE assign_type = 'ignore'
35 WHERE assign_type = 'assign'
67 WHERE assign_type = 'ignore'
82 WHERE assign_type = 'assign'
115 WHERE assign_type = 'ignore'
130 WHERE assign_type = 'assign'
163 WHERE assign_type = 'ignore'
178 WHERE assign_type = 'assign'
H A Dupgrade_91.sql1 ALTER TABLE icinga_notification_assignment ADD assign_type enum_assign_type NOT NULL DEFAULT 'assig…
H A Dupgrade_90.sql2 ALTER TABLE icinga_service_assignment ADD assign_type enum_assign_type NOT NULL DEFAULT 'assign';
H A Dupgrade_109.sql5 assign_type enum_assign_type NOT NULL DEFAULT 'assign', field
H A Dupgrade_114.sql34 assign_type enum_assign_type NOT NULL DEFAULT 'assign', field
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/schema/mysql-migrations/
H A Dupgrade_120.sql20 WHERE assign_type = 'ignore'
35 WHERE assign_type = 'assign'
64 WHERE assign_type = 'ignore'
79 WHERE assign_type = 'assign'
109 WHERE assign_type = 'ignore'
124 WHERE assign_type = 'assign'
153 WHERE assign_type = 'ignore'
168 WHERE assign_type = 'assign'
H A Dupgrade_90.sql1 ALTER TABLE icinga_service_assignment ADD assign_type ENUM('assign', 'ignore') NOT NULL DEFAULT 'as…
H A Dupgrade_91.sql1 ALTER TABLE icinga_notification_assignment ADD assign_type ENUM('assign', 'ignore') NOT NULL DEFAUL…
H A Dupgrade_109.sql5 assign_type ENUM('assign', 'ignore') NOT NULL DEFAULT 'assign', field
H A Dupgrade_114.sql31 assign_type ENUM('assign', 'ignore') NOT NULL DEFAULT 'assign', field
/dports/benchmarks/imb/IMB_3.0/src/
H A DIMB_chk_diff.c130 ((assign_type*)AUX)[i] = 0.;
140 double IMB_ddiff(assign_type *A, assign_type *B, int len,
326 fprintf(unit,"%d ",((assign_type*)buf)[0]);
678 defloc = IMB_ddiff((assign_type *)AUX, (assign_type *)RECEIVED, Totalsize/asize,&faultpos);
689 defloc = IMB_ddiff((assign_type *)AUX, (assign_type *)RECEIVED, Locsize/asize,&faultpos);
801 assign_type *a,*r;
817 r = (assign_type*)AUX;
818 a = (assign_type*)RECEIVED;
1182 assign_type *a_part, *a_whole;
1186 a_part = (assign_type*) part;
[all …]
H A DIMB_settings.h148 typedef int assign_type ;
155 typedef float assign_type ;
H A DIMB_settings_io.h155 typedef int assign_type ; typedef
162 typedef float assign_type ; typedef
H A DIMB_comm_info.h102 assign_type* s_data; /* assign_type equivalent of s_buffer */
105 assign_type* r_data; /* assign_type equivalent of r_buffer */
H A DIMB_mem_manager.c225 c_info->s_data = (assign_type*)c_info->s_buffer; in IMB_alloc_buf()
243 c_info->r_data = (assign_type*)c_info->r_buffer; in IMB_alloc_buf()
369 ((assign_type *)buf)[j] = BUF_VALUE(rank,i); in IMB_ass_buf()
373 ((assign_type *)buf)[j] = 0.; in IMB_ass_buf()
/dports/devel/py-astroid/astroid-2.9.0/astroid/
H A Dmixins.py55 def assign_type(self): member in FilterStmtsMixin
60 def assign_type(self): member in AssignTypeMixin
75 def assign_type(self): member in ParentAssignTypeMixin
76 return self.parent.assign_type()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/tools/
H A Dcreate_work.cpp124 int assign_type; member
135 assign_type = ASSIGN_NONE; in JOB_DESC()
178 assign_type = ASSIGN_HOST; in parse_cmdline()
183 assign_type = ASSIGN_USER; in parse_cmdline()
295 jd.assign_type = ASSIGN_NONE; in main()
298 jd.assign_type = ASSIGN_USER; in main()
304 jd.assign_type = ASSIGN_TEAM; in main()
310 jd.assign_type = ASSIGN_HOST; in main()
315 jd.assign_type = ASSIGN_USER; in main()
320 jd.assign_type = ASSIGN_TEAM; in main()
[all …]
/dports/devel/py-rope/rope-0.18.0/rope/base/
H A Dpynames.py50 assign_type=False, type_hint=None): argument
66 self.assign_type = assign_type
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dsched_util.cpp84 static int restrict_wu(WORKUNIT& _wu, DB_ID_TYPE id, int assign_type) { in restrict_wu() argument
117 asg.target_type = assign_type; in restrict_wu()
H A Dsched_assign.cpp234 bool send_jobs(int assign_type) { in send_jobs() argument
242 switch (assign_type) { in send_jobs()
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dadmin_modules_form.tpl78 <select name="assign_type">
79 <option value="D" {if $assign_type eq 'D'}selected="selected"{/if}>
82 <option value="d" {if $assign_type eq 'd'}selected="selected"{/if}>
85 <option value="P" {if $assign_type eq 'P'}selected="selected"{/if}>
88 <option value="h" {if $assign_type eq 'h'}selected="selected"{/if}>
/dports/graphics/box/box-0.4.0/box/
H A Dparser.y115 %type <Node> named_type prim_type array_type type raise_type assign_type
416 assign_type:
418 | named_type '=' assign_type {$$ = ASTNodeTypeDef_New($1, $3); SRC($$, @$);}
451 | assign_type {$$ = ASTNodeStatement_New($1); SRC($$, @$);}
/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dstmt.cc412 vhdl_decl::assign_type_t& assign_type) in make_assignment() argument
453 assign_type = decl->assignment_type(); in make_assignment()
455 if (assign_type == vhdl_decl::ASSIGN_NONBLOCK && emul_blocking) in make_assignment()
579 assign_type = decl->assignment_type(); in make_assignment()
593 if (assign_type == vhdl_decl::ASSIGN_NONBLOCK && emul_blocking) in make_assignment()
618 vhdl_decl::assign_type_t assign_type = vhdl_decl::ASSIGN_NONBLOCK; in draw_assign() local
621 make_assignment(proc, container, stmt, emulate_blocking, assign_type); in draw_assign()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dncal.pas389 function is_byref_para(out assign_type: tdef): boolean; in is_byref_para()
395 assign_type:=voidpointertype
399 assign_type:=u32inttype;
401 assign_type:=u64inttype;
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dncal.pas389 function is_byref_para(out assign_type: tdef): boolean; in is_byref_para()
395 assign_type:=voidpointertype
399 assign_type:=u32inttype;
401 assign_type:=u64inttype;

1234