Home
last modified time | relevance | path

Searched refs:elementtype (Results 1 – 25 of 996) sorted by relevance

12345678910>>...40

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/data/
H A Dllx_c_action_trigger.sql38 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('COMPANY_MODIFY'…
93 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_DELETE',…
114 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('TICKET_CLOSE','…
123 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('BOM_VALIDATE','…
125 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('BOM_CLOSE','BOM…
126 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('BOM_REOPEN','BO…
127 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('BOM_DELETE','BO…
128 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MRP_MO_VALIDATE…
129 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MRP_MO_PRODUCED…
130 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MRP_MO_DELETE',…
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/data/
H A Dllx_c_action_trigger.sql92 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_DELETE',…
110 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('TICKET_CREATE',…
113 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('TICKET_CLOSE','…
122 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('BOM_VALIDATE','…
124 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('BOM_CLOSE','BOM…
125 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('BOM_REOPEN','BO…
126 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('BOM_DELETE','BO…
127 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MRP_MO_VALIDATE…
128 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MRP_MO_PRODUCED…
129 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MRP_MO_DELETE',…
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/tpl/
H A Dadmin_extrafields_view.tpl.php45 $extrafields->fetch_name_optionals_label($elementtype);
74 …attributes[$elementtype]['type']) && is_array($extrafields->attributes[$elementtype]['type']) && c…
75 foreach ($extrafields->attributes[$elementtype]['type'] as $key => $value) {
82 if (!empty($extrafields->attributes[$elementtype]['langfile'][$key])) {
83 $langs->load($extrafields->attributes[$elementtype]['langfile'][$key]);
87 print "<td>".$extrafields->attributes[$elementtype]['pos'][$key]."</td>\n";
91 print "<td>".$type2label[$extrafields->attributes[$elementtype]['type'][$key]]."</td>\n";
92 print '<td class="right">'.$extrafields->attributes[$elementtype]['size'][$key]."</td>\n";
102 if (empty($extrafields->attributes[$elementtype]['entityid'][$key])) {
111 $mc->getInfo($extrafields->attributes[$elementtype]['entityid'][$key]);
[all …]
H A Dadmin_extrafields_edit.tpl.php152 $label = $extrafields->attributes[$elementtype]['label'][$attrname];
153 $type = $extrafields->attributes[$elementtype]['type'][$attrname];
154 $size = $extrafields->attributes[$elementtype]['size'][$attrname];
156 $default = $extrafields->attributes[$elementtype]['default'][$attrname];
157 $unique = $extrafields->attributes[$elementtype]['unique'][$attrname];
159 $pos = $extrafields->attributes[$elementtype]['pos'][$attrname];
161 $param = $extrafields->attributes[$elementtype]['param'][$attrname];
162 $perms = $extrafields->attributes[$elementtype]['perms'][$attrname];
164 $list = $extrafields->attributes[$elementtype]['list'][$attrname];
166 $help = $extrafields->attributes[$elementtype]['help'][$attrname];
[all …]
H A Dadvtarget.tpl.php273 $elementtype = $socstatic->table_element; variable
277 $extrafields->fetch_name_optionals_label($elementtype);
280 print '<tr><td>'.$extrafields->attributes[$elementtype]['label'][$key];
285 …if (($extrafields->attributes[$elementtype]['type'][$key] == 'varchar') || ($extrafields->attribut…
288 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'int') || ($extrafields->attrib…
293 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'date') || ($extrafields->attri…
475 if (!empty($extrafields->attributes[$elementtype]['type'])) {
482 if (!empty($extrafields->attributes[$elementtype]['label'])) {
489 …if (($extrafields->attributes[$elementtype]['type'][$key] == 'varchar') || ($extrafields->attribut…
492 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'int') || ($extrafields->attrib…
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/tpl/
H A Dadmin_extrafields_view.tpl.php46 $extrafields->fetch_name_optionals_label($elementtype);
75 if (is_array($extrafields->attributes[$elementtype]['type']) && count($extrafields->attributes[$ele…
77 foreach ($extrafields->attributes[$elementtype]['type'] as $key => $value)
85 if (!empty($extrafields->attributes[$elementtype]['langfile'][$key])) {
86 $langs->load($extrafields->attributes[$elementtype]['langfile'][$key]);
90 print "<td>".$extrafields->attributes[$elementtype]['pos'][$key]."</td>\n";
94 print "<td>".$type2label[$extrafields->attributes[$elementtype]['type'][$key]]."</td>\n";
95 print '<td class="right">'.$extrafields->attributes[$elementtype]['size'][$key]."</td>\n";
105 if (empty($extrafields->attributes[$elementtype]['entityid'][$key]))
113 $mc->getInfo($extrafields->attributes[$elementtype]['entityid'][$key]);
[all …]
H A Dadmin_extrafields_edit.tpl.php155 $label = $extrafields->attributes[$elementtype]['label'][$attrname];
156 $type = $extrafields->attributes[$elementtype]['type'][$attrname];
157 $size = $extrafields->attributes[$elementtype]['size'][$attrname];
159 $default = $extrafields->attributes[$elementtype]['default'][$attrname];
160 $unique = $extrafields->attributes[$elementtype]['unique'][$attrname];
162 $pos = $extrafields->attributes[$elementtype]['pos'][$attrname];
164 $param = $extrafields->attributes[$elementtype]['param'][$attrname];
165 $perms = $extrafields->attributes[$elementtype]['perms'][$attrname];
167 $list = $extrafields->attributes[$elementtype]['list'][$attrname];
169 $help = $extrafields->attributes[$elementtype]['help'][$attrname];
[all …]
H A Dadvtarget.tpl.php272 $elementtype = $socstatic->table_element; variable
276 $extrafields->fetch_name_optionals_label($elementtype);
279 print '<tr><td>'.$extrafields->attributes[$elementtype]['label'][$key];
284 …if (($extrafields->attributes[$elementtype]['type'][$key] == 'varchar') || ($extrafields->attribut…
287 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'int') || ($extrafields->attrib…
292 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'date') || ($extrafields->attri…
474 if (!empty($extrafields->attributes[$elementtype]['type'])) {
480 if (!empty($extrafields->attributes[$elementtype]['label'])) {
487 …if (($extrafields->attributes[$elementtype]['type'][$key] == 'varchar') || ($extrafields->attribut…
490 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'int') || ($extrafields->attrib…
[all …]
/dports/games/ivan/ivan-059/FeLib/Include/
H A Dfeloops.h18 template <class objecttype, class elementtype>
22 typedef truth (elementtype::*routine)() const;
27 elementtype* E = (O->*X)(c); in operator()
46 elementtype* E = (O->*X)(c); in operator()
56 template <class objecttype, class elementtype>
60 typedef void (elementtype::*routine)();
65 elementtype* E = (O->*X)(c); in operator()
77 typedef void (elementtype::*routine)(param);
83 elementtype* E = (O->*X)(c); in operator()
102 elementtype* E = (O->*X)(c); in operator()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dextrafields.class.php250 if ($elementtype == 'thirdparty') $elementtype = 'societe';
251 if ($elementtype == 'contact') $elementtype = 'socpeople';
295 if ($elementtype == 'thirdparty') $elementtype = 'societe';
296 if ($elementtype == 'contact') $elementtype = 'socpeople';
393 if ($elementtype == 'thirdparty') $elementtype = 'societe';
394 if ($elementtype == 'contact') $elementtype = 'socpeople';
488 if ($elementtype == 'thirdparty') $elementtype = 'societe';
489 if ($elementtype == 'contact') $elementtype = 'socpeople';
550 if ($elementtype == 'contact') $elementtype = 'socpeople';
604 if ($elementtype == 'contact') $elementtype = 'socpeople';
[all …]
H A Dextralanguages.class.php77 …* @param string $elementtype Type of element ('' = all, 'adherent', 'commande', 'thirdparty', '…
81 public function fetch_name_extralanguages($elementtype, $forceload = false) argument
86 if (empty($elementtype)) return array();
88 if ($elementtype == 'thirdparty') $elementtype = 'societe';
89 if ($elementtype == 'contact') $elementtype = 'socpeople';
90 if ($elementtype == 'order_supplier') $elementtype = 'commande_fournisseur';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dextrafields.class.php258 $elementtype = 'societe';
261 $elementtype = 'socpeople';
306 $elementtype = 'societe';
409 $elementtype = 'societe';
518 $elementtype = 'societe';
579 $elementtype = 'societe';
635 $elementtype = 'societe';
755 $elementtype = 'societe';
885 if (empty($elementtype)) {
908 if ($elementtype) {
[all …]
H A Dextralanguages.class.php77 …* @param string $elementtype Type of element ('' = all, 'adherent', 'commande', 'thirdparty', '…
81 public function fetch_name_extralanguages($elementtype, $forceload = false) argument
86 if (empty($elementtype)) {
90 if ($elementtype == 'thirdparty') {
91 $elementtype = 'societe';
93 if ($elementtype == 'contact') {
94 $elementtype = 'socpeople';
96 if ($elementtype == 'order_supplier') {
97 $elementtype = 'commande_fournisseur';
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Verifier/
H A Delementtype.ll5 ; CHECK: Attribute 'elementtype(i32)' applied to incompatible type!
7 call i32* @llvm.preserve.array.access.index.p0i32.p0i32(i32* null, i32 elementtype(i32) 0, i32 0)
11 ; CHECK: Attribute 'elementtype' type does not match parameter!
13 call i32* @llvm.preserve.array.access.index.p0i32.p0i32(i32* elementtype(i64) null, i32 0, i32 0)
17 ; CHECK: Attribute 'elementtype' can only be applied to intrinsics.
19 call void @some_function(i32* elementtype(i32) null)
23 ; CHECK: Attribute 'elementtype' can only be applied to a callsite.
24 define void @llvm.not_call(i32* elementtype(i32)) {
29 ; CHECK: Intrinsic requires elementtype attribute on first argument.
31 ; CHECK: Intrinsic requires elementtype attribute on first argument.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Verifier/
H A Delementtype.ll5 ; CHECK: Attribute 'elementtype(i32)' applied to incompatible type!
7 call i32* @llvm.preserve.array.access.index.p0i32.p0i32(i32* null, i32 elementtype(i32) 0, i32 0)
11 ; CHECK: Attribute 'elementtype' type does not match parameter!
13 call i32* @llvm.preserve.array.access.index.p0i32.p0i32(i32* elementtype(i64) null, i32 0, i32 0)
17 ; CHECK: Attribute 'elementtype' can only be applied to intrinsics.
19 call void @some_function(i32* elementtype(i32) null)
23 ; CHECK: Attribute 'elementtype' can only be applied to a callsite.
24 define void @llvm.not_call(i32* elementtype(i32)) {
29 ; CHECK: Intrinsic requires elementtype attribute on first argument.
31 ; CHECK: Intrinsic requires elementtype attribute on first argument.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Verifier/
H A Delementtype.ll5 ; CHECK: Attribute 'elementtype(i32)' applied to incompatible type!
7 call i32* @llvm.preserve.array.access.index.p0i32.p0i32(i32* null, i32 elementtype(i32) 0, i32 0)
11 ; CHECK: Attribute 'elementtype' type does not match parameter!
13 call i32* @llvm.preserve.array.access.index.p0i32.p0i32(i32* elementtype(i64) null, i32 0, i32 0)
17 ; CHECK: Attribute 'elementtype' can only be applied to intrinsics.
19 call void @some_function(i32* elementtype(i32) null)
23 ; CHECK: Attribute 'elementtype' can only be applied to a callsite.
24 define void @llvm.not_call(i32* elementtype(i32)) {
29 ; CHECK: Intrinsic requires elementtype attribute on first argument.
31 ; CHECK: Intrinsic requires elementtype attribute on first argument.
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Verifier/
H A Delementtype.ll5 ; CHECK: Attribute 'elementtype(i32)' applied to incompatible type!
7 call i32* @llvm.preserve.array.access.index.p0i32.p0i32(i32* null, i32 elementtype(i32) 0, i32 0)
11 ; CHECK: Attribute 'elementtype' type does not match parameter!
13 call i32* @llvm.preserve.array.access.index.p0i32.p0i32(i32* elementtype(i64) null, i32 0, i32 0)
17 ; CHECK: Attribute 'elementtype' can only be applied to intrinsics.
19 call void @some_function(i32* elementtype(i32) null)
23 ; CHECK: Attribute 'elementtype' can only be applied to a callsite.
24 define void @llvm.not_call(i32* elementtype(i32)) {
29 ; CHECK: Intrinsic requires elementtype attribute on first argument.
31 ; CHECK: Intrinsic requires elementtype attribute on first argument.
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Verifier/
H A Delementtype.ll5 ; CHECK: Attribute 'elementtype(i32)' applied to incompatible type!
7 call i32* @llvm.preserve.array.access.index.p0i32.p0i32(i32* null, i32 elementtype(i32) 0, i32 0)
11 ; CHECK: Attribute 'elementtype' type does not match parameter!
13 call i32* @llvm.preserve.array.access.index.p0i32.p0i32(i32* elementtype(i64) null, i32 0, i32 0)
17 ; CHECK: Attribute 'elementtype' can only be applied to intrinsics.
19 call void @some_function(i32* elementtype(i32) null)
23 ; CHECK: Attribute 'elementtype' can only be applied to a callsite.
24 define void @llvm.not_call(i32* elementtype(i32)) {
29 ; CHECK: Intrinsic requires elementtype attribute on first argument.
31 ; CHECK: Intrinsic requires elementtype attribute on first argument.
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/webservices/
H A Dserver_actioncomm.php113 'elementtype' => array('name'=>'elementtype', 'type'=>'xsd:string'));
308 'elementtype'=> $actioncomm->elementtype
311 $elementtype = 'actioncomm';
320 …ttributes[$elementtype]['label']) && is_array($extrafields->attributes[$elementtype]['label']) && …
445 $newobject->elementtype = $actioncomm['elementtype'];
447 $elementtype = 'actioncomm';
452 $extrafields->fetch_name_optionals_label($elementtype, true);
453 …ttributes[$elementtype]['label']) && is_array($extrafields->attributes[$elementtype]['label']) && …
537 $object->elementtype = $actioncomm['elementtype'];
539 $elementtype = 'actioncomm';
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/webservices/
H A Dserver_actioncomm.php112 'elementtype' => array('name'=>'elementtype', 'type'=>'xsd:string'));
306 'elementtype'=> $actioncomm->elementtype
309 $elementtype = 'actioncomm';
318 …ttributes[$elementtype]['label']) && is_array($extrafields->attributes[$elementtype]['label']) && …
449 $newobject->elementtype = $actioncomm['elementtype'];
451 $elementtype = 'actioncomm';
456 $extrafields->fetch_name_optionals_label($elementtype, true);
457 …ttributes[$elementtype]['label']) && is_array($extrafields->attributes[$elementtype]['label']) && …
546 $object->elementtype = $actioncomm['elementtype'];
548 $elementtype = 'actioncomm';
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/various/
H A Dringbuffer.h132 template <class elementtype>
155 buffer.resize(2 * bufferSize * sizeof (elementtype)); in RingBuffer()
227 *dataPtr1 = &buffer[index * sizeof(elementtype)]; in GetRingBufferWriteRegions()
265 *dataPtr1 = &buffer[index * sizeof(elementtype)]; in GetRingBufferReadRegions()
271 *dataPtr1 = &buffer[index * sizeof(elementtype)]; in GetRingBufferReadRegions()
297 memcpy (data1, data, size1 * sizeof(elementtype)); in putDataIntoBuffer()
299 memcpy (data2, data, size2 * sizeof(elementtype)); in putDataIntoBuffer()
302 memcpy (data1, data, size1 * sizeof(elementtype)); in putDataIntoBuffer()
317 memcpy (data, data1, size1 * sizeof(elementtype)); in getDataFromBuffer()
319 memcpy (data, data2, size2 * sizeof(elementtype)); in getDataFromBuffer()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/migration/
H A D3.7.0-3.8.0.sql523 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('COMPANY_CREATE'…
527 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('BILL_PAYED','Cu…
538 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_VALIDATE…
539 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_SUBSCRIP…
540 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_RESILIAT…
541 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_MODIFY',…
542 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_DELETE',…
549 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('PROJECT_CREATE'…
553 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('TASK_CREATE','T…
554 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('TASK_MODIFY','T…
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/migration/
H A D3.7.0-3.8.0.sql523 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('COMPANY_CREATE'…
527 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('BILL_PAYED','Cu…
538 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_VALIDATE…
539 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_SUBSCRIP…
540 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_RESILIAT…
541 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_MODIFY',…
542 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('MEMBER_DELETE',…
549 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('PROJECT_CREATE'…
553 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('TASK_CREATE','T…
554 insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('TASK_MODIFY','T…
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/mailing/class/
H A Dadvtargetemailing.class.php595 $elementtype = $socstatic->table_element;
597 $extrafields->fetch_name_optionals_label($elementtype);
601 ($extrafields->attributes[$elementtype]['type'][$key] == 'text')) {
606 ($extrafields->attributes[$elementtype]['type'][$key] == 'double')) {
733 $elementtype = $contactstatic->table_element;
738 $extrafields->fetch_name_optionals_label($elementtype);
740 $extrafields->fetch_name_optionals_label($elementtype);
744 ($extrafields->attributes[$elementtype]['type'][$key] == 'text')) {
749 ($extrafields->attributes[$elementtype]['type'][$key] == 'double')) {
836 $elementtype = $socstatic->table_element;
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/mailing/class/
H A Dadvtargetemailing.class.php595 $elementtype = $socstatic->table_element;
597 $extrafields->fetch_name_optionals_label($elementtype);
601 ($extrafields->attributes[$elementtype]['type'][$key] == 'text')) {
606 ($extrafields->attributes[$elementtype]['type'][$key] == 'double')) {
733 $elementtype = $contactstatic->table_element;
738 $extrafields->fetch_name_optionals_label($elementtype);
740 $extrafields->fetch_name_optionals_label($elementtype);
744 ($extrafields->attributes[$elementtype]['type'][$key] == 'text')) {
749 ($extrafields->attributes[$elementtype]['type'][$key] == 'double')) {
836 $elementtype = $socstatic->table_element;
[all …]

12345678910>>...40