Home
last modified time | relevance | path

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

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 DTHANKS286 Do you want your name in here? Help me out! Make a language file, or suggest a new
/dokuwiki/inc/
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
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...]
/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 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 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:
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini47 ; give your wiki a new look.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A DLICENSE
H A Dlessc.inc.php
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md52 $cli = new Minimal();
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md38 $minifiedJS = (new \splitbrain\JSStrip\JSStrip())->compress($js);
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt1 ====== Welcome to your new DokuWiki ======
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}}
/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/phpseclib/phpseclib/phpseclib/Net/
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/
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/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/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.
H A DREADME.md14 $rss = new UniversalFeedCreator();
26 $image = new FeedImage();
42 $item = new FeedItem();
/dokuwiki/conf/
H A Dmysql.conf.php.example132 /* Additional SQL statements to add new users with the user manager */

12