Home
last modified time | relevance | path

Searched refs:string (Results 2626 – 2650 of 3165) sorted by relevance

1...<<101102103104105106107108109110>>...127

/plugin/aichat/vendor/vanderlee/php-sentence/src/
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/autotweet/
H A DOAuth.php737 public static function urldecode_rfc3986($string) { argument
738 return urldecode($string);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm76 // If it's an empty string then it will be autocalculated.
90 // If it's an empty string then it will be autocalculated.
H A Dcf_io.cfm112 <cffunction name="GetParentFolder" returntype="string" output="false">
214 <cfargument name="fileName" required="true" type="string">
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md126 * string(37) "/usr/local/lib/Hoa/Protocol/README.md"
153 * string(15) "/Volumes/StickA"
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css20 /* simple string edit */
21 .dmn-decision-table-container .simple-string-edit,
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock17 repeat-string "^1.5.2"
883 escape-string-regexp "^1.0.2"
950 string-width "^1.0.1"
1268 escape-string-regexp@^1.0.2:
1353 repeat-string "^1.5.2"
1449 string-width "^1.0.1"
2670 repeat-string@^1.5.2:
2962 string-width@^1.0.1, string-width@^1.0.2:
3250 string-width "^1.0.1"
3288 string-width "^1.0.1"
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG55 * made sure twig_include returns a string
82 * fixed possible array to string conversion concealing actual error
132 * "length" filter now returns string length when applied to an object that does
351 * added Twig_Environment::createTemplate() to create a template from a string
452 * made the escape filter 20% faster for happy path (escaping string for html with UTF-8)
462 * added support for encoding an array as query string in the url_encode filter
632 * added string support for the reverse filter
637 * added string and integer handling for the random function
666 * added string interpolation support
720 * added better support for encoding problems when escaping a string (available as of PHP 5.4)
[all …]
/plugin/codemirror/dist/modes/
H A Dnginx.min.js.map1string-2\";\n }\n /**/\n\n var ch = stream.next();\n if (ch == \"@\") {stream.eatWhile…
H A Dasterisk.min.js.map1string\n if(ch == '\"') {\n stream.skipTo('\"');\n return \"string\";\n }\n if(…
H A Dpascal.min.js.map1string then to type \" +\n \"unit until uses var while with xor as class dispinterface except e…
H A Djinja2.min.js.map1 …rn \"string\";\n } else if(ch == \"'\" || ch == '\"') {\n state.instring = ch;\n …
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D61.61.js.map1string', next: '@string' }],\n [/'/, { token: 'string', next: '@string' }]\n ],\…
H A Djson.worker.js.map1string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Munge.txt
/plugin/codeprettify/code-prettify/styles/
H A Ddoxy.css3 pre .str, code .str { color: #fec243; } /* string - eggyolk gold */
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php214 return $this->extractSecret(Random::string(32));
/plugin/combo/ComboStrap/
H A DBlockquoteTag.php46 * @var mixed|string
247 public static function renderEnterXhtml(TagAttributes $tagAttributes, $data, $renderer): string
/plugin/combo/action/
H A Dstaticresource.php354 * @return string
358 static function getEtagValue(Path $mediaFile, array $properties): string
/plugin/combo/admin/
H A Dpagerules.php82 * @param string $language
83 * @return string
85 function getMenuText($language): string
304 * @return mixed|string
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php39 public function string($s)
96 $outstr = ''; // string to be returned
117 * Un-escapes a PDF string
119 * @param string $s
120 * @return string
221 's' => $s, // Text string to output
237 's' => $s, // Text string to output
40 public function string($s) global() function in Mpdf\\Writer\\BaseWriter
/plugin/linkback/action/
H A Dsend.php237 * @param string $type type of linkback to send, can be "pingback" or "trackback"
238 * @param string $page URL of the page to ping
240 * @param string $body first range bytes of the pages body
272 * @param string $xmlrpc_server URL of remote XML-RPC server
273 * @param string $source_url URL from which to ping
274 * @param string $target_url URL to ping
284 * @param string $pingurl URL to ping
298 * @param string $data the body received from the pinged page.
299 * @return false|string
301 function _autodiscover_pingback(array $headers, string
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php528 function stringwidth($string, $name, $encoding, $size) { argument
530 return Font::points($size, $font->stringwidth($string))*1.25;
/plugin/syntaxhighlighter4/
H A DREADME.md41 …atchev.com/SyntaxHighlighter/whatsnew.html#blocktitle) as an option, i.e. `title: <title string>;`.
61 * @param string $mode Renderer mode (supported modes: xhtml)
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst81 When including a template, its name does not need to be a string. For
471 $sth->execute([':name' => (string) $name]);
514 From a template, you can easily load a template stored in a string via the
522 From PHP, it's also possible to load a template stored in a string via

1...<<101102103104105106107108109110>>...127