Home
last modified time | relevance | path

Searched refs:character (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php387 // E: move the first path segment in the input buffer to the end of the output buffer, including the initial "/" character (if any) and any subsequent characters up to, but not including, the next "/" character or the end of the input buffer
400 * Replace invalid character with percent encoding
425 $character = 0;
436 $character = ($value & 0x1F) << 6;
442 $character = ($value & 0x0F) << 12;
448 $character = ($value & 0x07) << 18;
464 // Check that the byte is valid, then add it to the character:
466 $character |= ($value & 0x3F) << (--$remaining * 6);
486 || $length > 1 && $character <
[all...]
/dokuwiki/lib/plugins/usermanager/lang/da/
H A Dimport.txt5 CSV-felterne skal separeres af kommaer (,) og tekststrenge afgrænses med anførelsestegn (%%""%%). Omvent skråstreg (\) kan benyttes som "escape character".
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md96 added character encoding setting
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG663 - Included color and character information for symbol highlighting in some languages (BenBE)
796 - Removed \ as an escape character in T-SQL (Dave Jackson)
964 - Added method set_encoding that allows you to set the character
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].