Home
last modified time | relevance | path

Searched refs:from (Results 51 – 67 of 67) sorted by path

123

/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md11 The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and is designed to hide as much of the workings of XML-RPC from the user as possible. A key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with very little knowledge of the underlying XML-RPC standard.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DHISTORY.md
H A DLICENSE
H A DREADME.md
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE63 restrictive license from a patent holder. Therefore, we insist that
70 is quite different from the ordinary General Public License. We use
113 former contains code derived from the library, whereas the latter must
146 running a program using the Library is not restricted, and output from
194 identifiable sections of that work are not derived from the Library,
226 subsequent copies and derivative works made from that copy.
239 from a designated place, then offering equivalent access to copy the
240 source code from the same place satisfies the requirement to
256 When a "work that uses the Library" uses material from a header file
317 from
[all...]
H A DREADME.md17 $rss->description = "daily news from the PHP scripting world";
38 // get your news items from somewhere, e.g. your database:
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php71 $from = $this->items[$i]->author;
73 $from = $this->title;
76 $feed .= "From ".strtr(MBOXCreator::qp_enc($from), " ", "_")." ".date(
84 $feed .= "From: \"".MBOXCreator::qp_enc($from)."\"\n";
98 * Generate a filename for the feed cache file. Overridden from FeedCreator to prevent XML data types.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php171 * Non-convertable types are absent from this table.
292 built-in types. It defines an application-independent data type that must be distinguishable from all other
510 * Provides an ASN.1 semantic mapping ($mapping) from a parsed BER-encoding to a human readable format.
750 arbitrarily any trailing 0 bits to (or from) values that are being encoded or decoded. Application designers should
1174 "This packing of the first two object identifier components recognizes that only three values are allocated from the root
1175 node, and at most 39 subsequent values from nodes reached by X = 0 and X = 1."
1340 * @param int $from
1344 public static function convert($in, $from = self::TYPE_UTF8_STRING, $to = self::TYPE_UTF8_STRING)
1346 // isset(self::STRING_TYPE_SIZE[$from] returns a fatal error on PHP 5.6
1347 if (!array_key_exists($from, sel
1383 convert($in, $from = self TYPE_UTF8_STRING, $to = self TYPE_UTF8_STRING) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md88 - All global constants are deprecated, use the constants from the class `SimplePie\SimplePie` instead (e.g. replace `SIMPLEPIE_VERSION` with `SimplePie\SimplePie::VERSION`)
196 * Fixed issues with retrieving feeds from behind a proxy. [#512](https://github.com/simplepie/simplepie/pull/512)/[#548](https://github.com/simplepie/simplepie/pull/548)
202 * Switched from regex to xpath for microformats discovery. [#536](https://github.com/simplepie/simplepie/pull/536)
204 * Changed the sanitization type for author and category back to text from HTML. [#531](https://github.com/simplepie/simplepie/pull/531)
242 * Leading and trailing whitespace is now trimmed from XML feed content to prevent errors. [#445](https://github.com/simplepie/simplepie/pull/445)
H A DLICENSE.txt15 to endorse or promote products derived from this software without specific prior
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE62 restrictive license from a patent holder. Therefore, we insist that
69 is quite different from the ordinary General Public License. We use
112 former contains code derived from the library, whereas the latter must
144 running a program using the Library is not restricted, and output from
191 identifiable sections of that work are not derived from the Library,
222 subsequent copies and derivative works made from that copy.
235 from a designated place, then offering equivalent access to copy the
236 source code from the same place satisfies the requirement to
252 When a "work that uses the Library" uses material from a header file
312 from
[all...]
H A DReadMe.txt75 2. We received an email from a punycoded domain and are willing to learn, how
91 3. The input is read from a UCS-4 coded file and encoded line by line. By
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md131 you call backend code from your CLI that expects a Logger instance to produce any sensible status output while running.
133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`.
160 Messages from `warning` level onwards are printed to `STDERR` all below are printed to `STDOUT`.
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE17 contributors may be used to endorse or promote products derived from
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/slika/
H A DREADME.md19 Simply get an Adapter from the Slika factory, run some operations on it and call `save`.

123