Home
last modified time | relevance | path

Searched refs:source (Results 26 – 32 of 32) sorted by path

12

/dokuwiki/vendor/simplepie/simplepie/
H A DLICENSE.txt4 Redistribution and use in source and binary forms, with or without modification, are
7 * Redistributions of source code must retain the above copyright notice, this list of
H A DREADME.markdown72 As an open source project, SimplePie is maintained on a somewhat sporadic basis.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE30 for this service if you wish); that you receive source code or can get
42 you. You must make sure that they, too, receive or can get the source
137 making modifications to it. For a library, complete source code means
138 all the source code for all modules it contains, plus any associated
151 complete source code as you receive it, in any medium, provided that
230 it with the complete corresponding machine-readable source code, which
236 source code from the same place satisfies the requirement to
237 distribute the source code, even though third parties are not
238 compelled to copy the source along with the object code.
254 derivative work of the Library even though the source cod
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php13 * Redistribution and use in source and binary forms, with or without modification, are
16 * * Redistributions of source code must retain the above copyright notice, this list of
606 } elseif (($source = $this->get_source()) && ($authors = $source->get_authors())) {
2345 * Get the `<atom:source>` for the item
2352 if ($return = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_10, 'source')) {
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
9 1. Redistributions of source code must retain the above copyright notice, this
H A DREADME.md9 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.
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php33 protected $source; variable in splitbrain\\JSStrip\\JSStrip
40 * @param string $source The JavaScript code to compress
44 function compress($source) argument
46 $source = ltrim($source); // strip all initial whitespace
47 $source .= "\n";
51 $this->source = $source;
56 $slen = strlen($source); // size of input string
65 while ($idx < $slen && (strpos(self::CHARS, $source[
[all...]

12