Home
last modified time | relevance | path

Searched refs:add (Results 226 – 250 of 2070) sorted by relevance

12345678910>>...83

/plugin/prosemirror/schema/
H A DNodeStack.php73 $this->add($node);
101 public function add(Node $node) function in dokuwiki\\plugin\\prosemirror\\schema\\NodeStack
/plugin/reflect/
H A Dsyntax.php35 list($src, $add) = explode('|', $match, 2);
36 list($desc, $link) = explode('|', $add, 2);
/plugin/gtime/gtlib/asn1/cms/
H A DCMSContentInfo.php111 $sequence->add(new ASN1ObjectId($this->contentType));
121 $sequence->add($tag);
/plugin/gtime/gtlib/asn1/gt/
H A DGTPublishedData.php99 $sequence->add(new ASN1Integer(new GTBigInteger($this->publicationIdentifier)));
100 $sequence->add(new ASN1OctetString($this->publicationImprint));
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php79 $this->objects[$uid]->add(clone $component);
103 $object->add($vtimezone);
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php79 $this->objects[$uid]->add(clone $component);
103 $object->add($vtimezone);
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php79 $this->objects[$uid]->add(clone $component);
103 $object->add($vtimezone);
/plugin/userhomepage/lang/en/
H A Duserhomepage_public.default3 …* You can introduce yourself, add links to your contributions in this wiki, tell a story or presen…
7 * Only a superuser can add a picture
/plugin/struct/types/
H A DLookup.php260 * @param QueryBuilderWhere $add
267 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
272 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
278 $QB = $add->getQB();
287 $column->getType()->filter($add, $rightalias, $field, $comp, $value, $op);
269 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument
/plugin/swiftmail/
H A DSwift.php100 …if ($log->hasLevel(Swift_Log::LOG_EVERYTHING)) $log->add("Trying to connect...", Swift_Log::NORMAL…
249 if ($log->hasLevel(Swift_Log::LOG_ERRORS)) $log->add($error, Swift_Log::ERROR);
297 …if ($log->hasLevel(Swift_Log::LOG_NETWORK) && $code != -1) $log->add($command_event->getString(), …
308 …if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add($response_event->getString(), Swift_Log::RES…
425 if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add("<MESSAGE DATA>", Swift_Log::COMMAND);
448 if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add("<MESSAGE DATA>", Swift_Log::COMMAND);
472 …if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add("Message sent to " . $sent . "/" . $total . …
/plugin/tableedit/
H A DREADME.md6 …andling Dokuwiki table columns. It's not easy to move some columns around, add them or remove them…
8 The plugin will add an toolbar-button. Edit a page. Mark a table an press the button. A dialog will…
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DDelimiterProcessorCollection.php33 public function add(DelimiterProcessorInterface $processor): void
81 $s->add($new);
25 public function add(DelimiterProcessorInterface $processor) global() function in League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorCollection
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php207 $prop = $vcard->add('BDAY', $datetime);
249 $prop = $vcard->add('BDAY', $datetime);
260 $prop = $vcard->add('BDAY', $datetime);
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards222 $vcard->add('BDAY', $dt->format('Ymd'));
227 $vcard->add('BDAY', '--' . $dt->format('md'));
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards222 $vcard->add('BDAY', $dt->format('Ymd'));
227 $vcard->add('BDAY', '--' . $dt->format('md'));
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards222 $vcard->add('BDAY', $dt->format('Ymd'));
227 $vcard->add('BDAY', '--' . $dt->format('md'));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php52 $this->vcal->add($ev);
89 $this->vcal->add($ev);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php53 $this->vcal->add($ev);
90 $this->vcal->add($ev);
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerate_vcards222 $vcard->add('BDAY', $dt->format('Ymd'));
227 $vcard->add('BDAY', '--' . $dt->format('md'));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php53 $this->vcal->add($ev);
90 $this->vcal->add($ev);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRequestHandlerInterface.php33 * An add request.
37 public function add(RequestContext $context, AddRequest $add): void;
36 add(RequestContext $context, AddRequest $add) global() argument
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards222 $vcard->add('BDAY', $dt->format('Ymd'));
227 $vcard->add('BDAY', '--' . $dt->format('md'));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php53 $this->vcal->add($ev);
90 $this->vcal->add($ev);
/plugin/snow/
H A Dsnowstorm.js191 add: (old?'attachEvent':'addEventListener'), property in snowStorm.events.evt
227 add: addEvent,
583 storm.events.add(window,'resize',storm.resizeHandler);
584 storm.events.add(window,'scroll',storm.scrollHandler);
587 storm.events.add(document,'focusout',storm.freeze);
588 storm.events.add(document,'focusin',storm.resume);
590 storm.events.add(window,'blur',storm.freeze);
591 storm.events.add(window,'focus',storm.resume);
597 storm.events.add(isIE?document:window,'mousemove',storm.mouseMove);
662 storm.events.add(window, 'load', doStart, false);
/plugin/tagadd/
H A Daction.php279 $add = array_intersect($tags,$diff);
285 $add = $tags;
293 if(!empty($add)) {
294 $log.=' Added: '.implode(",",$add);

12345678910>>...83