/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Changes.php | 21 * @var Change[] 26 * @param Change ...$changes 36 * @param Change ...$changes 39 public function add(Change ...$changes) 51 * @param Change $change 54 public function has(Change $change) 62 * @param Change ...$changes 65 public function remove(Change ...$changes) 91 * @param Change ...$changes 94 public function set(Change ...$changes) [all …]
|
H A D | Change.php | 18 class Change class 131 * @return Change 133 public static function add($attribute, ...$values): Change 146 * @return Change 148 public static function delete($attribute, ...$values): Change 161 * @return Change 163 public static function replace($attribute, ...$values): Change 175 * @return Change 177 public static function reset($attribute): Change
|
H A D | Entry.php | 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));
|
/plugin/file2dw/docker/proxy/ |
H A D | docker-compose.yml | 17 - "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 D | docker-compose.yml | 9 - 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 D | Changes.php | 20 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 D | ModifyRequest.php | 20 use FreeDSx\Ldap\Entry\Change; alias 44 * @var Change[] 55 * @param Change[] ...$changes 57 public function __construct($dn, Change ...$changes) 64 * @return Change[] 72 * @param Change ...$changes 75 public function setChanges(Change ...$changes) 152 * @return Change 155 protected static function parseChange(AbstractType $type): Change 167 return new Change($operation->getValue(), self::parsePartialAttribute($modification));
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
H A D | ChangeList.php | 23 protected $changesType = Change::class; 39 * @param Change[] 46 * @return Change[]
|
H A D | Change.php | 20 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 D | ChangesListResponse.php | 23 protected $changesType = Change::class; 37 * @param Change[] 44 * @return Change[]
|
H A D | Change.php | 20 class Change extends \Google\Collection class 149 class_alias(Change::class, 'Google_Service_Dns_Change');
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | ChangeLog | 30 * 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 D | CHANGELOG.md | 6 * Change how the MessageQueue handles buffered data. It now supports an optional MessageWrapper. 17 * Change 'trailing data' to 'last position' for the messages.
|
/plugin/subnumberlist/ |
H A D | plugin.info.txt | 6 desc Change numbering style in ordered list.
|
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/ |
H A D | ChangeLog.md | 1 # Change Log
|
/plugin/footnotestyle/ |
H A D | plugin.info.txt | 7 desc Change the appearance of footnotes
|
/plugin/lastpages/ |
H A D | README.md | 6 === Change Log ===
|
/plugin/loadskin/ |
H A D | plugin.info.txt | 6 desc Change the skin/template/theme; admins can select templates per page/namespace, or users c…
|
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/ |
H A D | ChangeLog.md | 1 # Change Log
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
H A D | Operations.php | 15 use FreeDSx\Ldap\Entry\Change; alias 141 public static function modify(string $dn, Change ...$changes): ModifyRequest
|
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/ |
H A D | ChangeLog.md | 1 # Change Log
|
/plugin/wysiwyg/fckeditor/_samples/afp/ |
H A D | sample04.afp | 73 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 D | CHANGELOG.md | 1 # 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/publist/bib2tpl/ |
H A D | changelog | 5 * Change e2mn method in helper.inc.php to use the month name in the
|
/plugin/publistf/bib2tpl/ |
H A D | changelog | 5 * Change e2mn method in helper.inc.php to use the month name in the
|