Home
last modified time | relevance | path

Searched refs:Change (Results 1 – 25 of 166) sorted by relevance

1234567

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChanges.php29 * @var Change[]
30 * @psalm-var list<Change>
35 * @param Change ...$changes
37 public function __construct(Change ...$changes)
45 * @param Change ...$changes
48 public function add(Change ...$changes)
60 * @param Change $change
63 public function has(Change $change)
71 * @param Change ...$changes
74 public function remove(Change
[all...]
H A DChange.php21 class Change
134 * @return Change
136 public static function add($attribute, ...$values): Change
149 * @return Change
151 public static function delete($attribute, ...$values): Change
164 * @return Change
166 public static function replace($attribute, ...$values): Change
178 * @return Change
180 public static function reset($attribute): Change
18 class Change global() class
H A DEntry.php70 $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));
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml17 - "80:80" # OPTIONAL: Change "left" number to use different port
18 - "443:443" # OPTIONAL: Change "left" number to use different port
23 - "/path/to/certs:/etc/nginx/certs:ro" # REQUIRED: Change "left" path
24 - "/path/to/htpasswd:/etc/nginx/htpasswd" # REQUIRED: Change "left" path
84 - /path/to/data:/dokuwiki/data # REQUIRED: Change "left" path
85 - /path/to/conf:/dokuwiki/conf # REQUIRED: Change "left" path
86 - /path/to/plugins:/dokuwiki/lib/plugins # REQUIRED: Change "left" path
87 - /path/to/tpl:/dokuwiki/lib/tpl # REQUIRED: Change "left" path
88 - /path/to/logs:/var/log # REQUIRED: Change "left" path
92 - VIRTUAL_HOST=subdomain.domain.org # REQUIRED: Change to meet your needs
[all …]
/plugin/file2dw/docker/simple/
H A Ddocker-compose.yml9 - MAXPOST=30M # OPTIONAL: Change value to allow upload of bigger/smaller files
10 - MAXFILE=30M # OPTIONAL: Change value to allow upload of bigger/smaller files
13 - "80:80" # OPTIONAL: Change "left" number to "publish" Dokuwiki in a different port
15 - /absolute/or/relative/path/to/data:/dokuwiki/data # REQUIRED: Change "left" path
16 - /absolute/or/relative/path/to/conf:/dokuwiki/conf # REQUIRED: Change "left" path
17 - /absolute/or/relative/path/to/plugins:/dokuwiki/lib/plugins # REQUIRED: Change "left" path
18 - /absolute/or/relative/path/to/tpl:/dokuwiki/lib/tpl # REQUIRED: Change "left" path
19 - /absolute/or/relative/path/to/logs:/var/log # REQUIRED: Change "left" path
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/
H A DChanges.php20 use Google\Service\Dns\Change; alias
40 * @param Change $postBody
46 * @return Change
48 public function create($project, $location, $managedZone, Change $postBody, $optParams = [])
52 return $this->call('create', [$params], Change::class);
68 * @return Change
74 return $this->call('get', [$params], Change::class);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php21 use FreeDSx\Ldap\Entry\Change;
47 * @var Change[]
58 * @param Change ...$changes
60 public function __construct($dn, Change ...$changes)
67 * @return Change[]
75 * @param Change ...$changes
78 public function setChanges(Change ...$changes)
156 * @return Change
159 protected static function parseChange(AbstractType $type): Change
171 return new Change(
20 use FreeDSx\Ldap\Entry\Change; global() alias
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChangeList.php23 protected $changesType = Change::class;
39 * @param Change[]
46 * @return Change[]
H A DChange.php20 class Change extends \Google\Model class
218 class_alias(Change::class, 'Google_Service_Drive_Change');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DChangesListResponse.php23 protected $changesType = Change::class;
37 * @param Change[]
44 * @return Change[]
H A DChange.php20 class Change extends \Google\Collection class
149 class_alias(Change::class, 'Google_Service_Dns_Change');
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog30 * Change: minor FAQ update
70 * Change: documentation updates
83 * Change: minor documentation/FAQ update
116 * Change: minor documentation update
138 * Change: minor samples update
328 * Change: table of contents feature
571 * Change: minor updates in sample files
674 * Change: minor documentation updates
880 * Change: minor FAQ/HOWTO additions
1156 * Change: PS Level 2 output
[all …]
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md22 * Change how the MessageQueue handles buffered data. It now supports an optional MessageWrapper.
33 * Change 'trailing data' to 'last position' for the messages.
/plugin/subpages/
H A DREADME.md6 === Change Log ===
/plugin/subnumberlist/
H A Dplugin.info.txt6 desc Change numbering style in ordered list.
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DChangeLog.md1 # Change Log
/plugin/footnotestyle/
H A Dplugin.info.txt7 desc Change the appearance of footnotes
/plugin/lastpages/
H A DREADME.md7 === Change Log ===
/plugin/loadskin/
H A Dplugin.info.txt6 desc Change the skin/template/theme; admins can select templates per page/namespace, or users c…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php16 use FreeDSx\Ldap\Entry\Change;
143 public static function modify(string $dn, Change ...$changes): ModifyRequest
15 use FreeDSx\Ldap\Entry\Change; global() alias
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DChangeLog.md1 # Change Log
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.afp73 sBasePath="../../../fckeditor/" && <-- Change this to your local path
82 …oFCKeditor.aconfig[1,2]="/fckeditor/editor/skins/"+lcSkin+"/" && <-- Change this to your local path
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md1 # Change Log
21 - Change license to MIT [\#68](https://github.com/schmittjoh/metadata/issues/68)
31 - Change license to MIT [\#69](https://github.com/schmittjoh/metadata/pull/69) ([goetas](https://gi…
120 \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/…
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DChangeLog.md1 # Change Log
/plugin/publist/bib2tpl/
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the

1234567