Home
last modified time | relevance | path

Searched +full:modify -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 314) sorted by path

12345678910>>...13

/dokuwiki/
H A DCOPYING31 distribute copies of the software, or if you modify it.
41 distribute and/or modify the software.
90 2. You may modify your copy or copies of the Program or any portion
172 4. You may not copy, modify, sublicense, or distribute the Program
174 otherwise to copy, modify, sublicense or distribute the Program is
181 signed it. However, nothing else grants you permission to modify or
191 original licensor to copy, distribute or modify the Program subject to
271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
296 This program is free software; you can redistribute it and/or modify
H A Dinstall.php422 # Don't modify the lines above
447 # Don't modify the lines above
/dokuwiki/conf/
H A Dacl.auth.php.dist3 # Don't modify the lines above
H A Ddokuwiki.php5 * All the default values are kept here, you should not modify it but use
H A Dmysql.conf.php.example207 /* Additional SQL statements to modify users with the user manager */
210 /* This statements should modify a user entry in the database. The
H A Dusers.auth.php.dist3 # Don't modify the lines above
/dokuwiki/inc/Action/
H A DResendpwd.php117 if (!$auth->triggerUserMod('modify', [$user, ['pass' => $pass]])) {
123 if (!$auth->triggerUserMod('modify', [$user, ['pass' => $pass]])) {
/dokuwiki/inc/Extension/
H A DAuthPlugin.php118 * @param string $type Modification type ('create', 'modify', 'delete')
127 'modify' => 'modifyUser',
284 * Modify user data [implement only where required/possible]
H A DEvent.php20 * event handlers may modify this if they are preventing the default action
/dokuwiki/inc/Form/
H A DForm.php479 // trigger event to provide an opportunity to modify this form
/dokuwiki/inc/Search/
H A DIndexer.php495 * This event allows plugins to modify the text before it gets tokenized.
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php25 * *exact* page or namespace. It will *not* modify any subscription that may exist in higher namespaces.
70 * namespace. It will *not* modify any subscriptions that may exist in higher
/dokuwiki/inc/Ui/
H A DSearch.php148 * Check if the query is simple enough to modify its namespace limitations without breaking the rest of the query
164 * Check if the query is simple enough to modify the fragment search behavior without breaking the rest of the query
/dokuwiki/inc/
H A Dauth.php1104 if (!$auth->triggerUserMod('modify', [$INPUT->server->str('REMOTE_USER'), &$changes])) {
1237 if (!$auth->triggerUserMod('modify', [$user, ['pass' => $pass]])) {
1243 if (!$auth->triggerUserMod('modify', [$user, ['pass' => $pass]])) {
H A Ddeprecated.php410 * *exact* page or namespace. It will *not* modify any subscription that may exist in higher namespaces.
432 * namespace. It will *not* modify any subscriptions that may exist in higher
H A Dindexer.php26 * Plugins that modify what gets indexed should hook this event and
H A Dio.php59 * Action plugins are allowed to modify the page content in transit.
190 * Action plugins are allowed to modify the page content in transit.
H A Dtemplate.php1009 // default page title is the page name, modify with the current action
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php18 * modify it under the terms of the GNU Lesser General Public
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php18 * modify it under the terms of the GNU Lesser General Public
H A DadLDAPContacts.php18 * modify it under the terms of the GNU Lesser General Public
207 * Modify a contact
210 * @param array $attributes The attributes to modify. Note if you set the enabled attribute you must not specify any other attributes
213 public function modify($distinguishedName, $attributes) { function in adLDAPContacts
H A DadLDAPExchange.php18 * modify it under the terms of the GNU Lesser General Public
91 $result = $this->adldap->user()->modify($username, $attributes, $isGUID);
H A DadLDAPFolders.php18 * modify it under the terms of the GNU Lesser General Public
H A DadLDAPGroups.php18 * modify it under the terms of the GNU Lesser General Public
H A DadLDAPUsers.php18 * modify it under the terms of the GNU Lesser General Public
387 * Modify a user
390 * @param array $attributes The attributes to modify. Note if you set the enabled attribute you must not specify any other attributes
394 public function modify($username, $attributes, $isGUID = false) function in adLDAPUsers
446 $result = $this->modify($username, $attributes, $isGUID);
463 $result = $this->modify($username, $attributes, $isGUID);
472 * @param string $username The username to modify

12345678910>>...13