Home
last modified time | relevance | path

Searched refs:importContext (Results 1 – 25 of 135) sorted by relevance

123456

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/
H A DInstancesImportRequest.php26 public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext) argument
28 $this->importContext = $importContext;
35 return $this->importContext;
H A DOperation.php78 public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext) argument
80 $this->importContext = $importContext;
87 return $this->importContext;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/
H A DInstancesImportRequest.php26 public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext) argument
28 $this->importContext = $importContext;
35 return $this->importContext;
H A DOperation.php94 public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext) argument
96 $this->importContext = $importContext;
103 return $this->importContext;
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/newtab/common/
H A DActions.jsm319 return importContext === UI_CODE ? AlsoToMain(action) : action;
334 return importContext === UI_CODE ? AlsoToMain(action) : action;
344 function PerfEvent(data, importContext = globalImportContext) {
349 return importContext === UI_CODE ? AlsoToMain(action) : action;
364 return importContext === UI_CODE ? AlsoToMain(action) : action;
376 importContext = globalImportContext
382 return importContext === UI_CODE ? AlsoToMain(action) : action;
394 importContext = globalImportContext
400 return importContext === UI_CODE ? AlsoToMain(action) : action;
405 return importContext === UI_CODE ? AlsoToMain(action) : action;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/activity-stream/common/
H A DActions.jsm228 * @param {int} importContext (For testing) Override the import context for testing.
231 function UndesiredEvent(data, importContext = globalImportContext) {
236 return importContext === UI_CODE ? AlsoToMain(action) : action;
246 function PerfEvent(data, importContext = globalImportContext) {
251 return importContext === UI_CODE ? AlsoToMain(action) : action;
261 function ImpressionStats(data, importContext = globalImportContext) {
266 return importContext === UI_CODE ? AlsoToMain(action) : action;
269 function SetPref(name, value, importContext = globalImportContext) {
271 return importContext === UI_CODE ? AlsoToMain(action) : action;
274 function WebExtEvent(type, data, importContext = globalImportContext) {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/common/
H A DActions.jsm309 * @param {int} importContext (For testing) Override the import context for testing.
312 function ImpressionStats(data, importContext = globalImportContext) {
317 return importContext === UI_CODE ? AlsoToMain(action) : action;
329 importContext = globalImportContext
335 return importContext === UI_CODE ? AlsoToMain(action) : action;
347 importContext = globalImportContext
353 return importContext === UI_CODE ? AlsoToMain(action) : action;
356 function SetPref(name, value, importContext = globalImportContext) {
358 return importContext === UI_CODE ? AlsoToMain(action) : action;
361 function WebExtEvent(type, data, importContext = globalImportContext) {
[all …]
/dports/www/firefox/firefox-99.0/browser/components/newtab/common/
H A DActions.jsm308 * @param {int} importContext (For testing) Override the import context for testing.
311 function ImpressionStats(data, importContext = globalImportContext) {
316 return importContext === UI_CODE ? AlsoToMain(action) : action;
328 importContext = globalImportContext
334 return importContext === UI_CODE ? AlsoToMain(action) : action;
346 importContext = globalImportContext
352 return importContext === UI_CODE ? AlsoToMain(action) : action;
355 function SetPref(name, value, importContext = globalImportContext) {
357 return importContext === UI_CODE ? AlsoToMain(action) : action;
360 function WebExtEvent(type, data, importContext = globalImportContext) {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/common/
H A DActions.jsm309 * @param {int} importContext (For testing) Override the import context for testing.
312 function ImpressionStats(data, importContext = globalImportContext) {
317 return importContext === UI_CODE ? AlsoToMain(action) : action;
329 importContext = globalImportContext
335 return importContext === UI_CODE ? AlsoToMain(action) : action;
347 importContext = globalImportContext
353 return importContext === UI_CODE ? AlsoToMain(action) : action;
356 function SetPref(name, value, importContext = globalImportContext) {
358 return importContext === UI_CODE ? AlsoToMain(action) : action;
361 function WebExtEvent(type, data, importContext = globalImportContext) {
[all …]
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Json/Conversion/Converters/
H A DTestNumberImporter.cs109 ImportContext importContext = new ImportContext(); in CannotImportNull()
111 new Int32Importer().Import(importContext, reader); in CannotImportNull()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Description/
H A DProtocolImporter.cs45 ImportContext importContext; field in System.Web.Services.Description.ProtocolImporter
136 get { return importContext.TypeIdentifiers; }
227 get { return importContext; }
251 …internal bool GenerateCode(CodeNamespace codeNamespace, ImportContext importContext, Hashtable exp… in GenerateCode() argument
299 this.importContext = importContext; in GenerateCode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/
H A DASTNodeFactory.java523 …T ast, ITypeBinding typeBinding, ImportRewrite importRewrite, ImportRewriteContext importContext) { in newCreationType() argument
525 …ype baseType= newCreationType(ast, typeBinding.getTypeDeclaration(), importRewrite, importContext); in newCreationType()
526 …IAnnotationBinding[] typeAnnotations= importContext.removeRedundantTypeAnnotations(typeBinding.get… in newCreationType()
528 …eType)baseType).annotations().add(importRewrite.addAnnotation(typeAnnotation, ast, importContext)); in newCreationType()
533 …parameterizedType.typeArguments().add(importRewrite.addImport(typeArgument, ast, importContext, Ty… in newCreationType()
537 return importRewrite.addImport(typeBinding, ast, importContext, TypeLocation.NEW); in newCreationType()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Ddocxfmt.cpp1485 bool parseStyles(docxImportContext *importContext) in parseStyles() argument
1502 bool parseNumbering(docxImportContext *importContext) in parseNumbering() argument
1556 docxImportContext importContext(&package, doc); in ImportDocXDocument() local
1569 parseNumbering(&importContext); in ImportDocXDocument()
1571 if ( !parseStyles(&importContext) ) in ImportDocXDocument()
1581 importContext.startDocument(writer); in ImportDocXDocument()
1597 if(importContext.m_footNoteCount > 0) { in ImportDocXDocument()
1598 parseFootnotes(writer, importContext, docx_el_footnotes); in ImportDocXDocument()
1600 if(importContext.m_endNoteCount > 0) { in ImportDocXDocument()
1601 parseFootnotes(writer, importContext, docx_el_endnotes); in ImportDocXDocument()
[all …]
H A Dfb3fmt.cpp32 fb3DomWriter(ldomDocumentWriter * parent, fb3ImportContext *importContext ) : in fb3DomWriter() argument
33 m_context(importContext), m_parent(parent), m_checkRole(false) in fb3DomWriter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/fix/
H A DCompilationUnitRewriteOperationsFixCore.java49 …ImportRewriteContext importContext= new ContextSensitiveImportRewriteContext(compilationUnit, acce… in importType() local
50 return imports.addImport(toImport, compilationUnit.getAST(), importContext, location); in importType()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go100 importContext *ImportContext member
109 a, err := pi.importContext.Import(path)
118 return pi.importContext.Packages[a.ImportPath], nil
121 func Compile(importPath string, files []*ast.File, fileSet *token.FileSet, importContext *ImportCon…
136 importContext: importContext,
165 importContext.Packages[importPath] = typesPkg
182 archive, err := importContext.Import(f.Pkg().Path())
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go100 importContext *ImportContext member
109 a, err := pi.importContext.Import(path)
118 return pi.importContext.Packages[a.ImportPath], nil
121 func Compile(importPath string, files []*ast.File, fileSet *token.FileSet, importContext *ImportCon…
136 importContext: importContext,
165 importContext.Packages[importPath] = typesPkg
179 archive, err := importContext.Import(f.Pkg().Path())
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go100 importContext *ImportContext member
109 a, err := pi.importContext.Import(path)
118 return pi.importContext.Packages[a.ImportPath], nil
121 func Compile(importPath string, files []*ast.File, fileSet *token.FileSet, importContext *ImportCon…
136 importContext: importContext,
165 importContext.Packages[importPath] = typesPkg
182 archive, err := importContext.Import(f.Pkg().Path())
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go100 importContext *ImportContext member
109 a, err := pi.importContext.Import(path)
118 return pi.importContext.Packages[a.ImportPath], nil
121 func Compile(importPath string, files []*ast.File, fileSet *token.FileSet, importContext *ImportCon…
136 importContext: importContext,
165 importContext.Packages[importPath] = typesPkg
182 archive, err := importContext.Import(f.Pkg().Path())
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go100 importContext *ImportContext member
109 a, err := pi.importContext.Import(path)
118 return pi.importContext.Packages[a.ImportPath], nil
121 func Compile(importPath string, files []*ast.File, fileSet *token.FileSet, importContext *ImportCon…
136 importContext: importContext,
165 importContext.Packages[importPath] = typesPkg
182 archive, err := importContext.Import(f.Pkg().Path())
/dports/audio/visp-go/visp-2585747/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go100 importContext *ImportContext member
109 a, err := pi.importContext.Import(path)
118 return pi.importContext.Packages[a.ImportPath], nil
121 func Compile(importPath string, files []*ast.File, fileSet *token.FileSet, importContext *ImportCon…
136 importContext: importContext,
165 importContext.Packages[importPath] = typesPkg
182 archive, err := importContext.Import(f.Pkg().Path())
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Service/
H A DSQLAdmin.php1768 public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext) argument
1770 $this->importContext = $importContext;
1775 return $this->importContext;
1991 public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext) argument
1993 $this->importContext = $importContext;
1998 return $this->importContext;
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go100 importContext *ImportContext member
109 a, err := pi.importContext.Import(path)
118 return pi.importContext.Packages[a.ImportPath], nil
121 func Compile(importPath string, files []*ast.File, fileSet *token.FileSet, importContext *ImportCon…
136 importContext: importContext,
165 importContext.Packages[importPath] = typesPkg
182 archive, err := importContext.Import(f.Pkg().Path())
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go100 importContext *ImportContext member
109 a, err := pi.importContext.Import(path)
118 return pi.importContext.Packages[a.ImportPath], nil
121 func Compile(importPath string, files []*ast.File, fileSet *token.FileSet, importContext *ImportCon…
136 importContext: importContext,
165 importContext.Packages[importPath] = typesPkg
182 archive, err := importContext.Import(f.Pkg().Path())
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/kbanking/
H A Dbanking.hpp140 virtual bool importContext(AB_IMEXPORTER_CONTEXT *ctx,

123456