Searched refs:fromstr (Results 1 - 25 of 26) sorted by relevance

12

/pkg/src/tests/api/
H A Dt_action.py115 action.fromstr("file 12345 name=foo path=/tmp/foo")
116 action.fromstr("file 12345 name=foo attr=bar path=/tmp/foo")
117 action.fromstr("file 12345 name=foo attr=bar attr=bar path=/tmp/foo")
119 action.fromstr("file 12345 name=foo path=/tmp/foo attr=bar")
120 action.fromstr("file 12345 name=foo path=/tmp/foo attr=bar ")
121 action.fromstr("file 12345 name=foo path=/tmp/foo attr=bar ")
123 action.fromstr("file 12345 name=\"foo bar\" path=\"/tmp/foo\" attr=\"bar baz\"")
124 action.fromstr("file 12345 name=\"foo bar\" path=\"/tmp/foo\" attr=\"bar baz\"")
126 action.fromstr("file 12345 name=foo value=barbaz path=/tmp/foo")
127 action.fromstr("fil
[all...]
H A Dt_misc.py56 act = action.fromstr("dir path={0}".format(foopath))
/pkg/src/modules/actions/
H A D__init__.py42 This package also has one function: "fromstr", which creates an action instance
233 from ._actions import fromstr namespace
240 return fromstr("unknown {0}".format(string)).attrs
338 action = fromstr(string)
H A D_actions.c151 fromstr(PyObject *self, PyObject *args, PyObject *kwdict) function
211 if (PyArg_ParseTupleAndKeywords(args, kwdict, "et#|O:fromstr", kwlist,
662 { "fromstr", (PyCFunction)fromstr, METH_VARARGS | METH_KEYWORDS },
H A Dgeneric.py136 return pkg.actions.fromstr(state)
/pkg/src/modules/
H A Dmanifest.py733 actions.fromstr(s.rstrip())
873 actions.fromstr(s.rstrip())
1028 yield actions.fromstr(l)
1279 action = actions.fromstr(l)
1750 actions.fromstr(s.rstrip())
1833 a = actions.fromstr(l.rstrip())
1892 a = actions.fromstr(l.rstrip())
H A Dmogrify.py321 return (pkg.actions.fromstr(newmsg), action)
750 act = pkg.actions.fromstr(line)
H A Dquery_parser.py481 def fromstr(s): member in class:Query
1326 act = actions.fromstr(l)
H A Dcatalog.py1663 a = pkg.actions.fromstr(astr)
/pkg/src/util/publish/
H A Dpkgmerge.py785 actions.fromstr("set name=pkg.fmri value={0}".format(new_fmri)))
809 allactions.append(actions.fromstr("set name={0} {1}".format(variant,
H A Dpkgfmt.py184 act = pkg.actions.fromstr(actstr)
H A Dpkgsurf.py371 nact = actions.fromstr(str(act))
/pkg/src/modules/client/
H A Dpkgplan.py240 act = pkg.actions.fromstr(str(dest))
H A Dimageplan.py2637 act = pkg.actions.fromstr(str(act))
2695 act = pkg.actions.fromstr(actstr)
5561 a = pkg.actions.fromstr(
H A Dimage.py2701 act = pkg.actions.fromstr(a)
/pkg/src/
H A Dpkgdep.py385 act = actions.fromstr(l.rstrip())
H A Dpull.py706 act = actions.fromstr(al)
H A Dclient.py2748 a = actions.fromstr(a_str.rstrip())
2805 action = actions.fromstr(action.rstrip())
/pkg/src/tests/cli/
H A Dt_pkg_info.py828 a = actions.fromstr(l)
H A Dt_pkgsend.py45 from pkg.actions import fromstr namespace
88 a = fromstr(entry)
H A Dt_pkgdep.py1186 actions.fromstr(a)
1190 actions.fromstr(a)
3139 actions.fromstr(l)
H A Dt_pkgrecv.py52 from pkg.actions import fromstr namespace
H A Dt_pkgsign.py2485 a = action.fromstr(l)
/pkg/src/modules/server/
H A Dtransaction.py256 fact = actions.fromstr("set name=pkg.fmri value={0}".format(
H A Drepository.py1794 sqp.Query.fromstr(s))
3926 act = actions._actions.fromstr(dumentry)

Completed in 159 milliseconds

12