Lines Matching refs:createColumnEntry
71 'type' => $this->createColumnEntry('type', false, 'type', 'type', 'type', false),
72 … 'volume' => $this->createColumnEntry('volume', false, 'volume', 'volume', 'volume', false),
73 … 'employee' => $this->createColumnEntry('employees', 1, 'employee', 'employee', 'employee', false),
74 …'customer' => $this->createColumnEntry('customer_page', false, 'customer', 'customer', 'customer',…
75 …'deadline' => $this->createColumnEntry('deadline_dt', false, 'deadline', 'deadline', 'deadline', '…
76 … 'server' => $this->createColumnEntry('server_pages', 1, 'server', 'server', 'server', 'page'),
77 …'website' => $this->createColumnEntry('Website_url', false, 'website', 'Website', 'Website', 'url'…
78 'task' => $this->createColumnEntry('task_tags', 1, 'task', 'task', 'task', 'tag'),
79 'tests' => $this->createColumnEntry('tests_', 0, 'tests', 'tests', 'tests', false),
80 '----' => $this->createColumnEntry('----', false, '----', '----', '----', false)
316 '----' => $this->createColumnEntry('----', false, '----', '----', '----', false)
321 protected function createColumnEntry($name, $multi, $key, $origkey, $title, $type) { function in syntax_plugin_dataau_entry_test