Home
last modified time | relevance | path

Searched full:add (Results 26 – 50 of 5573) sorted by path

12345678910>>...223

/dokuwiki/inc/
H A DMailer.class.php59 // add some default headers for mailfiltering FS#2247
143 * Add an arbitrary header to the mail
243 // add default token replacements
286 * Add the To: recipients
297 * Add the Cc: recipients
308 * Add the Bcc: recipients
319 * Add the From: address
333 * Add the mail's Subject: header
421 // add address quotes
436 // add t
[all...]
H A DPassHash.php331 $add = 7;
336 $nr ^= ((($nr & 63) + $add) * $charVal) + ($nr << 8);
338 $add += $charVal;
H A DSafeFN.class.php70 * - increase codepoint value for non-printable ASCII characters (add 0x20)
H A Dauth.php747 //add ALL group
750 //add User
914 //... and add a nice number and special
1345 * Set the authentication cookie and add user identification data to the session
H A Dchangelog.php153 * included. Add them together as needed.
256 * included. Add them together as needed.
H A Dcommon.php161 * @param bool $htmlClient add info about whether is mobile browser
320 //export minimal info to JS, plugins can add more
437 //add to array
613 // add token for resized images
1244 * @param bool $pretty add additional empty lines between sections
1270 * attic copy and add a proper changelog line.
1943 * Add a preference to the DokuWiki cookie
/dokuwiki/inc/Menu/
H A DAbstractMenu.php77 * @param bool $svg add the SVG link
/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
H A DBack.php9 * would need to add this item manually.
/dokuwiki/inc/Parsing/Handler/
H A DCallWriterInterface.php8 * Add a call to our call list
H A DPreformatted.php39 // see FS#1699 & FS#1652, add 'eol' instructions to ensure proper triggering of following p_open
H A DReWriterInterface.php24 * Process any calls that have been added and add them to the
H A DTable.php149 // Add the max cols and rows to the table opening
/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php162 * for "(", ")" remember the nesting level, add "\"
/dokuwiki/inc/Parsing/
H A DParser.php54 * Add a new syntax element (mode) to the parser
/dokuwiki/inc/Remote/
H A DApiCore.php258 // search_allpages handles depth weird, we need to add the given namespace depth
/dokuwiki/inc/Remote/IXR/
H A DClient.php13 * is used to add the HTTP client.
/dokuwiki/inc/Search/
H A DIndexer.php103 * Split the words in a page and add them to the index.
154 * Add/update keys to/of the metadata index.
158 * The $key parameter can be an array to add multiple keys. $value will
210 // -1 means remove, 0 keep, 1 add
221 // didn't find $val, so we'll add it to the end of metawords and create a placeholder in metaidx
230 } else { // else add it
346 // add new meta value when not already present
/dokuwiki/inc/Sitemap/
H A DMapper.php138 * Pings search engines with the sitemap url. Plugins can add or remove
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php119 $subscriberManager->add($target, $user, $style, time());
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/inc/Ui/
H A DEditor.php106 // add edit buttons: save, preview, cancel
118 // add a textbox for edit summary
H A DRecent.php209 * Add dropdown selector of item types to the form instance
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
H A DSubscribe.php68 // Add new subscription form

12345678910>>...223