Searched refs:template_id (Results 1 – 11 of 11) sorted by relevance
| /plugin/jsongendoc/ |
| D | action.php | 59 $template_id = cleanID($data['template']); 65 if($template_id) { 66 $template_id = $resolver->resolveId($template_id); 67 $template_exist = page_exists($template_id); 68 $template_link = '<a href="'.wl($template_id).'">'.$template_id.'</a>'; 80 $new_page_id_for_template = $template_id; 91 else if($template_id && auth_quickaclcheck($template_id) < AUTH_READ) { 92 $err = sprintf($this->getLang('permision_denied_template'), $template_id); 112 … $parsePageTemplate_arg = array('id'=>$new_page_id_for_template, 'tpl'=>rawWiki($template_id)); 118 $template_id = 'Namespace Template'; //for info
|
| /plugin/bureaucracyau/_test/ |
| D | field_file.test.php | 96 $template_id = 'template_upload_default'; 99 saveWikiText($template_id, 'Value:@@Some label@@', 'summary'); 101 $form_syntax = "<form>action template $template_id $id\nfile \"Some label\"\n</form>"; 109 $template_id = 'template_upload_absolute'; 113 saveWikiText($template_id, 'Value:@@Some label@@', 'summary'); 115 … $form_syntax = "<form>action template $template_id $id\nfile \"Some label\" $upload_ns\n</form>"; 123 $template_id = 'template_upload_relative'; 128 saveWikiText($template_id, 'Value:@@Some label@@', 'summary'); 130 …$form_syntax = "<form>action template $template_id $id\nfile \"Some label\" \"$upload_ns\"\n</form…
|
| D | BureaucracyauTest.php | 29 $template_id = uniqid('template', true); 35 $form_syntax = "<form>\naction template $template_id $id\n$form_syntax\n</form>"; 37 saveWikiText($template_id, $template_syntax, 'summary');
|
| /plugin/bureaucracy-au/_test/ |
| D | field_file.test.php | 96 $template_id = 'template_upload_default'; 99 saveWikiText($template_id, 'Value:@@Some label@@', 'summary'); 101 $form_syntax = "<form>action template $template_id $id\nfile \"Some label\"\n</form>"; 109 $template_id = 'template_upload_absolute'; 113 saveWikiText($template_id, 'Value:@@Some label@@', 'summary'); 115 … $form_syntax = "<form>action template $template_id $id\nfile \"Some label\" $upload_ns\n</form>"; 123 $template_id = 'template_upload_relative'; 128 saveWikiText($template_id, 'Value:@@Some label@@', 'summary'); 130 …$form_syntax = "<form>action template $template_id $id\nfile \"Some label\" \"$upload_ns\"\n</form…
|
| D | BureaucracyTest.php | 29 $template_id = uniqid('template', true); 35 $form_syntax = "<form>\naction template $template_id $id\n$form_syntax\n</form>"; 37 saveWikiText($template_id, $template_syntax, 'summary');
|
| /plugin/struct/_test/ |
| H A D | BureaucracyTest.php | 52 $template_id = 'template'; 55 saveWikiText($template_id, 'Value:@@bureaucracy.lookup_select@@', 'summary'); 74 $actiontemplate->run($fields, '', array($template_id, $id, '_')); 86 $template_id = 'template'; 93 saveWikiText($template_id, 'Value:@@bureaucracy.lookup_select@@', 'summary'); 109 $actiontemplate->run($fields, '', array($template_id, $id, '_'));
|
| /plugin/copypage/ |
| D | action.php | 39 $template_id = $_REQUEST['copyfrom']; 40 if (auth_quickaclcheck($template_id) >= AUTH_READ) { 41 $tpl = io_readFile(wikiFN($template_id)); 44 $tpl = str_replace($template_id, $id, $tpl);
|
| /plugin/dokullm/ |
| H A D | action.php | 532 $template_id = $_REQUEST['copyfrom']; 533 if (auth_quickaclcheck($template_id) >= AUTH_READ) { 534 $tpl = io_readFile(wikiFN($template_id)); 537 $tpl = str_replace($template_id, $id, $tpl); 540 if (strpos($template_id, 'template') !== false) { 541 … $tpl = $this->insertMetadataAfterTitle($tpl, '~~LLM_TEMPLATE:' . $template_id . '~~');
|
| /plugin/gitbacked/action/ |
| D | editcommit.php | 391 public function notifyByMail($subject_id, $template_id, $template_replacements) argument 401 $template_filename = $this->localFN($template_id);
|
| /plugin/dokullm/doc/ |
| H A D | profiles.txt | 86 * ''~~LLM_TEMPLATE:template_id~~'' - Specifies a template to use as context
|
| H A D | prompts.txt | 64 * ''~~LLM_TEMPLATE:template_id~~''
|