Home
last modified time | relevance | path

Searched refs:load_device (Results 1 – 16 of 16) sorted by relevance

/dports/print/R-cran-knitr/knitr/R/
H A Dplot.R77 CairoJPEG = load_device('CairoJPEG', 'Cairo', dpi = dpi),
78 CairoPNG = load_device('CairoPNG', 'Cairo', dpi = dpi),
80 CairoPS = load_device('CairoPS', 'Cairo'),
81 CairoPDF = load_device('CairoPDF', 'Cairo'),
82 CairoSVG = load_device('CairoSVG', 'Cairo'),
84 Cairo_pdf = load_device('Cairo_pdf', 'cairoDevice'),
85 Cairo_png = load_device('Cairo_png', 'cairoDevice'),
86 Cairo_ps = load_device('Cairo_ps', 'cairoDevice'),
87 Cairo_svg = load_device('Cairo_svg', 'cairoDevice'),
89 svglite = load_device('svglite', 'svglite'),
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/manager/pki/resources/
H A Djar.mn24 content/pippki/load_device.js (content/load_device.js)
25 content/pippki/load_device.xhtml (content/load_device.xhtml)
/dports/www/firefox/firefox-99.0/security/manager/pki/resources/
H A Djar.mn24 content/pippki/load_device.js (content/load_device.js)
25 content/pippki/load_device.xhtml (content/load_device.xhtml)
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/pki/resources/
H A Djar.mn24 content/pippki/load_device.js (content/load_device.js)
25 content/pippki/load_device.xhtml (content/load_device.xhtml)
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/pki/resources/
H A Djar.mn26 content/pippki/load_device.js (content/load_device.js)
27 content/pippki/load_device.xhtml (content/load_device.xhtml)
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/pki/resources/
H A Djar.mn29 content/pippki/load_device.js (content/load_device.js)
30 content/pippki/load_device.xul (content/load_device.xul)
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/pki/resources/
H A Djar.mn35 content/pippki/load_device.xul (content/load_device.xul)
/dports/security/py-keepkey/python-keepkey-7.2.1/
H A Dcmdkk.py418 def load_device(self, args): member in Commands
524 load_device.help = 'Load custom configuration to the device'
656 load_device.arguments = (
H A Dkeepkeyctl418 def load_device(self, args):
524 load_device.help = 'Load custom configuration to the device'
656 load_device.arguments = (
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dpluginreg_xml.c131 load_device(bg_device_info_t * arr, xmlDocPtr doc, xmlNodePtr node) in load_device() function
335 ret->devices = load_device(ret->devices, doc, cur); in load_plugin()
/dports/x11/xpra/xpra-4.3/xpra/codecs/cuda_common/
H A Dcuda_context.py397 def load_device(device_id): function
409 device = load_device(device_id)
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/cli/
H A Ddevice.py129 return debuglink.load_device(
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/
H A Ddebuglink.py669 def load_device( function
707 load_device_by_mnemonic = load_device
/dports/devel/qca/qca-2.3.4/examples/cmssigner/
H A Dmain.cpp398 connect(ui.actionLoadIdentityEntry, SIGNAL(triggered()), SLOT(load_device())); in MainWin()
501 void load_device() in load_device() function in MainWin
/dports/multimedia/mpv/mpv-0.34.1/audio/out/
H A Dao_wasapi_utils.c826 static bool load_device(struct mp_log *l, in load_device() function
939 if (!load_device(ao->log, &state->pDevice, state->deviceID)) in wasapi_thread_init()
/dports/x11/xpra/xpra-4.3/xpra/codecs/nvenc/
H A Dencoder.pyx2955 from xpra.codecs.cuda_common.cuda_context import cuda_device_context, load_device
2995 device = load_device(device_id)