Home
last modified time | relevance | path

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

12345678

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChanges.php29 * @var 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 ...$changes)
100 * @param Change ...$changes
[all …]
H A DChange.php21 class Change class
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
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/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/
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; alias
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($operation->getValue(), self::parsePartialAttribute($modification));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
DChangeList.php23 protected $changesType = Change::class;
39 * @param Change[]
46 * @return Change[]
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/
DChangesListResponse.php23 protected $changesType = Change::class;
37 * @param Change[]
44 * @return Change[]
DChange.php20 class Change extends \Google\Collection class
149 class_alias(Change::class, 'Google_Service_Dns_Change');
/plugin/html2pdf/html2pdf/html2ps/
DChangeLog28 * Change: library version number is displayed on the web interface now
30 * Change: minor FAQ update
36 * Change: unicode-aware line breaking algorithm
70 * Change: documentation updates
72 * Change: minor function naming style cleanup
83 * Change: minor documentation/FAQ update
107 * Change: JPEG images now will not be converted to PNG, decreasing
116 * Change: minor documentation update
138 * Change: minor samples update
167 * Change: file destination object now can display a link to the
[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/asciidocjs/node_modules/pug-code-gen/
DHISTORY.md1 # Change log
/plugin/asciidocjs/node_modules/doctypes/
DHISTORY.md1 # Change log
/plugin/subpages/
DREADME.md6 === Change Log ===
/plugin/subnumberlist/
Dplugin.info.txt6 desc Change numbering style in ordered list.
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
DChangeLog.md1 # Change Log
/plugin/footnotestyle/
Dplugin.info.txt7 desc Change the appearance of footnotes
/plugin/asciidocjs/node_modules/pug-filters/
DCHANGELOG.md1 # Change log
/plugin/asciidocjs/node_modules/pug-strip-comments/
DCHANGELOG.md1 # Change Log
/plugin/lastpages/
DREADME.md7 === Change Log ===
/plugin/loadskin/
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; alias
143 public static function modify(string $dn, Change ...$changes): ModifyRequest
/plugin/findologicxmlexport/vendor/jms/metadata/
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/sebastian/object-enumerator/
DChangeLog.md1 # Change Log
/plugin/wysiwyg/fckeditor/_samples/afp/
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

12345678