Home
last modified time | relevance | path

Searched refs:changes (Results 351 – 375 of 463) sorted by path

1...<<111213141516171819

/plugin/prosemirror/
H A DREADME.md59 - Prosemirror synchronizes all changes with the underlying json in the `<input>` field
/plugin/publish/_test/
H A Dmail.unit.test.php76 Please review the changes and approve the revision at http://wiki.example.com' . DOKU_BASE . 'doku.…
/plugin/publish/lang/en/
H A Dmailchangetext.txt15 Please review the changes and approve the revision at @NEWPAGE@ or give feedback to @USER@.
/plugin/publistf/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
19 with changes to Dokuwiki starting with version "Hogfather" RC2
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md145 # Send the built up changes back to LDAP to update the entry via the LDAP client update method.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChanges.php32 protected $changes = [];
35 * @param Change ...$changes
37 public function __construct(Change ...$changes)
39 $this->changes = $changes; argument
45 * @param Change ...$changes
48 public function add(Change ...$changes)
50 foreach ($changes as $change) {
51 $this->changes[] = $change;
65 return array_search($change, $this->changes, tru argument
23 protected $changes = []; global() variable in FreeDSx\\Ldap\\Entry\\Changes
28 __construct(Change...$changes) global() argument
94 set(Change...$changes) global() argument
[all...]
H A DEntry.php41 protected $changes;
51 $this->changes = new Changes();
70 $this->changes->add(Change::add(clone $attribute));
90 $this->changes->add(Change::delete(clone $attribute));
112 $this->changes()->add(Change::reset(clone $attribute));
140 $this->changes->add(Change::replace(clone $attribute));
196 * Get the changes accumulated for this entry.
200 public function changes(): Changes
202 return $this->changes;
33 protected $changes; global() variable in FreeDSx\\Ldap\\Entry\\Entry
192 public function changes(): Changes global() function in FreeDSx\\Ldap\\Entry\\Entry
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php141 $entry->changes()->reset();
212 $response = $this->sendAndReceive(Operations::modify($entry->getDn(), ...$entry->changes()), ...$controls);
213 $entry->changes()->reset();
H A DOperations.php143 public static function modify(string $dn, Change ...$changes): ModifyRequest
145 return new ModifyRequest($dn, ...$changes);
141 modify(string $dn, Change...$changes) global() argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php32 * changes SEQUENCE OF change SEQUENCE {
49 protected $changes;
58 * @param Change ...$changes
60 public function __construct($dn, Change ...$changes)
63 $this->changes = $changes;
71 return $this->changes;
75 * @param Change ...$changes argument
78 public function setChanges(Change ...$changes)
80 $this->changes
46 protected $changes; global() variable in FreeDSx\\Ldap\\Operation\\Request\\ModifyRequest
57 __construct($dn, Change...$changes) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php128 $entry->changes()->reset();
/plugin/querychangelog/
H A Dadmin.php22 var $changes = array(); variable in admin_plugin_querychangelog
357 uasort($changes, 'cmp');
359 return $changes;
375 foreach($this->changes as $change){
/plugin/querychangelog/lang/en/
H A Dquerychangelog.txt9 containing a lot of pages! (All the '.changes' files within the base
/plugin/querychangelog/lang/fr/
H A Dquerychangelog.txt11 fichiers '.changes' du namespace et de ses sous dossiers sont
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md106 incorrect. This release is being done to correct it. No other code changes
H A DREADME.md109 you are using an autoloader, no changes to your code should be necessary.
/plugin/quickstats/lang/en/
H A Dquery.txt54 …conds. If your server is set to safemode and you have permission to make changes to php.ini, then …
/plugin/referrers/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
H A DREADME.md38 The plugin thrives from community contributions. If you're able to provide useful code changes or b…
/plugin/refnotes/lang/en/
H A Dintro.txt15 Remember to press the **Save** button on the bottom of this page before leaving otherwise your changes will be lost.
/plugin/remotescript/lib/
H A Dlicense.txt45 with the library after making changes to the library and recompiling
288 changes were used in the work (which must be distributed under
294 that the user who changes the contents of definitions files in the
/plugin/revealjs/
H A DREADME.md281 …lide mode changes from "headers driven" to "special horizontal rule driven" - headers are no longe…
333 - No changes on wiki pages
H A Dchangelog.md33 …lide mode changes from "headers driven" to "special horizontal rule driven" - headers are no longe…
50 - No changes on wiki pages
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDPrefixLocal.txt
H A DCore.HiddenElements.txt

1...<<111213141516171819