Home
last modified time | relevance | path

Searched refs:DISPLAY_ID (Results 1 – 5 of 5) sorted by relevance

/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/AlignIO/Handler/
H A DGenericAlignHandler.pm316 DBLinks") unless $data->{ACCESSION_NUMBER} || $data->{DISPLAY_ID};
317 my $sf = Bio::SeqFeature::Generic->new(-seq_id => $data->{DISPLAY_ID},
351 $data->{DISPLAY_ID} = $1;
358 $data->{DISPLAY_ID} = $data->{NSE};
/dports/security/nmap/nmap-7.91/scripts/
H A Dxdmcp-discover.nse37 local DISPLAY_ID = 1
47 {"MIT-MAGIC-COOKIE-1", "XDM-AUTHORIZATION-1"}, DISPLAY_ID)
/dports/sysutils/automount/
H A Dautomount623DISPLAY_ID=$( ps aew -U "${I}" | grep -v Xorg | sed -n 's|.*DISPLAY=\([-_a-zA-Z0-9:.]*\).*|\1|p' |…
624 if [ -z "${DISPLAY_ID}" ]
629 su -l "${I}" -c "env DISPLAY=${DISPLAY_ID} ${FM} ${MNT} &" 1> /dev/null 2>&1
/dports/emulators/uae/uae-0.8.29/src/od-win32/
H A Dwin32gui.c96 DISPLAY_ID, CHIPSET_ID, SOUND_ID, FLOPPY_ID, HARDDISK_ID, enumerator
1797 pages[DISPLAY_ID] = hDlg; in DisplayDlgProc()
2373 if( pages[ DISPLAY_ID ] ) in values_from_cpudlg()
2374 SendMessage( pages[ DISPLAY_ID ], WM_USER, 0, 0 ); in values_from_cpudlg()
3680 init_page (ppage, DISPLAY_ID, IDD_DISPLAY, IDI_DISPLAY, IDS_DISPLAY, DisplayDlgProc); in GetSettings()
/dports/graphics/impressive/Impressive-0.13.0-beta2/
H A Dimpressive.py686 DISPLAY_ID = 0 variable in Platform_BCM2835
705 if graphics_get_display_size(self.DISPLAY_ID, byref(x), byref(y)) < 0:
751 display = vc_dispmanx_display_open(self.DISPLAY_ID)