Home
last modified time | relevance | path

Searched refs:is (Results 126 – 137 of 137) sorted by path

123456

/dokuwiki/vendor/phpseclib/phpseclib/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining
8 permit persons to whom the Software is furnished to do so, subject to
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
25 - PHP 7.2 or newer is now required by @Art4 in [#743](https://github.com/simplepie/simplepie/pull/743)
42 - The method `SimplePie\Misc::array_merge_recursive()` is deprecated, use native `array_replace_recursive()` instead
43 - The method `SimplePie\SimplePie::set_cache_name_function()` is deprecated, use `SimplePie\SimplePie::set_cache_namefilter()` instead
44 - The method `SimplePie\SimplePie::set_cache_location()` is deprecated, use `SimplePie\SimplePie::set_cache()` instead
45 - The method `SimplePie\SimplePie::force_cache_fallback()` is deprecated, expired cache will not be used anymore
46 - The class `SimplePie\Cache` is deprecated, use implementation of `SimplePie\SimplePie::set_cache()` instead
47 - The class `SimplePie\Cache\DB` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
48 - The class `SimplePie\Cache\File` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
49 - The class `SimplePie\Cache\Memcache` is deprecate
[all...]
H A DREADME.markdown4 SimplePie is a very fast and easy-to-use class, written in PHP, that puts the
6 beginners and veterans alike, SimplePie is focused on [speed, ease of use,
48 2. Make sure that the cache folder inside of the demo folder is server-writable.
70 SimplePie is currently maintained by Malcolm Blaney.
72 As an open source project, SimplePie is maintained on a somewhat sporadic basis.
76 If you'd like to contribute to SimplePie, the best way to get started is to fork
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
9 [This is the first released version of the Lesser GPL. It also counts
18 free software--to make sure the software is free for all its users.
24 this license or the ordinary General Public License is the better
53 there is no warranty for the free library. Also, if the library is
55 that what they have is not the original version, so that the original
66 Most GNU software, including some libraries, is covered by the
69 is quit
[all...]
H A DReadMe.txt8 * This file is encoded in UTF-8 *
33 arrays. The default format is UTF-8. For setting different encodings, you can
37 ATTENTION: We no longer supply the PHP5 version of the class. It is not
38 necessary for achieving a successfull conversion, since the supplied PHP code is
53 The class is contained in idna_convert.class.php.
67 // The input string, if input is not UTF-8 or UCS-4, it must be converted before
91 3. The input is read from a UCS-4 coded file and encoded line by line. By
111 creates the file for you and stores it in the same folder, where it is placed.
/dokuwiki/vendor/splitbrain/php-archive/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy
7 copies of the Software, and to permit persons to whom the Software is
H A DREADME.md7 To keep things simple, the modification (adding or removing files) of existing archives is not supported.
/dokuwiki/vendor/splitbrain/php-cli/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
9 copies of the Software, and to permit persons to whom the Software is
H A DREADME.md3 PHP-CLI is a simple library that helps with creating nice looking command line scripts.
13 It is lightweight and has **no 3rd party dependencies**. Note: this is for non-interactive scripts only. It has no readline or similar support.
59 The basic usage is simple:
89 Colored output is handled through the ``Colors`` class. It tries to detect if a color terminal is available and only
97 is probably what you want to use.
108 The formatter is used through the ``format()`` method which expects at least two arrays: The first defines the column
109 widths, the second contains the texts to fill into the columns. Between each column a border is printed (a single space
123 Space for borders is automaticall
[all...]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md3 This is a PHP port of Nick Galbreath's python tool [jsstrip.py](https://code.google.com/p/jsstrip/).
5 It was originally ported to PHP in 2006 as part of the [DokuWiki](http://www.dokuwiki.org) wiki engine. It has received several improvements over the years and is now available as a standalone library.
9 jsstrip is a open-source library to remove whitespace and comments from a javascript file. You might want to do this to optimize size and performance, or to make a file harder to read. It typically makes 30-40% savings in file size.
13 jsstrip is not a true javascript parser. It assumes you have properly delimited the 'end of line' using a ';' (semicolon).
/dokuwiki/vendor/splitbrain/slika/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
H A DREADME.md3 This is a library that covers only the bare basics you need when handling images:
21 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`.
74 Rotates the image. The parameter passed is one of the EXIF orientation flags:

123456