Home
last modified time | relevance | path

Searched refs:conf_value (Results 1 – 25 of 64) sorted by relevance

123

/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/api/
H A Dprefix.py189 conf_value=prefix)
197 conf_value=next_hop)
204 conf_value=route_type)
211 conf_value=esi)
232 conf_value=addr)
243 conf_value=addr)
251 conf_value=prefix)
259 conf_value=addr)
266 conf_value=labels)
273 conf_value=vni)
[all …]
/dports/net/samba412/samba-4.12.15/ctdb/common/
H A Dconf.c31 struct conf_value { struct
53 struct conf_value default_value; argument
140 struct conf_value *value) in conf_value_from_string()
164 static bool conf_value_compare(struct conf_value *old, struct conf_value *new) in conf_value_compare()
203 struct conf_value *src, in conf_value_copy()
204 struct conf_value *dst) in conf_value_copy()
382 struct conf_value *value, in conf_option_validate_string()
1100 struct conf_value value; in conf_load_option()
1260 struct conf_value value; in conf_set_string()
1273 struct conf_value value; in conf_set_integer()
[all …]
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/rtconf/
H A Dbase.py120 conf_value = kwargs.get(CONF_VALUE)
121 if conf_name and conf_value:
124 (conf_value, conf_name))
141 conf_value = kwargs.get(CONF_VALUE)
142 if conf_name and conf_value:
145 (conf_value, conf_name))
787 conf_value = all_config.get(conf_name)
788 if conf_value is not None:
790 conf_value = get_validator(conf_name)(conf_value)
792 conf_value = default_value
[all …]
H A Dcommon.py388 for conf_name, conf_value in kwargs.items():
389 rtconf.base.get_validator(conf_name)(conf_value)
399 for conf_name, conf_value in kwargs.items():
401 self._settings[conf_name] = conf_value
H A Dvrfs.py86 raise ConfigTypeError(conf_name=IMPORT_RTS, conf_value=import_rts)
91 raise ConfigValueError(conf_name=IMPORT_RTS, conf_value=import_rts)
103 raise ConfigTypeError(conf_name=EXPORT_RTS, conf_value=export_rts)
109 raise ConfigValueError(conf_name=EXPORT_RTS, conf_value=export_rts)
122 conf_value=route_dist)
/dports/devel/cgit/cgit-1.2.3/git/t/perf/
H A Drun155 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
156 eval "$env_var=\"$conf_value\"" && return
159 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
160 eval "$env_var=\"$conf_value\""
/dports/devel/git-p4/git-2.34.1/t/perf/
H A Drun155 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
156 eval "$env_var=\"$conf_value\"" && return
159 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
160 eval "$env_var=\"$conf_value\""
/dports/devel/git-svn/git-2.34.1/t/perf/
H A Drun155 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
156 eval "$env_var=\"$conf_value\"" && return
159 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
160 eval "$env_var=\"$conf_value\""
/dports/devel/git/git-2.34.1/t/perf/
H A Drun155 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
156 eval "$env_var=\"$conf_value\"" && return
159 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
160 eval "$env_var=\"$conf_value\""
/dports/devel/git-gui/git-2.34.1/t/perf/
H A Drun155 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
156 eval "$env_var=\"$conf_value\"" && return
159 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
160 eval "$env_var=\"$conf_value\""
/dports/devel/git-cvs/git-2.34.1/t/perf/
H A Drun155 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
156 eval "$env_var=\"$conf_value\"" && return
159 conf_value=$(git config $conf_opts -f "$GIT_PERF_CONFIG_FILE" "$var") &&
160 eval "$env_var=\"$conf_value\""
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/
H A Dconfigure.ac35 conf_value=`${PERL} -V:$1`
36 conf_value=`echo $conf_value | sed "$sed_script"`
42 AC_MSG_RESULT([$conf_value])
43 AC_SUBST([PERL_CONF_$1], [$conf_value])
84 CC=$conf_value
/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/db/
H A Dmysql.php200 $conf_value = rcube::get_instance()->config->get('db_' . $varname);
201 if ($conf_value !== null) {
202 return $this->variables[$varname] = $conf_value;
/dports/sysutils/libudisks/udisks-udisks-2.9.2/src/tests/dbus-tests/
H A Dtest_40_drive.py80 conf_value = self.get_property(self.cd_drive, '.Drive', 'Configuration')
81 conf_value.assertIsNotNone()
82 self.assertEqual(int(conf_value.value['ata-pm-standby']), 286)
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/kernel/
H A Dconfigitem.php130 public function conf_value($format = '') function in XoopsConfigItem
346 $conf_value = $config->getVar('conf_value', 'n');
354 …nf_name), $this->db->quoteString($conf_title), $this->db->quoteString($conf_value), $this->db->quo…
356 …nf_name), $this->db->quoteString($conf_title), $this->db->quoteString($conf_value), $this->db->quo…
/dports/net/samba412/samba-4.12.15/source4/dsdb/tests/python/
H A Dconfidential_attr.py120 self.conf_value = "abcdef"
124 self.add_attr(self.conf_dn, self.conf_attr, self.conf_value)
247 first_char = self.conf_value[:1]
248 last_char = self.conf_value[-1:]
258 "({0}={1})".format(test_attr, self.conf_value),
315 first_char = self.conf_value[:1]
316 last_char = self.conf_value[-1:]
330 first_char = self.conf_value[:1]
331 last_char = self.conf_value[-1:]
952 self.add_attr(self.conf_dn, self.conf_attr, self.conf_value)
/dports/multimedia/motion/motion-release-4.3.2/src/
H A Dconf.h206 int conf_value; /* pointer to a field in struct context */ member
221 int conf_value; /* Pointer to the replacement field in struct context */ member
/dports/x11-fm/tdfsb/tdfsb-0.0.10/
H A Dtdfsb.c865 char conf_line[2048], conf_param[256], conf_value[1024], homefile[256]; in setup_config() local
892 conf_value[y]='\0'; in setup_config()
895 if (strlen(conf_param)<1||strlen(conf_value)<1) continue; in setup_config()
903 … { while(conf_value[strlen(conf_value)-1]==' '||conf_value[strlen(conf_value)-1]=='\t') in setup_config()
904 conf_value[strlen(conf_value)-1]='\0'; in setup_config()
905 strcpy((char *)value[x],conf_value); in setup_config()
909 { *(GLfloat *)value[x]=(GLfloat)atof(conf_value); in setup_config()
913 …{ if ((strstr(conf_value,"yes"))||(strstr(conf_value,"on"))||(strstr(conf_value,"1"))||(strs… in setup_config()
921 if (strlen(conf_value)==3) in setup_config()
922 … { if(conf_value[0]=='"' && conf_value[2]=='"' && isgraph(conf_value[1]) ) in setup_config()
[all …]
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dspatialite_dem.c273 char *conf_value=NULL; in get_demconfig() local
275 conf_value = strstr((char *)line,DELIM); in get_demconfig()
277 if ( (conf_parm[0] != '#') && (conf_value) ) in get_demconfig()
279 conf_parm[(int)(conf_value-conf_parm)]=0; in get_demconfig()
280 conf_value = conf_value + strlen(DELIM); in get_demconfig()
281 conf_value[strcspn(conf_value, "\r\n")] = 0; in get_demconfig()
285 strcpy(config_struct.dem_path,conf_value); in get_demconfig()
289 strcpy(config_struct.dem_table,conf_value); in get_demconfig()
293 strcpy(config_struct.dem_geometry,conf_value); in get_demconfig()
321 config_struct.dem_srid=atoi(conf_value); in get_demconfig()
[all …]
/dports/security/libressl/libressl-3.4.3/crypto/conf/
H A Dconf_api.c161 static IMPLEMENT_LHASH_HASH_FN(conf_value, CONF_VALUE) in IMPLEMENT_LHASH_HASH_FN() argument
182 static IMPLEMENT_LHASH_COMP_FN(conf_value, CONF_VALUE) in IMPLEMENT_LHASH_COMP_FN() argument
/dports/security/libressl-static/libressl-3.3.5/crypto/conf/
H A Dconf_api.c161 static IMPLEMENT_LHASH_HASH_FN(conf_value, CONF_VALUE) in IMPLEMENT_LHASH_HASH_FN() argument
182 static IMPLEMENT_LHASH_COMP_FN(conf_value, CONF_VALUE) in IMPLEMENT_LHASH_COMP_FN() argument
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/conf/
H A Dconf_api.c161 static IMPLEMENT_LHASH_HASH_FN(conf_value, CONF_VALUE) in IMPLEMENT_LHASH_HASH_FN() argument
182 static IMPLEMENT_LHASH_COMP_FN(conf_value, CONF_VALUE) in IMPLEMENT_LHASH_COMP_FN() argument
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/conf/
H A Dconf_api.c161 static IMPLEMENT_LHASH_HASH_FN(conf_value, CONF_VALUE) in IMPLEMENT_LHASH_HASH_FN() argument
182 static IMPLEMENT_LHASH_COMP_FN(conf_value, CONF_VALUE) in IMPLEMENT_LHASH_COMP_FN() argument
/dports/www/obhttpd/libressl-3.4.1/crypto/conf/
H A Dconf_api.c161 static IMPLEMENT_LHASH_HASH_FN(conf_value, CONF_VALUE) in IMPLEMENT_LHASH_HASH_FN() argument
182 static IMPLEMENT_LHASH_COMP_FN(conf_value, CONF_VALUE) in IMPLEMENT_LHASH_COMP_FN() argument
/dports/www/xoops/XoopsCore25-2.5.10/upgrade/upd-2.3.0-to-2.3.1/
H A Dmysql.structure.sql5 ALTER TABLE `config` MODIFY `conf_value` text;

123