Home
last modified time | relevance | path

Searched refs:new (Results 26 – 40 of 40) sorted by relevance

12

/dokuwiki/vendor/geshi/geshi/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
H A DCHANGELOG58 * AutoIt: new version (Jonathan Bennett)
462 * Added new Keyword group for APT sources.list highlighter (BenBE)
490 - Make GeSHi's constructor arguments optional, so something like `$foo = new GeSHi;` is possible. (milian)
509 - Added new GESHI_HEADER_PRE_VALID type which uses the following markup: (milian)
513 - Added new GESHI_HEADER_PRE_TABLE type which can be used to prevent linenumber-selection in Firefox
666 - Added a new parameter for enable_highlighting to reduce source duplication (SF #1786104, BenBE)
946 - Added two new methods: load_from_file and get_language_name_from_extension, that can
953 - Added new keywords to C and C++ files (Jack Lloyd)
1012 - Added a new field - language_path - that can be set either when the constructor is
1013 called, or by the new metho
[all...]
H A DTHANKS286 Do you want your name in here? Help me out! Make a language file, or suggest a new
/dokuwiki/
H A DCOPYING26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE32 it in new free programs; and that you are informed that you can do
413 13. The Free Software Foundation may publish revised and/or new
415 Such new versions will be similar in spirit to the present version,
416 but may differ in detail to address new problems or concerns.
462 If you develop a new library, and you want it to be of the greatest
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php17 * $sftp = new \phpseclib3\Net\SFTP('www.domain.tld');
600 throw new \UnexpectedValueException('Expected NET_SFTP_VERSION. '
649 channel and reopen it with a new and updated SSH_FXP_INIT packet.
669 throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. '
675 throw new \UnexpectedValueException('Expected NET_SFTP_STATUS_OK. '
882 throw new \UnexpectedValueException('Expected NET_SFTP_NAME or NET_SFTP_STATUS. '
892 $new = [];
899 array_pop($new);
904 $new[] = $dir;
908 return '/' . implode('/', $new);
[all...]
H A DSSH2.php13 * $ssh = new \phpseclib3\Net\SSH2('www.domain.tld');
29 * $ssh = new \phpseclib3\Net\SSH2('www.domain.tld');
1349 throw new UnableToConnectException(rtrim("Cannot connect to $host. Error $errno. $errstr"));
1356 throw new \RuntimeException('Connection timed out whilst attempting to open socket connection');
1380 throw new \RuntimeException('Connection timed out whilst receiving server identification string');
1388 throw new \RuntimeException('Connection timed out whilst receiving server identification string');
1396 throw new \RuntimeException('Error reading from socket');
1422 throw new ConnectionClosedException('Connection closed by server');
1439 throw new UnableToConnectException("Cannot connect to SSH $matches[3] servers");
1463 throw new \UnexpectedValueExceptio
5396 _updateLogHistory($old, $new) global() argument
[all...]
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md52 $cli = new Minimal();
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE32 it in new free programs; and that you are informed that you can do
420 13. The Free Software Foundation may publish revised and/or new
422 Such new versions will be similar in spirit to the present version,
423 but may differ in detail to address new problems or concerns.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
H A Dlessc.inc.php
/dokuwiki/inc/
H A DJpegMeta.php623 $new = preg_replace('/\n.+$/','',wordwrap($cap, $max));
624 if($new != $cap) $new .= '...';
626 return $new;
3044 throw new Exception("Requested byte at ".$pos.". Reading outside of file's boundaries.");
3071 throw new Exception("Requested short at ".$pos.". Reading outside of file's boundaries.");
3111 throw new Exception("Requested long at ".$pos.". Reading outside of file's boundaries.");
3162 throw new Exception("Requested null-terminated string at offset ".$pos.". File terminated before the null-byte.");
3183 throw new ErrorException(sprintf(
/dokuwiki/conf/
H A Dmysql.conf.php.example132 /* Additional SQL statements to add new users with the user manager */
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md96 - Added new namespaced aliases and PSR-4 support for every class by @Art4 in [#711](https://github.com/simplepie/simplepie/pull/711)
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)
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt137 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}

12