Home
last modified time | relevance | path

Searched refs:default_str (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/sysutils/tmux/tmux-3.2a/
H A Doptions-table.c228 .default_str = "",
290 .default_str = "",
318 .default_str = "",
338 .default_str = "",
385 .default_str = "",
748 .default_str = " ",
839 .default_str = "24",
847 .default_str = "80",
897 .default_str = "0",
905 .default_str = "0",
[all …]
/dports/sysutils/tmate/tmate-2.4.0/
H A Doptions-table.c97 .default_str = ""
164 .default_str = ""
877 .default_str = " "
902 .default_str = ""
954 .default_str = ""
960 .default_str = ""
966 .default_str = ""
972 .default_str = ""
978 .default_str = ""
984 .default_str = ""
[all …]
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Doptions-table.c93 .default_str = ""
156 .default_str = ""
216 .default_str = "root"
230 .default_str = "lock -np"
389 .default_str = "[#S] "
424 .default_str = "default"
472 .default_str = "default"
510 .default_str = " -_@"
698 .default_str = "default"
716 .default_str = "default"
[all …]
/dports/sysutils/tmux23/tmux-2.3/
H A Doptions-table.c70 .default_str = "screen"
96 .default_str = ""
159 .default_str = ""
219 .default_str = "root"
233 .default_str = "lock -np"
392 .default_str = "[#S] "
427 .default_str = "default"
475 .default_str = "default"
513 .default_str = " -_@"
715 .default_str = "default"
[all …]
/dports/devel/py-oslo.config/oslo.config-8.7.1/oslo_config/
H A Dgenerator.py127 default_str = '<None>'
131 default_str = str(opt.default)
144 defaults = [default_str]
147 for default_str in defaults:
149 default_str = str(default_str)
150 if default_str.strip() != default_str:
151 default_str = '"%s"' % default_str
152 results.append(default_str)
383 for default_str in defaults:
384 if default_str:
[all …]
/dports/x11/runner/runner-1.1/src/aguix/
H A Drequest.h46 …int string_request( const char *title, const char *lines, const char *default_str, const char *but…
47 …int string_request( const char *title, const char *lines, const char *default_str, const char *but…
48 …int string_request( const char *title, const char *lines, const char *default_str, const char *but…
55 const char *default_str,
62 const char *default_str,
70 const char *default_str,
H A Drequest.cc273 sg = ac1->addWidget( new StringGadget( aguix, 0, 0, 100, default_str, 0 ), in string_request()
309 if ( default_str != NULL ) { in string_request()
313 sg->setCursor( (int)strlen( default_str ) ); in string_request()
830 const char *default_str, in string_request_choose() argument
836 return string_request_choose( title, text, default_str, choose_text, in string_request_choose()
843 const char *default_str, in string_request_choose() argument
850 return string_request_choose( title, text, default_str, choose_text, in string_request_choose()
856 const char *default_str, in string_request_choose() argument
893 sg = ac1->addWidget( new StringGadget( aguix, 0, 0, 100, default_str, 0 ), in string_request_choose()
939 if ( default_str != NULL ) { in string_request_choose()
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Drequest.h46 …int string_request( const char *title, const char *lines, const char *default_str, const char *but…
47 …int string_request( const char *title, const char *lines, const char *default_str, const char *but…
48 …int string_request( const char *title, const char *lines, const char *default_str, const char *but…
55 const char *default_str,
62 const char *default_str,
70 const char *default_str,
H A Drequest.cc273 sg = ac1->addWidget( new StringGadget( aguix, 0, 0, 100, default_str, 0 ), in string_request()
309 if ( default_str != NULL ) { in string_request()
313 sg->setCursor( (int)strlen( default_str ) ); in string_request()
830 const char *default_str, in string_request_choose() argument
836 return string_request_choose( title, text, default_str, choose_text, in string_request_choose()
843 const char *default_str, in string_request_choose() argument
850 return string_request_choose( title, text, default_str, choose_text, in string_request_choose()
856 const char *default_str, in string_request_choose() argument
893 sg = ac1->addWidget( new StringGadget( aguix, 0, 0, 100, default_str, 0 ), in string_request_choose()
939 if ( default_str != NULL ) { in string_request_choose()
[all …]
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc148 std::string default_str; in GenerateDefinition() local
155 default_str = in GenerateDefinition()
157 format("const std::string $1$($2$);\n", default_str, in GenerateDefinition()
162 default_str = in GenerateDefinition()
165 default_str = DefaultValue(options_, descriptor_); in GenerateDefinition()
181 default_str); in GenerateDefinition()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/mbl/
H A Dmbl_read_str.cxx16 char* mbl_read_str(char *reply, int max_str_len, const char *q_str, const char *default_str) in mbl_read_str() argument
20 std::printf("%s (%s) :",q_str,default_str); in mbl_read_str()
29 if (reply!=default_str) in mbl_read_str()
30 std::strncpy(reply,default_str,max_str_len); in mbl_read_str()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc149 std::string default_str; in GenerateDefinition() local
156 default_str = in GenerateDefinition()
158 format("const std::string $1$($2$);\n", default_str, in GenerateDefinition()
163 default_str = in GenerateDefinition()
166 default_str = DefaultValue(options_, descriptor_); in GenerateDefinition()
182 default_str); in GenerateDefinition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc151 std::string default_str; in GenerateDefinition() local
158 default_str = in GenerateDefinition()
160 format("const std::string $1$($2$);\n", default_str, in GenerateDefinition()
163 default_str = DefaultValue(options_, descriptor_); in GenerateDefinition()
178 default_str); in GenerateDefinition()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc151 std::string default_str; in GenerateDefinition() local
158 default_str = in GenerateDefinition()
160 format("const std::string $1$($2$);\n", default_str, in GenerateDefinition()
163 default_str = DefaultValue(options_, descriptor_); in GenerateDefinition()
178 default_str); in GenerateDefinition()
/dports/graphics/blender/blender-2.91.0/release/scripts/modules/
H A Drna_info.py268 self.default_str = "<UNKNOWN>"
297 self.default_str = "" # fallback
306 self.default_str = tuple(
309 self.default_str = self.default_str[0]
318 self.default_str = "None"
320 self.default_str = "\"%s\"" % self.default
326 self.default_str = "'%s'" % self.default
333 self.default_str = str(self.default)
338 self.default_str = str(self.default)
343 default = self.default_str
[all …]
/dports/science/octopus/octopus-10.5/src/basic/
H A Dvarinfo_low.c43 char *default_str; /* default is a reserved keyword */ member
143 lvar->default_str = NULL; in FC_FUNC_()
160 get_token(line+8, &(lvar->default_str)); in FC_FUNC_()
212 if(v->default_str) free(v->default_str); in FC_FUNC_()
248 (const var_type **var, char **name, char **type, char **default_str, char **section, char **desc) in FC_FUNC_()
253 *default_str = NULL; in FC_FUNC_()
259 *default_str = (*var)->default_str; in FC_FUNC_()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dstation_building_select.cc76 static cbuffer_t default_str; in action_triggered() local
77 default_str.clear(); in action_triggered()
78 default_str.printf("%s,%i", desc->get_name(), i ); in action_triggered()
79 tool.set_default_param(default_str); in action_triggered()
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Ddialogs.c44 char default_str[MAX_PATH]; member
57 (LPARAM)&((browserInfo*)lpData)->default_str); in InitBrowseCallbackProc()
593 const char *default_str) in init_askstr_dialog() argument
601 if (! default_str) in init_askstr_dialog()
602 default_str = ""; in init_askstr_dialog()
617 d->text = newpassword(default_str, rect(10,h*4,tw+4,h*3/2)); in init_askstr_dialog()
619 d->text = newfield(default_str, rect(10,h*4,tw+4,h*3/2)); in init_askstr_dialog()
646 settext(data(win)->text, default_str); in askstring()
666 strncpy(info.default_str, default_str, MAX_PATH - 1); in askcdstring()
667 info.default_str[MAX_PATH - 1] = '\0'; in askcdstring()
[all …]
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Ddialogs.c44 char default_str[MAX_PATH]; member
57 (LPARAM)&((browserInfo*)lpData)->default_str); in InitBrowseCallbackProc()
593 const char *default_str) in init_askstr_dialog() argument
601 if (! default_str) in init_askstr_dialog()
602 default_str = ""; in init_askstr_dialog()
617 d->text = newpassword(default_str, rect(10,h*4,tw+4,h*3/2)); in init_askstr_dialog()
619 d->text = newfield(default_str, rect(10,h*4,tw+4,h*3/2)); in init_askstr_dialog()
646 settext(data(win)->text, default_str); in askstring()
666 strncpy(info.default_str, default_str, MAX_PATH - 1); in askcdstring()
667 info.default_str[MAX_PATH - 1] = '\0'; in askcdstring()
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DLayerMenu.cc41 FbTk::FbString default_str; in LayerMenu() member
58 insertItem(new LayerMenuItem(layer_menuitems[i].default_str, in LayerMenu()
61 insertItem(new LayerMenuItem(layer_menuitems[i].default_str, in LayerMenu()
/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/utils/
H A Dprompt.py39 default_str = "Yn" if default is True else "yN"
41 default_str = str(default) if default else None
44 msg = "%s [%s]" % (msg, default_str)
/dports/chinese/gcin-qt5/gcin-2.9.0/
H A Dgcin-conf.cpp84 void get_gcin_conf_str(char *name, char **rstr, char *default_str) in get_gcin_conf_str() argument
97 *rstr = strdup(default_str); in get_gcin_conf_str()
111 void get_gcin_conf_fstr(char *name, char rstr[], char *default_str) in get_gcin_conf_fstr() argument
114 get_gcin_conf_str(name, &tt, default_str); in get_gcin_conf_fstr()
/dports/chinese/gcin/gcin-2.9.0/
H A Dgcin-conf.cpp84 void get_gcin_conf_str(char *name, char **rstr, char *default_str) in get_gcin_conf_str() argument
97 *rstr = strdup(default_str); in get_gcin_conf_str()
111 void get_gcin_conf_fstr(char *name, char rstr[], char *default_str) in get_gcin_conf_fstr() argument
114 get_gcin_conf_str(name, &tt, default_str); in get_gcin_conf_fstr()
/dports/chinese/gcin-gtk3/gcin-2.9.0/
H A Dgcin-conf.cpp84 void get_gcin_conf_str(char *name, char **rstr, char *default_str) in get_gcin_conf_str() argument
97 *rstr = strdup(default_str); in get_gcin_conf_str()
111 void get_gcin_conf_fstr(char *name, char rstr[], char *default_str) in get_gcin_conf_fstr() argument
114 get_gcin_conf_str(name, &tt, default_str); in get_gcin_conf_fstr()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dsnap_grid.c64 char * default_str = in set_label() local
69 new_str, "%s - %s", snap_str, default_str); in set_label()
70 g_free (default_str); in set_label()

12345678910>>...14