Home
last modified time | relevance | path

Searched refs:last_domain (Results 1 – 19 of 19) sorted by relevance

/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/
H A Dtap.py113 self.last_domain = None
156 if self.last_domain:
157 self.service.addDomain("", self.last_domain)
179 self.last_domain = maildir.MaildirDirdbmDomain(
182 self.service.addDomain(name, self.last_domain)
196 if self.last_domain:
197 self.last_domain.addUser(user, password)
207 self.last_domain.postmaster = 1
215 if self.last_domain is not None:
218 self.last_domain.setAliasGroup(aliases)
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/mail/
H A Dtap.py134 self.last_domain = None
187 if self.last_domain:
188 self.service.addDomain('', self.last_domain)
209 self.service.addDomain(name, self.last_domain)
220 if self.last_domain:
221 self.last_domain.addUser(user, password)
231 self.last_domain.postmaster = 1
239 if self.last_domain is not None:
240 if mail.IAliasableDomain.providedBy(self.last_domain):
242 self.last_domain.setAliasGroup(aliases)
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/output/
H A Dmatrices.c47 const wfa_t *wfa, unsigned last_domain, bitfile_t *output);
95 const wfa_t *wfa, unsigned last_domain, bitfile_t *output) in delta_encoding() argument
112 rs.range_state = Calloc ((last_domain + 1) * MAXLABELS, in delta_encoding()
114 rs.range_label = Calloc ((last_domain + 1) * MAXLABELS, in delta_encoding()
116 rs.range_max_domain = Calloc ((last_domain + 1) * MAXLABELS, in delta_encoding()
118 rs.range_subdivided = Calloc ((last_domain + 1) * MAXLABELS, in delta_encoding()
122 sort_ranges (last_domain, &max_domain, &rs, wfa); in delta_encoding()
139 for (state = wfa->basis_states; state <= last_domain; state++) in delta_encoding()
157 write_rice_code (count [n], (int) log2 (last_domain) - 2, output); in delta_encoding()
/dports/deskutils/egroupware/egroupware/api/src/Framework/
H A DLogin.php121 $last_domain = $_COOKIE['last_domain'];
133 $last_domain = $_POST['domain'];
146 …'select_domain' => Api\Html::select('logindomain',$last_domain,$domains,true,'tabindex="2"',0,fals…
161 if(!empty ($last_domain) && $last_domain != $default_domain)
163 $last_loginid .= '@' . $last_domain;
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/input/
H A Dmatrices.c41 delta_decoding (wfa_t *wfa, unsigned last_domain, bitfile_t *input);
87 delta_decoding (wfa_t *wfa, unsigned last_domain, bitfile_t *input) in delta_decoding() argument
112 rs.range_state = Calloc ((last_domain + 1) * MAXLABELS, in delta_decoding()
114 rs.range_label = Calloc ((last_domain + 1) * MAXLABELS, in delta_decoding()
116 rs.range_max_domain = Calloc ((last_domain + 1) * MAXLABELS, in delta_decoding()
118 rs.range_subdivided = Calloc ((last_domain + 1) * MAXLABELS, in delta_decoding()
122 sort_ranges (last_domain, &max_domain, &rs, wfa); in delta_decoding()
140 count [edge] = read_rice_code ((int) log2 (last_domain) - 2, in delta_decoding()
/dports/net/kamailio/kamailio-5.4.5/src/lib/xcap/
H A Dparse_common_rules.c116 cp_domain_t *domain, *last_domain = NULL; in read_any_identity() local
131 LINKED_LIST_ADD((*dst)->domains, last_domain, domain); in read_any_identity()
148 cp_domain_t *domain, *last_domain = NULL; in read_identity() local
168 LINKED_LIST_ADD((*dst)->domains, last_domain, domain); in read_identity()
/dports/www/py-horizon/horizon-19.2.0/openstack_auth/
H A Dforms.py83 last_domain = self.request.COOKIES.get('login_domain', None)
87 initial=last_domain,
91 initial=last_domain,
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dsubstitute.c252 static const void *last_domain;
256 last_domain == domain))
272 last_domain = domain;
/dports/misc/shuffle-db/rebuild_db/
H A Drebuild_db.py449 last_domain=-1
452 if len(slice)>2 and slice[0][1]==last_domain:
455 last_domain=slice[-1][1]
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendsmbbrowse.c79 char *last_domain; member
315 if (backend->last_domain) in auth_callback()
316 strncpy (domain_out, backend->last_domain, domainmaxlen); in auth_callback()
413 backend->last_domain = g_strdup (domain_out); in auth_callback()
416 backend->last_user, backend->last_domain); in auth_callback()
1016 op_backend->last_domain, in do_mount()
H A Dgvfsbackendsmb.c76 char *last_domain; member
194 if (backend->last_domain) in auth_callback()
195 strncpy (domain_out, backend->last_domain, domainmaxlen); in auth_callback()
318 backend->last_domain = g_strdup (domain_out); in auth_callback()
321 backend->last_user, backend->last_domain); in auth_callback()
557 op_backend->last_domain, in do_mount()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iommu/
H A Dvirtio-iommu.c51 u32 last_domain; member
627 viommu->last_domain, GFP_KERNEL); in viommu_domain_finalise()
1023 viommu->last_domain = ~0U; in viommu_probe()
1040 &viommu->last_domain); in viommu_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iommu/
H A Dvirtio-iommu.c51 u32 last_domain; member
627 viommu->last_domain, GFP_KERNEL); in viommu_domain_finalise()
1023 viommu->last_domain = ~0U; in viommu_probe()
1040 &viommu->last_domain); in viommu_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iommu/
H A Dvirtio-iommu.c51 u32 last_domain; member
627 viommu->last_domain, GFP_KERNEL); in viommu_domain_finalise()
1023 viommu->last_domain = ~0U; in viommu_probe()
1040 &viommu->last_domain); in viommu_probe()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Dmeta.c52 static char last_domain[] = "\x7E\x7E"; in Get_domain_from_hostname() local
71 return last_domain; in Get_domain_from_hostname()
/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Dospf.c1454 u32 last_domain = 0; in ospf_sh_lsadb() local
1502 if ((dscope != last_dscope) || (hea[i]->domain != last_domain)) in ospf_sh_lsadb()
1526 last_domain = hea[i]->domain; in ospf_sh_lsadb()
/dports/net/bird/bird-1.6.8/proto/ospf/
H A Dospf.c1385 u32 last_domain = 0; in ospf_sh_lsadb() local
1433 if ((dscope != last_dscope) || (hea[i]->domain != last_domain)) in ospf_sh_lsadb()
1457 last_domain = hea[i]->domain; in ospf_sh_lsadb()
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dwelcome.c525 static char last_domain[] = "\x7E\x7E"; in Get_domain_from_hostname() local
544 return last_domain; in Get_domain_from_hostname()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dobject.c359 MonoDomain *last_domain = NULL; in mono_runtime_class_init_full() local
420 last_domain = mono_domain_get (); in mono_runtime_class_init_full()
515 if (last_domain) in mono_runtime_class_init_full()
516 mono_domain_set (last_domain, TRUE); in mono_runtime_class_init_full()