Home
last modified time | relevance | path

Searched refs:openContext (Results 1 – 25 of 122) sorted by relevance

12345

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/builders/
H A Dabstractcontextbuilder.h111 openContext(context);
273 openContext(contextFromNode(node)); in buildSubContexts()
320 openContext(contextFromNode(rangeNode));
343 openContext(contextFromNode(node));
365 openContext(contextFromNode(node)); in openContext()
386 openContext(contextFromNode(rangeNode)); in openContext()
400 DUContext* openContext(T* fromRange, T* toRange, DUContext::ContextType type,
409 openContext(contextFromNode(fromRange));
425 virtual void openContext(DUContext* newContext) in openContext() function
437 openContext(ctx); in injectContext()
[all …]
H A Dabstractusebuilder.h150 openContext(newContext); in newUse()
172 void openContext(KDevelop::DUContext* newContext) override in openContext() function
174 LanguageSpecificUseBuilderBase::openContext(newContext); in openContext()
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/duchain/builders/
H A Dcontextbuilder.cpp199openContext(node, editorFindRange(node, node), DUContext::Class, identifierPairForNode(node->class… in visitClassDeclarationStatement()
220openContext(node, editorFindRange(node, node), DUContext::Class, identifierPairForNode(node->trait… in visitTraitDeclarationStatement()
231 … DUContext* parameters = openContext(node->parameters, DUContext::Function, node->methodName); in visitClassStatement()
239 DUContext* body = openContext(node->methodBody, DUContext::Other, node->methodName); in visitClassStatement()
258 DUContext* parameters = openContext(node->parameters, DUContext::Function, node->functionName); in visitFunctionDeclarationStatement()
266 DUContext* body = openContext(node->functionBody, DUContext::Other, node->functionName); in visitFunctionDeclarationStatement()
279 DUContext* parameters = openContext(node->parameters, DUContext::Function); in visitClosure()
287 imported = openContext(node->lexicalVars, DUContext::Other); in visitClosure()
296 DUContext* body = openContext(node->functionBody, DUContext::Other); in visitClosure()
362 openContext(node, range, DUContext::Namespace, identifier.second); in openNamespace()
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/duchain/builders/
H A Dcontextbuilder.cpp201openContext(node, editorFindRange(node, node), DUContext::Class, identifierPairForNode(node->class… in visitClassDeclarationStatement()
222openContext(node, editorFindRange(node, node), DUContext::Class, identifierPairForNode(node->trait… in visitTraitDeclarationStatement()
233 … DUContext* parameters = openContext(node->parameters, DUContext::Function, node->methodName); in visitClassStatement()
241 DUContext* body = openContext(node->methodBody, DUContext::Other, node->methodName); in visitClassStatement()
260 DUContext* parameters = openContext(node->parameters, DUContext::Function, node->functionName); in visitFunctionDeclarationStatement()
268 DUContext* body = openContext(node->functionBody, DUContext::Other, node->functionName); in visitFunctionDeclarationStatement()
281 DUContext* parameters = openContext(node->parameters, DUContext::Function); in visitClosure()
289 imported = openContext(node->lexicalVars, DUContext::Other); in visitClosure()
298 DUContext* body = openContext(node->functionBody, DUContext::Other); in visitClosure()
364 openContext(node, range, DUContext::Namespace, identifier.second); in openNamespace()
[all …]
/dports/devel/kdev-php/kdev-php-21.12.3/duchain/builders/
H A Dcontextbuilder.cpp246openContext(node, editorFindRange(node, node), DUContext::Class, identifierPairForNode(node->class… in visitClassDeclarationStatement()
259openContext(node, editorFindRange(node, node), DUContext::Class, identifierPairForNode(node->inter… in visitInterfaceDeclarationStatement()
267openContext(node, editorFindRange(node, node), DUContext::Class, identifierPairForNode(node->trait… in visitTraitDeclarationStatement()
289 …DUContext* body = openContext(node->methodBody, DUContext::Other, identifierForNode(node->methodNa… in visitClassStatement()
308 DUContext* parameters = openContext(node->parameters, DUContext::Function, node->functionName); in visitFunctionDeclarationStatement()
319 DUContext* body = openContext(node->functionBody, DUContext::Other, node->functionName); in visitFunctionDeclarationStatement()
332 DUContext* parameters = openContext(node->parameters, DUContext::Function); in visitClosure()
343 imported = openContext(node->lexicalVars, DUContext::Other); in visitClosure()
352 DUContext* body = openContext(node->functionBody, DUContext::Other); in visitClosure()
418 openContext(node, range, DUContext::Namespace, identifier.second); in openNamespace()
[all …]
/dports/security/keybase/client-v5.7.1/go/kbfs/libdokan/
H A Dfs.go205 type openContext struct { struct
217 func (oc *openContext) reduceRedirectionsLeft() bool { argument
223 func (oc *openContext) isCreateDirectory() bool { argument
230 func (oc *openContext) isCreation() bool { argument
237 func (oc *openContext) isExistingError() bool { argument
242 func (oc *openContext) isTruncate() bool { argument
251 func (oc *openContext) isOpenReparsePoint() bool { argument
257 func (oc *openContext) returnDirNoCleanup(f dokan.File) ( argument
267 func (oc *openContext) returnFileNoCleanup(f dokan.File) ( argument
275 func newSyntheticOpenContext() *openContext {
[all …]
H A Ddir.go296 func (d *Dir) open(ctx context.Context, oc *openContext, path []string) (dokan.File, dokan.CreateSt…
426 func openFile(ctx context.Context, oc *openContext, path []string, f *File) (dokan.File, dokan.Crea… argument
441 func openSymlink(ctx context.Context, oc *openContext, parent *Dir, rootDir *Dir, origPath, path []… argument
475 func getExclFromOpenContext(oc *openContext) libkbfs.Excl { argument
479 func (d *Dir) create(ctx context.Context, oc *openContext, name string) (f dokan.File, cst dokan.Cr…
500 func (d *Dir) mkdir(ctx context.Context, oc *openContext, name string) (
617 func resolveSymlinkIsDir(ctx context.Context, oc *openContext, rootDir *Dir, origPath []string, tar… argument
H A Dempty_folder.go18 func (ef *EmptyFolder) open(ctx context.Context, oc *openContext, path []string) (f dokan.File, cst…
H A Dprofilelist.go29 func (pl ProfileList) open(ctx context.Context, oc *openContext, path []string) (dokan.File, dokan.…
H A Dfolderlist.go24 open(ctx context.Context, oc *openContext, path []string) ( argument
68 func (fl *FolderList) open(ctx context.Context, oc *openContext, path []string) (f dokan.File, cst …
H A Dcommon.go130 func lowerTranslateCandidate(oc *openContext, s string) string { argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/operators/
H A DbufferTime.ts142 const context = this.openContext();
199 context = this.openContext();
206 openContext(): Context<T> { method in BufferTimeSubscriber
232 state.context = subscriber.openContext();
239 const context = subscriber.openContext();
/dports/misc/netron/node_modules/rxjs/src/internal/operators/
H A DbufferTime.ts142 const context = this.openContext();
199 context = this.openContext();
206 openContext(): Context<T> { method in BufferTimeSubscriber
232 state.context = subscriber.openContext();
239 const context = subscriber.openContext();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/operators/
H A DbufferTime.ts142 const context = this.openContext();
199 context = this.openContext();
206 openContext(): Context<T> { method in BufferTimeSubscriber
232 state.context = subscriber.openContext();
239 const context = subscriber.openContext();
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/src/internal/operators/
H A DbufferTime.ts142 const context = this.openContext();
199 context = this.openContext();
206 openContext(): Context<T> { method in BufferTimeSubscriber
232 state.context = subscriber.openContext();
239 const context = subscriber.openContext();
/dports/devel/kdev-python/kdev-python-21.12.3/duchain/
H A Dcontextbuilder.cpp184 openContext(m_temporarilyClosedContexts.last().data()); in closeAlreadyOpenedContext()
245 openContext(node, range, KDevelop::DUContext::Other); in visitComprehensionCommon()
274 openContext(node, range, DUContext::Class, node->name); in openContextForClassDefinition()
390 openContext(node, editorFindRange(node, node->body), DUContext::Other); in visitLambda()
428 DUContext* funcctx = openContext(node->arguments, range, DUContext::Function, node->name); in visitFunctionArguments()
466 openContext(node, range, DUContext::Other, identifierForNode(node->name)); in visitFunctionBody()
/dports/net/norm/norm-1.5r6/protolib/src/wince/
H A DrawEtherCap.cpp194 W32N_OPEN_CONTEXT* openContext = (W32N_OPEN_CONTEXT*)adapter_handle; in Open() local
195 PKTQ* q = openContext->pPKTQ; in Open()
196 input_handle = openContext->pPKTQ->hMessagePostedEvent; in Open()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/duchain/
H A Ddeclarationbuilder.cpp132 DUContext* parametersContext = openContext( in declareFunction()
156 d->setPrototypeContext(openContext( in declareFunction()
172 openContext( in declareFunction()
515 DUContext* importedContext = openContext(node, range, DUContext::Class); in declareFieldMember()
591 decl->setInternalContext(openContext( in visit()
851 openContext( in declareComponentSubclass()
972 decl->setInternalContext(openContext( in declareExports()
1025 …decl->setInternalContext(openContext(node, range, DUContext::Class, QualifiedIdentifier(identifier… in importDirectory()
1178 openContext( in visit()
H A Dusebuilder.cpp27 openContext(ctx); in preVisit()
/dports/misc/py-orange3-educational/orange3-educational-0.4.0/orangecontrib/educational/widgets/
H A Dowcreatetable.py356 self.openContext(data)
363 def openContext(self, data): member in OWCreateTable
364 super(OWCreateTable, self).openContext(data.domain if data else None)
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HW/
H A DMediaEngine.h64 bool openContext(bool keepReadPos = false);
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HW/
H A DMediaEngine.h64 bool openContext(bool keepReadPos = false);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HW/
H A DMediaEngine.h64 bool openContext(bool keepReadPos = false);
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/unsupervised/tests/
H A Dtest_owdistancematrix.py41 self.widget.openContext(distances, annotations)
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowunique.py67 self.openContext(data.domain)

12345