Lines Matching refs:NS
17 protected $NS = ''; variable in action_plugin_dropfiles_ajax
69 global $NS, $MSG, $INPUT;
80 $NS = $INPUT->str('ns');
81 $ns = $NS . ':' . getNS($id);
94 $res = media_upload($NS, $AUTH, $_FILES['qqfile']);
97 $res = media_upload_xhr($NS, $AUTH);
103 'link' => media_managerURL(array('ns' => $ns, 'image' => $NS . ':' . $id), '&'),
104 'id' => $NS . ':' . $id,
105 'ns' => $NS,
117 'ns' => $NS,
130 $this->NS = $INPUT->str('ns');
148 $ns = $this->NS . ':' . getNS($id);