Home
last modified time | relevance | path

Searched refs:This (Results 1 – 25 of 2241) sorted by relevance

12345678910>>...90

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml47 This has one newline.
54 This has no newline.
61 This has four newlines.
68 'clipped' => "This has one newline.\n",
70 'stripped' => 'This has no newline.',
72 'kept' => "This has four newlines.\n\n\n\n",
149 This has one newline.
156 This has no newline.
163 This has four newlines.
170 'clipped' => "This has one newline.\n",
[all …]
H A DYtsSpecificationExamples.yml497 This unquoted scalar
760 This is an error message
1071 This is a
1079 - This key
1084 This: key
1097 12.0 => 'This key is a float.', "?\n" => 'This key had to be protected.',
1149 This has no newline.
1196 This has no newline.
1199 This has no newline.
1239 This is a folded
[all …]
/plugin/bootswrapper/exe/help/
H A Dcallout.txt17 This is a default callout.
25 This is a default callout.
31 This is a default callout.
38 This is a primary callout.
43 This is a success callout.
48 This is an info callout.
53 This is a warning callout.
58 This is a danger callout.
68 This is a primary callout.
78 This is an info callout.
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DREADME.md3 This is _not_ intended for direct use by third parties. Rather, it is for
8 The library requires PHP 5.4 or greater. This library works and is tested
20 This API uses [Semantic Versioning](http://semver.org/).
24 This software is Copyright (c) 2015-2018 by MaxMind, Inc.
26 This is free software, licensed under the Apache License, Version 2.0.
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dblockquote-nested.md1 > ## This is a header.
3 > 1. This is the first list item.
4 > 2. This is the second list item.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDataFrameTransformDeprecatedNamespace.asciidoc34 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
49 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
57 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
67 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
75 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
96 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
110 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
125 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
133 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
142 *NOTE:* This AP
[all...]
H A DRollupNamespace.asciidoc35 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
49 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
63 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
77 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
91 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
121 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
139 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
153 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
/plugin/directorylist/
H A Dreadme.md5 This is mostly used for intranets.
7 **Information #1:** This is still under development and not finished or secured.
30 This can be an unix or windows path. It can be absolute or relative.
45 This argument is optional, the value is empty.
57 This argument is optional, the default value is: ``true``.
75 This argument is optional, the default value is: ``asc``.
88 This allows 'direct' links using the file:// protocal.
92 (NOTE: assumes the data directory is reachable by your webserver. This is a big security issue!)
/plugin/fastwiki/
H A DREADME.md3 This plugin for DokuWiki makes your wiki experience much smoother and faster, with features such as:
10 This plugin must be installed in lib/plugins/fastwiki. It will not work otherwise.
20 This program is free software. It may be redistributed and modified under the
21 terms of the GNU General Public License version 2. This program is distributed without
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc6 empty objects and arrays of objects. This page shows you some common patterns
34 <1> This empty JSON object is what causes problems.
61 correctly output an empty object, instead of an empty array. This verbose
85 This arrangement is very common, but the construction in PHP can be tricky since
105 <1> This array encodes the `"sort" : []` array
106 <2> This array encodes the `{"time" : {"order" : "desc"}}` object
107 <3> This array encodes the `{"popularity" : {"order" : "desc"}}` object
171 <1> This encodes the array of objects: `"functions" : []`
172 <2> This encodes an object inside the array: `{ "random_score": {} }`
173 <3> This encode
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst6 This annotation can be defined on a class to indicate the exclusion strategy
21 This annotation can be defined on a property to indicate that the property should
66 This annotation can be defined on a property to specify starting from which
80 This annotation can be defined on a property to specify if the property
86 This annotation can be defined on a property to limit the depth to which the
470 This allows you to specify the name of the top-level element.
500 This allows you to mark properties which should be set as attributes,
624 This allows you to define several properties of how arrays should be
625 serialized. This is very similar to @XmlMap, and should be used if the
678 This allows you to use the keys of an array as xml tags.
[all …]
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example3 * This is an example configuration for the mysql auth module.
5 * This SQL statements are optimized for following table structure.
31 /* This option enables debug messages in the mysql module. It is
43 /* Multiple table operations will be protected by locks. This array tolds
73 /* This statement should return a table with exact one row containing
89 /* This statement is used to get all groups a user is member of. The
150 /* This statement should add a group to the database.
168 /* This statement should remove a group fom the database.
190 /* This statement should remove a user fom the database.
210 /* This statements should modify a user entry in the database. The
[all …]
/plugin/autolink4/
H A DREADME.md3 This DokuWiki plugin automatically turns specified keywords into links to other wiki pages, similar to the default functionality of MediaWiki.
10 This program is free software. It may be redistributed and modified under the
11 terms of the MIT license. This program is distributed without any warranty.
/plugin/mediasyntax/test/
H A Ddokusyntax-test.txt3 This is one line\\ This is another line
5 This is a list
/plugin/nssearch/
H A DREADME.md9 This program is free software. It may be redistributed and modified under the
10 terms of the GNU General Public License version 3. This program is distributed without
/plugin/divalign2/
H A DREADME3 This plugin is a fork of the Divalign Plugin, and incorporates those
14 This plugin conflicts with the following plugins:
18 This plugin can be used in conjunction with:
23 This plugin also has experimental support for:
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.MaxImgLength.txt
H A DCore.AggressivelyFixLt.txt
/plugin/dump/
H A DREADME.md4 This [Dokuwiki Plugin](https://www.dokuwiki.org/plugin:dump) dumps the callstack (the array of inst…
6 This is to be able to debug a bad rendering when you don't have access to the server.
12 This plugin will add a button in the menu tool called `CallStack`.
/plugin/zoom/
H A Dstyle.css8 /* This is the moving lens square underneath the mouse pointer. */
16 /* This is for the title text. */
30 /* This is the zoom window. */
36 /* This is the loading message. */
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddependencies.phpt32 This test depends on "DependencyFailureTest::testOne" to pass.
35 This test depends on "DependencyFailureTest::testTwo" to pass.
38 This test depends on "DependencyFailureTest::testOne" to pass.
H A Ddependencies-isolation.phpt33 This test depends on "DependencyFailureTest::testOne" to pass.
36 This test depends on "DependencyFailureTest::testTwo" to pass.
39 This test depends on "DependencyFailureTest::testOne" to pass.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md11 This method returns an array containing the record and the prefix
19 overflow. This generally only affects 32-bit machines. Reported
23 to `LONG_MAX`. This more closely matches the behavior of the pure
49 upgrading the extension. This does not affect the pure PHP
60 This was change to match the behavior of the pure PHP class.
92 * All uses of `strlen` were removed. This should prevent issues in situations
106 incorrect. This release is being done to correct it. No other code changes
114 with the difference between the start pointer and the end pointer. This
144 * This API is now licensed under the Apache License, Version 2.0.
/plugin/webdav/vendor/sabre/http/
H A DREADME.md4 This library provides a toolkit to make working with the HTTP protocol easier.
9 There's bad practices, inconsistencies and confusion. This library is
395 * This url is used for relative path calculations.
407 * This is being calculated using the base url. This path will not start
426 * This is equivalent to PHP's $_GET superglobal.
435 * This is equivalent to PHP's $_POST superglobal.
444 * This is equivalent to PHP's $_POST superglobal.
495 * This could be either a string or a stream.
542 * This method overwrites all existing HTTP headers
639 * This could be either a string or a stream.
[all …]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md4 This library provides a toolkit to make working with the HTTP protocol easier.
9 There's bad practices, inconsistencies and confusion. This library is
395 * This url is used for relative path calculations.
407 * This is being calculated using the base url. This path will not start
426 * This is equivalent to PHP's $_GET superglobal.
435 * This is equivalent to PHP's $_POST superglobal.
444 * This is equivalent to PHP's $_POST superglobal.
495 * This could be either a string or a stream.
542 * This method overwrites all existing HTTP headers
639 * This could be either a string or a stream.
[all …]

12345678910>>...90