Home
last modified time | relevance | path

Searched refs:align_type (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/print/hplip/hplip-3.20.6/
H A Dalign.py106 def type10and11and14Align(pattern, align_type): argument
178 if align_type == ALIGN_TYPE_UNSUPPORTED:
181 elif align_type == ALIGN_TYPE_AUTO:
184 elif align_type == ALIGN_TYPE_AIO:
187 elif align_type == ALIGN_TYPE_8XX:
195 elif align_type == ALIGN_TYPE_LIDIL_AIO:
198 elif align_type == ALIGN_TYPE_DESKJET_450:
206 elif align_type == ALIGN_TYPE_LBOW:
209 elif align_type == ALIGN_TYPE_LIDIL_0_5_4:
212 elif align_type == ALIGN_TYPE_OJ_PRO:
[all …]
/dports/net/samba412/samba-4.12.15/pidl/tests/
H A Dndr.pl482 is(align_type("hyper"), 8);
483 is(align_type("double"), 8);
484 is(align_type("uint32"), 4);
485 is(align_type("uint16"), 2);
486 is(align_type("uint8"), 1);
487 is(align_type({ TYPE => "STRUCT", "NAME" => "bla",
489 is(align_type({ TYPE => "STRUCT",
491 is(align_type({ TYPE => "TYPEDEF", DATA => {
495 is(align_type({ TYPE => "TYPEDEF", DATA => {
500 is(align_type({ TYPE => "STRUCT", ELEMENTS => [] }), 1);
[all …]
/dports/net/wireshark/wireshark-3.6.1/tools/pidl/tests/
H A Dndr.pl482 is(align_type("hyper"), 8);
483 is(align_type("double"), 8);
484 is(align_type("uint32"), 4);
485 is(align_type("uint16"), 2);
486 is(align_type("uint8"), 1);
487 is(align_type({ TYPE => "STRUCT", "NAME" => "bla",
489 is(align_type({ TYPE => "STRUCT",
491 is(align_type({ TYPE => "TYPEDEF", DATA => {
495 is(align_type({ TYPE => "TYPEDEF", DATA => {
500 is(align_type({ TYPE => "STRUCT", ELEMENTS => [] }), 1);
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/tools/pidl/tests/
H A Dndr.pl482 is(align_type("hyper"), 8);
483 is(align_type("double"), 8);
484 is(align_type("uint32"), 4);
485 is(align_type("uint16"), 2);
486 is(align_type("uint8"), 1);
487 is(align_type({ TYPE => "STRUCT", "NAME" => "bla",
489 is(align_type({ TYPE => "STRUCT",
491 is(align_type({ TYPE => "TYPEDEF", DATA => {
495 is(align_type({ TYPE => "TYPEDEF", DATA => {
500 is(align_type({ TYPE => "STRUCT", ELEMENTS => [] }), 1);
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/tools/pidl/tests/
H A Dndr.pl482 is(align_type("hyper"), 8);
483 is(align_type("double"), 8);
484 is(align_type("uint32"), 4);
485 is(align_type("uint16"), 2);
486 is(align_type("uint8"), 1);
487 is(align_type({ TYPE => "STRUCT", "NAME" => "bla",
489 is(align_type({ TYPE => "STRUCT",
491 is(align_type({ TYPE => "TYPEDEF", DATA => {
495 is(align_type({ TYPE => "TYPEDEF", DATA => {
500 is(align_type({ TYPE => "STRUCT", ELEMENTS => [] }), 1);
[all …]
/dports/net/tshark/wireshark-3.6.1/tools/pidl/tests/
H A Dndr.pl482 is(align_type("hyper"), 8);
483 is(align_type("double"), 8);
484 is(align_type("uint32"), 4);
485 is(align_type("uint16"), 2);
486 is(align_type("uint8"), 1);
487 is(align_type({ TYPE => "STRUCT", "NAME" => "bla",
489 is(align_type({ TYPE => "STRUCT",
491 is(align_type({ TYPE => "TYPEDEF", DATA => {
495 is(align_type({ TYPE => "TYPEDEF", DATA => {
500 is(align_type({ TYPE => "STRUCT", ELEMENTS => [] }), 1);
[all …]
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dshape.py387 align_type = align['vertical']
395 if align_type in align_types:
396 align['vertical'] = align_types[align_type]
398 warn("Unknown alignment type '%s'" % align_type)
402 align_type = align['horizontal']
410 if align_type in align_types:
411 align['horizontal'] = align_types[align_type]
413 warn("Unknown alignment type '%s'" % align_type)
/dports/archivers/arj/arj-3.10.22/
H A Darjdata.c214 int align_type=ALIGN_NONE; in expand_tags() local
252 align_type=ALIGN_RIGHT; in expand_tags()
257 align_type=ALIGN_CENTER; in expand_tags()
263 if(align_type==ALIGN_RIGHT) in expand_tags()
265 else if(align_type==ALIGN_CENTER) in expand_tags()
267 if(align_type!=ALIGN_NONE&&shift>0&&sl+shift<limit) in expand_tags()
275 align_type=ALIGN_NONE; in expand_tags()
/dports/math/clingo/clingo-5.5.1/clasp/clasp/util/
H A Dleft_right_sequence.h64 right_align_type>::type align_type;
154 … { block_size = ((sizeof(max_type)+(sizeof(align_type)-1)) / sizeof(align_type)) * sizeof(ali…
207 typedef typename left_right_rep<L, R>::align_type align_type; typedef
211 align_type align;
224 typedef typename base_type::align_type align_type; typedef
226 typedef with_inline_buffer<L, R, sizeof(align_type)> with_extra_type;
228 enum { padding = sizeof(with_extra_type) - (sizeof(no_extra_type)+sizeof(align_type)) };
260 typedef typename base_type::align_type align_type; typedef
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/util/
H A Dleft_right_sequence.h64 right_align_type>::type align_type;
154 … { block_size = ((sizeof(max_type)+(sizeof(align_type)-1)) / sizeof(align_type)) * sizeof(ali…
207 typedef typename left_right_rep<L, R>::align_type align_type; typedef
211 align_type align;
224 typedef typename base_type::align_type align_type; typedef
226 typedef with_inline_buffer<L, R, sizeof(align_type)> with_extra_type;
228 enum { padding = sizeof(with_extra_type) - (sizeof(no_extra_type)+sizeof(align_type)) };
260 typedef typename base_type::align_type align_type; typedef
/dports/math/clasp/clasp-3.3.5/clasp/util/
H A Dleft_right_sequence.h64 right_align_type>::type align_type;
154 … { block_size = ((sizeof(max_type)+(sizeof(align_type)-1)) / sizeof(align_type)) * sizeof(ali…
207 typedef typename left_right_rep<L, R>::align_type align_type; typedef
211 align_type align;
224 typedef typename base_type::align_type align_type; typedef
226 typedef with_inline_buffer<L, R, sizeof(align_type)> with_extra_type;
228 enum { padding = sizeof(with_extra_type) - (sizeof(no_extra_type)+sizeof(align_type)) };
260 typedef typename base_type::align_type align_type; typedef
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/paint/selection/
H A Dgroup.cc309 char const *align_type = NULL; in Save() local
312 align_type = "normal"; in Save()
315 align_type = "top"; in Save()
318 align_type = "mid-height"; in Save()
321 align_type = "bottom"; in Save()
324 align_type = "left"; in Save()
327 align_type = "center"; in Save()
330 align_type = "right"; in Save()
333 xmlNewProp (node, (const xmlChar*) "align", (const xmlChar*) align_type); in Save()
/dports/print/hplip/hplip-3.20.6/ui/
H A Dalign10form.py35 …def __init__(self, pattern, align_type=ALIGN_TYPE_LBOW, parent = None, name = None, modal = 0, fl … argument
39 self.controls = maint.align10and11and14Controls(pattern, align_type)
/dports/print/hplip/hplip-3.20.6/ui5/
H A Daligndialog.py76 self.align_type = ALIGN_TYPE_INITIAL
460 seq, params = self.seq[self.align_type][self.seq_index]
513 self.align_type = self.mq.get('align-type', ALIGN_TYPE_NONE)
518 log.debug("align-type=%d" % self.align_type)
519 self.step_max = self.max_steps[self.align_type]
622 if self.align_type == ALIGN_TYPE_LBOW:
625 elif self.align_type == ALIGN_TYPE_LIDIL_DJ_D1600:
635 self.controls = maint.align10and11and14Controls(pattern, self.align_type)
732 self.real_align_type = self.align_type
733 self.align_type = ALIGN_TYPE_XBOW_OFFSET + self.dev.pen_config
/dports/print/hplip/hplip-3.20.6/ui4/
H A Daligndialog.py75 self.align_type = ALIGN_TYPE_INITIAL
459 seq, params = self.seq[self.align_type][self.seq_index]
512 self.align_type = self.mq.get('align-type', ALIGN_TYPE_NONE)
517 log.debug("align-type=%d" % self.align_type)
518 self.step_max = self.max_steps[self.align_type]
621 if self.align_type == ALIGN_TYPE_LBOW:
624 elif self.align_type == ALIGN_TYPE_LIDIL_DJ_D1600:
634 self.controls = maint.align10and11and14Controls(pattern, self.align_type)
731 self.real_align_type = self.align_type
732 self.align_type = ALIGN_TYPE_XBOW_OFFSET + self.dev.pen_config
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Target/
H A DTargetData.h58 static TargetAlignElem get(AlignTypeEnum align_type, unsigned abi_align,
89 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
91 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
/dports/net/samba412/samba-4.12.15/pidl/lib/Parse/Pidl/
H A DNDR.pm454 $a = align_type($e->{PROPERTIES}->{transmit_as});
456 $a = align_type($e->{TYPE});
467 sub align_type($) subroutine
469 sub align_type($);
492 return align_type($dt->{DATA});
496 return align_type(Parse::Pidl::Typelist::enum_type_fn($dt));
498 return align_type(Parse::Pidl::Typelist::bitmap_type_fn($dt));
526 ALIGN => align_type($e->{TYPE}),
572 $align = align_type($struct->{NAME});
632 $align = align_type($e->{NAME});
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/tools/pidl/lib/Parse/Pidl/
H A DNDR.pm452 $a = align_type($e->{PROPERTIES}->{transmit_as});
454 $a = align_type($e->{TYPE});
465 sub align_type($) subroutine
467 sub align_type($);
485 return align_type($dt->{DATA});
489 return align_type(Parse::Pidl::Typelist::enum_type_fn($dt));
491 return align_type(Parse::Pidl::Typelist::bitmap_type_fn($dt));
519 ALIGN => align_type($e->{TYPE}),
565 $align = align_type($struct->{NAME});
625 $align = align_type($e->{NAME});
[all …]
/dports/net/wireshark/wireshark-3.6.1/tools/pidl/lib/Parse/Pidl/
H A DNDR.pm452 $a = align_type($e->{PROPERTIES}->{transmit_as});
454 $a = align_type($e->{TYPE});
465 sub align_type($) subroutine
467 sub align_type($);
485 return align_type($dt->{DATA});
489 return align_type(Parse::Pidl::Typelist::enum_type_fn($dt));
491 return align_type(Parse::Pidl::Typelist::bitmap_type_fn($dt));
519 ALIGN => align_type($e->{TYPE}),
565 $align = align_type($struct->{NAME});
625 $align = align_type($e->{NAME});
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/tools/pidl/lib/Parse/Pidl/
H A DNDR.pm452 $a = align_type($e->{PROPERTIES}->{transmit_as});
454 $a = align_type($e->{TYPE});
465 sub align_type($) subroutine
467 sub align_type($);
485 return align_type($dt->{DATA});
489 return align_type(Parse::Pidl::Typelist::enum_type_fn($dt));
491 return align_type(Parse::Pidl::Typelist::bitmap_type_fn($dt));
519 ALIGN => align_type($e->{TYPE}),
565 $align = align_type($struct->{NAME});
625 $align = align_type($e->{NAME});
[all …]
/dports/net/tshark/wireshark-3.6.1/tools/pidl/lib/Parse/Pidl/
H A DNDR.pm452 $a = align_type($e->{PROPERTIES}->{transmit_as});
454 $a = align_type($e->{TYPE});
465 sub align_type($) subroutine
467 sub align_type($);
485 return align_type($dt->{DATA});
489 return align_type(Parse::Pidl::Typelist::enum_type_fn($dt));
491 return align_type(Parse::Pidl::Typelist::bitmap_type_fn($dt));
519 ALIGN => align_type($e->{TYPE}),
565 $align = align_type($struct->{NAME});
625 $align = align_type($e->{NAME});
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@animal_warper374 set align_type = "all"
613 set align_type = $argv[$ac]
1355 if ( "$align_type" == "all" ) then
1358 set al_meth = "$align_type"
1450 if ( "$align_type" == "rigid" ) then
1698 if ( "$align_type" != "all" ) then
1860 if ( "$align_type" == "all" ) then
2035 if ( "$align_type" == "all" ) then
2152 if ( "$align_type" == "all" ) then
2405 if ( "$align_type" == "all" ) then
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dutf8.h69 } align_type; typedef
77 void strbuf_utf8_align(struct strbuf *buf, align_type position, unsigned int width,
/dports/devel/git-svn/git-2.34.1/
H A Dutf8.h70 } align_type;
78 void strbuf_utf8_align(struct strbuf *buf, align_type position, unsigned int width,
/dports/devel/git-p4/git-2.34.1/
H A Dutf8.h70 } align_type;
78 void strbuf_utf8_align(struct strbuf *buf, align_type position, unsigned int width,

123456789