Home
last modified time | relevance | path

Searched refs:output_create (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/piwigo/piwigo/admin/
H A Dcat_list.php161 $output_create = create_virtual_category( variable
167 if (isset($output_create['error']))
169 $page['errors'][] = $output_create['error'];
173 $edit_url = get_root_url().'admin.php?page=album-'.$output_create['id'];
174 …$page['infos'][] = $output_create['info'].' <a class="icon-pencil" href="'.$edit_url.'">'.l10n('Ed…
/dports/audio/aubio/aubio-0.4.9/python/lib/
H A Dgen_code.py338 output_create = ""
340 output_create += """
347 """.format(output_create = output_create)
/dports/audio/py-aubio/aubio-0.4.9/python/lib/
H A Dgen_code.py338 output_create = ""
340 output_create += """
347 """.format(output_create = output_create)
/dports/sysutils/dunst/dunst-1.6.1/src/
H A Doutput.c58 const struct output* output_create(bool force_xwayland) in output_create() function
H A Doutput.h50 const struct output* output_create(bool force_xwayland);
H A Ddraw.c51 const struct output *out = output_create(settings.force_xwayland); in draw_setup()
/dports/graphics/weston/weston-1.9.0/src/
H A Dgl-renderer.h87 int (*output_create)(struct weston_output *output, member
H A Dcompositor-fbdev.c575 if (gl_renderer->output_create(&output->base, in fbdev_output_create()
H A Dcompositor-x11.c925 ret = gl_renderer->output_create(&output->base, in x11_backend_create_output()
H A Dcompositor-wayland.c652 if (gl_renderer->output_create(&output->base, in wayland_output_init_gl_renderer()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/util/
H A Dshmem.sl67 (cond ((and (izerop cmd) (memq type '(input_create output_create))) t)
69 (memq type '(input_create output_create input output))) t)
79 (when (eq type 'output_create)
/dports/security/masscan/masscan-1.3.2/src/
H A Doutput.h160 output_create(const struct Masscan *masscan, unsigned thread_index);
H A Din-binary.c653 out = output_create(masscan, 0); in read_binary_scanfile()
H A Doutput.c374 output_create(const struct Masscan *masscan, unsigned thread_index) in output_create() function
H A Dmain.c595 out = output_create(masscan, parms->nic_index); in receive_thread()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DTextP.h88 OutputCreateProc output_create; member
251 #define Text_OutputCreate(w) (((XmTextWidget)(w))->text.output_create)
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextP.h132 OutputCreateProc output_create; /* Routine to create the output portion. */ member
H A DText.c369 XtOffsetOf(struct _XmTextRec, text.output_create),
2135 if (newtw->text.output_create == NULL) in Initialize()
2136 newtw->text.output_create = _XmTextOutputCreate; in Initialize()
2297 (*tw->text.output_create)(wid, args, num_args); in InitializeHook()
/dports/x11-wm/sway/sway-1.5.1/include/sway/
H A Doutput.h62 struct sway_output *output_create(struct wlr_output *wlr_output);
/dports/x11-wm/sway/sway-1.5.1/sway/
H A Dserver.c164 root->noop_output = output_create(wlr_output); in server_init()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/mac-virtualcam/src/obs-plugin/
H A Dplugin-main.mm137 blog(LOG_DEBUG, "output_create");
/dports/x11-wm/sway/sway-1.5.1/sway/tree/
H A Doutput.c90 struct sway_output *output_create(struct wlr_output *wlr_output) { in output_create() function
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DText.c87 static OutputCreateProc output_create = _XmTextOutputCreate; variable
189 sizeof(OutputCreateProc), Offset(output_create),
190 XmRFunction, (XtPointer)&output_create
/dports/x11-wm/sway/sway-1.5.1/sway/desktop/
H A Doutput.c917 struct sway_output *output = output_create(wlr_output); in handle_new_output()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/text/
H A Dtest15.c314 CHECK_PTR_CHANGED ( output_create ) in PrintDiffs()

12