Searched refs:catalog (Results 1 - 25 of 25) sorted by relevance

/haiku-fatelf/src/documentation/docbook-xsl/
H A D.CatalogManager.properties.example2 # CatalogManager provides an interface to the catalog properties.
10 # The semicolon-delimited list of catalog files.
11 # Example: catalogs=/etc/xml/catalog;~/catalog.xml
17 # If false, relative catalog URIs are made absolute with respect to the
19 # applies to catalog URIs obtained from the catalogs property in the
36 # Example: xml.catalog.prefer = [public|system]
41 # Static-catalog:
42 # Should a single catalog be constructed for all parsing, or should a
43 # different catalog b
[all...]
H A Dinstall.sh8 # environment to make use of XML catalog and schema "locating
34 thisXmlCatalog=$mydir/catalog.xml
35 thisSgmlCatalog=$mydir/catalog
37 # URIs to test for catalog resolution
114 # - adds the catalog.xml file for this distribution to the
207 if [ -f /etc/xml/catalog ] && [ "$osName" != "Cygwin" ] \
208 && [ "${catalogsLine#*/etc/xml/catalog*}" = "$catalogsLine" ]; then
211 WARNING: /etc/xml/catalog exists but was not found in the
213 /etc/xml/catalog file has content, you probably should reference
224 read -s -n1 -p "Add /etc/xml/catalog t
[all...]
/haiku-fatelf/src/kits/locale/
H A DMutableLocaleRoster.cpp98 MutableLocaleRoster::LoadSystemCatalog(BCatalog* catalog) const
100 if (!catalog)
119 // load the catalog for libbe into the given catalog
125 return catalog->SetTo(ref);
130 * creates a new (empty) catalog of the given type (the request is dispatched
132 * If the add-on doesn't support catalog-creation or if the creation fails,
133 * NULL is returned, otherwise a pointer to the freshly created catalog.
134 * Any created catalog will be initialized with the given signature and
156 BCatalogData* catalog local
201 BCatalogData* catalog = NULL; local
248 UnloadCatalog(BCatalogData* catalog) argument
[all...]
H A DLocaleRoster.cpp50 // name of catalog language, lives in every catalog file
52 // catalog signature, lives in every catalog file
54 // catalog fingerprint, may live in catalog file
57 // attribute which contains flattened data of embedded catalog
61 // which contains flattened data of embedded catalog.
467 /*! \brief Looks up a localized filename from a catalog.
470 \param ref An entry_ref with an attribute holding data for catalog looku
519 _GetCatalog(BCatalog* catalog, vint32* catalogInitStatus) argument
[all...]
H A DDefaultCatalog.cpp39 /*! This file implements the default catalog-type for the opentracker locale
46 static const char *kCatExtension = ".catalog";
53 = "locale/x-vnd.Be.locale-catalog.default";
56 // version of the catalog archive structure, bump this if you change it!
59 // give highest priority to our embedded catalog-add-on
63 the catalog from disk.
64 InitCheck() will be B_OK if catalog could be loaded successfully, it will
72 // We created the catalog with an invalid signature, but we fix that now.
76 // search for catalog living in sub-folder of app's folder:
114 // give lowest priority to catalog embedde
527 DefaultCatalog *catalog local
540 DefaultCatalog *catalog local
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A DMakefile.am50 STP_ENV= $(STP_NONLS_ENV) STP_LOCALEDIR=$(top_srcdir)/src/cups/catalog
180 .PHONY: ppd ppd-stamp-pre ppd-stamp-nonls ppd-stamp-nls ppd-stamp-phony ppd-catalog-clean ppd-clean
193 ppd-catalog-clean:
194 -$(RM) -r catalog
199 ppd-stamp-pre: ppd-catalog-clean ppd-clean
201 ppd-catalog: ppd-catalog-clean
202 $(mkdir_p) catalog
205 $(mkdir_p) "catalog/$$lang"; \
206 $(INSTALL_DATA) $$file "catalog/
[all...]
/haiku-fatelf/src/tools/locale/
H A DPlainTextCatalog.cpp42 * This file implements the plain text catalog-type for the Haiku
52 = "locale/x-vnd.Be.locale-catalog.plaintext";
55 // version of the catalog archive structure, bump this if you change it!
73 * the catalog from disk.
74 * InitCheck() will be B_OK if catalog could be loaded successfully, it will
82 // Look for the catalog in the directory we are going to use
87 "trying to load default-catalog(sig=%s, lang=%s) results in %s\n",
123 fprintf(stderr, "couldn't open catalog at %s\n", path);
129 // The first line holds some info about the catalog :
152 fprintf(stderr, "Unable to read from catalog
336 PlainTextCatalog *catalog local
353 PlainTextCatalog *catalog local
366 PlainTextCatalog *catalog local
[all...]
H A DDefaultCatalog.cpp38 /*! This file implements the default catalog-type for the opentracker locale
50 // name of catalog language, lives in every catalog file
52 // catalog signature, lives in every catalog file
54 // catalog fingerprint, may live in catalog file
57 = "locale/x-vnd.Be.locale-catalog.default";
60 // version of the catalog archive structure, bump this if you change it!
64 the catalog fro
408 DefaultCatalog *catalog local
421 DefaultCatalog *catalog local
[all...]
H A Dcollectcatkeys.cpp42 PlainTextCatalog *catalog = NULL; variable
53 " -l <catalogLang>\tlanguage of the target-catalog (default is "
61 fprintf(stderr,"\n -s <catalogSig>\tsignature of the target-catalog\n"
63 " -w\t\t\tshow warnings about catalog-accesses that couldn't be "
193 res = catalog->SetString(id, "");
204 res = catalog->SetString(str.String(), str.String(),
222 fprintf(stderr, "Warning: couldn't resolve catalog-access:\n\t%s\n",
296 catalog = new PlainTextCatalog(inputFile, catalogSig, catalogLang);
298 res = catalog->WriteToFile(outputFile.String());
300 fprintf(stderr, "couldn't write catalog t
[all...]
/haiku-fatelf/src/bin/sharutils/intl/
H A Dcat-compat.c43 /* The catalog descriptor. */
44 static nl_catd catalog = (nl_catd) -1; variable
46 /* Name of the default catalog. */
49 /* Name of currently used catalog. */
61 /* Set currently used domain/catalog. */
118 /* Close old catalog. */
119 if (catalog != (nl_catd) -1)
120 catclose (catalog);
124 catalog = new_catalog;
206 if (msg == NULL || catalog
[all...]
/haiku-fatelf/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp42 * This file implements the plain text catalog-type for the Haiku
55 = "locale/x-vnd.Be.locale-catalog.plaintext";
58 // version of the catalog archive structure, bump this if you change it!
73 * the catalog from disk.
74 * InitCheck() will be B_OK if catalog could be loaded successfully, it will
82 // give highest priority to catalog living in sub-folder of app's folder:
164 // The first line holds some info about the catalog :
248 // when creating the catalog, we make sure that they exist there:
311 * writes mimetype, language-name and signature of catalog into the
312 * catalog
359 PlainTextCatalog *catalog local
373 PlainTextCatalog *catalog local
386 PlainTextCatalog *catalog local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlcatalog.c28 #include <libxml/catalog.h>
46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
298 printf("\tdump: print the current catalog state\n");
316 \tParse the catalog file and query it for the entities\n\
319 \t--create : create a new catalog\n\
325 \t used with --add or --del, it saves the catalog changes\n\
326 \t and with --sgml it automatically updates the super catalog\n\
327 \t--no-super-update: do not update the SGML super catalog\n\
402 /* No catalog entry specified */
404 fprintf(stderr, "No catalog entr
[all...]
H A Dcatalog.c2 * catalog.c: set of generic Catalog related routines
5 * http://www.jclark.com/sp/catalog.htm
39 #include <libxml/catalog.h>
65 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
68 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
73 static char XML_XML_DEFAULT_CATALOG[256] = "file:///etc/xml/catalog";
142 * SGML Catalogs are stored as a simple hash table of catalog entries
144 * SGML catalog
178 * The default catalog in use by the application
183 * A mutex for modifying the shared global catalog(
523 xmlDumpXMLCatalogNode(xmlCatalogEntryPtr catal, xmlNodePtr catalog, xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) argument
646 xmlNodePtr catalog; local
[all...]
H A Druntest.c77 #include <libxml/catalog.h>
221 * We need to trap calls to the resolver to not account memory for the catalog
2742 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
2761 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
3833 static const char *catalog = "test/threads/complex.xml"; variable
3917 xmlLoadCatalog(catalog);
3977 xmlLoadCatalog(catalog);
4042 xmlLoadCatalog(catalog);
H A DparserInternals.c53 #include <libxml/catalog.h>
H A DxmlIO.c82 #include <libxml/catalog.h>
3741 * allowing local catalog accesses for resolution.
H A Dxmllint.c84 #include <libxml/catalog.h>
103 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
H A Dparser.c58 #include <libxml/catalog.h>
4053 * @catalog: the PI value string
4057 * <?oasis-xml-catalog catalog="http://example.com/catalog.xml"?>
4061 * This will add the given catalog to the parsing context in order
4066 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) { argument
4071 tmp = catalog;
4073 if (xmlStrncmp(tmp, BAD_CAST"catalog", 7))
4105 catalog, NUL
[all...]
/haiku-fatelf/src/bin/locale/
H A Dcollectcatkeys.cpp41 EditableCatalog *catalog = NULL; variable
52 " -l <catalogLang>\tlanguage of the target-catalog (default is "
60 fprintf(stderr,"\n -s <catalogSig>\tsignature of the target-catalog\n"
62 " -w\t\t\tshow warnings about catalog-accesses that couldn't be "
188 res = catalog->SetString(id, "");
199 res = catalog->SetString(str.String(), str.String(),
217 fprintf(stderr, "Warning: couldn't resolve catalog-access:\n\t%s\n",
293 catalog = new EditableCatalog("plaintext", catalogSig, catalogLang);
295 res = catalog->WriteToFile(outputFile.String());
297 fprintf(stderr, "couldn't write catalog t
[all...]
/haiku-fatelf/headers/private/locale/
H A DMutableLocaleRoster.h50 status_t LoadSystemCatalog(BCatalog* catalog) const;
H A DHashMapCatalog.h6 * This file declares all the things we need to add to a catalog add-on to be
8 * catalog editor, when we will have one.
45 // with respect to the catalog-editor, each translation can be
107 * catalog. We need that for dumpcatalog, linkcatkeys (to extract the
108 * data from the plaintext catalog) and in the catalog editor (to
109 * display the list of strings in a given catalog).
115 CatWalker(HashMapCatalog* catalog);
141 HashMapCatalog::CatWalker::CatWalker(HashMapCatalog* catalog) argument
143 fPos(catalog
[all...]
/haiku-fatelf/data/develop/
H A DJamfile-engine75 # Collects catalog keys for localization from sources into per-locale files
94 # Compiles .catkeys files into .catalog files, one per locale
105 $(LOCATE_TARGET)/$(APP_MIME_SIG)/$(lng:S=.catalog) ;
120 -o $(LOCATE_TARGET)/$(APP_MIME_SIG)/$lang.catalog \
122 -l `basename $(LOCATE_TARGET)/$(APP_MIME_SIG)/$lang.catalog` \
128 # Copies .catalog files into system locale directory
138 cp $(LOCATE_TARGET)/$(APP_MIME_SIG)/*.catalog \
143 # Binds .catalog files into program executable
432 CATALOGS = $(LOCALES:D=$(CATALOGS_DIR):S=.catalog) ;
470 CatalogsInstall catalogsinstall : $(CATALOGS_DIR)/$(LOCALES:S=.catalog) ;
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DMakefile.am31 catalog.h \
/haiku-fatelf/headers/os/locale/
H A DLocaleRoster.h75 // Get the catalog for the calling image
100 static BCatalog* _GetCatalog(BCatalog* catalog,
/haiku-fatelf/src/tools/docbook/libxslt/xsltproc/
H A Dxsltproc.c41 #include <libxml/catalog.h>
511 printf("\t file:///etc/xml/catalog are activated by default\n");

Completed in 159 milliseconds