- Moodle 3.x Developer's Guide
- Ian Wild
- 181字
- 2021-07-02 21:34:35
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "For example, an administration setting named local_duallang/primarylanguage is accessed by calling get_config('local_duallang', 'primarylanguage')."
A block of code is set as follows:
var col_complete = completion_data.colors.completed_colour;
var col_incomplete = completion_data.colors.notCompleted_colour;
var col_submitted = completion_data.colors.submittednotcomplete_colour;
var col_failed = completion_data.colors.futureNotCompleted_colour;
Any command-line input or output is written as follows:
$repeatarray[] = $mform->createElement('text', 'option', get_string('optionno', 'choice'));
with
$repeatarray[] = $mform->createElement('editor', 'option', get_string('option','enhancedchoice'), null, array('maxfiles'=>EDITOR_UNLIMITED_FILES, 'noclean'=>true, 'context'=>$this->context));
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "When the learner clicks on the Description button, the client wants a Course information page to be displayed."
- 三維圖形化C++趣味編程
- Bootstrap Essentials
- 鋒利的SQL(第2版)
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 用戶體驗增長:數字化·智能化·綠色化
- Java:High-Performance Apps with Java 9
- JavaScript腳本特效編程給力起飛
- PHP 7從零基礎到項目實戰
- Serverless Web Applications with React and Firebase
- ABAQUS6.14中文版有限元分析與實例詳解
- Solr權威指南(下卷)
- 實驗編程:PsychoPy從入門到精通
- Python全棧開發:數據分析
- R語言:邁向大數據之路
- 利用Python駕馭Stable Diffusion:原理解析、擴展開發與高級應用(智能系統與技術叢書)