Home
last modified time | relevance | path

Searched refs:add (Results 201 – 225 of 2070) sorted by relevance

12345678910>>...83

/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js170 dataSource.Items.add(item.getId(), item);
192 diagram.LayoutSettings.LayoutStrategies.add("linear", linearLayoutStrategy);
199 diagram.LayoutSettings.LayoutStrategies.add("hanger2", multiLineHangerLayoutStrategy);
206 diagram.LayoutSettings.LayoutStrategies.add("hanger4", multiLineHangerLayoutStrategy);
225 diagram.LayoutSettings.LayoutStrategies.add("fishbone1", fishboneLayoutStrategy);
232 diagram.LayoutSettings.LayoutStrategies.add("fishbone2", fishboneLayoutStrategy);
239 diagram.LayoutSettings.LayoutStrategies.add("hstack", hstackLayoutStrategy);
246 diagram.LayoutSettings.LayoutStrategies.add("vstack", vstackLayoutStrategy);
253 diagram.LayoutSettings.LayoutStrategies.add("vstackMiddle", vstackLayoutStrategy);
260 diagram.LayoutSettings.LayoutStrategies.add("vstackTop", vstackLayoutStrategy);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DREADME.md7 To add this component as a local, per-project dependency to your project, simply add a dependency o…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DCircularReferenceParent.php26 $this->anotherCollection->add(new CircularReferenceChild('child1', $this));
27 $this->anotherCollection->add(new CircularReferenceChild('child2', $this));
/plugin/gtime/gtlib/asn1/gt/
H A DGTSignatureInfo.php95 $sequence->add($this->signatureAlgorithm);
96 $sequence->add(new ASN1OctetString($this->signatureValue));
/plugin/swiftmail/Swift/
H A DConnectionBase.php46 …$log->add("SMTP extension '" . $name . "' reported with attributes [" . implode(", ", $options) . …
99 $log->add("Forcing ESMTP mode. HELO is EHLO.");
/plugin/memcache/
H A Dhelper.php118 function add($key,$val,$ttl = 0){ function in helper_plugin_memcache
119 return memcache::add($key,$val,$ttl);
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
11 …evelopment, for instance to run your project's test suite, then you should add it as a development…
/plugin/combo/resources/snippet/js/
H A Dcombo-loader.js10 script.classList.add(clazz);
21 link.classList.add(clazz);
/plugin/gtime/gtlib/asn1/cms/
H A DCMSIssuerAndSerialNumber.php104 $sequence->add($this->issuer);
105 $sequence->add(new ASN1Integer(new GTBigInteger($this->serialNumber)));
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
11 …evelopment, for instance to run your project's test suite, then you should add it as a development…
/plugin/block/
H A DREADME6 To use this plugin, you can select the text or add text after the box has
7 been created. You can add images to these boxes but their positons depend
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md162 * `CHORE`: add `npm start` script
350 * `FEAT(drd)`: add grid snapping
351 * `FEAT(drd)`: add element to element snapping
352 * `FEAT(drd)`: add keyboard selection move
353 * `FEAT(drd)`: add alignment and distribution utilities
393 * `FEAT(drd)`: add connection previews
519 * `FIX`: don't close editor on allowed value add
534 * `FEAT`: add keyboard controls to decision table input selects
535 * `FEAT`: add generic keyboard controls to context-menu like components
536 * `FEAT`: add ability to open decision table without input
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php182 $prop = $vcard->add('BDAY', $datetime);
224 $prop = $vcard->add('BDAY', $datetime);
235 $prop = $vcard->add('BDAY', $datetime);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php182 $prop = $vcard->add('BDAY', $datetime);
224 $prop = $vcard->add('BDAY', $datetime);
235 $prop = $vcard->add('BDAY', $datetime);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php30 * Proxies requests to an LDAP server and returns the response. You should extend this to add your own constructor and
86 public function add(RequestContext $context, AddRequest $add): void
88 $this->ldap()->sendAndReceive($add, ...$context->controls()->toArray());
85 add(RequestContext $context, AddRequest $add) global() argument
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php182 $prop = $vcard->add('BDAY', $datetime);
224 $prop = $vcard->add('BDAY', $datetime);
235 $prop = $vcard->add('BDAY', $datetime);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php30 $operands->add($a);
36 $operands->add($b);
48 $operands->add($reduced);
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPMessageImprint.php95 $sequence->add($this->hashAlgorithm);
96 $sequence->add(new ASN1OctetString($this->hashedMessage));
/plugin/findologicxmlexport/vendor/sebastian/global-state/
H A DREADME.md9 To add this package as a local, per-project dependency to your project, simply add a dependency on …
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php76 $this->objects[$uid]->add(clone $component);
98 $object->add($vtimezone);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
11 …evelopment, for instance to run your project's test suite, then you should add it as a development…
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php76 $this->objects[$uid]->add(clone $component);
100 $object->add($vtimezone);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php28 $vcal->add($event);
33 $event->add($prop);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php28 $vcal->add($event);
33 $event->add($prop);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php28 $vcal->add($event);
33 $event->add($prop);

12345678910>>...83