Lines Matching refs:smart_get
104 label_model = models.Label.smart_get(id)
124 label_model = models.Label.smart_get(id)
135 hosts.append(models.Host.smart_get(h.id))
181 label = models.Label.smart_get(id)
183 label = models.StaticLabel.smart_get(label.name)
211 label = models.Label.smart_get(id)
217 label = models.Label.smart_get(add_label(id))
273 label = models.Label.smart_get(id)
362 host = models.Host.smart_get(id)
397 models.Host.smart_get(id).update_object(kwargs)
478 models.Host.smart_get(id).labels.add(*label_objs)
482 host = models.Host.smart_get(id)
508 host_obj = models.Host.smart_get(id)
527 models.Host.smart_get(id).labels.remove(*label_objs)
531 host = models.Host.smart_get(id)
549 host_obj = models.Host.smart_get(id)
623 models.Host.smart_get(id).delete()
664 static_label = models.StaticLabel.smart_get(label.name)
765 models.Profiler.smart_get(id).update_object(data)
769 models.Profiler.smart_get(id).delete()
793 group = models.AclGroup.smart_get(id)
800 group = models.AclGroup.smart_get(id)
807 group = models.AclGroup.smart_get(id)
815 group = models.AclGroup.smart_get(id)
823 group = models.AclGroup.smart_get(id)
831 models.AclGroup.smart_get(id).delete()
1468 host = models.Host.smart_get(host_id, False)
1507 host_model = models.Host.smart_get(host, False)
1557 host = models.Host.smart_get(host_id)
1596 host = models.Host.smart_get(host_id)
2137 label = models.Label.smart_get(label)
2204 label = models.Label.smart_get(label)
2211 static_label = models.StaticLabel.smart_get(label.name)