Home
last modified time | relevance | path

Searched refs:use (Results 51 – 63 of 63) sorted by path

123

/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md42 - 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
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 deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
50 - The class `SimplePie\Cache\Memcached` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
51 - The class `SimplePie\Cache\MySQL` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
52 - The class `SimplePie\Cache\Redis` is deprecated, use implementatio
[all...]
H A DLICENSE.txt4 Redistribution and use in source and binary forms, with or without modification, are
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,
23 1. `src/` - SimplePie classes for use with the autoloader
24 2. `autoloader.php` - The SimplePie Autoloader if you want to use the separate
32 7. `idn/` - A third-party library that SimplePie can optionally use to
39 to maintain and use.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE22 Free Software Foundation and other authors who decide to use it. You
23 can use it too, but we suggest you first think carefully about whether
25 strategy to use in any particular case, based on the explanations below.
27 When we speak of free software, we are referring to freedom of use,
31 it if you want it; that you can change the software and use pieces of
64 consistent with the full freedom of use specified in this license.
69 is quite different from the ordinary General Public License. We use
85 are the reason we use the ordinary General Public License for many
90 encourage the widest possible use of a certain library, so that it becomes
92 allowed to use th
[all...]
H A DReadMe.txt20 what you would expect them to do. You are allowed to use complete domain names,
22 use any of the following notations:
/dokuwiki/vendor/splitbrain/php-archive/
H A DLICENSE6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
H A DREADME.md28 use splitbrain\PHPArchive\Tar;
30 // To list the contents of an existing TAR archive, open() it and use
37 // To extract the contents of an existing TAR archive, open() it and use
/dokuwiki/vendor/splitbrain/php-cli/
H A DLICENSE8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
H A DREADME.md29 use splitbrain\phpcli\CLI;
30 use splitbrain\phpcli\Options;
82 You can use the provided ``splitbrain\phpcli\Exception`` to signal any problems within your main code yourself. The
97 is probably what you want to use.
99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
H A DREADME.md18 You'll have to convert your code to use ';' first.
/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.md9 It can use either PHP's libGD or a locally installed ImageMagick binary.
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`.
26 use \splitbrain\slika\Slika;
27 use \splitbrain\slika\Exception;

123