Home
last modified time | relevance | path

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

12

/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/conf/
H A Dmysql.conf.php.example132 /* Additional SQL statements to add new users with the user manager */
/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}}
H A Dwelcome.txt1 ====== Welcome to your new DokuWiki ======
/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/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(
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 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 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...]
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 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
/dokuwiki/inc/lang/en/
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 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 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 Dregistermail.txt1 A new user has registered. Here are the details:
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 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/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/lib/tpl/dokuwiki/
H A Dstyle.ini47 ; give your wiki a new look.
/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/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...]
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 DTHANKS286 Do you want your name in here? Help me out! Make a language file, or suggest a new

12