Home
last modified time | relevance | path

Searched refs:parse_property (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/x11-toolkits/gtk-layer-shell/gtk-layer-shell-0.7.0/gtk-priv/scripts/
H A Dparse.py38 def parse_property(code): function
58 args.append(parse_property(i))
63 prop = parse_property(array.group(1))
100 node = parse_property(token)
/dports/games/pentobi/pentobi-19.1/libboardgame_base/
H A DSgfNode.h116 T parse_property(const string& id) const;
121 T parse_property(const string& id, const T& default_value) const;
267 T SgfNode::parse_property(const string& id) const in parse_property() function
277 T SgfNode::parse_property(const string& id, const T& default_value) const in parse_property() function
281 return parse_property<T>(id); in parse_property()
H A DSgfTree.cpp56 return node.parse_property<double>("BM", 0); in get_bad_move()
77 return node.parse_property<double>("TE", 0); in get_good_move()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/Experiments/OVIMAutoPhonetic/
H A Dbpmf-sqlconvert.pl13 parse_property();
18 sub parse_property { subroutine
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMPhonetic/
H A Dbpmf-sqlconvert.pl44 parse_property();
49 sub parse_property { subroutine
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/Experiments/OVIMAutoPhonetic/
H A Dbpmf-sqlconvert.pl13 parse_property();
18 sub parse_property { subroutine
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMPhonetic/
H A Dbpmf-sqlconvert.pl44 parse_property();
49 sub parse_property { subroutine
/dports/devel/nextpnr/nextpnr-48cd407/frontend/
H A Djson_frontend.cc106 Property parse_property(const Json &val) const in parse_property() function
124 Func(attr.first, parse_property(attr.second)); in foreach_attr()
134 Func(param.first, parse_property(param.second)); in foreach_param()
144 Func(setting.first, parse_property(setting.second)); in foreach_setting()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Utilities/BPMFToPinyin/
H A Dcin-sqlconvert.pl26 parse_property($tblname);
32 sub parse_property { subroutine
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Utilities/BPMFToPinyin/
H A Dcin-sqlconvert.pl26 parse_property($tblname);
32 sub parse_property { subroutine
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMTobacco/
H A Dcin-sqlconvert.pl26 parse_property($tblname);
32 sub parse_property { subroutine
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMBoshiamy/
H A Dcin-sqlconvert.pl30 parse_property($tblname);
36 sub parse_property { subroutine
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMGenericSQLite/
H A Dcin-sqlconvert.pl26 parse_property($tblname);
32 sub parse_property { subroutine
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMBoshiamy/
H A Dcin-sqlconvert.pl30 parse_property($tblname);
36 sub parse_property { subroutine
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMGenericSQLite/
H A Dcin-sqlconvert.pl26 parse_property($tblname);
32 sub parse_property { subroutine
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMTobacco/
H A Dcin-sqlconvert.pl26 parse_property($tblname);
32 sub parse_property { subroutine
/dports/x11/xdotool/xdotool-3.20210804.2/
H A Dcmd_windowstate.c5 static char *parse_property(const char *arg_property) { in parse_property() function
92 property = parse_property(arg_property); in cmd_windowstate()
/dports/mail/rspamd-devel/rspamd-93430bb/src/libserver/css/
H A Dcss_rule.cxx220 parse_property, in process_declaration_tokens() enumerator
223 } state = parse_property; in process_declaration_tokens()
234 if (state == parse_property) { in process_declaration_tokens()
272 state = parse_property; in process_declaration_tokens()
320 state = parse_property; in process_declaration_tokens()
/dports/mail/rspamd/rspamd-3.1/src/libserver/css/
H A Dcss_rule.cxx220 parse_property, in process_declaration_tokens() enumerator
223 } state = parse_property; in process_declaration_tokens()
234 if (state == parse_property) { in process_declaration_tokens()
272 state = parse_property; in process_declaration_tokens()
320 state = parse_property; in process_declaration_tokens()
/dports/www/firefox-esr/firefox-91.8.0/python/mozperftest/mozperftest/
H A Dscript.py169 sub_name, sub_value = self.parse_property(prop)
175 def parse_property(self, property): member in ScriptInfo
180 name, value = self.parse_property(prop)
/dports/www/firefox/firefox-99.0/python/mozperftest/mozperftest/
H A Dscript.py169 sub_name, sub_value = self.parse_property(prop)
175 def parse_property(self, property): member in ScriptInfo
180 name, value = self.parse_property(prop)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozperftest/mozperftest/
H A Dscript.py169 sub_name, sub_value = self.parse_property(prop)
175 def parse_property(self, property): member in ScriptInfo
180 name, value = self.parse_property(prop)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/schema_org/
H A Dgenerate_schema_org_code.py88 def parse_property(prop, schema): function
162 template_vars['properties'].append(parse_property(thing, schema))
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/
H A Dutil.py235 def parse_property(ctx, delim): function
246 return parse_property(ctx, delim) and parse_properties(ctx, delim) or parse_empty_line(ctx)
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/mcc/
H A Dutil.py231 def parse_property(ctx, delim): function
241 return parse_property(ctx,delim) and parse_properties(ctx,delim) or parse_empty_line(ctx)

12345678