Home
last modified time | relevance | path

Searched refs:string (Results 2376 – 2400 of 3165) sorted by relevance

1...<<919293949596979899100>>...127

/plugin/yearbox/
H A Dsyntax.php422 private function getDayLinkHTML(string $id, string $day_fmt, $userewrite)
/plugin/bibtex/
H A Dsyntax.php479 function _xmlEntities($string) { argument
480 return htmlspecialchars($string);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php42 public static function isNormalized(string $s, int $form = self::FORM_C)
57 public static function normalize(string $s, int $form = self::FORM_C)
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md34 * deprecated passing a command as string when creating a `Process` instance
114 * added Process::getExitCodeText() that returns a string representation for
/plugin/codemirror/dist/modes/
H A Dsieve.min.js.map1string\";\n }\n\n if (keywords.propertyIsEnumerable(cur))\n return \"keyword\";\n\n …
H A Dsmalltalk.min.js.map1string-2';\n else\n token.name = 'meta';\n }\n\n } else if (aChar === '$')…
H A Druby.min.js.map1string\", ch == '\"' || ch == \"`\"), stream, state);\n } else if (ch == \"/\") {\n if (re…
H A Djavascript.min.js1string.slice(0,a.start))){a.skipToEnd();return p("comment","comment")}else if(k.test(c)){if(c!=">"…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js276 function optionToArray(name, string) { argument
277 return _.compact(_.invokeMap((optionToValue(name, string) || '').split(/, */), 'trim'));
288 function optionToValue(name, string) { argument
289 var result = string.match(RegExp('^' + name + '(?:=([\\s\\S]+))?$'));
/plugin/mantis/lib/
H A Dclass.soapclient.php208 $this->debug('params must be array or string');
209 $this->setError('params must be array or string');
247 $this->debug('params must be array or string');
248 $this->setError('params must be array or string');
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php189 public static function string($value, $message = '') function in Webmozart\\Assert\\Assert
201 static::string($value, $message);
825 static::string($value);
1070 static::string($class);
/plugin/combo/ComboStrap/
H A DOutline.php448 public static function getOutlineHeadingClass(): string
503 * Utility class to create a outline from a markup string
504 * @param string $content
507 public static function createFromMarkup(string $content, Path $contentPath, WikiPath $contextPath): Outline
518 * @param string $type heading or toc - for {@link Outline::TOC_NUMBERING} or {@link Outline::OUTLINE_HEADING_NUMBERING}
519 * @return string - the css internal stylesheet
525 public static function getCssNumberingRulesFor(string $type): string
H A DFetcherTraitWikiPath.php102 * @param string $wikiIdKey - the key used to set the wiki id (ie {@link MediaMarkup::$MEDIA_QUERY_PARAMETER}
105 public function addLocalPathParametersToFetchUrl(Url $url, string $wikiIdKey): void
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.asf.php2064 * @param string $string
2068 public static function TrimConvert($string) { argument
2069 return trim(getid3_lib::iconv_fallback('UTF-16LE', 'ISO-8859-1', self::TrimTerm($string)), ' ');
2075 * @param string $string
2079 public static function TrimTerm($string) { argument
2081 if (substr($string, -2) === "\x00\x00") {
2082 $string = substr($string, 0, -2);
2084 return $string;
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php17 public string $name;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php88 * @param string $filterClass
91 public static function set(int $filterType, string $filterClass): void
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php34 * @param string|Option ...$options
42 * @param string|Option ...$options
55 * @param string|Option ...$options
73 * @param string|Option $option
90 * @param string|Option ...$options
134 * @return string
136 public function toString(bool $sortedlc = false): string
161 * @return string
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
/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/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php121 public static function create($data, ?string $opType = null): self
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DPumpStream.php37 * return a string when called, or false on error
102 public function write($string) argument
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php50 * @param string $buffer
54 public function getToken(string $buffer, int $offset): ?Scanner\Token {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DProxyErrorListener.php39 string $msg,
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js486 var output = this._relativeTime[string];
2197 string = config._i,
2198 match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),
2400 var string = '' + config._i,
2402 stringLength = string.length,
2413 skipped = string.substr(0, string.indexOf(parsedInput));
2417 string = string.slice(string.indexOf(parsedInput) + parsedInput.length);
2437 if (string.length > 0) {
2813 function offsetFromString(matcher, string) { argument
3943 function preParsePostFormat (string) { argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst484 used and you want to use ``{{`` as raw string in the template and not start a
588 string. They are useful whenever you need a string in the template (for
590 a template). A string can contain a delimiter if it is preceded by a
591 backslash (``\``) -- like in ``'It\'s good'``. If the string contains a
607 {# keys as string #}
635 but string interpolation is only supported in double-quoted strings.
694 You can also check if a string ``starts with`` or ``ends with`` another
695 string:
707 For complex string comparisons, the ``matches`` operator allows you to use
831 within a *double-quoted string*. The result of evaluating that expression is
[all …]

1...<<919293949596979899100>>...127