Home
last modified time | relevance | path

Searched refs:create_subparser (Results 1 – 5 of 5) sorted by relevance

/dports/www/py-crossplane/crossplane-0.5.7/crossplane/
H A D__main__.py187 def create_subparser(function, help): function
194 p = create_subparser(parse, 'parses a json payload for an nginx config')
206 p = create_subparser(build, 'builds an nginx config from a json payload')
217 p = create_subparser(lex, 'lexes tokens from an nginx config file')
223 p = create_subparser(minify, 'removes all whitespace from an nginx config')
227 p = create_subparser(format, 'formats an nginx config file')
240 p = create_subparser(help, 'show help for commands')
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkbuilderparser.c683 create_subparser (GObject *object, in create_subparser() function
817 data->subparser = create_subparser (object, child, element_name, in parse_custom()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkbuilderparser.c767 create_subparser (GObject *object, in create_subparser() function
908 data->subparser = create_subparser (object, child, element_name, in parse_custom()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkbuilderparser.c1606 create_subparser (GObject *object, in create_subparser() function
1746 data->subparser = create_subparser (object, child, element_name, in parse_custom()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-122793 (create_subparser), (free_subparser), (subparser_start),