Home
last modified time | relevance | path

Searched refs:origbox (Results 1 – 25 of 53) sorted by relevance

123

/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/contrib/rddmarc/
H A Ddmarcfail.py49 origbox,origdom = fx.group(1,2)
69 (fr['reported-domain'],origdom,origbox,fromdom,frombox,arr,fr['source-ip'],m.as_string()))
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DDocument.pm1119 my $origbox = $self->getNodeBox($node);
1120 if ($origbox && ($box ne $origbox)) { # if not already the same box
1121 my $newbox = List($origbox, $box);
1127 && (($self->getNodeBox($p) || '') eq $origbox)) {
1743 my ($p, $origbox);
1746 && ($origbox = $self->getNodeBox($p)) && ($origbox ne $box)) {
1747 my $newbox = List($origbox, $box);
1752 && (($self->getNodeBox($p) || '') eq $origbox)) {
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/config/
H A Dxdmxconfig.c89 static Widget namebox, dimbox, rtbox, origbox; variable
248 XtVaSetValues(origbox, XtNlabel, "", XtNsensitive, False, NULL); in dmxConfigDataUpdate()
275 XtVaSetValues(origbox, XtNlabel, offbuf, XtNsensitive, True, NULL); in dmxConfigDataUpdate()
1043 origbox = XtVaCreateManagedWidget("origbox", labelWidgetClass, in main()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/config/
H A Dxdmxconfig.c89 static Widget namebox, dimbox, rtbox, origbox; variable
248 XtVaSetValues(origbox, XtNlabel, "", XtNsensitive, False, NULL); in dmxConfigDataUpdate()
275 XtVaSetValues(origbox, XtNlabel, offbuf, XtNsensitive, True, NULL); in dmxConfigDataUpdate()
1043 origbox = XtVaCreateManagedWidget("origbox", labelWidgetClass, in main()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/config/
H A Dxdmxconfig.c89 static Widget namebox, dimbox, rtbox, origbox; variable
248 XtVaSetValues(origbox, XtNlabel, "", XtNsensitive, False, NULL); in dmxConfigDataUpdate()
275 XtVaSetValues(origbox, XtNlabel, offbuf, XtNsensitive, True, NULL); in dmxConfigDataUpdate()
1043 origbox = XtVaCreateManagedWidget("origbox", labelWidgetClass, in main()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/dmx/config/
H A Dxdmxconfig.c89 static Widget namebox, dimbox, rtbox, origbox; variable
248 XtVaSetValues(origbox, XtNlabel, "", XtNsensitive, False, NULL); in dmxConfigDataUpdate()
275 XtVaSetValues(origbox, XtNlabel, offbuf, XtNsensitive, True, NULL); in dmxConfigDataUpdate()
1043 origbox = XtVaCreateManagedWidget("origbox", labelWidgetClass, in main()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/dmx/config/
H A Dxdmxconfig.c89 static Widget namebox, dimbox, rtbox, origbox; variable
248 XtVaSetValues(origbox, XtNlabel, "", XtNsensitive, False, NULL); in dmxConfigDataUpdate()
275 XtVaSetValues(origbox, XtNlabel, offbuf, XtNsensitive, True, NULL); in dmxConfigDataUpdate()
1043 origbox = XtVaCreateManagedWidget("origbox", labelWidgetClass, in main()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/config/
H A Dxdmxconfig.c89 static Widget namebox, dimbox, rtbox, origbox; variable
248 XtVaSetValues(origbox, XtNlabel, "", XtNsensitive, False, NULL); in dmxConfigDataUpdate()
275 XtVaSetValues(origbox, XtNlabel, offbuf, XtNsensitive, True, NULL); in dmxConfigDataUpdate()
1043 origbox = XtVaCreateManagedWidget("origbox", labelWidgetClass, in main()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/dmx/config/
H A Dxdmxconfig.c89 static Widget namebox, dimbox, rtbox, origbox; variable
248 XtVaSetValues(origbox, XtNlabel, "", XtNsensitive, False, NULL); in dmxConfigDataUpdate()
275 XtVaSetValues(origbox, XtNlabel, offbuf, XtNsensitive, True, NULL); in dmxConfigDataUpdate()
1043 origbox = XtVaCreateManagedWidget("origbox", labelWidgetClass, in main()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/dmx/config/
H A Dxdmxconfig.c89 static Widget namebox, dimbox, rtbox, origbox; variable
248 XtVaSetValues(origbox, XtNlabel, "", XtNsensitive, False, NULL); in dmxConfigDataUpdate()
275 XtVaSetValues(origbox, XtNlabel, offbuf, XtNsensitive, True, NULL); in dmxConfigDataUpdate()
1043 origbox = XtVaCreateManagedWidget("origbox", labelWidgetClass, in main()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/gist/
H A Dgistproc.c230 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
233 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/gist/
H A Dgistproc.c230 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
233 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/gist/
H A Dgistproc.c230 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
233 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/gist/
H A Dgistproc.c231 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
234 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/gist/
H A Dgistproc.c231 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
234 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/gist/
H A Dgistproc.c203 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
206 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/gist/
H A Dgistproc.c231 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
234 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/gist/
H A Dgistproc.c231 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
234 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/gist/
H A Dgistproc.c231 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
234 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/gist/
H A Dgistproc.c231 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
234 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/gist/
H A Dgistproc.c231 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
234 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/gist/
H A Dgistproc.c203 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
206 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/gist/
H A Dgistproc.c203 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
206 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/gist/
H A Dgistproc.c203 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
206 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/gist/
H A Dgistproc.c203 BOX *origbox = DatumGetBoxP(origentry->key); in gist_box_penalty() local
206 *result = (float) box_penalty(origbox, newbox); in gist_box_penalty()

123