Home
last modified time | relevance | path

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

12

/dokuwiki/inc/lang/en/
H A Dresetpwd.txt1 ====== Set new password ======
3 Please enter a new password for your account in this wiki.
H A Dregister.txt1 ====== Register as new user ======
3 Fill in all the information below to create a new account in this wiki. Make sure you supply a **valid e-mail address** - if you are not asked to enter a password here, a new one will be sent to that address. The login name should be a valid [[doku>pagename|pagename]].
H A Dresendpwd.txt1 ====== Send new password ======
3 Please enter your user name in the form below to request a new password for your account in this wiki. A confirmation link will be sent to your registered email address.
H A Dpwconfirm.txt3 Someone requested a new password for your @TITLE@ login at @DOKUWIKIURL@
5 If you did not request a new password then just ignore this email.
H A Deditrev.txt1 **You've loaded an old revision of the document!** If you save it, you will create a new version with this data.
H A Dregistermail.txt1 A new user has registered. Here are the details:
/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/vendor/splitbrain/php-archive/
H A DREADME.md4 This library allows to handle new ZIP and TAR archives without the need for any special PHP extensions (gz and bzip are
5 needed for compression). It can create new files or extract existing ones.
32 $tar = new Tar();
39 $tar = new Tar();
43 // To create a new TAR archive directly on the filesystem (low memory
45 $tar = new Tar();
54 $tar = new Tar();
/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/inc/
H A Dpluginutils.php42 * Returns only new instances of a plugin when $new is true or if plugin is not Singleton,
47 * @param $new bool true to return a new instance of the plugin, false to use an already loaded instance
51 function plugin_load($type, $name, $new = false, $disabled = false)
55 return $plugin_controller->load($type, $name, $new, $disabled);
50 plugin_load($type, $name, $new = false, $disabled = false) global() argument
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 DPassHash.php98 throw new \Exception('This PHP installation has no ' . strtoupper($m[1]) . ' support');
156 $cut = true; // for new hashes we alway apply length restriction
239 $new = ($i & 1) ? $clear : $bin;
240 if ($i % 3) $new .= $salt;
241 if ($i % 7) $new .= $clear;
242 $new .= ($i & 1) ? $bin : $clear;
243 $bin = pack("H32", md5($new));
390 * new computers.
400 * @param int $compute The iteration count for new passwords
415 throw new \Exceptio
[all...]
H A Dpageutils.php252 $new = ltrim($title, '0123456789_-');
253 if (empty($new)) {
256 $title = $new;
290 $pagelog = new PageChangeLog($id);
310 $changeLog = new MediaChangeLog($id);
565 $resolver = new MediaResolver("$ns:deprecated");
591 $resolver = new PageResolver($context);
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/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
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md14 $rss = new UniversalFeedCreator();
26 $image = new FeedImage();
42 $item = new FeedItem();
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md38 $validator = new EmailAddressValidator;
44 The **new syntax** is as follows (ensure you have already included Composer's `autoload.php` file!):
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt66 $IDN = new idna_convert();
81 $IDN = new idna_convert();
98 $IDN = new dinca_convert();
/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/vendor/splitbrain/php-jsstrip/
H A DREADME.md38 $minifiedJS = (new \splitbrain\JSStrip\JSStrip())->compress($js);
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt1 ====== Welcome to your new DokuWiki ======
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini47 ; give your wiki a new look.
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md65 * [Create a Support Ticket on GitHub](https://github.com/phpseclib/phpseclib/issues/new)
/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.

12