Lines Matching +full:lookup +full:new +full:entry +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang)
102 echo $value->getValueEditor('entry', $id);
125 throw new StructException('inline save error: init');
133 throw new StructException('inline save error: schema not assigned to page');
137 throw new StructException('inline save error: no permission for schema');
141 $value = $INPUT->param('entry');
142 $validator = new ValueValidator();
144 throw new StructException(implode("\n", $validator->getErrors()));
161 throw new StructException('saving failed');
176 // so we don't check if it's a lookup here
183 $R = new Doku_Renderer_xhtml();
252 throw new StructException('inline save error: no such page');
255 throw new StructException('inline save error: acl');
258 throw new StructException('inline save error: lock');
274 throw new StructException('CSRF check failed');