Home
last modified time | relevance | path

Searched refs:linkr (Results 1 – 25 of 42) sorted by relevance

12

/dports/cad/gdt/GDT-4.0.4/
H A Dkvstypes.h39 struct sort_linest* linkr; member
47 struct synonymForestMember* linkr; member
58 struct GPO* linkr; member
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/datapolicy/class/
H A Ddatapolicy.class.php179 $linkr = $conf->global->$lr;
186 …/index.php?action=2&c='.$contact->id.'&l='.$l.'&key='.$code, 3).'" target="_blank">'.$linkr.'</a>',
255 $linkr = $conf->global->$lr;
262 …/index.php?action=2&s='.$societe->id.'&l='.$l.'&key='.$code, 3).'" target="_blank">'.$linkr.'</a>',
329 $linkr = $conf->global->$lr;
336 …index.php?action=2&a='.$adherent->id.'&l='.$l.'&key='.$code, 3).'" target="_blank">'.$linkr.'</a>',
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/datapolicy/class/
H A Ddatapolicy.class.php179 $linkr = $conf->global->$lr;
186 …/index.php?action=2&c='.$contact->id.'&l='.$l.'&key='.$code, 3).'" target="_blank">'.$linkr.'</a>',
256 $linkr = $conf->global->$lr;
263 …/index.php?action=2&s='.$societe->id.'&l='.$l.'&key='.$code, 3).'" target="_blank">'.$linkr.'</a>',
330 $linkr = $conf->global->$lr;
337 …index.php?action=2&a='.$adherent->id.'&l='.$l.'&key='.$code, 3).'" target="_blank">'.$linkr.'</a>',
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/datapolicy/admin/
H A Dsetupmail.php114 $linkr = 'TXTLINKDATAPOLICIESREFUSE_'.$l; variable
134 print '<input type="text" size="200" name="'.$linkr.'" value="'.$conf->global->$linkr.'" />';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/datapolicy/admin/
H A Dsetupmail.php116 $linkr = 'TXTLINKDATAPOLICIESREFUSE_'.$l; variable
136 print '<input type="text" size="200" name="'.$linkr.'" value="'.$conf->global->$linkr.'" />';
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dcapture_options_dialog.cpp120 link_row *linkr = gxx_list_data(link_row *, list); in updateInterfaceColumns() local
121 if (linkr->dlt == device->active_dlt) { in updateInterfaceColumns()
122 linkname = linkr->name; in updateInterfaceColumns()
432 link_row *linkr = new link_row(); in interfaceItemChanged() local
442 linkr->dlt = data_link_info->dlt; in interfaceItemChanged()
452 linkr->dlt = -1; in interfaceItemChanged()
453 linkr->name = g_strdup(str); in interfaceItemChanged()
1250 link_row *linkr; in createEditor() local
1259 linkr = gxx_list_data(link_row*, list); in createEditor()
1260 if (linkr->dlt >= 0) { in createEditor()
[all …]
H A Dmanage_interfaces_dialog.cpp334 link_row *linkr = NULL; in updateRemoteInterfaceList() local
441 linkr = new link_row; in updateRemoteInterfaceList()
450 linkr->name = g_strdup(data_link_info->description); in updateRemoteInterfaceList()
451 linkr->dlt = data_link_info->dlt; in updateRemoteInterfaceList()
453 linkr->name = g_strdup_printf("%s (not supported)", data_link_info->name); in updateRemoteInterfaceList()
454 linkr->dlt = -1; in updateRemoteInterfaceList()
459 device.links = g_list_append(device.links, linkr); in updateRemoteInterfaceList()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dcapture_options_dialog.cpp120 link_row *linkr = gxx_list_data(link_row *, list); in updateInterfaceColumns() local
121 if (linkr->dlt == device->active_dlt) { in updateInterfaceColumns()
122 linkname = linkr->name; in updateInterfaceColumns()
432 link_row *linkr = new link_row(); in interfaceItemChanged() local
442 linkr->dlt = data_link_info->dlt; in interfaceItemChanged()
452 linkr->dlt = -1; in interfaceItemChanged()
453 linkr->name = g_strdup(str); in interfaceItemChanged()
1250 link_row *linkr; in createEditor() local
1259 linkr = gxx_list_data(link_row*, list); in createEditor()
1260 if (linkr->dlt >= 0) { in createEditor()
[all …]
H A Dmanage_interfaces_dialog.cpp334 link_row *linkr = NULL; in updateRemoteInterfaceList() local
441 linkr = new link_row; in updateRemoteInterfaceList()
450 linkr->name = g_strdup(data_link_info->description); in updateRemoteInterfaceList()
451 linkr->dlt = data_link_info->dlt; in updateRemoteInterfaceList()
453 linkr->name = g_strdup_printf("%s (not supported)", data_link_info->name); in updateRemoteInterfaceList()
454 linkr->dlt = -1; in updateRemoteInterfaceList()
459 device.links = g_list_append(device.links, linkr); in updateRemoteInterfaceList()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dcapture_options_dialog.cpp120 link_row *linkr = gxx_list_data(link_row *, list); in updateInterfaceColumns() local
121 if (linkr->dlt == device->active_dlt) { in updateInterfaceColumns()
122 linkname = linkr->name; in updateInterfaceColumns()
432 link_row *linkr = new link_row(); in interfaceItemChanged() local
442 linkr->dlt = data_link_info->dlt; in interfaceItemChanged()
452 linkr->dlt = -1; in interfaceItemChanged()
453 linkr->name = g_strdup(str); in interfaceItemChanged()
1250 link_row *linkr; in createEditor() local
1259 linkr = gxx_list_data(link_row*, list); in createEditor()
1260 if (linkr->dlt >= 0) { in createEditor()
[all …]
H A Dmanage_interfaces_dialog.cpp334 link_row *linkr = NULL; in updateRemoteInterfaceList() local
441 linkr = new link_row; in updateRemoteInterfaceList()
450 linkr->name = g_strdup(data_link_info->description); in updateRemoteInterfaceList()
451 linkr->dlt = data_link_info->dlt; in updateRemoteInterfaceList()
453 linkr->name = g_strdup_printf("%s (not supported)", data_link_info->name); in updateRemoteInterfaceList()
454 linkr->dlt = -1; in updateRemoteInterfaceList()
459 device.links = g_list_append(device.links, linkr); in updateRemoteInterfaceList()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dcapture_options_dialog.cpp120 link_row *linkr = gxx_list_data(link_row *, list); in updateInterfaceColumns() local
121 if (linkr->dlt == device->active_dlt) { in updateInterfaceColumns()
122 linkname = linkr->name; in updateInterfaceColumns()
432 link_row *linkr = new link_row(); in interfaceItemChanged() local
442 linkr->dlt = data_link_info->dlt; in interfaceItemChanged()
452 linkr->dlt = -1; in interfaceItemChanged()
453 linkr->name = g_strdup(str); in interfaceItemChanged()
1250 link_row *linkr; in createEditor() local
1259 linkr = gxx_list_data(link_row*, list); in createEditor()
1260 if (linkr->dlt >= 0) { in createEditor()
[all …]
H A Dmanage_interfaces_dialog.cpp334 link_row *linkr = NULL; in updateRemoteInterfaceList() local
441 linkr = new link_row; in updateRemoteInterfaceList()
450 linkr->name = g_strdup(data_link_info->description); in updateRemoteInterfaceList()
451 linkr->dlt = data_link_info->dlt; in updateRemoteInterfaceList()
453 linkr->name = g_strdup_printf("%s (not supported)", data_link_info->name); in updateRemoteInterfaceList()
454 linkr->dlt = -1; in updateRemoteInterfaceList()
459 device.links = g_list_append(device.links, linkr); in updateRemoteInterfaceList()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/reent/
H A DMakefile.am43 linkr.c \
79 linkr.def \
H A DMakefile.in79 lib_a-linkr.$(OBJEXT) lib_a-lseekr.$(OBJEXT) \
103 getreent.lo gettimeofdayr.lo isattyr.lo linkr.lo lseekr.lo \
315 linkr.c \
351 linkr.def \
483 lib_a-linkr.o: linkr.c
484 …$(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-linkr.o `test -f 'linkr.c' || echo '$(srcdir)/'`
486 lib_a-linkr.obj: linkr.c
487 …NCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-linkr.obj `if test -f 'l…
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/reent/
H A DMakefile.am39 linkr.c \
75 linkr.def \
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/reent/
H A DMakefile.am39 linkr.c \
75 linkr.def \
/dports/x11-wm/e16/e16-1.0.24/dox/
H A Dformat.c71 int linkr, linkg, linkb; member
114 page[num_pages - 1].linkr = DEFAULT_LINKCOLOR_R; in AddPage()
127 page[num_pages - 1].linkr = pg->linkr; in AddPage()
243 pg->linkr = DEFAULT_LINKCOLOR_R; in BuildObj()
263 sscanf(hex, "%x", &(pg->linkr)); in BuildObj()
540 *r = page[page_num].linkr; in GetLinkColors()
907 ESetColor(&ts.fg_col, pg->linkr, pg->linkg, in RenderPage()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DJSInfo.cc76 LinkRendition *linkr = static_cast<LinkRendition *>(link); in scanLinkAction() local
77 if (!linkr->getScript().empty()) { in scanLinkAction()
81 const GooString s(linkr->getScript()); in scanLinkAction()
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DJSInfo.cc76 LinkRendition *linkr = static_cast<LinkRendition *>(link); in scanLinkAction() local
77 if (!linkr->getScript().empty()) { in scanLinkAction()
81 const GooString s(linkr->getScript()); in scanLinkAction()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DJSInfo.cc76 LinkRendition *linkr = static_cast<LinkRendition *>(link); in scanLinkAction() local
77 if (!linkr->getScript().empty()) { in scanLinkAction()
81 const GooString s(linkr->getScript()); in scanLinkAction()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DJSInfo.cc76 LinkRendition *linkr = static_cast<LinkRendition *>(link); in scanLinkAction() local
77 if (!linkr->getScript().empty()) { in scanLinkAction()
81 const GooString s(linkr->getScript()); in scanLinkAction()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp191 link_row *linkr = gxx_list_data(link_row *, list); in data() local
192 if (linkr->dlt == device->active_dlt) { in data()
193 linkname = linkr->name; in data()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp191 link_row *linkr = gxx_list_data(link_row *, list); in data() local
192 if (linkr->dlt == device->active_dlt) { in data()
193 linkname = linkr->name; in data()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp191 link_row *linkr = gxx_list_data(link_row *, list);
192 if (linkr->dlt == device->active_dlt) {
193 linkname = linkr->name;

12