Home
last modified time | relevance | path

Searched refs:null (Results 4626 – 4650 of 5084) sorted by path

1...<<181182183184185186187188189190>>...204

/plugin/swiftmail/Swift/Message/
H A DEmbeddedFile.php26 protected $cid = null;
36 …public function __construct($data=null, $name=null, $type="application/octet-stream", $cid=null, $…
40 if ($cid === null)
47 if ($name === null && !($data instanceof Swift_File)) $this->setFileName($cid);
49 $this->headers->set("Content-Description", null);
H A DEncoder.php32 protected static $instance = null;
40 if (self::$instance === null)
H A DHeaders.php82 foreach (array_keys($this->cached) as $k) $this->cached[$k] = null;
103 $this->cached[$k] = null;
116 $this->headers[$name] = null;
119 $this->cached[$lname] = null;
132 elseif ($value !== null)
276 $this->cached[$lheader] = null;
468 $lines = null;
494 $lines= null;
498 if ($att_value === null) continue;
552 $lines= null;
[all …]
H A DImage.php30 …public function __construct(Swift_File $data=null, $name=null, $type="application/octet-stream", $…
H A DMime.php65 public $headers = null;
85 protected $boundary = null;
285 if ($this->boundary === null) $this->boundary = self::generateBoundary();
393 public function addChild(Swift_Message_Mime $mime, $id=null, $after=1)
450 $this->children[$id] = null;
H A DPart.php29 public function __construct($data=null, $type="text/plain", $encoding=null, $charset=null)
38 if ($data !== null)
41 if ($charset === null)
95 return null;
104 $value = null;
115 if ($this->getCharset() === null && !$this->numChildren())
130 $this->setCharset(null);
/plugin/swiftmail/Swift/Plugin/
H A DAntiFlood.php26 protected $threshold = null;
31 protected $waitFor = null;
H A DDecorator.php50 public function __construct($replacements=null)
232 if ($replacements === null)
H A DEasySwiftResponseTracker.php27 protected $target = null;
H A DFileEmbedder.php110 else return null;
205 return null;
230 else return null;
247 else return null;
264 else return null;
275 …is->registeredFiles[$url])) $this->registeredFiles[$url] = array("cids" => array(), "obj" => null);
395 $this->registeredFiles = null;
H A DMailSend.php27 protected $OS = null;
32 protected $returnPath = null;
124 $bcc_orig = $message->headers->has("Bcc") ? $message->headers->get("Bcc") : null;
125 $subject_orig = $message->headers->has("Subject") ? $message->headers->get("Subject") : null;
126 $to_orig = $message->headers->has("To") ? $message->headers->get("To") : null;
131 $bcc = null;
138 $message->headers->set("To", null);
139 $message->headers->set("Subject", null);
H A DThrottler.php27 protected $bpm = null;
32 protected $epm = null;
42 protected $time = null;
51 if (null === $rate = $this->getBytesPerMinute()) return;
95 if ($this->time === null) $this->time = time();
128 if ($bpm === null)
130 $this->bpm = null;
133 $this->setEmailsPerMinute(null);
151 if ($epm === null)
153 $this->epm = null;
[all …]
/plugin/swiftmail/Swift/
H A DRecipientList.php44 protected $iterators = array("to" => null, "cc" => null, "bcc" => null);
128 public function addTo($address, $name=null)
154 $this->to = null;
162 public function addCc($address, $name=null)
188 $this->cc = null;
196 public function addBcc($address, $name=null)
222 $this->bcc = null;
/plugin/swiftmail/
H A Daction.php79 $from = null;
/plugin/sympaauth/files/
H A Dsympa.class.php27 var $users = null;
28 var $sympaDefaultGroup = null;
29 var $soap_client = null;
30 var $sympaSoapService = null;
/plugin/sync/
H A Dadmin.php11 protected $client = null;
48 $this->client = null;
53 $this->client = null;
61 $this->client = null;
67 $this->client = null;
102 $this->client = null;
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee19 callback null, code
23 sass.render data, callback, include_paths: [sourceSassDir], output_style: null
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php66 if ($attr == null) {
74 $attr = null;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1null,\n highlighters : {}\n },\n\n /** This object is populated by user included external bru…
/plugin/syntaxhighlighter4/
H A Dsyntax.php92 if ($attr == null) {
100 $attr = null;
/plugin/tag/_test/
H A Dtopic_sort.test.php41 $this->assertEquals($this->pages, $this->extract_ids($this->helper->getTopic('', null, 'mytag')));
/plugin/tag/
H A Dhelper.php243 public function getTopic($ns = '', $num = null, $tagquery = '') {
369 public function tagOccurrences($tags, $namespaces = null, $allTags = false, $isRecursive = null) {
378 $namespaces = null;
384 $isRootAllowed = !($namespaces === null) && in_array('.', $namespaces);
385 if ($isRecursive === null) {
401 if ($namespaces == null || ($isRootAllowed && $isRecursive)) {
/plugin/tag/syntax/
H A Dcount.php57 $allowedNamespaces = null;
H A Dsearchtags.php93 if ($tags != null) {
242 * @return string|null the tag search or null when no tags were selected
266 return null; // return NULL when no tags were selected so no results will be displayed
/plugin/tagalerts/
H A Daction.php54 …if ((($this->getConf('action') == "messages") or ($this->getConf('forcemsg') != null)) & ($ACT == …

1...<<181182183184185186187188189190>>...204