Fulltext results:
- Formatting Syntax @wiki
- are converted to lowercase automatically, special characters are not allowed. You can use [[some:namespaces]... ble, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#intern... s ===== DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML. T... Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here
- Shell Script Variables @info:script
- ====== Shell Script Variables ====== ===== Last Character ===== Get the last character of ''$a'': <code bash> ${a: -1} </code> ===== Remove Slash from the End of a
- Travian Village Planner @blog:2009
- the URL parameter “a”. The parameter contains one character per field and the character defines which building to show. You can have a look at the current version at [[
- MySQL: Create User @info:mysql:user
- l> CREATE DATABASE IF NOT EXISTS `dbname` DEFAULT CHARACTER SET = 'utf8'; GRANT ALL ON `dbname`.* TO 'dbuser'
- Serial Protocol @p:dmx
- ne, with carriage return ("\n") as end. The first character denotes the type of command or information. The f
- URL Encoding @info:webdesign
- ====== URL Encoding ====== ^ Character ^ URL-Code ^ | & | %26 | | ? | %3F |
- Travian Map Download Script @z:travian
- executables MYSQL="/srv/mysql/bin/mysql --default-character-set=utf8 -u${DB_USER} -p${DB_PASS} ${DB_INST}" MY