Searched defs:li (Results 1 - 9 of 9) sorted by relevance

/pkg/src/modules/client/linkedimage/
H A Dsystem.py37 from . import common as li # Relative import; pylint: disable=W0403 namespace
40 class LinkedImageSystemPlugin(li.LinkedImagePlugin):
49 li.PROP_RECURSE: True
54 li.LinkedImagePlugin.__init__(self, pname, linked)
69 return li.PATH_TRANSFORM_NONE
81 path = self.get_child_props(lin)[li.PROP_PATH]
100 lin = props[li.PROP_NAME]
107 props = li.rm_dict_ent(props, li.temporal_props)
125 return li
[all...]
H A Dzone.py47 from . import common as li # Relative import; pylint: disable=W0403 namespace
118 class LinkedImageZonePlugin(li.LinkedImagePlugin):
123 li.PROP_RECURSE: False
133 li.LinkedImagePlugin.__init__(self, pname, linked)
266 lin = li.LinkedImageName("{0}:{1}".format(self.__pname,
284 return li.PATH_TRANSFORM_NONE
299 path = self.__children[lin][li.PROP_PATH]
326 props[li.PROP_NAME] = lin
329 props[li.PROP_PATH] = i_path
331 assert li
[all...]
/pkg/src/tests/api/
H A Dt_linked_image.py42 import pkg.client.linkedimage as li namespace
120 li.LinkedImageName, name)
123 li.LinkedImageName(name)
131 li.zone._zonename)
138 li.zone._zonename)
356 lin = li.LinkedImageName("system:img{0:d}".format(i))
/pkg/src/modules/client/
H A Dimageconfig.py39 import pkg.client.linkedimage as li namespace
271 cfg.Property(li.PROP_NAME, value_map=_val_map_none),
272 cfg.Property(li.PROP_PATH, value_map=_val_map_none),
273 cfg.PropBool(li.PROP_RECURSE, default=True),
451 lin = linked_props[li.PROP_NAME]
616 for k in [li.PROP_NAME, li.PROP_PATH, li.PROP_RECURSE]:
814 for k in [li.PROP_NAME, li
[all...]
H A Dplandesc.py49 import pkg.client.linkedimage as li namespace
144 "child_op_vectors": [ ( str, [ li.LinkedImageName ], {}, bool ) ],
145 "children_ignored": [ li.LinkedImageName ],
146 "children_nop": [ li.LinkedImageName ],
147 "children_planned": [ li.LinkedImageName ],
151 "li_props": { li.PROP_NAME: li.LinkedImageName },
H A Dclient_api.py54 import pkg.client.linkedimage as li namespace
H A Doptions.py28 import pkg.client.linkedimage as li namespace
482 if p not in li.prop_values:
H A Dimage.py56 import pkg.client.linkedimage as li namespace
233 self.linked = li.LinkedImage(self)
/pkg/src/
H A Dclient.py74 import pkg.client.linkedimage as li namespace
368 " (-c|-p) <li-name> <dir>")
370 "[-fnvq] [-a|-l <li-name>] [--no-pkg-updates] [--linked-md-only]")
371 priv_usage["property-linked"] = _("[-H] [-l <li-name>] [propname ...]")
373 "[-H] [-a|-l <li-name>] [--no-parent-sync]")
4258 if p not in li.prop_values:
4272 """pkg property-linked [-H] [-l <li-name>] [propname ...]
4342 """pkg audit-linked [-a|-l <li-name>]
4384 """pkg sync-linked [-a|-l <li-name>]
4442 (-c|-p) <li
[all...]

Completed in 58 milliseconds