Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 67) sorted by path

123

/dokuwiki/
H A D.htaccess.dist12 Deny from all
H A DCOPYING74 running the Program is not restricted, and the output from the Program
99 whole or in part contains or is derived from the Program or any
115 identifiable sections of that work are not derived from the Program,
167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
176 However, parties who have received copies, or rights, from you under
190 Program), the recipient automatically receives a license from the
201 excuse you from the conditions of this License. If you cannot
208 refrain entirely from distribution of the Program.
238 of the General Public License from tim
[all...]
/dokuwiki/bin/
H A D.htaccess6 Deny from all
/dokuwiki/conf/
H A D.htaccess7 Deny from all
H A Dlocal.php.dist4 * Simply copy the options you want to change from dokuwiki.php
H A Dmysql.conf.php.example198 /* This statement should remove all connections from a user to any group
229 /* This statement should remove a single connection from a user to a
/dokuwiki/data/
H A D.htaccess6 Deny from all
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
66 * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.
270 There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
341 Apart from the rowspan syntax those cells should not contain anything else.
441 [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
/dokuwiki/inc/
H A D.htaccess7 Deny from all
H A DActionRouter.php118 * Transitions from one action to another
122 * @param string $from current action name
126 protected function transitionAction($from, $to, $e = null)
131 if ($from == $to) {
172 * parts are removed beginning from the end until a matching class is found. The instatiated
125 transitionAction($from, $to, $e = null) global() argument
H A DMailer.class.php81 * @param string $embed Unique key to reference this file from the HTML part
103 * @param string $embed Unique key to reference this file from the HTML part
199 * @param string $html the HTML body, leave null to create it from $text
208 // create HTML from text if not given
236 // embed media from templates
325 * @param string $address from address
327 public function from($address)
567 if (empty($this->headers['From'])) $this->from($conf['mailfrom']);
614 * Create a string from the headers array
728 'from'
310 public function from($address) { global() function in Mailer
[all...]
H A Dchangelog.php264 * @param int $from date of the oldest entry to return
273 function getRecentsSince($from, $to = null, $ns = '', $flags = 0)
278 if ($to && $to < $from) {
299 if ($rec['date'] >= $from) {
262 getRecentsSince($from, $to = null, $ns = '', $flags = 0) global() argument
H A Dcommon.php85 * strips control characters (<32) from the given string
122 * @param null|string $token security token or null to read it from request variable
432 //remove ID from array
754 // build regexp from blocks
836 * Adapted from the example code at url below
1084 'tplfile' => '', // the file above text was/should be loaded from
1122 * This works on data from COMMON_PAGETPL_LOAD
1134 * @var string $tplfile the file above text was/should be loaded from
1203 * The range parameter needs to have the form "from-to"
1210 * @param string $range in form "from
[all...]
H A Dio.php56 * Used to read in a DokuWiki page from file, and send IO_WIKIPAGE_READ events.
392 msg("Removing content from $file failed", -1);
405 * Delete lines that match $badline from $file.
632 * downloads a file from the net and saves it
703 * @param string $from
707 function io_rename($from, $to)
710 if (!@rename($from, $to)) {
711 if (@copy($from, $to)) {
715 @unlink($from);
725 * Returns the exit code from th
659 io_rename($from, $to) global() argument
[all...]
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php74 $mail->from($conf['mailfromnobody']);
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt177 from
/dokuwiki/inc/lang/bg/
H A Dstopwords.txt14 from
/dokuwiki/inc/lang/ckb/
H A Dstopwords.txt16 from
/dokuwiki/inc/lang/cs/
H A Dstopwords.txt1 # Stopwords for Czech - generated from ispell-cs (license: GNU GPL)
/dokuwiki/inc/lang/en/
H A Ddraft.txt3 Your last edit session on this page was not completed correctly. DokuWiki automatically saved a draft during your work which you may now use to continue your editing. Below you can see the data that was saved from your last session.
H A Drevisions.txt3 These are the older revisons of the current document. To revert to an old revision, select it from below, click ''Edit this page'' and save it.
H A Dstopwords.txt16 from
/dokuwiki/inc/lang/fa/
H A Dstopwords.txt16 from
/dokuwiki/inc/lang/he/
H A Dstopwords.txt14 from
/dokuwiki/inc/lang/hr/
H A Dstopwords.txt14 from

123