Home
last modified time | relevance | path

Searched +full:add -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 50 of 215) sorted by relevance

123456789

/dokuwiki/inc/Parsing/Handler/
H A DPreformatted.php39 // see FS#1699 & FS#1652, add 'eol' instructions to ensure proper triggering of following p_open
/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php57 // add changelog lines
H A DMediaChangeLog.php57 // add changelog lines
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php114 'apt-cache add', 'apt-cache depends', 'apt-cache dotty',
119 'apt-cache unmet', 'apt-cache xvcg', 'apt-cdrom add',
128 'apt-key add', 'apt-key adv', 'apt-key del', 'apt-key export',
155 'cvs add', 'cvs admin', 'cvs annotate', 'cvs checkout',
179 'git', 'git add', 'git add--interactive', 'git am', 'git annotate',
219 'gitaction', 'git-add', 'git-add--interactive', 'git-am',
297 'slogin', 'snice', 'sort', 'sox', 'split', 'ssed', 'ssh', 'ssh-add',
303 'svn add', 'sv
[all...]
H A Dpowershell.php16 * I suggest you add the ones you need yourself. I've included a few Sharepoint ones
59 'Add-Content', 'Add-History', 'Add-Member', 'Add-PSSnapin', 'Clear-Content', 'Clear-Item',
237 // There's about a hundred million of these, add the ones you need as you need them
H A Dbibtex.php19 * - Add regex for matching and replacing URLs with corresponding hyperlinks
20 * - Add regex for matching more LaTeX commands that may be embedded in BibTeX
H A Dcadlisp.php81 'vlax-add-cmd','vlax-create-object','vlax-curve-getArea',
113 'vlr-add','vlr-added-p','vlr-beep-reaction','vlr-command-reactor',
121 'vlr-owner-add','vlr-owner-remove','vlr-owners','vlr-pers','vlr-pers-list',
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php34 * Add <enclosure> element tag RSS 2.0, supported by ATOM 1.0 too
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md24 This package is published to [Packagist](https://packagist.org/), but if you don't want to use it simply add
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php15 * @todo Maybe add some more error checking
41 // add all the icons to the sprite image
/dokuwiki/inc/
H A Dparserutils.php227 //add modes to parser
359 // now add the passed metadata
515 // add an extra key for the event - to tell event handlers the page whose metadata this is
572 // add syntax plugins
581 //add to modes
591 // add default modes
607 // add formatting modes
620 // add modes which need files
628 // add optional camelcase mode
823 // add
[all...]
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...]
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php37 public function add($id, $user, $style, $data = '')
58 } //always add current time for new subscriptions
211 $result[$target][$u] = [$m[2], $m[3]]; // add to result
38 public function add($id, $user, $style, $data = '') global() function in dokuwiki\\Subscriptions\\SubscriberManager
/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/conf/
H A Dinterwiki.conf17 # you should add new ones to interwiki.local.conf
/dokuwiki/lib/plugins/acl/
H A Dremote.php32 * Add a new ACL rule to the config
/dokuwiki/inc/Menu/
H A DAbstractMenu.php77 * @param bool $svg add the SVG link
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md52 // To create a TAR archive directly in memory, create() it, add*()
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php222 // class wasn't found add to errors
225 // no class given, add to errors
/dokuwiki/inc/Cache/
H A DCache.php139 * add dependencies to the depends array
141 * this method should only add dependencies,
/dokuwiki/lib/plugins/authad/
H A Dauth.php36 * // add a list of comma separated ldap contact fields.
215 // add additional fields to read
255 // always add the default group to the list of groups
260 // add the user's domain to the groups
470 * already exists try to add $numberOfAdds further users to it.
474 * @return int number of Users actually add to Array
699 // add possible domain specific configuration
751 // add default domain, using the name from account suffix
H A Daction.php88 // add locate domain selector just after the username input box
/dokuwiki/inc/Remote/IXR/
H A DClient.php13 * is used to add the HTTP client.
/dokuwiki/inc/parser/
H A Dmetadata.php136 * Add an item to the TOC
146 //only add items within configured levels
171 // add the header to the TOC
175 // add to summary
494 // add link title to summary
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DClassServer.php45 // Add to our callbacks array

123456789