Home
last modified time | relevance | path

Searched refs:addr (Results 26 – 39 of 39) sorted by path

12

/plugin/schedule/
H A Dschedules.class.php1163 $addrs = explode ('|', $schedule->addr);
1558 $addrs = explode ('|', $this->defaultSchedule->addr);
/plugin/schedule/syntax/
H A Ddisplay.php87 list ($insee, $lat, $lon, $addr) = explode ("|", $line);
98 ($addr ?
99 … preg_replace ('%\\\\\\\\%', "<br/>", preg_replace ('%~[bB][rR]~%', "<br/>", $addr)) :
103 (($addr && $lat && $lon) ?
/plugin/smtp/classes/
H A DMessage.php53 foreach($addresses as $addr) {
55 if(preg_match('#(.*?)<(.*?)>#', $addr, $matches)) {
58 $rcpt[] = trim($addr);
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2addr,e),n[0]=e)}function Or(t,e){var n=this.cache;if(void 0!==e.x)n[0]===e.x&&n[1]===e.y||(t.unifo…
/plugin/swiftmail/Swift/Message/
H A DHeaders.php439 $addr = substr($lines[$i], $s);
440 $lines[$i] = "\"" . substr($lines[$i], 0, $s) . "\"" . $addr;
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php117 foreach ($recipients->getTo() as $addr)
119 if ($this->isWindows()) $to[] = substr($addr->build(true), 1, -1);
120 else $to[] = $addr->build();
129 foreach ($recipients->getBcc() as $addr) $bcc[] = $addr->build();
/plugin/swiftmail/
H A Daction.php89 $addr = $matches[2];
91 $addr = $part;
95 if(empty($addr)) continue;
99 $from =& new Swift_Address($addr,$text);
104 $reci->add($addr,$text,'to');
106 $reci->add($addr,$text,$hdr);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …ighter-regex').commonRegExp;\n\nfunction Brush() {\n var keywords = 'abs addr and ansichar ansist…
/plugin/tplmod/
H A Daction.php219 $addr = trim($ips[$i]);
220 if($remote_addr == $addr) {
253 $addr = trim($ips[$i]);
254 if($remote_addr == $addr) {
288 $addr = trim($ips[$i]);
289 if($remote_addr == $addr) {
/plugin/vcard/
H A Dsyntax.php213 $addr = array();
216 $addr[] = $this->_tagclass('street-address', $html);
231 $addr[] = join(' ', $loc);
236 $addr[] = $this->_tagclass('country-name', $html);
239 if (!empty($addr)) {
240 $folded .= ' <b>'.$this->getLang('address').'</b> '. join(', ', $addr);
/plugin/webdavclient/
H A Dadmin.php117 foreach($addressbooks as $addr)
119 $idx = intval($addr);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js595 GetNodeFromAddress : function( doc, addr, normalized ) argument
598 for ( var i = 0 ; i < addr.length ; i++ )
600 var target = addr[i] ;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js5786 if (addr) {
5787 return addr;
12910 return addr;
12913 return colCache.getAddress(addr.row, addr.column).address;
15951 if (addr.dimensions) {
15960 var otherAddress = colCache.encodeAddress(addr.row + height, addr.col);
15964 otherAddress = colCache.encodeAddress(addr.row + height, addr.col);
15970 while (matchCol(addr, height, addr.col + width)) {
15977 otherAddress = colCache.encodeAddress(addr.row + i, addr.col + j);
16156 list.forEach(function (addr) {
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1821 if(!sectors[addr]) break;
1846 if(!sectors[addr]) break;
8404 R = addr.r; C = addr.c;
15414 if(!s[addr]) s[addr] = {t:"z",v:undefined};
15415 s[addr].l = val;
16557 if(!s[addr]) s[addr] = {t:'z',v:undefined};
16558 s[addr].l = val;
19011 …Range"] = "RC:R" + (end.r == addr.r ? "" : "[" + (end.r - addr.r) + "]") + "C" + (end.c == addr.c …
19022 if(marr[mi].s.c != addr.c || marr[mi].s.r != addr.r) continue;
19086 var addr = {r:R,c:C}; class in write_ws_xlml_table
[all …]

12