Home
last modified time | relevance | path

Searched refs:messages (Results 76 – 100 of 358) sorted by relevance

12345678910>>...15

/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php380 $messages = parent::validate($options);
395 $messages[] = [
401 return $messages;
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php366 $messages = parent::validate($options);
381 $messages[] = array(
387 return $messages;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php366 $messages = parent::validate($options);
381 $messages[] = array(
387 return $messages;
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php366 $messages = parent::validate($options);
381 $messages[] = array(
387 return $messages;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php29 * The LDAP Queue class for sending and receiving messages for clients.
87 * @param LdapMessageRequest ...$messages
92 public function sendMessage(LdapMessageRequest ...$messages): self
95 $this->sendLdapMessage(...$messages);
79 sendMessage(LdapMessageRequest...$messages) global() argument
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php356 $messages = parent::validate($options);
362 $messages[] = [
369 return $messages;
/plugin/bibtex/OSBib/create/
H A DHELPSTYLE.php107 $this->messages = new MESSAGES();
114 $this->pString = MISC::h($this->messages->text("heading", "helpStyles"), FALSE, 3);
163 $this->utf8->decodeUtf8($this->messages->text("misc", "top")), "#top"), "small", "right");
H A DCLOSEPOPUP.php32 $this->messages = new MESSAGES();
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php389 $messages = parent::validate($options);
395 $messages[] = [
402 return $messages;
/plugin/scrape/HTMLPurifier/Language/messages/
H A Den-x-test.php
H A Den-x-testmini.php
H A Den.php
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcssparse.css121 fieldset#messages {
126 fieldset#messages div {
/plugin/ckgedit/
H A Dadmin.php96 $messages = array(
101 … ptln('<br /><span style = "color:'.$color. ';">'.htmlspecialchars($messages[$which]).'</span>');
/plugin/bibtex4dw/
H A DCHANGELOG.md5 For the full history, have a look at the git commit messages.
22 * Start with sensible messages to users via DokuWiki ``msg()`` function
/plugin/bibtex/OSBib/format/
H A DHELPSTYLE.php113 $this->messages = new MESSAGES();
124 $this->utf8->decodeUtf8($this->messages->text("heading", "helpStyles")));
177 $this->utf8->decodeUtf8($this->messages->text("misc", "top")), "#top"), "small", "right");
/plugin/combo/resources/theme/default/pages/partials/
H A Dbody-beforeend-partial.hbs2 {{{ messages-html }}}
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php28 * The LDAP Queue class for sending and receiving messages.
60 * Encrypt messages sent by the socket for the queue.
132 * Send LDAP messages out the socket.
134 * The logic in the loop is to send the messages in chunks of 8192 bytes to lessen the amount of TCP writes we need
135 * to perform if sending out many messages.
137 * @param LdapMessage ...$messages
141 protected function sendLdapMessage(LdapMessage ...$messages): self
145 foreach ($messages as $message) {
133 sendLdapMessage(LdapMessage...$messages) global() argument
/plugin/bootswrapper/exe/help/
H A Dalert.txt3 Provide contextual feedback messages for typical user actions with the handful of available and fle…
/plugin/gitlab/
H A Dplugin.info.txt6 desc Resolves GitLab comits to commit messages and links to it
/plugin/telleveryone/
H A Dplugin.info.txt6 desc Allow dokuwiki admins to publish short messages to other users.
/plugin/tagalerts/
H A DREADME.md2 Plugin to highlight specified tags or throw alert messages (requires tag plugin)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/Resource/
H A DDmsConversations.php51 public function messages($parent, Message $postBody, $optParams = []) function in Google\\Service\\HangoutsChat\\Resource\\DmsConversations
H A DRoomsConversations.php51 public function messages($parent, Message $postBody, $optParams = []) function in Google\\Service\\HangoutsChat\\Resource\\RoomsConversations
/plugin/facebookwall/
H A Dplugin.info.txt6 desc Allows you to display facebook status messages in Dokuwiki

12345678910>>...15