Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/lib/plugins/config/core/
H A DLoader.php120 * Reads the language strings
275 $strings = [];
277 $strings[$prefix . $key] = $val;
281 $strings[$prefix . $type . '_settings_name'] = ucwords(str_replace('_', ' ', $extname));
283 return $strings;
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt21 simple strings and complete email addresses as well. That means, that you might
28 Errors, incorrectly encoded or invalid strings will lead to either a FALSE
29 response (when in strict mode) or to only partially converted strings.
32 Unicode strings are expected to be either UTF-8 strings, UCS-4 strings or UCS-4
35 ACE strings (the Punycode form) are always 7bit ASCII strings.
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt5 The CSV fields should be separated by commas (,) and strings delimited by quotation marks (%%""%%). Backslash (\) can be used for escaping.
/dokuwiki/lib/plugins/usermanager/lang/pt/
H A Dimport.txt6 Os campos CSV devem ser separados por vírgulas (,) e as strings delimitadas por aspas (%%""%%). A contra-barra (\) pode ser usada para escapar.
/dokuwiki/vendor/geshi/geshi/
H A DBUGS13 - Slow!!! Especially for source with lots of strings in it. GeSHi will work acceptably
H A DCHANGELOG275 - Fixed an issue with Hardquotes for empty strings (like '' in Delphi) (BenBE)
444 very large strings, that could not be handled by some versions of PCRE lib,
527 * Fixed problems of unfinished strings and comments producing invalid XHTML (SF#1996353, BenBE)
529 * Support for multiple styles of strings depending on the starter (BenBE)
530 * Properly handle escapes in strings, i.e. '\\' was not working properly before (milian)
622 - Optimized generation of highlighted strings to use fast skip forward while highlighting them (Milian Wolff, BenBE)
832 - Removed escape characters for strings in XML and HTML (floele)
836 - Added support for " strings in ini
840 - Used hardquote support for @"..." strings in C# (Cliff Stanford)
841 - Used hardquote support for ' strings i
[all...]
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt90 * Copy only the strings that needs to be modified
226 DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
420 The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic//
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md19 - Registry: Allow using class-strings instead of magic strings by @jtojnar and @Art4 in [#766](https://github.com/simplepie/simplepie/pull/766)