Home
last modified time | relevance | path

Searched full:add (Results 1 – 25 of 5573) sorted by path

12345678910>>...223

/dokuwiki/
H A DCOPYING232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
H A Dfeed.php
/dokuwiki/bin/
H A Dwantedpages.php159 * Parse instructions and add the non-existing links to the result array
/dokuwiki/conf/
H A Ddokuwiki.php140 $conf['rss_show_summary'] = 1; //Add revision summary to title? 0|1
H A Dinterwiki.conf17 # you should add new ones to interwiki.local.conf
H A Dmysql.conf.php.example132 /* Additional SQL statements to add new users with the user manager */
135 /* This statement should add a user to the database. Minimum information
150 /* This statement should add a group to the database.
H A Dscheme.conf1 #Add URL schemes you want to be recognized as links here
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt60 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]].
109 You can add footnotes ((This is a footnote)) by using double parentheses.
111 You can add footnotes ((This is a footnote)) by using double parentheses.
159 Of course, you can add a title (displayed as a tooltip by most browsers), too.
192 When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
348 You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text.
/dokuwiki/inc/Action/
H A DSubscribe.php90 $ok = $subManager->add($target, $INPUT->server->str('REMOTE_USER'), $style);
/dokuwiki/inc/
H A DAjax.php386 // it is a matching page, add it to the result
407 // add back to upper
H A DDifferenceEngine.php62 var $type = 'add';
198 $add = array();
200 $add[] = $to_lines[$yi++];
202 if ($delete && $add)
203 $edits[] = new _DiffOp_Change($delete, $add);
206 elseif ($add)
207 $edits[] = new _DiffOp_Add($add);
801 elseif ($edit->type == 'add')
955 elseif ($this->_tag == 'add')
1070 $orig->addWords($edit->closing, 'add');
[all...]
H A DJpegMeta.php10 * @todo Add support for Maker Notes, Extend for GIF and PNG metadata
/dokuwiki/inc/Cache/
H A DCache.php139 * add dependencies to the depends array
141 * this method should only add dependencies,
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php525 // add a possible revision of external edit, create or deletion
H A DMediaChangeLog.php57 // add changelog lines
H A DPageChangeLog.php57 // add changelog lines
/dokuwiki/inc/Extension/
H A DRemotePlugin.php13 * Add functionality to the remote API in a plugin
55 // add to result
H A DSyntaxPlugin.php76 * @return bool|array Return an array with all data you want to use in render, false don't add an instruction
/dokuwiki/inc/File/
H A DPageFile.php149 // add a potential external edit entry to changelog and store it into attic
220 * If so, we assume it has been an external edit and we create an attic copy and add a proper
256 // add a changelog entry for externally edited file
/dokuwiki/inc/Form/
H A DDropdownElement.php34 * Add an `<optgroup>` and respective options
H A DElement.php111 * @param string $class the new class to add
H A DForm.php10 * Represents the whole Form. This is what you work on, and add Elements to
56 // add the security token by default
173 'You can\'t add a form to a form'
192 'You can\'t add a form to a form'
354 * Add fixed HTML to the form
366 * Add a closed HTML tag to the form
378 * Add an open HTML tag to the form
392 * Add a closing HTML tag to the form
H A DInputElement.php81 * @param string $class the new class to add
H A DTagCloseElement.php33 throw new \BadMethodCallException('You can\t add classes to closing tag');
48 throw new \BadMethodCallException('You can\t add ID to closing tag');
65 throw new \BadMethodCallException('You can\t add attributes to closing tag');
81 throw new \BadMethodCallException('You can\t add attributes to closing tag');
/dokuwiki/inc/HTTP/
H A DHTTPClient.php201 // add SSL stream prefix if needed - needs SSL support in PHP

12345678910>>...223