Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 3165) sorted by path

12345678910>>...127

/plugin/404manager/
H A DCHANGES.md5 * Redirections are now real redirections passing variable via the query string
/plugin/a2s/
H A DASCIIToSVG.php2745 private $string; variable in dokuwiki\\plugin\\a2s\\SVGText
2780 public function setString($string) { argument
2781 $this->string = $string;
2793 $out .= SVGText::svgEntities($this->string);
/plugin/abstract/
H A Dplugin.info.txt6 desc Add a specified string to the description abstract metadata
/plugin/aceeditor/
H A Dbuild.js1string/.test(s.type)){var u=new r,a=new RegExp(s.type.replace(/\..*/,"\\."));if(n!=1){do s=i.stepB… property in AnonymousFunction3f7200173cf00.s.$rules
/plugin/aclauditor/
H A Dhelper.php31 'resource' => 'string'
41 'of' => 'string'
51 'of' => 'string',
52 'resource' => 'string'
/plugin/adfs/phpsaml/
H A DCHANGELOG80 * Validate serial number as string to work around libxml2 limitation
H A DREADME.md429 // 0 => '<cert1-string>',
432 // 0 => '<cert2-string>',
684 * `$strict` - True if we want to stay (returns the url string) False to redirect
1020 * `$stay` - True if we want to stay (returns the url string) False to redirect.
1458 * `validateXML` - This function attempts to validate an XML string against
1470 * `generateUniqueID` - Generates a unique string (used for example as ID
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php423 static function makeAsnSegment($type, $string) { argument
426 if (ord($string) > 0x7f)
427 $string = chr(0).$string;
430 $string = chr(0).$string;
434 $length = strlen($string);
437 $output = sprintf("%c%c%s", $type, $length, $string);
439 $output = sprintf("%c%c%c%s", $type, 0x81, $length, $string);
441 $output = sprintf("%c%c%c%c%s", $type, 0x82, $length/0x0100, $length%0x0100, $string);
/plugin/adhoctags/
H A DREADME.md84 - `"Title text"` – A string that is enclosed in double quotes will be rendered as `title`.
102 - Search for `<html>`in default mode, replace with an empty string.
103 - Search for `</html>`in default mode, replace with an empty string.
/plugin/advanced/lang/en/config/
H A Dusers.txt13 To create MD5 hash values from a string you could use the script [[http://www.splitbrain.org/encode…
/plugin/advrack/
H A Djquery.qtip.js505 return result.precedance ? result.string() : result;
952 C.string = function() { function
958 var result = this.string().split(' ');
963 return new CORNER( this.string(), this.forceY );
2110 corner = new CORNER( my.string() );
2112 else if(!corner.string) {
2358 translate[2] = border && /^(r|b)/i.test(corner.string()) ?
2364 antialias: ''+(mimic.string().indexOf(CENTER) > -1),
2498 …if(newCorner.string() !== cache.corner.string() && (cache.cornerTop !== adjust.top || cache.corner…
H A Draphael.js542 string = "string",
970 if (g == null && R.is(r, string)) {
3747 pathString && !R.is(pathString, string) && !R.is(pathString[0], array) && (pathString += E);
5333 easing = R.is(easing, string) ? easing : collector;
5541 paperproto.print = function (x, y, string, font, size, origin, letter_spacing, line_spacing) { argument
5545 var letters = Str(string)[split](E),
5644 …token && R.is(token, string) && args.length - 1 && (token = token.replace(formatrg, function (str,…
7471 …res.textpath.string && (span.innerHTML = Str(res.textpath.string).replace(/</g, "&#60;").replace(/…
7790 this.textpath.string = params.text;
7949 o.string = Str(text);
/plugin/ahrefmenu/
H A Dgenerate_map.py1 import string, urlparse, re, sys
227 title = string.join(self.tag_value, "").strip()
252 self.curr_title = string.join(self.tag_value, "").strip()
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php1642 protected static function striAtStart($string, $needle) argument
1646 if ($len > strlen($string))
1652 return strtolower(substr($string, 0, $len)) === strtolower($needle);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock2487 "symfony/string": "^5.4|^6.0"
3688 "name": "symfony/string",
3692 "url": "https://github.com/symfony/string.git",
3697 "url": "https://api.github.com/repos/symfony/string/zipball/b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0",
3749 "string",
3755 "source": "https://github.com/symfony/string/tree/v6.2.5"
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe36490 Ġham string
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php9 /** @var array<string> */
12 /** @var array<string> */
15 /** @var array<string> */
51 $splitLine = preg_split('#(\s+)#', (string) $rawDictionaryLine);
65 /** @return array<string> */
66 public function encode(string $text): array
81 $token = mb_convert_encoding((string) $token, "UTF-8", "ISO-8859-1");
112 private function characterToUnicode(string $characters): int
172 * @param array<int, string> $word
191 private function bpe(string
[all...]
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md31 ### ***`integer`*** `count(`***`string`*** `$text)`
36 ### ***`array`*** `split(`***`string`*** `$text, `***`integer`*** `$flags = 0)`
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php41 * @param string $string
42 * @return string
44 public static function cleanUnicode($string) argument
48 return str_replace($character, $replace, html_entity_decode($string, ENT_QUOTES, "UTF-8"));
54 * @param string $string
55 * @return string
57 public static function trim($string) argument
59 return mb_ereg_replace('^\s*([\s\S]*?)\s*$', '\1', $string);
72 split($pattern, $string, $limit = 1, $flags = 0) global() argument
140 makePart($string, $position, $length = null, $offset_capture = false) global() argument
157 getSplitLengths($pattern, $string) global() argument
[all...]
H A DSentence.php28 * @var string[]
35 * @var string[]
42 * @var string[]
51 * @return string
61 * @param string $text
63 * @return string
65 private function replaceFloatNumbers(string $text)
78 $text = (string)substr_replace($text, $code, $offset, mb_strlen($number));
89 * @param string[] $text
91 * @return string[]
[all...]
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DSentenceTest.php248 * @param string[] $expected
249 * @param string $text
253 public function testSplit(array $expected, string $text)
/plugin/airtable/
H A DREADME.md110 **At least one** field must be specified. Multiple fields will be concatenated to a single string
H A Dsyntax.php20 public function errorMessage(): string {
39 function getType(): string {
61 function getPType(): string {
231 function renderTable($parameter_array, $api_response): string {
266 function renderRecord($parameter_array, $api_response): string {
336 function renderText($parameter_array, $api_response): string {
359 function renderMedia($data, $media, $media_styles = ""): string {
378 function renderVideo($video, $video_styles): string {
450 function getDisplayType($user_string): string {
488 function getParameters(string $user_string): array {
[all …]
/plugin/alphalist/
H A Dhelper.php29 function parse($string) argument
32 $rendered = p_render('xhtml',p_get_instructions($string),$info);
34 dbglog($string, 'alphalist helper::parse before');
40 function plain($string) argument
43 $plain = str_replace($doku_inline_tags, '', $string);
47 dbglog($string, 'alphalist helper::plain before');
/plugin/amazon/
H A Dsyntax.php385 print '<span title="'.htmlspecialchars($string).'">';

12345678910>>...127