Home
last modified time | relevance | path

Searched refs:character (Results 51 – 75 of 317) sorted by last modified time

12345678910>>...13

/plugin/tagfilter/script/select2/
H A Dselect2_locale_ru.js11 formatInputTooShort: function (input, min) { return "Пожалуйста, введите еще" + character(min - input.length); },
12 formatInputTooLong: function (input, max) { return "Пожалуйста, введите на" + character(input.length - max) + " меньше"; },
18 function character (n) { function
/plugin/evesso/
H A DREADME.md59 1. Login via EveSSO on the character you want to be admin
63 1. Click the eve character you want for the admin account
/plugin/charpicker/
H A DREADME.md4 Modify character selection in the Dokuwiki Secial Chars picker
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md409 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
/plugin/spreadout/
H A Dsyntax.php160 * argument adding a raw UTF-8 character sequence to the
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md10 this library aims to offer character encoding functions that do not leak
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING159 incidental, or consequential damages of any character arising as a
H A DLICENSE158 incidental, or consequential damages of any character arising as a
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md111 * Fixed support for UTF-8 when cutting strings to avoid cutting a multibyte-character in half
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md621 …URI is a absolute-path reference. A relative reference that begins with a single slash character is
628 …RI is a relative-path reference. A relative reference that does not begin with a slash character is
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md192 * Cookies now allow more character ranges.
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE158 incidental, or consequential damages of any character arising as a
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE158 incidental, or consequential damages of any character arising as a
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DText.php
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php90 public function removeEarlierMatches(string $character): void
94 if ($opener->getChar() === $character) {
162 // opener (one that matches the character and can open).
108 removeEarlierMatches(string $character) global() argument
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
H A DInlineParserEngine.php
H A DCursor.php
H A DEnvironmentInterface.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php81 public static function isEscapable(string $character): bool
83 return \preg_match('/' . self::PARTIAL_ESCAPABLE . '/', $character) === 1;
89 public static function isLetter(?string $character): bool
91 if ($character === null) {
95 return \preg_match('/[\pL]/u', $character) === 1;
69 isEscapable(string $character) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteParser.php70 private function getNormalizedQuoteCharacter(string $character): string
72 if (\in_array($character, self::DOUBLE_QUOTES, true)) {
76 if (\in_array($character, self::SINGLE_QUOTES, true)) {
80 return $character;
68 getNormalizedQuoteCharacter(string $character) global() argument
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DLICENSE159 incidental, or consequential damages of any character arising as a
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DLICENSE159 incidental, or consequential damages of any character arising as a

12345678910>>...13