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 51 – 75 of 215) sorted by relevance

123456789

/dokuwiki/lib/plugins/styling/
H A Dscript.js56 // add button on main page
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dsql.php33 * * Add all keywords
65 'ADD', 'ALL', 'ALTER', 'AND', 'AS', 'ASC', 'AUTO_INCREMENT',
H A Dbiblatex.php22 * - Add regex for matching and replacing URLs with corresponding hyperlinks
23 * - Add regex for matching more LaTeX commands that may be embedded in BibTeX
H A Dpostscript.php19 * - Get a list of inbuilt functions to add
67 'abs', 'add', 'atan', 'ceiling', 'cos', 'div', 'exp', 'floor',
H A Dj.php17 * - Add support for label_xyz. and goto_xyz.
21 * - Add support for primitives
H A Doracle8.php69 'ADD',
449 //Add the styles for groups 3-6 here when used
H A Dcobol.php159 'ENABLE', 'ENABLED', 'END', 'END-ACCEPT', 'END-ADD', 'END-CALL',
208 'ITEM-ID', 'ITEM-TEXT', 'ITEM-TO-ADD', 'ITEM-TO-DELETE',
266 'RECORD-TO-ADD', 'RECORD-TO-DELETE', 'RECORDING', 'RECORDS',
306 'TAB', 'TAB-CONTROL', 'TAB-TO-ADD', 'TAB-TO-DELETE', 'TABLE',
340 'ACCEPT', 'ADD', 'ALTER', 'ALLOCATE', 'ATTACH', 'CALL', 'CANCEL',
H A Dvedit.php19 * - Add keyword groups 2, 3 and 4.
/dokuwiki/inc/Ui/
H A DEditor.php106 // add edit buttons: save, preview, cancel
118 // add a textbox for edit summary
H A DSubscribe.php68 // Add new subscription form
H A DSearch.php94 * Add elements to adjust how the results are sorted
184 * Add the elements to be used for search assistance
204 * Add the elements to adjust the fragment search behavior
285 * Add the elements for the namespace selector
/dokuwiki/lib/scripts/
H A Dpage.js36 $highlight = $highlight.add($tgt);
41 $highlight = $highlight.add($tgt);
/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/Parsing/
H A DParser.php54 * Add a new syntax element (mode) to the parser
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php9 * can extend those menus through action plugins and add their own instances of this class,
154 * @param bool $svg add SVG icon to the link
/dokuwiki/lib/plugins/acl/
H A Dscript.js103 // add new highlighting
/dokuwiki/inc/Extension/
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/Form/
H A DElement.php111 * @param string $class the new class to add
/dokuwiki/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.
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php290 * Add a file to the current ZIP archive using an existing file in the filesystem
298 * Add a file to the current archive using an existing file in the filesystem
383 // add info to central file directory
400 * Add a file to the current Zip archive using the given $data as content
403 * @param string $data binary content of the file to add
445 // add info to central file directory
462 * Add the closing footer to the archive if in write mode, close all file handles
/dokuwiki/inc/
H A Ddeprecated.php6 * Note: when adding to this file, please also add appropriate actions to _test/rector.php
420 * @deprecated 2019-04-20 \dokuwiki\Subscriptions\SubscriberManager::add function in Subscription
422 public function add($id, $user, $style, $data = '') {
423 DebugHelper::dbgDeprecatedFunction('\dokuwiki\Subscriptions\SubscriberManager::add');
425 return $manager->add($id, $user, $style, $data);
/dokuwiki/inc/Action/
H A DSubscribe.php90 $ok = $subManager->add($target, $INPUT->server->str('REMOTE_USER'), $style);
/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php80 <?php /* doesn't make sense like this; @todo: maybe add tpl_imginfo()?
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php141 case "add":
324 echo $this->locale_xhtml('add');
327 $this->htmlUserForm('add', null, [], 4);
370 * Display form to add or modify a user
372 * @param string $cmd 'add' or 'modify'
460 if ($cmd == 'add') {
636 * Add an user to auth backend
1060 // check we are allowed to add users
/dokuwiki/vendor/composer/
H A DClassLoader.php21 * $loader->add('Symfony\Component', __DIR__.'/component');
22 * $loader->add('Symfony', __DIR__.'/framework');
180 public function add($prefix, $paths, $prepend = false)
188 public function add($prefix, $paths, $prepend = false) global() function in Composer\\Autoload\\ClassLoader

123456789