Home
last modified time | relevance | path

Searched refs:editorfile (Results 1 – 6 of 6) sorted by relevance

/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeread2.cpp542 Path editorfile, tmpfile, buf; in ExternUtil() local
568 strxcpy(editorfile, AddPath(CFG->goldpath, EDIT->File()), sizeof(Path)); in ExternUtil()
570 SaveLines(mode, editorfile, msg, 79); in ExternUtil()
571 strcpy(buf, editorfile); in ExternUtil()
597 gfile fp(editorfile, "at"); in ExternUtil()
610 LoadText(msg, editorfile); in ExternUtil()
641 WipeFile(editorfile, 0); in ExternUtil()
H A Dgeedit.cpp2022 const char* editorfile = AddPath(CFG->goldpath, EDIT->File()); in savefile() local
2023 remove(editorfile); in savefile()
2024 gfile _fp(editorfile, "wb", CFG->sharemode); in savefile()
/dports/www/moodle310/moodle/h5p/tests/
H A Dh5p_file_storage_test.php647 $editorfile = $method->invoke(new file_storage(), 'draft', $h5pcontentid, $file);
650 $this->assertInstanceOf('stored_file', $editorfile);
/dports/www/moodle39/moodle/h5p/tests/
H A Dh5p_file_storage_test.php647 $editorfile = $method->invoke(new file_storage(), 'draft', $h5pcontentid, $file);
650 $this->assertInstanceOf('stored_file', $editorfile);
/dports/www/moodle311/moodle/h5p/tests/
H A Dh5p_file_storage_test.php647 $editorfile = $method->invoke(new file_storage(), 'draft', $h5pcontentid, $file);
650 $this->assertInstanceOf('stored_file', $editorfile);
/dports/news/golded+/golded-plus/golded+/manuals/
H A Dgold_ref.tei10144 -Wipe Wipe editorfile and temporary file after use.