Home
last modified time | relevance | path

Searched refs:string (Results 2401 – 2425 of 3165) sorted by relevance

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

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst132 $filter = new \Twig\TwigFilter('rot13', function ($string) {
133 return str_rot13($string);
193 $filter = new \Twig\TwigFilter('rot13', function (Twig_Environment $env, $string) {
197 return str_rot13($string);
208 $filter = new \Twig\TwigFilter('rot13', function ($context, $string) {
212 $filter = new \Twig\TwigFilter('rot13', function (Twig_Environment $env, $context, $string) {
255 the ``*`` can be any string::
547 * ``raw()``: Writes the given string as is.
549 * ``write()``: Writes the given string by adding indentation at the beginning
552 * ``string()``: Writes a quoted string.
[all …]
/plugin/logger/
H A DREADME.md4 It logs the date, time, ip, username, host name, query string and user agent.
/plugin/latexit/tests/my/
H A Dtest10.latex18 System.out.println("Hello World!"); //Display the string.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.LexerImpl.txt
H A DURI.MungeSecretKey.txt
/plugin/codemirror/dist/modes/
H A Dyaml.min.js1 …peek();var e=c.escaped;c.escaped=false;if(d=="#"&&(a.pos==0||/\s/.test(a.string.charAt(a.pos-1))))…
H A Dhandlebars.min.js.map1 …ex: /\"(?:[^\\\\\"]|\\\\.)*\"?/, token: \"string\" },\n { regex: /'(?:[^\\\\']|\\\\.)*'?/, to…
/plugin/highlightjs/highlight/styles/
H A Dsunburst.css29 .string, .attribute .value, .cdata, .filter .argument, .attr_selector, .apache .cbracket, .date {
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsDocumentSeparator.yml6 with a string of three dashes.
/plugin/linkprefix/
H A DREADME3 This plugin adds a custom string in front of all external URLs. That is useful for referer remove s…
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgrayscale.min.css1 …{color:#333;font-weight:bold}.hljs-number,.hljs-literal{color:#777}.hljs-string,.hljs-doctag,.hljs…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DParam.php47 Assert::string($variableName);
/plugin/appendtoquery/
H A DREADME3 Append a fixed string to all search queries. Can be used to restrict search to a single namespace.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php61 * @param null|string $contextId
63 public function __construct(int $offset, int $count, int $result, ?string $contextId = null)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php118 public function toString(): string
149 * @return string
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DPumpStream.php111 public function write($string) argument
/plugin/combo/ComboStrap/
H A DBrandListTag.php12 public static function render(TagAttributes $tagAttributes): string
/plugin/combo/ComboStrap/TagAttribute/
H A DToggle.php142 public static function disableEntity(string $mode): bool
/plugin/combo/syntax/
H A Dnavbargroup.php62 function getPType(): string
86 * @param string $mode
121 * @param string $match
160 * @param string $format
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php156 public function __toString() : string
158 return (string) $this->stateNumber;
/plugin/dataloop/syntax/
H A Droll.php396 function _sqlite_group_concat_step(&$context, $string, $separator = ',') { argument
398 $context['data'][] = $string;
H A Dtextloop.php436 function _sqlite_group_concat_step(&$context, $string, $separator = ',') { argument
438 $context['data'][] = $string;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php91 /** @var string */
110 * @param string $feature The {@see UUID} marking the first time the
112 * @param string $actualUuid The {@see UUID} of the actual serialized ATN
119 protected function isFeatureSupported(string $feature, string $actualUuid) : bool
132 public function deserialize(string $data) : ATN
173 private function reset(string $data) : void
742 private function readUUID() : string
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1string',\n 't',\n 'utclong',\n 'x',\n 'xstring',\n // generic d…
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php238 $dependentPostAlternative = $singular = $plural = $string = FALSE;
240 $string .= $value['pre'];
241 $string .= $key;
243 $string .= $value['post'];
249 $string = str_replace("__DEPENDENT_ON_PREVIOUS_FIELD__", $replace, $string);
256 $string = str_replace("__DEPENDENT_ON_NEXT_FIELD__", $replace, $string);
261 $string = str_replace("__SINGULAR_PLURAL__", $replace, $string);
263 $tempArray[] = $string;

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