Home
last modified time | relevance | path

Searched refs:vdef (Results 1 – 25 of 828) sorted by relevance

12345678910>>...34

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dvideo_definition.c27 if (vdef->name) bctbx_free(vdef->name); in linphone_video_definition_destroy()
42 vdef->width = width; in linphone_video_definition_new()
49 return vdef; in linphone_video_definition_new()
54 return vdef; in linphone_video_definition_ref()
74 return vdef->width; in linphone_video_definition_get_width()
78 vdef->width = width; in linphone_video_definition_set_width()
82 return vdef->height; in linphone_video_definition_get_height()
90 vdef->width = width; in linphone_video_definition_set_definition()
95 return vdef->name; in linphone_video_definition_get_name()
99 if (vdef->name != NULL) bctbx_free(vdef->name); in linphone_video_definition_set_name()
[all …]
/dports/net-mgmt/cacti/cacti-1.2.19/
H A Dvdef.php87 vdef();
164 $vdef['name'] = str_replace('<vdef_title>', $vdef['name'], $vdef_title);
173 $save[$field] = $vdef[$field];
373 if (cacti_sizeof($vdef)) {
378 $vdef = array();
403 $current_type = $vdef['type'];
420 'value' => (isset($vdef['value']) ? $vdef['value']:'')
567 form_hidden_box('id', (isset($vdef['id']) ? $vdef['id'] : '0'), '');
897 if ($vdef['graphs'] == 0 && $vdef['templates'] == 0) {
904 …m_selectable_cell(filter_value($vdef['name'], get_request_var('filter'), 'vdef.php?action=edit&id=…
[all …]
/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dvideo_definition.h42 …HONE_PUBLIC LinphoneVideoDefinition * linphone_video_definition_ref(LinphoneVideoDefinition *vdef);
48 LINPHONE_PUBLIC void linphone_video_definition_unref(LinphoneVideoDefinition *vdef);
55 LINPHONE_PUBLIC void *linphone_video_definition_get_user_data(const LinphoneVideoDefinition *vdef);
62 LINPHONE_PUBLIC void linphone_video_definition_set_user_data(LinphoneVideoDefinition *vdef, void *u…
69 …LIC LinphoneVideoDefinition * linphone_video_definition_clone(const LinphoneVideoDefinition *vdef);
76 …PHONE_PUBLIC unsigned int linphone_video_definition_get_width(const LinphoneVideoDefinition *vdef);
83 LINPHONE_PUBLIC void linphone_video_definition_set_width(LinphoneVideoDefinition *vdef, unsigned in…
90 …HONE_PUBLIC unsigned int linphone_video_definition_get_height(const LinphoneVideoDefinition *vdef);
112 LINPHONE_PUBLIC const char * linphone_video_definition_get_name(const LinphoneVideoDefinition *vdef
119 LINPHONE_PUBLIC void linphone_video_definition_set_name(LinphoneVideoDefinition *vdef, const char *…
[all …]
/dports/editors/led/led-2.0/src/modules/perlapi/
H A Dled.xs163 vdefault_t *vdef;
180 vdefault_t *vdef;
188 vdef->cursor.line = line;
189 vdef->cursor.linenum = linenum;
192 vdef->cursor.col = col;
193 vdefault_setscreencol(vdef);
194 vdefault_checkscroll(vdef);
195 vdef->redraw_header = 1;
204 vdefault_t *vdef;
209 if (vdef->hdr.buffer->mark) {
[all …]
/dports/editors/led/led-2.0/src/modules/vtrailspace/
H A Dvtrailspace.c48 c = v->vdef->cursor.line->text[v->vdef->cursor.line->length - 1]; in linetrails()
57 if (v->vdef->redraw_header) { in vtrailspace_draw()
66 draw_text(v->hdr.top, v->vdef); in vtrailspace_draw()
67 v->vdef->redraw_text = 0; in vtrailspace_draw()
68 v->vdef->redraw_header = 0; in vtrailspace_draw()
70 draw_mvcursor(v->vdef); in vtrailspace_draw()
81 if (v->vdef->cursor.line == *line && in vtrailspace_drawpart()
107 draw_setxy(v->vdef, *viewcol, *y); in vtrailspace_drawpart()
111 v->vdef->view.col, viewcol); in vtrailspace_drawpart()
123 v->vdef->redraw_text = 1; in vtrailspace_map()
[all …]
/dports/editors/led/led-2.0/src/modules/vfolding/
H A Dvfolding.c45 draw_standard(v->hdr.top, v->vdef); in vfolding_draw()
48 y = v->vdef->cursor.linenum - v->vdef->view.linenum; in vfolding_draw()
49 fold = fold_findafter(&v->folds, v->vdef->view.linenum); in vfolding_draw()
50 if (fold && fold->start < v->vdef->view.linenum) in vfolding_draw()
53 if (fold->start >= v->vdef->cursor.linenum) in vfolding_draw()
55 y -= min(v->vdef->cursor.linenum, fold->end) - fold->start; in vfolding_draw()
58 screen_gotoxy(v->hdr.geom.x + v->vdef->cursor.screencol - in vfolding_draw()
59 v->vdef->view.col, v->hdr.geom.y + y); in vfolding_draw()
89 draw_eol(v->vdef, *viewcol, *y); in vfolding_drawpart()
102 v->vdef = view_findvdef((viewhdr_t *) v); in vfolding_map()
H A Dvfolding_input.c85 folddelim(v, &v->vdef->cursor.line, &v->vdef->cursor.linenum); in vfolding_input()
86 v->vdef->redraw_text = 1; in vfolding_input()
87 v->vdef->redraw_header = 1; in vfolding_input()
/dports/editors/led/led-2.0/src/
H A Ddraw.c251 void draw_text(viewhdr_t *v, vdefault_t *vdef) { in draw_text() argument
257 line = vdef->view.line; in draw_text()
258 linenum = vdef->view.linenum; in draw_text()
265 vdefault_getmarkrgn(vdef, &r); in draw_text()
281 draw_marked(vdef, &r, &line, &linenum, &col, in draw_text()
294 draw_eol(vdef, viewcol, y); in draw_text()
307 if (v->buffer->dirty || vdef->redraw_text || in draw_standard()
310 vdef->redraw_header)) { in draw_standard()
311 draw_text(v, vdef); in draw_standard()
312 vdef->redraw_text = 0; in draw_standard()
[all …]
H A Dmain.c172 vdefault_t *vdef; in main() local
174 vdef = view_findvdef(view_current); in main()
175 vdef->cursor.line = buffer_lineat(buffer, in main()
176 jmpline, &vdef->cursor.linenum); in main()
177 vdefault_checkscroll(vdef); in main()
H A Dminibuff.c203 vdefault_t *vdef; in minibuff_rawenter() local
210 vdef = view_findvdef((viewhdr_t *) minibuff_view); in minibuff_rawenter()
211 vdef->inhibit_parenflash = 1; in minibuff_rawenter()
217 vdef->inhibit_parenflash = 0; in minibuff_rawenter()
/dports/net/ntimed/Ntimed-db0abbb/
H A Dparam_instance.h35 #define PARAM_INSTANCE(nam, vmin, vmax, vdef, docs) \ argument
36 static double param_##nam = vdef;
42 #define PARAM_INSTANCE(nam, vmin, vmax, vdef, docs) \ argument
44 .min = vmin, .max = vmax, .def = vdef, .doc = docs },
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dsx_instantiator.cpp434 if (v.size()!=vdef.size()) { in substitute()
443 if (v[k].size()!=vdef[k].size() || !is_equal(v[k], vdef[k])) { in substitute()
454 if (vdef[k].is_scalar() && vdef[k].nnz()==1) { in substitute()
455 vector<SX> vdef_mod = vdef; in substitute()
468 return F(vdef); in substitute()
495 vector<SX> f_out = vdef; in substitute_inplace()
767 vector<SXElem> v, vdef; in shared() local
788 vdef.push_back(work[it->i1]); in shared()
824 vector<SXElem> marked = vdef; in shared()
860 vdef_sx.resize(vdef.size()); in shared()
[all …]
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdkafka_confval.h61 int vdef; /**< Default value */ member
68 const char *vdef; /**< Default value */ member
78 int vmin, int vmax, int vdef);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdkafka_confval.h61 int vdef; /**< Default value */ member
68 const char *vdef; /**< Default value */ member
78 int vmin, int vmax, int vdef);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdkafka_confval.h61 int vdef; /**< Default value */ member
68 const char *vdef; /**< Default value */ member
78 int vmin, int vmax, int vdef);
/dports/www/apache24/httpd-2.4.53/modules/http2/
H A Dmod_http2.c359 h2_var_def *vdef = &H2_VARS[i]; in http2_var_lookup() local
360 if (!strcmp(vdef->name, name)) { in http2_var_lookup()
363 return (char *)vdef->lookup(p, s, c, r, ctx); in http2_var_lookup()
376 h2_var_def *vdef = &H2_VARS[i]; in h2_h2_fixups() local
377 if (vdef->subprocess) { in h2_h2_fixups()
378 apr_table_setn(r->subprocess_env, vdef->name, in h2_h2_fixups()
379 vdef->lookup(r->pool, r->server, r->connection, in h2_h2_fixups()
/dports/www/mod_http2/mod_h2-2.0.2/mod_http2/
H A Dmod_http2.c359 h2_var_def *vdef = &H2_VARS[i]; in http2_var_lookup() local
360 if (!strcmp(vdef->name, name)) { in http2_var_lookup()
363 return (char *)vdef->lookup(p, s, c, r, ctx); in http2_var_lookup()
377 h2_var_def *vdef = &H2_VARS[i]; in h2_h2_fixups() local
378 if (vdef->subprocess) { in h2_h2_fixups()
379 apr_table_setn(r->subprocess_env, vdef->name, in h2_h2_fixups()
380 vdef->lookup(r->pool, r->server, r->connection, in h2_h2_fixups()
/dports/editors/led/led-2.0/src/cmd_vdef/
H A Dcommand_search.c113 vdefault_t *vdef; in searchcback() local
154 vdef = view_findvdef((viewhdr_t *) v); in searchcback()
155 vdef->redraw_text = 1; in searchcback()
156 command_end(vdef); in searchcback()
178 vdefault_t *vdef; in searchcback() local
192 vdef = view_findvdef((viewhdr_t *) v); in searchcback()
193 vdef->redraw_text = 1; in searchcback()
194 command_end(vdef); in searchcback()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/include/
H A DMakefile.am70 vdef.h \
113 $(top_srcdir)/include/vdef.h \
165 _vrt.c: Makefile.am vdef.h vrt.h
166 cat $(srcdir)/vdef.h $(srcdir)/vrt.h > $@
/dports/x11/xpra/xpra-4.3/xpra/platform/darwin/
H A Dgl_context.py116 for name,vdef in attr_name.items():
117 conv, const_val = vdef #ie (bool, NSOpenGLPFAAlphaSize)
124 for name,vdef in attr_name.items():
125 conv, const_val = vdef #ie (bool, NSOpenGLPFAAlphaSize)
/dports/editors/led/led-2.0/src/modules/vhighlight/
H A Dvhighlight.c62 draw_setxy(v->vdef, *viewcol, *y); in vhighlight_drawpart()
107 len, v->vdef->view.col, viewcol); in vhighlight_drawpart()
141 v->vdef->redraw_text = 1; in vhighlight_input()
248 v->vdef->redraw_header = 1; in vhighlight_map()
249 v->vdef->redraw_text = 1; in vhighlight_map()
299 vhighlight->vdef = view_findvdef((viewhdr_t *) vhighlight); in vhighlight_create()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/minify/v2/js/
H A Dvars.go146 if vdef, ok := binding.(*js.Var); ok {
148 if v, ok := item.Binding.(*js.Var); ok && v == vdef {
163 for i, vdef := range vars {
166 if v, ok := item.Binding.(*js.Var); ok && v == vdef {
250 for _, vdef := range vs {
251 if v == vdef {
/dports/textproc/minify/minify-2.9.22/js/
H A Dvars.go146 if vdef, ok := binding.(*js.Var); ok {
148 if v, ok := item.Binding.(*js.Var); ok && v == vdef {
163 for i, vdef := range vars {
166 if v, ok := item.Binding.(*js.Var); ok && v == vdef {
250 for _, vdef := range vs {
251 if v == vdef {
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/minify/v2/js/
H A Dvars.go146 if vdef, ok := binding.(*js.Var); ok {
148 if v, ok := item.Binding.(*js.Var); ok && v == vdef {
163 for i, vdef := range vars {
166 if v, ok := item.Binding.(*js.Var); ok && v == vdef {
250 for _, vdef := range vs {
251 if v == vdef {
/dports/www/varnish6/varnish-cache-varnish-6.6.2/tools/
H A Dinclude_wash.py23 vdef = l.index("vdef.h")
24 if vdef > vrt:

12345678910>>...34