Home
last modified time | relevance | path

Searched refs:add (Results 1826 – 1850 of 2070) sorted by path

1...<<71727374757677787980>>...83

/plugin/structpublish/
H A DLICENSE232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
/plugin/structtasks/
H A DLICENSE232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
/plugin/structtasks/_test/
H A DNotifiersTest.php84 [date_create()->add(new DateInterval('P2D')), '2 days'],
86 [date_create()->add(new DateInterval('P1D')), '1 day'],
87 [date_create()->add(new DateInterval('P1Y20D')), '1 year and 20 days'],
88 [date_create()->add(new DateInterval('P2M0D')), '2 months'],
89 [date_create()->add(new DateInterval('P2Y2M2D')), '2 years, 2 months, and 2 days'],
90 [date_create()->add(new DateInterval('P10Y1M')), '10 years and 1 month'],
130 $tomorrow = date_create()->add(new DateInterval('P1D'));
/plugin/structtemplate/
H A DLICENSE232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
/plugin/structtemplate/_vagrant/
H A DVagrantfile15 # What number to add to port numbers for testing
/plugin/structupdate/
H A DLICENSE232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
/plugin/styler/
H A DLICENSE232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
/plugin/subjectindex/inc/
H A Dcommon.php36 function add($path, $pid) { function in SI_Index
191 $this->index->add($matched_path, $pid);
/plugin/subjectindex/plugins/
H A Dbible_verses.txt3307 And in the fifth year YOU may eat its fruit in order to add its produce to yourselves. I am Jehovah…
5273 Every word that I am commanding YOU is what YOU should be careful to do. YOU must not add to it nor…
7553 At this Saul said: "Thus may God do and thus may he add to it, if you do not positively die, Jon'a·…
8201 And what more can David add and speak to you, when you yourself know your servant well, O Sovereign…
13870 Once have I spoken, and I will not answer;And twice, and I will add nothing."
14826 Days you will add to the days of the king;His years will be like generation after generation.
14991 But as for me, I shall wait constantly,And I will add to all your praise.
16078 What will one give to you, and what will one add to you,O you tricky tongue?
16684 The very fear of Jehovah will add days, but the years themselves of the wicked ones will be cut sho…
23310 Who of YOU by being anxious can add one cubit to his life span?
[all …]
/plugin/submgr/
H A Dhelper.php103 $sub->add($item, $user, $data[0]);
155 $sub->add($item, $user, $type);
/plugin/subpages/
H A Dplugin.info.txt7 desc Show subpages as a list if you add ~~SUBPAGES~~. Based on the dir plugin.
/plugin/supa/
H A DLICENSE.txt232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
/plugin/superacl/lang/en/
H A Dhelp.txt3 On this page you can add and remove permissions for namespaces and
/plugin/svgembed/
H A DLICENSE232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
/plugin/swarmwebhook/
H A DLICENSE232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
/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/swiftmail/Swift/Authenticator/
H A D@PopB4Smtp.php52 $log->add("Trying POP3 Before SMTP authentication. Disconnecting from SMTP first.");
68 $log->add($e->getMessage(),Swift_Log::ERROR);
69 $log->add("POP3 authentication failed.");
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php130 $log->add("Trying to connect to POP3 server ".$url." on port ".$this->getPort());
172 $log->add($response,Swift_Log::RESPONSE);
192 $log->add($command,Swift_Log::COMMAND);
/plugin/swiftmail/Swift/Connection/
H A DMulti.php53 …$log->add("Adding new connection of type '" . get_class($connection) . "' to the multi-redundant c…
105 $log->add("Connection (" . $id . ") failed. Will try next connection if available.");
H A DRotator.php57 $log->add("Adding new connection of type '" . get_class($connection) . "' to rotator.");
70 $log->add(" <==> Rotating connection.");
H A DSMTP.php206 $log->add("Authentication mechanism '" . $auth->getAuthExtensionName() . "' attached.");
298 $log->add("Trying to connect to SMTP server at '" . $server . ":" . $this->port);
306 $log->add($error_msg, Swift_Log::ERROR);
347 $log->add("Trying to authenticate with username '" . $user . "'.");
354 $log->add("No authenticators loaded; looking for defaults.");
379 $log->add("Server (perhaps wrongly) is not advertising AUTH... manually overriding.");
393 $log->add("Trying '" . $name . "' authentication...");
399 $log->add("Success! Authentication accepted.");
425 $log->add("Closing down SMTP connection.");
H A DSendmail.php131 $log->add("Sendmail path auto-detection in progress. Trying `which sendmail`");
138 $log->add("No luck so far, trying some common paths...");
154 $log->add("Falling back to /usr/sbin/sendmail (but it doesn't look good)!");
280 $log->add("Trying to start a sendmail process.");
288 $log->add("Trying to stat the executable '" . $this->getPath() . "'.");
318 $log->add("Terminating sendmail process.");
/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.");
H A DLog.php75 abstract public function add($text, $type = self::NORMAL); function in Swift_Log
99 $this->add("Recipient '" . $address . "' rejected by connection.", self::ERROR);
132 $this->add("Log level changed to " . $level, self::NORMAL);
/plugin/swiftmail/Swift/Log/
H A DDefaultLog.php33 public function add($text, $type = self::NORMAL) function in Swift_Log_DefaultLog

1...<<71727374757677787980>>...83