Home
last modified time | relevance | path

Searched refs:be (Results 76 – 90 of 90) sorted by path

1234

/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md108 fixed Content-type could be empty (thanks Tanguy Pruvot)
/dokuwiki/vendor/phpseclib/phpseclib/
H A DLICENSE11 The above copyright notice and this permission notice shall be
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file.
45 - The method `SimplePie\SimplePie::force_cache_fallback()` is deprecated, expired cache will not be used anymore
211 * `$item->get_id()` can now be forced to return the supplied ID instead of generating a new one. [#509](https://github.com/simplepie/simplepie/pull/509)
251 * Added the `force_cache_fallback()` method to `SimplePie` to allow an expired cache to be used when a feed is unavailable. [#389](https://github.com/simplepie/simplepie/pull/389)
278 * Fixed the datatype for `items.data` to be more appropriate in when using MySQL cache. [#302](https://github.com/simplepie/simplepie/pull/302)
289 * Improved the error message when a feed cannot be found. [#348](https://github.com/simplepie/simplepie/pull/348)
H A DLICENSE.txt14 * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DREADME.markdown73 This means that feature requests may not be fulfilled straight away, as time has
74 to be prioritized.
78 be aware of our [coding standards](http://simplepie.org/wiki/misc/coding_standards).
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE56 author's reputation will not be affected by problems that might be
63 any patent license obtained for a version of the library must be
89 For example, on rare occasions, there may be a special need to
91 a de-facto standard. To achieve this, non-free programs must be
113 be combined with the library in order to run.
120 other authorized party saying it may be distributed under the terms of
125 prepared so as to be conveniently linked with application programs
167 a) The modified work must itself be a software library.
172 c) You must cause the whole of the work to be license
[all...]
H A DReadMe.txt15 (see RFC 3490, 3491, 3492 and 3454 for detials) as they can be used with various
16 registries worldwide to be translated between their original (localized) form
17 and their encoded form as it will be used in the DNS (Domain Name System).
32 Unicode strings are expected to be either UTF-8 strings, UCS-4 strings or UCS-4
67 // The input string, if input is not UTF-8 or UCS-4, it must be converted before
86 // Output, what we got now, if output should be in a format different to UTF-8
93 format to be used
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
244 * A construct that might be HTML
490 * @var bool Forces fsockopen() to be used for remote files instead
498 * @var bool Force the given data/URL to be treated as a feed no matter what
568 * @var mixed Force input encoding to be set to the follow value
644 * @var array Stores the default attributes to be stripped by strip_attributes().
658 * @var array Stores the default tags to be stripped by strip_htmltags().
665 * @var array Stores the default attributes to be renamed by rename_attributes().
683 * object's methods and properties will be available to you.
754 * Force the given data/URL to be treate
[all...]
/dokuwiki/vendor/splitbrain/php-archive/
H A DLICENSE10 The above copyright notice and this permission notice shall be included in
H A DREADME.md67 The FileInfo class can be used to specify additional info like ownership or permissions when adding a file to
/dokuwiki/vendor/splitbrain/php-cli/
H A DLICENSE12 The above copyright notice and this permission notice shall be included in all
H A DREADME.md73 More examples can be found in the examples directory. Please refer to the [API docs](https://splitbrain.github.io/php-cli/)
83 exception's code will be used as the exit code then.
85 Stacktraces will be printed on log level `debug`.
93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green), ``info()`` (cyan),
106 terminal width on its own. It can be overwritten by setting a ``COLUMNS`` environment variable.
114 Columns width can be given in three forms:
138 The resulting object then can be passed as the logger instance. The difference between the two is in adjusted method signatures (with appropriate type hinting) only. Be sure you have the suggested `psr/log` composer package installed when using these classes.
162 The default log level of your script can be set by overwriting the `$logdefault` member.
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE17 contributors may be used to endorse or promote products derived from
/dokuwiki/vendor/splitbrain/slika/
H A DLICENSE5 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
H A DREADME.md21 Operations can be chained together. Consider the chain to be one command. Do not reuse the adapter returned by `run()`, it is a single use object. All operations can potentially throw a `\splitbrain\slika\Exception`.
23 Options (see below) can be passed as a second parameter to the `run` factory.
49 All resize operations will keep the original aspect ratio of the image. There will be no distortion.
66 Similar to resizing, but this time the image will be cropped to fit the new aspect ratio.
99 Options can be passed as associatiave array as the second parameter in `Slika::run`.

1234