Home
last modified time | relevance | path

Searched refs:sgo (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/labs/qsg/
H A Dqgeomapobjectqsgsupport.cpp70 QQSGMapObject *sgo = nullptr; in createMapObjectImplementationPrivate() local
76 sgo = pimpl; in createMapObjectImplementationPrivate()
84 sgo = pimpl; in createMapObjectImplementationPrivate()
92 sgo = pimpl; in createMapObjectImplementationPrivate()
100 sgo = pimpl; in createMapObjectImplementationPrivate()
108 sgo = pimpl; in createMapObjectImplementationPrivate()
120 MapObject mo(p, sgo); in createMapObjectImplementationPrivate()
190 QQSGMapObject *sgo = mo.sgObject; in updateMapObjects() local
205 QQSGMapObject *sgo = mo.sgObject; in updateMapObjects() local
237 QQSGMapObject *sgo = m_mapObjects.at(i).sgObject; in updateObjectsGeometry() local
[all …]
H A Dqgeomapobjectqsgsupport_p.h66 MapObject(QPointer<QGeoMapObject> &o, QQSGMapObject *sgo) in MapObject()
67 : object(o), sgObject(sgo) {} in MapObject()
/dports/biology/ncbi-toolkit/ncbi/biostruc/cdd/
H A Dthrdsgoi.c55 int sgoi(int is, int it, Rnd_Smp* pvl, Seg_Ord* sgo) { in sgoi() argument
72 nsc=sgo->nsc; in sgoi()
75 si=sgo->si; in sgoi()
76 so=sgo->so; in sgoi()
78 to=sgo->to; in sgoi()
H A Dthrdatd.c294 sgo=calloc(1,sizeof(Seg_Ord)); in atd()
439 sgo->nsc=nsc; in atd()
445 printf("sgo->nsc:%d\n",sgo->nsc); in atd()
580 sgoi(gsp->iso,gsp->ito,pvl,sgo); in atd()
592 cs=sgo->si[i]; in atd()
697 sgoi(gsp->iso,gsp->ito,pvl,sgo); in atd()
849 sgoi(gsp->iso,gsp->ito,pvl,sgo); in atd()
995 sgoi(gsp->iso,gsp->ito,pvl,sgo); in atd()
1333 free(sgo->so); in atd()
1334 free(sgo->to); in atd()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/threader/
H A Dthrdsgoi.c44 /*int*/ void sgoi(int is, int it, Rnd_Smp* pvl, Seg_Ord* sgo) { in sgoi() argument
61 nsc=sgo->nsc; in sgoi()
64 si=sgo->si; in sgoi()
65 so=sgo->so; in sgoi()
67 to=sgo->to; in sgoi()
H A Dthrdatd.c227 sgo=calloc(1,sizeof(Seg_Ord)); in atd()
372 sgo->nsc=nsc; in atd()
378 printf("sgo->nsc:%d\n",sgo->nsc); in atd()
513 sgoi(gsp->iso,gsp->ito,pvl,sgo); in atd()
525 cs=sgo->si[i]; in atd()
630 sgoi(gsp->iso,gsp->ito,pvl,sgo); in atd()
782 sgoi(gsp->iso,gsp->ito,pvl,sgo); in atd()
928 sgoi(gsp->iso,gsp->ito,pvl,sgo); in atd()
1266 free(sgo->so); in atd()
1267 free(sgo->to); in atd()
[all …]
/dports/security/git-remote-gcrypt/git-remote-gcrypt-1.4/
H A DCONTRIBUTING.rst16 - sgo-software-announce --
17 <https://www.chiark.greenend.org.uk/mailman/listinfo/sgo-software-announce>
21 - sgo-software-discuss --
22 <https://www.chiark.greenend.org.uk/mailman/listinfo/sgo-software-discuss>
30 Posting to sgo-software-discuss
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DResizeObserverController.cpp137 nsCOMPtr<nsIScriptGlobalObject> sgo = do_QueryInterface(window); in Notify() local
138 MOZ_ASSERT(sgo); in Notify()
140 if (NS_WARN_IF(sgo->HandleScriptError(init, &status))) { in Notify()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DResizeObserverController.cpp137 nsCOMPtr<nsIScriptGlobalObject> sgo = do_QueryInterface(window); in Notify() local
138 MOZ_ASSERT(sgo); in Notify()
140 if (NS_WARN_IF(sgo->HandleScriptError(init, &status))) { in Notify()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/workers/
H A DWorkerError.cpp90 nsIScriptGlobalObject* sgo; in ReportError() local
131 } else if ((sgo = nsJSUtils::GetStaticScriptGlobal(global))) { in ReportError()
134 if (NS_FAILED(sgo->HandleScriptError(init, &status))) { in ReportError()
330 nsIScriptGlobalObject* sgo; in ReportError() local
371 } else if ((sgo = nsJSUtils::GetStaticScriptGlobal(global))) { in ReportError()
374 if (NS_FAILED(sgo->HandleScriptError(init, &status))) { in ReportError()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DResizeObserverController.cpp144 nsCOMPtr<nsIScriptGlobalObject> sgo = do_QueryInterface(window); in Notify() local
145 MOZ_ASSERT(sgo); in Notify()
147 if (NS_WARN_IF(sgo->HandleScriptError(init, &status))) { in Notify()
H A DnsDOMDataChannel.cpp87 nsCOMPtr<nsIScriptGlobalObject> sgo = do_QueryInterface(aDOMWindow); in Init() local
88 NS_ENSURE_STATE(sgo); in Init()
89 nsCOMPtr<nsIScriptContext> scriptContext = sgo->GetContext(); in Init()
/dports/www/firefox/firefox-99.0/dom/base/
H A DResizeObserverController.cpp153 nsCOMPtr<nsIScriptGlobalObject> sgo = do_QueryInterface(window); in Notify() local
154 MOZ_ASSERT(sgo); in Notify()
156 if (NS_WARN_IF(sgo->HandleScriptError(init, &status))) { in Notify()
H A DnsScreen.cpp30 nsCOMPtr<nsIScriptGlobalObject> sgo = do_QueryInterface(aWindow); in Create() local
31 NS_ENSURE_TRUE(sgo, nullptr); in Create()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xslt/
H A DtxMozillaTextOutput.cpp128 nsIScriptGlobalObject* sgo = in createResultDocument() local
130 NS_ENSURE_STATE(sgo || !hasHadScriptObject); in createResultDocument()
138 mDocument->SetScriptHandlingObject(sgo); in createResultDocument()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xslt/
H A DtxMozillaTextOutput.cpp149 nsIScriptGlobalObject* sgo = in createResultDocument() local
151 NS_ENSURE_STATE(sgo || !hasHadScriptObject); in createResultDocument()
152 mDocument->SetScriptHandlingObject(sgo); in createResultDocument()
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xslt/
H A DtxMozillaTextOutput.cpp133 nsIScriptGlobalObject* sgo = in createResultDocument() local
135 NS_ENSURE_STATE(sgo || !hasHadScriptObject); in createResultDocument()
143 mDocument->SetScriptHandlingObject(sgo); in createResultDocument()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xslt/
H A DtxMozillaTextOutput.cpp130 nsIScriptGlobalObject* sgo = in createResultDocument() local
132 NS_ENSURE_STATE(sgo || !hasHadScriptObject); in createResultDocument()
140 mDocument->SetScriptHandlingObject(sgo); in createResultDocument()
/dports/www/firefox/firefox-99.0/dom/xslt/xslt/
H A DtxMozillaTextOutput.cpp133 nsIScriptGlobalObject* sgo = in createResultDocument() local
135 NS_ENSURE_STATE(sgo || !hasHadScriptObject); in createResultDocument()
143 mDocument->SetScriptHandlingObject(sgo); in createResultDocument()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xslt/
H A DtxMozillaTextOutput.cpp133 nsIScriptGlobalObject* sgo = in createResultDocument() local
135 NS_ENSURE_STATE(sgo || !hasHadScriptObject); in createResultDocument()
143 mDocument->SetScriptHandlingObject(sgo); in createResultDocument()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/browser-element/
H A DBrowserElementParent.cpp139 nsIGlobalObject* sgo = aPopupFrameElement->OwnerDoc()->GetScopeObject(); in DispatchOpenWindowEvent() local
140 if (!sgo) { in DispatchOpenWindowEvent()
144 JS::Rooted<JSObject*> global(cx, sgo->GetGlobalJSObject()); in DispatchOpenWindowEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/browser-element/
H A DBrowserElementParent.cpp168 nsIGlobalObject* sgo = aPopupFrameElement->OwnerDoc()->GetScopeObject(); in DispatchOpenWindowEvent() local
169 if (!sgo) { in DispatchOpenWindowEvent()
173 JS::Rooted<JSObject*> global(cx, sgo->GetGlobalJSObject()); in DispatchOpenWindowEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/speakermanager/
H A DSpeakerManager.cpp130 nsCOMPtr<nsIScriptGlobalObject> sgo = do_QueryInterface(aGlobal.GetAsSupports()); in Constructor() local
131 if (!sgo) { in Constructor()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsDOMDataChannel.cpp91 nsCOMPtr<nsIScriptGlobalObject> sgo = do_QueryInterface(aDOMWindow); in Init() local
92 NS_ENSURE_STATE(sgo); in Init()
93 nsCOMPtr<nsIScriptContext> scriptContext = sgo->GetContext(); in Init()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/po/se/
H A Dkcmaccess.po56 msgstr "%1 deaddejuvvo seammásgo Caps Lock ja Scroll Lock leat aktiivalačča"
61 msgstr "%1 deaddejuvvo seammásgo Num Lock ja Scroll Lock leat aktiivalačča"
66 msgstr "%1 deaddujuvvo seammásgo Scroll Lock lea aktiivalaš"
71 msgstr "%1 deaddujuvvo seammásgo Num Lock ja Caps Lock leat aktiivalačča"
76 msgstr "%1 deaddejuvvo seammásgo Caps Lock lea aktiivalaš"
81 msgstr "%1 deaddejuvvo seammásgo Num Lock lea aktiivalaš"

123456789