Home
last modified time | relevance | path

Searched refs:function (Results 51 – 75 of 853) sorted by last modified time

12345678910>>...35

/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php32 public static function ctype_alnum($text)
48 public static function ctype_alpha($text)
64 public static function ctype_cntrl($text)
80 public static function ctype_digit($text)
96 public static function ctype_graph($text)
112 public static function ctype_lower($text)
120 * Returns TRUE if every character in text will actually create output (including blanks). Returns FALSE if text contains control characters or characters that do not have any output or control function at all.
128 public static function ctype_print($text)
144 public static function ctype_punct($text)
160 public static function ctype_spac
212 convert_int_to_char_for_ctype($int, $function) global() argument
[all...]
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md97 * added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
/plugin/adhoctags/
H A DREADME.md98 :information_source: **Tool:** The autor has made good experiences with the Search-Replace function of [Notepad++](https://github.com/notepad-plus-plus/notepad-plus-plus), an open-source, free and very powerful text editor for Windows. Other editors may of course also offer similar functionality.
/plugin/bpmnio/vendor/dmn-js/
H A DREADME.md26 viewer.importXML(xml, function(err) {
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md35 protected function setup(Options $options)
42 protected function main(Options $options)
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md65 you can call ```setCompression``` before each ```addFile()``` and ```addData()``` function call.
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md24 public function __construct(LoggerInterface $logger = null)
29 public function doSomething()
/plugin/farmer/3rdparty/
H A DPHPIco.php26 * function in order to generate an ICO file.
34 public function __construct($file = false, $sizes = [])
49 foreach ($required_functions as $function) {
50 if (!function_exists($function)) {
52 "The PHP_ICO class was unable to find the $function function, which is part of the GD library. " .
54 "interface, such as PHP's GD module. Since this function was not found, the library will be " .
67 * This function adds a source image to the generator. It serves two main purposes: add a source image if one was
78 public function addImage($file, $sizes = [])
133 public function saveIc
[all...]
/plugin/odt/
H A DChangeLog.txt33 in function _odtOpenTextBoxUseProperties()
39 * Fixed wrong protoyping of function 'register' in action.php
64 * Added function to insert a pagebreak.
85 …* Bugfix: The function 'adjustValueForODT' did not convert the color name 'black' to '#000000'. Th…
87 …Every function that only builds the ODT style from given properties has been moved to the new help…
94 … New function _odtDivOpenAsFrameUseProperties, _processCSSClass and _processCSSStyle are now public
116 + A function importing CSS from a file
117 … + A function which directly imports a CSS style (similar to HTML code like 'style="color:red;"')
118 …+ A function which takes the properties from an assoziative array (this is called by the other two)
162 * Added a function to insert svg code as an svg image.
[all …]
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki50 An addition introduced with version v0.85 is the possibility to use 'serverurl'. This function allo…
120 …* **dateformat** - Date format string compliant with the PHP function date(). It's used for the co…
/plugin/barcodes/
H A DLICENSE.md52 facility refers to a function or data to be supplied by an Application
59 function or data, the facility still operates, and performs
H A Dcomposer.lock932 "description": "Looks up which function or method a line of code belongs to",
/plugin/authdrupal8/
H A Dpassword.inc33 function _password_itoa64() {
48 function _password_base64_encode($input, $count) {
90 function _password_generate_salt($count_log2) {
112 function _password_enforce_log2_boundaries($count_log2) {
142 function _password_crypt($algo, $password, $setting) {
172 // We rely on the hash() function being available in PHP 5.2+.
186 function _password_get_count_log2($setting) {
203 function user_hash_password($password, $count_log2 = 0) {
214 * Alternative implementations of this function may use other data in the
226 function user_check_passwor
[all...]
/plugin/pubmed2020/site/
H A Ddescription.txt27 ^ Command ^ item ^ function |
/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php140 public function handleFunction(array $nodes, $function, $argumentsCount) argument
147 if ($i < count($nodes) - $argumentsCount && $nodes[$i]->text == $function) {
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt10 | %%[[phpfn>random]]%% | [[phpfn>random]] | links to a function in the PHP manual |
H A Duserstyle.txt5 … stylesheets amongst other things is done via the ''tpl_metaheaders()'' function, so don't forget …
/plugin/s5/ui/default/
H A Diepngfix.htc14 function filt(s, m) {
21 function doFix() {
/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc14 function filt(s, m) {
21 function doFix() {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php10 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html
58 public function setQuery(AbstractQuery $query): self
64 * Add a function to the function_score query.
67 * @param AbstractScript|array|float $functionParams the body of the function. See documentation for proper syntax.
68 * @param AbstractQuery|null $filter filter to apply to the function
69 * @param float|null $weight function weight
73 public function addFunction(
79 $function = [
84 $function['filter'] = $filter;
88 $function['weigh
128 addDecayFunction(string $function, string $field, string $origin, string $scale, string $offset = null, float $decay = null, float $weight = null, AbstractQuery $filter = null, string $multiValueMode = null) global() argument
[all...]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst19 ``GuzzleHttp\Stream\StreamInterface::getContents()``. This function now
22 ``GuzzleHttp\Stream\Utils::copyToString()`` function.
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A DREADME.md4 A generic function and convention to trigger deprecation notices.
6 This package provides a single global function named `trigger_deprecation()` that triggers silenced deprecation notices.
11 The function requires at least 3 arguments:
26 `function trigger_deprecation() {}` in your application.
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
H A DREADME.md8 - [`hrtime`](https://php.net/function.hrtime)
/plugin/elasticsearch/
H A Dcomposer.lock515 "function.php"
532 "description": "A generic function and convention to trigger deprecation notices",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc76 http://php.net/manual/en/function.parse-url.php#refsect1-function.parse-url-returnvalues[`parse_url()`] call:

12345678910>>...35