Home
last modified time | relevance | path

Searched refs:getDomain (Results 1 – 25 of 1421) sorted by relevance

12345678910>>...57

/dports/math/flopc++/FlopCpp-d4c1d98/FlopCpp/src/
H A DMP_index.cpp45 virtual MP_domain getDomain(MP_set* s) const{ in getDomain() function in flopc::MP_index_constant
65 virtual MP_domain getDomain(MP_set* s) const{ in getDomain() function in flopc::MP_index_subsetRef
66 return MP_domain(S->getDomain(s)); in getDomain()
97 MP_domain MP_index::getDomain(MP_set* s) const{ in getDomain() function in MP_index
101 MP_domain MP_index_mult::getDomain(MP_set* s) const{ in getDomain() function in MP_index_mult
102 return left->getDomain(s); in getDomain()
105 MP_domain MP_index_sum::getDomain(MP_set* s) const{ in getDomain() function in MP_index_sum
106 return left->getDomain(s); in getDomain()
109 MP_domain MP_index_dif::getDomain(MP_set* s) const{ in getDomain() function in MP_index_dif
110 return left->getDomain(s); in getDomain()
H A DMP_index.hpp32 virtual MP_domain getDomain(MP_set* s) const = 0;
93 virtual MP_domain getDomain(MP_set* s) const;
185 virtual MP_domain getDomain(MP_set* s) const;
208 virtual MP_domain getDomain(MP_set* s) const;
231 virtual MP_domain getDomain(MP_set* s) const;
/dports/math/py-or-tools/or-tools-9.2/ortools/java/com/google/ortools/sat/
H A DIntVar.java88 if (varBuilder.getDomainCount() == 2 && varBuilder.getDomain(0) == varBuilder.getDomain(1)) { in getShortString()
89 return String.format("%d", varBuilder.getDomain(0)); in getShortString()
105 if (varBuilder.getDomain(i) == varBuilder.getDomain(i + 1)) { in displayBounds()
106 out += String.format("%d", varBuilder.getDomain(i)); in displayBounds()
108 out += String.format("%d..%d", varBuilder.getDomain(i), varBuilder.getDomain(i + 1)); in displayBounds()
124 public Domain getDomain() { in getDomain() method in IntVar
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/cookie/
H A DRFC2109Spec.java152 && (!cookie.getDomain().equals(host))) { in validate()
155 if (!cookie.getDomain().startsWith(".")) { in validate()
157 + cookie.getDomain() in validate()
161 int dotIndex = cookie.getDomain().indexOf('.', 1); in validate()
162 if (dotIndex < 0 || dotIndex == cookie.getDomain().length() - 1) { in validate()
164 + cookie.getDomain() in validate()
168 if (!host.endsWith(cookie.getDomain())) { in validate()
170 "Illegal domain attribute \"" + cookie.getDomain() in validate()
175 - cookie.getDomain().length()); in validate()
178 + cookie.getDomain() in validate()
[all …]
H A DNetscapeDraftSpec.java232 int domainParts = new StringTokenizer(cookie.getDomain(), ".") in validate()
235 if (isSpecialDomain(cookie.getDomain())) { in validate()
238 + cookie.getDomain() in validate()
245 + cookie.getDomain() in validate()
/dports/devel/arcanist-lib/arcanist-b2e715f/src/parser/__tests__/
H A DPhutilURITestCase.php139 $this->assertEqual('', $uri->getDomain());
141 $this->assertEqual('', $uri->getDomain());
143 $this->assertEqual('', $uri->getDomain());
147 $this->assertEqual('', $uri->getDomain());
149 $this->assertEqual('', $uri->getDomain());
198 $this->assertEqual('', $uri->getDomain());
220 $this->assertEqual('localhost', $uri->getDomain());
227 $this->assertEqual('domain.com', $uri->getDomain());
249 $this->assertEqual('host.com', $uri->getDomain());
256 $this->assertEqual('host.com', $uri->getDomain());
[all …]
H A DPhutilGitURITestCase.php11 $this->assertEqual('host.com', $uri->getDomain());
17 $this->assertEqual('host.com', $uri->getDomain());
24 $this->assertEqual('', $uri->getDomain());
/dports/devel/arcanist/arcanist-b2e715f/src/parser/__tests__/
H A DPhutilURITestCase.php139 $this->assertEqual('', $uri->getDomain());
141 $this->assertEqual('', $uri->getDomain());
143 $this->assertEqual('', $uri->getDomain());
147 $this->assertEqual('', $uri->getDomain());
149 $this->assertEqual('', $uri->getDomain());
198 $this->assertEqual('', $uri->getDomain());
220 $this->assertEqual('localhost', $uri->getDomain());
227 $this->assertEqual('domain.com', $uri->getDomain());
249 $this->assertEqual('host.com', $uri->getDomain());
256 $this->assertEqual('host.com', $uri->getDomain());
[all …]
H A DPhutilGitURITestCase.php11 $this->assertEqual('host.com', $uri->getDomain());
17 $this->assertEqual('host.com', $uri->getDomain());
24 $this->assertEqual('', $uri->getDomain());
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/cookie/
H A DRFC2965DomainAttributeHandler.java112 if (cookie.getDomain() == null) { in validate()
116 final String cookieDomain = cookie.getDomain().toLowerCase(Locale.ENGLISH); in validate()
123 cookie.getDomain() + "\" violates RFC 2109: domain must start with a dot"); in validate()
132 "Domain attribute \"" + cookie.getDomain() in validate()
140 "Domain attribute \"" + cookie.getDomain() in validate()
150 + cookie.getDomain() + "\" violates RFC 2965: " in validate()
156 if (!cookie.getDomain().equals(host)) { in validate()
158 + cookie.getDomain() + "\"." in validate()
172 final String cookieDomain = cookie.getDomain(); in match()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/cookie/
H A DRFC2965DomainAttributeHandler.java112 if (cookie.getDomain() == null) { in validate()
116 final String cookieDomain = cookie.getDomain().toLowerCase(Locale.ENGLISH); in validate()
123 cookie.getDomain() + "\" violates RFC 2109: domain must start with a dot"); in validate()
132 "Domain attribute \"" + cookie.getDomain() in validate()
140 "Domain attribute \"" + cookie.getDomain() in validate()
150 + cookie.getDomain() + "\" violates RFC 2965: " in validate()
156 if (!cookie.getDomain().equals(host)) { in validate()
158 + cookie.getDomain() + "\"." in validate()
172 final String cookieDomain = cookie.getDomain(); in match()
/dports/mail/libvmime/vmime-0.9.2/tests/parser/
H A DpathTest.cpp42 VASSERT_EQ("1.2", "", p1.getDomain()); in VMIME_TEST_SUITE_BEGIN()
48 VASSERT_EQ("2.2", "domain", p2.getDomain()); in VMIME_TEST_SUITE_BEGIN()
54 VASSERT_EQ("3.2", "domain", p3.getDomain()); in VMIME_TEST_SUITE_BEGIN()
64 VASSERT_EQ("1.2", "", p1.getDomain()); in testParse2()
70 VASSERT_EQ("2.2", "domain", p2.getDomain()); in testParse2()
76 VASSERT_EQ("3.2", "domain", p3.getDomain()); in testParse2()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/network/
H A DZapCookieSpec.java69 if (!host.endsWith(cookie.getDomain())) { in validate()
70 String s = cookie.getDomain(); in validate()
77 + cookie.getDomain() in validate()
84 if (!host.equals(cookie.getDomain())) { in validate()
87 + cookie.getDomain() in validate()
/dports/www/pecl-http/pecl_http-3.2.4/tests/
H A Dcookie009.phpt14 var_dump($c->getDomain());
18 var_dump($o->getDomain());
19 var_dump($c->getDomain());
21 var_dump($o->getDomain());
22 var_dump($c->getDomain());
/dports/games/openxcom/OpenXcom-1.0/src/Engine/
H A DShaderDrawHelper.h80 _range_domain(s.getDomain()), in ShaderBase()
118 inline const GraphSubset& getDomain() const in getDomain() function
156 _range_domain(s.getDomain()), in ShaderBase()
166 _range_domain(s.getDomain()), in ShaderBase()
204 inline const GraphSubset& getDomain() const in getDomain() function
243 _range_domain(s.getDomain()), in ShaderBase()
297 inline const GraphSubset& getDomain() const in getDomain() function
336 _range_domain(s.getDomain()), in ShaderBase()
346 _range_domain(s.getDomain()), in ShaderBase()
400 inline const GraphSubset& getDomain() const in getDomain() function
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/imap/
H A DIMAPDetector.php81 private function getDomain() { function in go\\core\\imap\\IMAPDetector
96 $hosts[] = 'imap.'.$this->getDomain();
97 $hosts[] = 'mail.'.$this->getDomain();
99 getmxrr($this->getDomain(), $mxhosts);
164 $this->username = $this->getMailbox().'@'.$this->getDomain();
/dports/www/aria2/aria2-1.36.0/test/
H A DSqlite3CookieParserTest.cc47 CPPUNIT_ASSERT_EQUAL(std::string("localhost"), localhost->getDomain()); in testMozParse()
59 CPPUNIT_ASSERT_EQUAL(std::string("null_value.com"), nullValue->getDomain()); in testMozParse()
72 overflowTime->getDomain()); in testMozParse()
121 sfnet->getDomain()); in testChromumParse()
131 CPPUNIT_ASSERT_EQUAL(std::string("aria2.sourceforge.jp"), sfjp->getDomain()); in testChromumParse()
137 CPPUNIT_ASSERT_EQUAL(std::string("192.168.0.1"), localnet->getDomain()); in testChromumParse()
H A DNsCookieParserTest.cc44 CPPUNIT_ASSERT_EQUAL(std::string("localhost"), c->getDomain()); in testParse()
54 CPPUNIT_ASSERT_EQUAL(std::string("expired"), c->getDomain()); in testParse()
64 CPPUNIT_ASSERT_EQUAL(std::string("192.168.0.1"), c->getDomain()); in testParse()
74 CPPUNIT_ASSERT_EQUAL(std::string("something"), c->getDomain()); in testParse()
84 CPPUNIT_ASSERT_EQUAL(std::string("example.org"), c->getDomain()); in testParse()
H A DTestUtil.h26 if (lhs->getDomain() == rhs->getDomain()) { in operator()
30 return lhs->getDomain() < rhs->getDomain(); in operator()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/server/
H A DOutgoingSessionPromise.java165 if (!packet.getFrom().getDomain().equals(domainPair.getLocal())) { in createProcess()
166 …ew IllegalArgumentException("Packet's 'from' domain ("+packet.getFrom().getDomain()+") does not ma… in createProcess()
168 if (!packet.getTo().getDomain().equals(domainPair.getRemote())) { in createProcess()
169 …throw new IllegalArgumentException("Packet's 'to' domain ("+packet.getTo().getDomain()+") does not… in createProcess()
197 if (!packet.getFrom().getDomain().equals(domainPair.getLocal())) { in queue()
198 …ew IllegalArgumentException("Packet's 'from' domain ("+packet.getFrom().getDomain()+") does not ma… in queue()
200 if (!packet.getTo().getDomain().equals(domainPair.getRemote())) { in queue()
201 …throw new IllegalArgumentException("Packet's 'to' domain ("+packet.getTo().getDomain()+") does not… in queue()
401 if (!packet.getFrom().getDomain().equals(domainPair.getLocal())) { in addPacket()
404 if (!packet.getTo().getDomain().equals(domainPair.getRemote())) { in addPacket()
/dports/biology/jalview/jalview/src/jalview/ext/ensembl/
H A DEnsemblRestClient.java187 String pingUrl = getDomain() + "/info/ping" + CONTENT_TYPE_JSON; in checkEnsembl()
394 EnsemblData info = domainData.get(getDomain()); in isEnsemblAvailable()
468 EnsemblData info = domainData.get(getDomain()); in checkEnsemblRestVersion()
474 url = new URL(getDomain() + "/info/rest" + CONTENT_TYPE_JSON); in checkEnsemblRestVersion()
526 return domainData.get(getDomain()).restMajorVersionMismatch; in isRestMajorVersionMismatch()
542 url = new URL(getDomain() + "/info/data" + CONTENT_TYPE_JSON); in checkEnsemblDataVersion()
548 domainData.get(getDomain()).dataVersion = versions.get(0) in checkEnsemblDataVersion()
572 return domainData.get(getDomain()).dataVersion; in getEnsemblDataVersion()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Model/
H A DRandomVector.cxx190 Domain RandomVector::getDomain() const in getDomain() function in RandomVector
192 return getImplementation()->getDomain(); in getDomain()
239 …const LevelSet* levelSet = dynamic_cast<LevelSet*>(eventDomain->getDomain().getImplementation().ge… in intersect()
257 …const LevelSet* levelSet = dynamic_cast<LevelSet*>(eventDomain->getDomain().getImplementation().ge… in intersect()
292 …const LevelSet* levelSet = dynamic_cast<LevelSet*>(eventDomain->getDomain().getImplementation().ge… in join()
310 …const LevelSet* levelSet = dynamic_cast<LevelSet*>(eventDomain->getDomain().getImplementation().ge… in join()
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/activity-stream/lib/
H A DTippyTopProvider.jsm10 function getDomain(url) {
34 this._sitesByDomain.set(getDomain(url), site);
44 const tippyTop = this._sitesByDomain.get(getDomain(site.url));
53 const EXPORTED_SYMBOLS = ["TippyTopProvider", "getDomain"];
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/
H A Ddetection.cpp303getDomain(target)->getVal("gameid").equalsIgnoreCase("lol") && !ConfMan.getDomain(target)->getVal(… in removeSaveState()
313 ….getDomain(target)->getVal("gameid").equalsIgnoreCase("lol") || ConfMan.getDomain(target)->getVal(… in querySaveMetaInfos()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFFunction.java152 if (function.getDomain() != null) { in contentEquals()
153 if (!function.getDomain().equals(func.getDomain())) { in contentEquals()
156 } else if (func.getDomain() != null) { in contentEquals()

12345678910>>...57