Home
last modified time | relevance | path

Searched refs:new (Results 26 – 40 of 40) sorted by last modified time

12

/dokuwiki/inc/
H A Dconfutils.php157 $event = new Event('CONFUTIL_CDN_SELECT', $data);
306 * $new - array of config values from the config cascade file being currently processed
483 * @param array $new
487 function array_merge_with_removal($current, $new)
489 foreach ($new as $val) {
460 array_merge_with_removal($current, $new) global() argument
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(
H A Dmedia.php76 $meta = new JpegMeta($src);
97 $new = @filemtime($src);
102 addMediaLogEntry($new, $id, DOKU_CHANGE_TYPE_EDIT, $lang['media_meta_edited'], '', null, $sizechange);
173 $form = new Form([
276 $evt = new Event('MEDIA_DELETE_FILE', $data);
307 * @return false|string false on error, id of the new file on success
353 * @return false|string false on error, id of the new file on success
556 $new = @filemtime($fn);
562 media_notify($id, $fn, $imime, $old, $new);
568 $new,
[all...]
/dokuwiki/inc/lang/en/
H A Dresetpwd.txt1 ====== Set new password ======
3 Please enter a new password for your account in this wiki.
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php54 * Recursive function to rename all safe encoded files to use the new
65 $new = preg_replace('/(%[^\]]*?)\./', '\1]', $file); # new post indicator
66 if (preg_match('/%[^\]]+$/', $new)) $new .= ']'; # fix end FS#2122
67 rename("$dir/$file", "$dir/$new"); # rename it
/dokuwiki/lib/plugins/styling/
H A Dadmin.php67 $styleUtil = new StyleUtils($conf['template'], true, true);
211 * @param string $new the new ini contents
213 protected function replaceIni($new)
226 io_saveFile($ini, "$old\n\n$new");
209 replaceIni($new) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md65 * [Create a Support Ticket on GitHub](https://github.com/phpseclib/phpseclib/issues/new)
/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...]
/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/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
H A DReadMe.txt66 $IDN = new idna_convert();
81 $IDN = new idna_convert();
98 $IDN = new dinca_convert();
/dokuwiki/vendor/geshi/geshi/
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...]
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md66 Similar to resizing, but this time the image will be cropped to fit the new aspect ratio.
/dokuwiki/inc/Extension/
H A DPluginController.php75 * @param $new bool true to return a new instance of the plugin, false to use an already loaded instance
81 public function load($type, $name, $new = false, $disabled = false)
99 if ($new || !$DOKU_PLUGINS[$type][$name]->isSingleton()) {
100 return class_exists($class, true) ? new $class() : null;
130 $DOKU_PLUGINS[$type][$name] = new $class();
80 load($type, $name, $new = false, $disabled = false) global() argument
/dokuwiki/lib/tpl/dokuwiki/lang/cy/
H A Dstyle.txt3 wici caeedig, awgrymwyd eich bod chi'n gwneud y ''wici'' (new wraidd) y namespace yn ddarllenadwy i bawb yn y

12