/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Changes.php | 23 protected $changes = []; variable in FreeDSx\\Ldap\\Entry\\Changes 30 $this->changes = $changes; 39 public function add(Change ...$changes) argument 41 foreach ($changes as $change) { 42 $this->changes[] = $change; 67 foreach ($changes as $change) { 83 $this->changes = []; 94 public function set(Change ...$changes) argument 96 $this->changes = $changes; 106 return $this->changes; [all …]
|
H A D | Entry.php | 33 protected $changes; variable in FreeDSx\\Ldap\\Entry\\Entry 43 $this->changes = new Changes(); 62 $this->changes->add(Change::add(clone $attribute)); 82 $this->changes->add(Change::delete(clone $attribute)); 104 $this->changes()->add(Change::reset(clone $attribute)); 132 $this->changes->add(Change::replace(clone $attribute)); 192 public function changes(): Changes function in FreeDSx\\Ldap\\Entry\\Entry 194 return $this->changes;
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | Utils.php | 168 if (!$changes) { 174 if (!isset($changes['uri'])) { 189 $uri = $changes['uri']; 201 if (isset($changes['query'])) { 207 isset($changes['method']) ? $changes['method'] : $request->getMethod(), 210 isset($changes['body']) ? $changes['body'] : $request->getBody(), 212 ? $changes['version'] 229 isset($changes['method']) ? $changes['method'] : $request->getMethod(), 232 isset($changes['body']) ? $changes['body'] : $request->getBody(), 233 isset($changes['version']) [all …]
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
H A D | ModifyRequest.php | 46 protected $changes; variable in FreeDSx\\Ldap\\Operation\\Request\\ModifyRequest 60 $this->changes = $changes; 68 return $this->changes; 75 public function setChanges(Change ...$changes) argument 77 $this->changes = $changes; 111 $changes = $type->getChild(1); 117 foreach ($changes->getChildren() as $change) { 129 $changes = Asn1::sequenceOf(); 131 foreach ($this->changes as $change) { 141 $changes->addChild($changeSeq); [all …]
|
/plugin/diagramsnet/lib/plugins/ |
H A D | replay.js | 20 var changes = []; 28 changes.push(change); 33 return changes; 36 function createUndoableEdit(changes) argument 39 edit.changes = changes; 45 'edit', edit, 'changes', edit.changes)); 47 'edit', edit, 'changes', edit.changes)); 57 if (changes.length > 0) 59 var edit = createUndoableEdit(changes); 66 'edit', edit, 'changes', changes)); [all …]
|
/plugin/changes/ |
H A D | syntax.php | 182 $changes = $this->getChanges( 192 if (!count($changes)) return true; 226 $changes = array(); 266 $changes[] = $change; 275 foreach ($changes as $change) { 281 return $changes; 384 foreach ($changes as $change) { 395 $this->renderSimpleList($changes, $R); 420 * @param array $changes 432 $this->dayheader($R, $changes[0]['date']); [all …]
|
H A D | plugin.info.txt | 3 base changes 8 desc List the most recent changes of the wiki 9 url http://www.dokuwiki.org/plugin:changes
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
H A D | ChangeList.php | 41 public function setChanges($changes) argument 43 $this->changes = $changes; 50 return $this->changes;
|
/plugin/authowncloud/ |
H A D | auth.php | 127 * @param array $changes array of field/value pairs to be changed 130 public function modifyUser($user, $changes) { argument 133 if(isset($changes['pass'])) { 134 if(!OC_User::setPassword($user, $changes['pass'])) return false; 138 if(isset($changes['name'])) { 139 if(!OC_USER::setDisplayName($user, $changes['name'])) return false; 141 if(isset($changes['grps'])) { 142 foreach($changes['grps'] as $grp){ 147 if(isset($changes['mail'])) { 148 … if(!OC_Preferences::setValue($user, 'settings', 'email', $changes['mail'])) return false;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/ |
H A D | ChangesListResponse.php | 39 public function setChanges($changes) argument 41 $this->changes = $changes; 48 return $this->changes;
|
/plugin/userhistory/ |
H A D | admin.php | 68 $changes = array ( ); 81 if ( strtolower ( $change['user'] ) == strtolower ( $user ) ) $changes[] = $change; 92 uasort ( $changes, 'cmp' ); 94 return $changes; 105 $changes = array_values ( $this->_getChanges ( $user ) ); 106 …_list"><p class = "edit_counter">'.$this->getLang ( 'total' ).': '.count ( $changes ).'</p><ol>' ); 108 foreach ( $changes as $key => $change ) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/ |
H A D | GoogleAnalyticsAdminV1alphaChangeHistoryEvent.php | 77 public function setChanges($changes) argument 79 $this->changes = $changes; 86 return $this->changes;
|
/plugin/authsaml/ |
H A D | saml.php | 227 $changes = array(); 232 $changes['name'] = $userData['name']; 237 $changes['mail'] = $userData['mail']; 242 $changes['grps'] = $userData['grps']; 246 if (!empty($changes)) { 248 $auth->modifyUser($username, $changes); 251 $this->modifyUser($username, $changes); 355 public function modifyUser($username, $changes) { argument 360 if(!is_array($changes) || !count($changes)) return true; 364 foreach($changes as $field => $value) {
|
/plugin/settingstree/ |
H A D | script.js | 14 $form.on('settingstree_export_complete',function(e,values,changes){ argument 16 window[opts.on_complete].call(null,values,changes); // call the on_complete callback. 50 var changes = getchanged(); 52 …stree', operation: 'savelevel', pluginname: pluginname, path: path, sectok: token, data: changes }, 60 if (key && changes[key] !== undefined){ 79 var changes = getchanged(); 81 … 'exportlevel', pluginname: pluginname, path: path, sectok: token, data: changes, options: opts.op… 85 … if (r.success){ $root.trigger('settingstree_export_complete',[r.values,simplify(changes)]); }
|
/plugin/tos/ |
H A D | action.php | 107 $changes = new \dokuwiki\ChangeLog\PageChangeLog($this->getConf('tos')); 108 if (!$changes->hasRevisions()) return 0; 111 while ($revisions = $changes->getRevisions($start, 25)) { 114 $info = $changes->getRevisionInfo($rev);
|
/plugin/authyubikey/ |
H A D | auth.php | 94 …* @param array $changes array of field/value pairs to be changed (password will be clear text) 97 public function modifyUser($user, $changes) { argument 105 if(!is_array($changes) || !count($changes)) return true; 109 foreach($changes as $field => $value) {
|
/plugin/authucenter/ |
H A D | auth.php | 218 … * @param array $changes array of field/value pairs to be changed (password will be clear text) 221 public function modifyUser($user, $changes) { argument 222 if(!is_array($changes) || !count($changes)){ 225 …>_uc_user_edit($user, $_POST['oldpass'], $changes['pass'] ? $changes['pass'] : '', $changes['mail'…
|
/plugin/oauth/ |
H A D | auth.php | 77 public function modifyUser($user, $changes) argument 81 if (isset($changes['mail'])) { 82 $found = $this->getUserByEmail($changes['mail']); 89 $ok = parent::modifyUser($user, $changes);
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | experimental-beta-apis.asciidoc | 9 changes to these APIs should only occur in major versions and will be 10 documented in the breaking changes documentation for that release. 12 with caution because it is possible that breaking changes are made to these 15 have breaking changes in any future version, or it might even be removed
|
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/ |
H A D | ChangeLog.md | 3 All notable changes to this project will be documented in this file. This project adheres to [Seman… 25 No changes 29 No changes
|
/plugin/projects/lib/ |
H A D | maker.php | 190 public function update($changes) { argument 191 $changes = array_merge($changes, $this->intermediate_files); 192 $changes = array_keys(array_flip($changes)); 193 if (!$changes) return array(); 195 foreach ($changes as $key => $change) { 201 else unset($changes[$key]);
|
/plugin/watchcycle/ |
H A D | action.php | 141 …$changes = $this->getLastMaintainerRev($event->data, $watchcycle['maintainer'], $last_maintainer_r… 185 $event->data['current']['plugin']['watchcycle']['changes'] = $changes; 302 $changes = 0; 309 return $changes; 317 $changes += 1; 321 return $changes;
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
H A D | AwsAuthV4.php | 62 $changes = ['set_headers' => ['host' => \rtrim($request->getHeader('host')[0], '.')]]; 64 $request = Psr7\Utils::modifyRequest($request, $changes); 66 $request = Psr7\modify_request($request, $changes);
|
/plugin/vbsso/includes/ |
H A D | api.php | 140 $changes = array(); 143 $changes['mail'] = $json[SHAREDAPI_EVENT_FIELD_EMAIL2]; 148 $changes['name'] = $json[SHAREDAPI_EVENT_FIELD_USERNAME2]; 159 $changes['grps'] = array_unique($usergroups); 165 $auth->modifyUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], $changes);
|
/plugin/conflictmerger/lang/en/ |
H A D | conflict-solved.txt | 6 However, the changes made don't affect those made by you, so both versions 11 version right now, edit it to make further changes, or cancel the edition.
|