Home
last modified time | relevance | path

Searched refs:locationStr (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DHTMLEditorObjectResizer.cpp110 nsAutoString locationStr; in CreateResizer() local
113 locationStr = kTopLeft; in CreateResizer()
116 locationStr = kTop; in CreateResizer()
119 locationStr = kTopRight; in CreateResizer()
123 locationStr = kLeft; in CreateResizer()
126 locationStr = kRight; in CreateResizer()
130 locationStr = kBottomLeft; in CreateResizer()
133 locationStr = kBottom; in CreateResizer()
136 locationStr = kBottomRight; in CreateResizer()
435 nsAutoString locationStr; in StartResizing() local
[all …]
/dports/devel/py-pyro/Pyro4-4.77/src/Pyro4/socketserver/
H A Dexistingconnectionserver.py21 self.sock = self.daemon = self.locationStr = self.conn = None
33 self.locationStr = "./u:" + (sn or "<<not-bound>>")
37 self.locationStr = "[%s]:%d" % (host, port)
39 self.locationStr = "%s:%d" % (host, port)
43 return "<%s on %s>" % (self.__class__.__name__, self.locationStr)
H A Dmultiplexserver.py38 self.sock = self.daemon = self.locationStr = None
71 self.locationStr = "./u:" + unixsocket
76 self.locationStr = "[%s]:%d" % (host, port)
78 self.locationStr = "%s:%d" % (host, port)
82 …return "<%s on %s; %d connections>" % (self.__class__.__name__, self.locationStr, len(self.selecto…
H A Dthreadpoolserver.py110 self.daemon = self.sock = self._socketaddr = self.locationStr = self.pool = None
140 self.locationStr = "./u:" + unixsocket
145 self.locationStr = "[%s]:%d" % (host, port)
147 self.locationStr = "%s:%d" % (host, port)
167 …return "<%s on %s; %d workers>" % (self.__class__.__name__, self.locationStr, self.pool.num_worker…
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DHTMLEditorObjectResizer.cpp156 nsAutoString locationStr; in CreateResizer() local
159 locationStr = kTopLeft; in CreateResizer()
162 locationStr = kTop; in CreateResizer()
165 locationStr = kTopRight; in CreateResizer()
169 locationStr = kLeft; in CreateResizer()
172 locationStr = kRight; in CreateResizer()
176 locationStr = kBottomLeft; in CreateResizer()
179 locationStr = kBottom; in CreateResizer()
182 locationStr = kBottomRight; in CreateResizer()
527 nsAutoString locationStr; in StartResizing() local
[all …]
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/facebook/
H A Deventslistjob.cpp91 QStringList locationStr; in handleResponse() local
95 locationStr << name->toString(); in handleResponse()
103 locationStr << it->toString(); in handleResponse()
107 if (locationStr.size() < 1) { in handleResponse()
118 if (!locationStr.isEmpty()) { in handleResponse()
119 event->setLocation(locationStr.join(QLatin1String(", "))); in handleResponse()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/import/ftable/
H A D5col_import_data.cpp126 auto locationStr = NStr::IntToString(loc.GetStart(eExtreme_Positional)); in Serialize() local
127 locationStr += ".."; in Serialize()
128 locationStr += NStr::IntToString(loc.GetStop(eExtreme_Positional)); in Serialize()
132 out << " Range = " << locationStr << "\n"; in Serialize()
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DHTMLEditorObjectResizer.cpp74 nsAutoString locationStr; in CreateResizer() local
77 locationStr = kTopLeft; in CreateResizer()
80 locationStr = kTop; in CreateResizer()
83 locationStr = kTopRight; in CreateResizer()
87 locationStr = kLeft; in CreateResizer()
90 locationStr = kRight; in CreateResizer()
94 locationStr = kBottomLeft; in CreateResizer()
97 locationStr = kBottom; in CreateResizer()
100 locationStr = kBottomRight; in CreateResizer()
679 nsAutoString locationStr; in StartResizing() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DHTMLEditorObjectResizer.cpp73 nsAutoString locationStr; in CreateResizer() local
76 locationStr = kTopLeft; in CreateResizer()
79 locationStr = kTop; in CreateResizer()
82 locationStr = kTopRight; in CreateResizer()
86 locationStr = kLeft; in CreateResizer()
89 locationStr = kRight; in CreateResizer()
93 locationStr = kBottomLeft; in CreateResizer()
96 locationStr = kBottom; in CreateResizer()
99 locationStr = kBottomRight; in CreateResizer()
681 nsAutoString locationStr; in StartResizing() local
[all …]
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DHTMLEditorObjectResizer.cpp76 nsAutoString locationStr; in CreateResizer() local
79 locationStr = kTopLeft; in CreateResizer()
82 locationStr = kTop; in CreateResizer()
85 locationStr = kTopRight; in CreateResizer()
89 locationStr = kLeft; in CreateResizer()
92 locationStr = kRight; in CreateResizer()
96 locationStr = kBottomLeft; in CreateResizer()
99 locationStr = kBottom; in CreateResizer()
102 locationStr = kBottomRight; in CreateResizer()
680 nsAutoString locationStr; in StartResizing() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DHTMLEditorObjectResizer.cpp74 nsAutoString locationStr; in CreateResizer() local
77 locationStr = kTopLeft; in CreateResizer()
80 locationStr = kTop; in CreateResizer()
83 locationStr = kTopRight; in CreateResizer()
87 locationStr = kLeft; in CreateResizer()
90 locationStr = kRight; in CreateResizer()
94 locationStr = kBottomLeft; in CreateResizer()
97 locationStr = kBottom; in CreateResizer()
100 locationStr = kBottomRight; in CreateResizer()
679 nsAutoString locationStr; in StartResizing() local
[all …]
/dports/devel/arduino-core/Arduino-b439a77/app/src/processing/app/
H A DAbstractMonitor.java68 String locationStr = PreferencesData.get("last.serial.location"); in AbstractMonitor() local
69 if (locationStr != null) { in AbstractMonitor()
70 int[] location = PApplet.parseInt(PApplet.split(locationStr, ',')); in AbstractMonitor()
H A DSerialMonitor.java105 String locationStr = PApplet.join(PApplet.str(location), ","); in close() local
106 PreferencesData.set("last.serial.location", locationStr); in close()
/dports/devel/py-pyro/Pyro4-4.77/tests/PyroTests/
H A Dtest_daemon.py96 hostname, port = d.locationStr.split(":")
128 … self.assertTrue(d.locationStr=="./u:<<not-bound>>" or d.locationStr.startswith("127.0."))
136 … self.assertTrue(d.locationStr=="./u:<<not-bound>>" or d.locationStr.startswith("127.0."))
147 self.assertEqual(locationstr, d.locationStr)
160 self.assertEqual(locationstr, d.locationStr)
366 self.assertEqual(Pyro4.core.URI("PYRO:unexisting_thingie@" + d.locationStr), u3)
467 self.assertNotEqual(d.locationStr, d.natLocationStr)
492 host, port = d.locationStr.split(":")
496 host, port = d.locationStr.split(":")
500 host, port = d.locationStr.split(":")
[all …]
H A Dtest_socket.py386 self.assertEqual("localhost:" + str(port), serv.locationStr)
403 self.assertEqual("localhost:" + str(port), serv.locationStr)
433 self.locationStr = self.serv.locationStr
450 host, port = serv_thread.locationStr.split(':')
502 host, port = serv_thread.locationStr.split(':')
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/_other/
H A Dupdater_win.cpp288 WCHAR locationStr[bufSize], exp[bufSize]; in updateRegistry() local
289 …if (RegQueryValueEx(rkey, L"InstallLocation", 0, &locationType, (BYTE*)locationStr, &locationSize)… in updateRegistry()
291 if (locationStr[locationSize - 1]) { in updateRegistry()
292 locationStr[locationSize++] = 0; in updateRegistry()
295 DWORD copy = ExpandEnvironmentStrings(locationStr, exp, bufSize); in updateRegistry()
297 memcpy(locationStr, exp, copy * sizeof(WCHAR)); in updateRegistry()
301 if (PathCanonicalize(exp, locationStr)) { in updateRegistry()
302 memcpy(locationStr, exp, bufSize * sizeof(WCHAR)); in updateRegistry()
304 wstring installpath = locationStr, mypath = exp; in updateRegistry()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/
H A DU1AnnotationUtils.cpp472 QString locationStr = complement ? "complement(" : ""; in buildLocationString() local
475 locationStr += location.isOrder() ? "order(" : (location.isBond() ? "bond(" : "join("); in buildLocationString()
477 locationStr += buildLocationString(location.regions); in buildLocationString()
480 locationStr += ")"; in buildLocationString()
483 locationStr.append(")"); in buildLocationString()
485 return locationStr; in buildLocationString()
493 QString locationStr; in buildLocationString() local
496locationStr = locationStr % QString::number(r.startPos + 1) % ".." % QString::number(r.endPos()) %… in buildLocationString()
498 locationStr.chop(1); in buildLocationString()
499 return locationStr; in buildLocationString()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/rdd/
H A DHadoopRDD.scala437 val locationStr = reflections.getLocation.invoke(loc).asInstanceOf[String] constant
438 if (locationStr != "localhost") {
440 logDebug(s"Partition $locationStr is cached by Hadoop.")
441 Some(HDFSCacheTaskLocation(locationStr).toString)
443 Some(HostTaskLocation(locationStr).toString)
/dports/cad/verilator/verilator-4.216/src/
H A DV3Error.cpp186 void V3Error::v3errorEnd(std::ostringstream& sstr, const string& locationStr) { in v3errorEnd() argument
212 if (!locationStr.empty()) { in v3errorEnd()
213 const string locationMsg = warnMore() + locationStr + "\n"; in v3errorEnd()
H A DV3FileLine.cpp342 void FileLine::v3errorEnd(std::ostringstream& sstr, const string& locationStr) { in v3errorEnd() argument
348 if (!locationStr.empty()) { in v3errorEnd()
350 << ": " << locationStr; in v3errorEnd()
/dports/devel/py-pyro/Pyro4-4.77/src/Pyro4/
H A Dnaming.py397 self.locationStr = "[%s]:%d" % (bchost, bcport)
399 self.locationStr = "%s:%d" % (bchost, bcport)
400 …log.info("ns broadcast server created on %s - %s", self.locationStr, socketutil.family_str(self.so…
487 print("Broadcast server running on %s" % bcserver.locationStr)
492 print("NS running on %s (%s)" % (daemon.locationStr, hostip))
/dports/devel/py-pyro/Pyro4-4.77/examples/socketpair/
H A Dpair-thread.py27 print("(Pyro daemon running on", daemon.locationStr, ")\n")
H A Dpair-fork.py31 print("Process PID={:d}: Pyro daemon running on {:s}\n".format(os.getpid(), daemon.locationStr))
/dports/biology/ugene/ugene-40.1/src/plugins/enzymes/src/
H A DDigestSequenceDialog.cpp162 QString locationStr(annData.at(1)); in accept() local
164 Genbank::LocationParser::parseLocation(qPrintable(locationStr), locationStr.size(), l); in accept()
/dports/biology/ugene/ugene-40.1/src/plugins/circular_view/src/
H A DRestrictionMapWidget.h35 EnzymeItem(const QString &locationStr, Annotation *a);

12