Home
last modified time | relevance | path

Searched refs:set (Results 351 – 375 of 1255) sorted by last modified time

1...<<11121314151617181920>>...51

/plugin/tablelayout/
H A Dplugin.info.txt6 desc Set the width of table columns and set which lines to fix
H A Dyarn.lock1747 set-blocking "~2.0.0"
2024 set-immediate-shim "^1.0.1"
2179 set-blocking@~2.0.0:
2181 …resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803d…
2183 set-immediate-shim@^1.0.1:
2185 …resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27e…
/plugin/layeranimation/
H A DREADME.md38 …t of the overall animation in pixels. The width of the animation cannot be set - it is always 100%…
43 …ue to HTML Container positioned above. Using the optional clipping you can set the viewport of an …
/plugin/latex-was/
H A DTODO15 manually and set it to a specific shared point, in a small wiki.
/plugin/structtemplate/_vagrant/
H A DVagrantfile2 # vi: set ft=ruby :
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js5996 set: function(value) {
6199 set: function(newLabel) {
7502 this.set(key, val);
22279 function set(mode) {
22290 set(null);
22366 set('grab');
23936 this.set(value);
23944 set: function(value) {
24149 set: function(options) {
25028 set: function(options) {
[all …]
H A Dbpmn-modeler.production.min.js2set=function(e,t){return r.hats[e]=t,r},r.bits=e||128,r.base=n||16,r}}));function r(e){if(!(this i…
7set(e,r,i)}}),Object.defineProperty(e,"__refs_collection",{value:!0}),e},En.isExtended=function(e)…
33set(t)}Ce.prototype={set:function(e){e==ge&&(e=this.compute()),ye&&this.manager.element.style&&Se[…
34set=function(e){this._data=e},Hc.prototype.clear=function(){var e=this._data;return delete this._d…
/plugin/popupviewer/
H A DREADME.md17 ```%TEXT/IMAGE%``` (optional) | Here you can set the name or an additional image. This will be dis…
/plugin/xtern/lang/en/
H A Dheader.txt2 …for SSL. If this is your case you can download the certificate here. Then set the ''ca_required''…
/plugin/xcom/lang/en/
H A Dfunctions.txt6set, it defaults to ''hash''. If ''hash'' is specified, the results will include a column containi…
H A Dhowto.txt70 …ered into the remote wiki's text boxes. **Note:** the title entry must be set flush against the l…
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DAnonymousChallenge.php67 $this->context->set('trace', $received->get('trace'));
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md60 * Fix option handling for current set of options.
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DAnonymousEncoder.php44 $message->set('trace', $data);
H A DDigestMD5Encoder.php132 $message->set($keyMatches[2], $this->parseOptValue($keyMatches[2], $isServerMode));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php79 protected function encodeSet(SetType $set) argument
81 return $this->encodeConstructedType(...$this->canonicalize(...$set->getChildren()));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php81 $challenge->set('algorithm', 'md5-sess');
82 $challenge->set('nonce', $options['nonce'] ?? $this->generateNonce($options['nonce_size'] ?? self::NONCE_SIZE));
83 $challenge->set('qop', $this->generateAvailableQops($options));
84 $challenge->set('realm', $options['realm'] ?? $_SERVER['USERDOMAIN'] ?? gethostname());
85 $challenge->set('maxbuf', $options['maxbuf'] ?? '65536');
86 $challenge->set('charset', 'utf-8');
88 $challenge->set('cipher', $this->getAvailableCiphers($options));
112 $response->set('algorithm', 'md5-sess');
113 $response->set('nonce', $challenge->get('nonce'));
114 $response->set('cnonc
[all...]
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md97 ->set('objectClass','top', 'group')
98 ->set('sAMAccountName', 'foo');
143 $entry->set('description', 'Employee');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php23 * Represents a set of controls.
102 public function set(Control ...$controls)
95 public function set(Control ...$controls) global() function in FreeDSx\\Ldap\\Control\\ControlBag
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php125 public function set($attribute, ...$values)
149 * @param bool $strict If set to true, then options on the attribute must also match.
254 $this->set($name, ...(is_array($value) ? $value : [$value]));
117 public function set($attribute, ...$values) global() function in FreeDSx\\Ldap\\Entry\\Entry
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DExtendedResponseFactory.php80 public static function set(string $oid, string $className): void
76 public static function set(string $oid, string $className): void global() function in FreeDSx\\Ldap\\Protocol\\Factory\\ExtendedResponseFactory
H A DFilterFactory.php91 public static function set(int $filterType, string $filterClass): void
88 public static function set(int $filterType, string $filterClass): void global() function in FreeDSx\\Ldap\\Protocol\\Factory\\FilterFactory
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php79 $entry->set('vendorVersion', $options['vendor_version']);
82 $entry->set('altServer', $options['alt_server']);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerInterface.php58 public function set(FilterInterface ...$filters);
57 public function set(FilterInterface ...$filters); global() function
H A DFilterContainerTrait.php87 public function set(FilterInterface ...$filters)
82 public function set(FilterInterface ...$filters) global() function

1...<<11121314151617181920>>...51