PageRenderTime 1052ms queryTime 39ms sortTime 1ms getByIdsTime 852ms findMatchingLines 38ms

31+ results for 'mythes' (1052 ms)

Not the results you expected?
mythes-1.2.0-vanilla-th-gen-idx.patch git://pkgs.fedoraproject.org/libreoffice | Patch | 98 lines
                    
1--- misc/mythes-1.2.2.orig/th_gen_idx.pl
                    
2+++ misc/build/mythes-1.2.2/th_gen_idx.pl
                    
                
makefile.mk git://pkgs.fedoraproject.org/libreoffice | Makefile | 121 lines
                    
29
                    
30PRJNAME=mythes
                    
31TARGET=mythes
                    
38
                    
39TARFILE_NAME=mythes-1.2.2
                    
40TARFILE_MD5=e1e255dc43dbcbb34cb19e8a0eba90ae
                    
44PATCH_FILES=\
                    
45    mythes-1.2.0-vanilla-th-gen-idx.patch \
                    
46    mythes-1.2.0-makefile-mk.diff \
                    
46    mythes-1.2.0-makefile-mk.diff \
                    
47    mythes-1.2.0-android.patch
                    
48
                    
59#relative to CONFIGURE_DIR
                    
60# still needed also in system-mythes case as it creates the makefile
                    
61CONFIGURE_ACTION=configure
                    
                
makefile.mk git://pkgs.fedoraproject.org/mythes | Makefile | 63 lines
                    
38PRJNAME	= lingucomponent
                    
39TARGET	= mythes
                    
40LIBTARGET=NO
                    
52SLOFILES=	\
                    
53		$(SLO)$/mythes.obj
                    
54
                    
                
FindMyThesLIB.cmake git://pkgs.fedoraproject.org/lyx | CMake | 29 lines
                    
12
                    
13set(MYTHES_H mythes.hxx)
                    
14find_path(MYTHESLIB_INCLUDE_DIR ${MYTHES_H}
                    
17
                    
18set(POTENTIAL_MYTHES_LIBS mythes)
                    
19
                    
19
                    
20find_library(MYTHESLIB_LIBRARY NAMES ${POTENTIAL_MYTHES_LIBS}
                    
21	PATHS ${SYSTEM_LIB_DIRS} )
                    
25include(FindPackageHandleStandardArgs)
                    
26find_package_handle_standard_args(MYTHESLIB DEFAULT_MSG MYTHESLIB_LIBRARY MYTHESLIB_INCLUDE_DIR)
                    
27
                    
27
                    
28mark_as_advanced(MYTHESLIB_LIBRARY MYTHESLIB_INCLUDE_DIR)
                    
29
                    
                
mythes.cxx git://pkgs.fedoraproject.org/mythes | C++ | 373 lines
                    
10
                    
11MyThes::MyThes(const char* idxpath, const char * datpath)
                    
12{
                    
27
                    
28MyThes::~MyThes()
                    
29{
                    
33
                    
34int MyThes::thInitialize(const char* idxpath, const char* datpath)
                    
35{
                    
101
                    
102void MyThes::thCleanup()
                    
103{
                    
260
                    
261void MyThes::CleanUpAfterLookup(mentry ** pme, int nmeanings)
                    
262{ 
                    
                
Makefile.am git://pkgs.fedoraproject.org/lyx | Makefile | 656 lines
                    
17
                    
18OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(MYTHES_LIBS) \
                    
19		 $(ENCHANT_LIBS) $(HUNSPELL_LIBS) @LIBS@ $(SOCKET_LIBS) $(LIBSHLWAPI) $(LIBPSAPI)
                    
                
Thesaurus.cpp git://pkgs.fedoraproject.org/lyx | C++ | 268 lines
                    
25
                    
26#ifdef USE_EXTERNAL_MYTHES
                    
27#include MYTHES_H_LOCATION
                    
29#include <cstdio>
                    
30#include "support/mythes/mythes.hxx"
                    
31#endif
                    
46
                    
47typedef std::map<docstring, MyThes *> Thesauri;
                    
48
                    
177	char const * df = data.c_str();
                    
178	thes_[lang] = new MyThes(af, df);
                    
179	return true;
                    
200	Meanings meanings;
                    
201	MyThes * mythes = 0;
                    
202
                    
                
dellLEDCtl.cpp git://pkgs.fedoraproject.org/libsmbios | C++ | 660 lines
                    
57_(Iolite) \
                    
58_(Amythest) \
                    
59_(Kunzite) \
                    
                
configure git://pkgs.fedoraproject.org/mythes | Shell | 18120 lines
                    
2# Guess values for system-dependent variables and create Makefiles.
                    
3# Generated by GNU Autoconf 2.68 for mythes 1.2.3.
                    
4#
                    
                
Makefile.in git://pkgs.fedoraproject.org/mythes | Autoconf | 846 lines
                    
94libmythes_1_2_la_LIBADD =
                    
95am_libmythes_1_2_la_OBJECTS = mythes.lo
                    
96libmythes_1_2_la_OBJECTS = $(am_libmythes_1_2_la_OBJECTS)
                    
184MYTHES_VERSION_MAJOR = @MYTHES_VERSION_MAJOR@
                    
185MYTHES_VERSION_MINOR = @MYTHES_VERSION_MINOR@
                    
186NM = @NM@
                    
272libmythes_1_2_includedir = $(includedir)
                    
273libmythes_1_2_la_SOURCES = mythes.cxx
                    
274libmythes_1_2_include_HEADERS = mythes.hxx
                    
336	-rm -f config.h stamp-h1
                    
337mythes.pc: $(top_builddir)/config.status $(srcdir)/mythes.pc.in
                    
338	cd $(top_builddir) && $(SHELL) ./config.status $@
                    
369	done
                    
370libmythes-1.2.la: $(libmythes_1_2_la_OBJECTS) $(libmythes_1_2_la_DEPENDENCIES) $(EXTRA_libmythes_1_2_la_DEPENDENCIES) 
                    
371	$(CXXLINK) -rpath $(libdir) $(libmythes_1_2_la_OBJECTS) $(libmythes_1_2_la_LIBADD) $(LIBS)
                    
                
scons_manifest.py git://pkgs.fedoraproject.org/lyx | Python | 3455 lines
                    
333    userinfo.h
                    
334    mythes/mythes.hxx
                    
335''')
                    
364    userinfo.cpp
                    
365    mythes/mythes.cxx
                    
366''')
                    
386    pch.h
                    
387    mythes/license.readme
                    
388''')
                    
                
LyX-Mac-binary-release.sh git://pkgs.fedoraproject.org/lyx | Shell | 756 lines
                    
25#   - hunspell: the dictionary files in the sibling directory dictionaries/dicts
                    
26#   - mythes:   the data and idx files in the sibling directory dictionaries/thes
                    
27
                    
                
Makefile.in git://pkgs.fedoraproject.org/lyx | Autoconf | 1094 lines
                    
39@USE_INCLUDED_MYTHES_TRUE@am__append_1 = \
                    
40@USE_INCLUDED_MYTHES_TRUE@	mythes/mythes.cxx \
                    
41@USE_INCLUDED_MYTHES_TRUE@	mythes/mythes.hxx \
                    
41@USE_INCLUDED_MYTHES_TRUE@	mythes/mythes.hxx \
                    
42@USE_INCLUDED_MYTHES_TRUE@	mythes/license.readme
                    
43
                    
114	userinfo.cpp userinfo.h unicode.cpp unicode.h weighted_btree.h \
                    
115	mythes/mythes.cxx mythes/mythes.hxx mythes/license.readme \
                    
116	AppleSpeller.h AppleSpeller.m linkback/LinkBack.h \
                    
119	linkback/LinkBackServer.m
                    
120@USE_INCLUDED_MYTHES_TRUE@am__objects_1 = mythes.$(OBJEXT)
                    
121@INSTALL_MACOSX_TRUE@am__objects_2 = AppleSpeller.$(OBJEXT) \
                    
312MSGMERGE = @MSGMERGE@
                    
313MYTHES_LIBS = @MYTHES_LIBS@
                    
314OBJC = @OBJC@
                    
                
nthesimp.hxx git://pkgs.fedoraproject.org/libreoffice | C++ Header | 171 lines
                    
56#include <osl/file.hxx>
                    
57#include "mythes.hxx"
                    
58
                    
89    CharClass **                            aCharSetInfo;
                    
90    MyThes **                               aThes;
                    
91    rtl_TextEncoding *                      aTEncs;
                    
                
example.cxx git://pkgs.fedoraproject.org/mythes | C++ | 120 lines
                    
4
                    
5#include "mythes.hxx"
                    
6
                    
49    // open a new thesaurus object
                    
50    MyThes * pMT = new MyThes(argv[1], argv[2]);
                    
51
                    
                
Library_lnth.mk git://pkgs.fedoraproject.org/libreoffice | Makefile | 73 lines
                    
62$(eval $(call gb_Library_add_libs,lnth,\
                    
63	$(if $(filter MSC,$(COM)),libmythes.lib,-lmythes-1.2) \
                    
64))
                    
                
Makefile.am git://pkgs.fedoraproject.org/lyx | Makefile | 174 lines
                    
105	weighted_btree.h
                    
106if USE_INCLUDED_MYTHES
                    
107liblyxsupport_a_SOURCES += \
                    
107liblyxsupport_a_SOURCES += \
                    
108	mythes/mythes.cxx \
                    
109	mythes/mythes.hxx \
                    
109	mythes/mythes.hxx \
                    
110	mythes/license.readme
                    
111endif
                    
                
configure.ac git://pkgs.fedoraproject.org/lyx | m4 | 389 lines
                    
99LYX_USE_INCLUDED_BOOST
                    
100LYX_USE_INCLUDED_MYTHES
                    
101
                    
                
configure.ac git://pkgs.fedoraproject.org/mythes | m4 | 32 lines
                    
6AC_PREREQ(2.59)
                    
7AC_INIT([mythes],[1.2.3],[nemeth@openoffice.org])
                    
8
                    
11
                    
12AM_INIT_AUTOMAKE(mythes, 1.2.3)
                    
13MYTHES_VERSION_MAJOR=`echo $VERSION | cut -d"." -f1`
                    
13MYTHES_VERSION_MAJOR=`echo $VERSION | cut -d"." -f1`
                    
14MYTHES_VERSION_MINOR=`echo $VERSION | cut -d"." -f2`
                    
15AC_SUBST(MYTHES_VERSION_MAJOR)
                    
15AC_SUBST(MYTHES_VERSION_MAJOR)
                    
16AC_SUBST(MYTHES_VERSION_MINOR)
                    
17
                    
28
                    
29AC_CONFIG_FILES([Makefile mythes.pc])
                    
30
                    
                
.gitignore git://pkgs.fedoraproject.org/libreoffice | gitignore | 120 lines
                    
11/0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
                    
12/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz
                    
13/redhat-langpacks.tar.gz
                    
                
InstallModule_ooo.mk git://pkgs.fedoraproject.org/libreoffice | Makefile | 244 lines
                    
76	SYSTEM_MOZILLA \
                    
77	SYSTEM_MYTHES \
                    
78	SYSTEM_NEON \
                    
119	MINGW_MINIZIP_DLL \
                    
120	MINGW_MYTHES_DLL \
                    
121	MINGW_NEON_DLL \
                    
                
mythes.hxx git://pkgs.fedoraproject.org/mythes | C++ Header | 77 lines
                    
1#ifndef _MYTHES_HXX_
                    
2#define _MYTHES_HXX_
                    
16
                    
17class MyThes
                    
18{
                    
28	MyThes();
                    
29	MyThes(const MyThes &);
                    
30	MyThes & operator = (const MyThes &);
                    
32public:
                    
33	MyThes(const char* idxpath, const char* datpath);
                    
34	~MyThes();
                    
                
th_gen_idx.pl git://pkgs.fedoraproject.org/mythes-en | Perl | 62 lines
                    
2
                    
3# Taken from Kevin B. Hendricks' MyThes, see LICENSE_th_gen_idx.txt
                    
4
                    
                
mythes-1.2.0-android.patch git://pkgs.fedoraproject.org/libreoffice | Patch | 21 lines
                    
1--- misc/mythes-1.2.2/config.sub	2010-02-27 16:52:52.000000000 +0100
                    
2+++ misc/build/mythes-1.2.2/config.sub	2011-09-26 23:39:04.000000000 +0200
                    
                
CMakeLists.txt git://pkgs.fedoraproject.org/lyx | CMake | 85 lines
                    
17
                    
18file(GLOB support_mythes_sources ${TOP_SRC_DIR}/src/support/mythes/*.cxx)
                    
19file(GLOB support_mythes_headers ${TOP_SRC_DIR}/src/support/mythes/*.hxx)
                    
48	${CMAKE_BINARY_DIR}/src/support
                    
49	${TOP_SRC_DIR}/src/support/mythes
                    
50	${QT_INCLUDES}
                    
55if(NOT LYX_MERGE_FILES)
                    
56	set(support_sources ${support_sources} ${support_mythes_sources} ${support_linkback_sources})
                    
57	set(support_headers ${support_headers} ${support_mythes_headers} ${support_linkback_headers})
                    
69	add_library(support ${library_type} ${_allinone_files} ${support_separate}
                    
70		${support_mythes_sources} ${support_linkback_sources} ${support_headers} ${dont_merge})
                    
71endif()
                    
                
makefile.mk git://pkgs.fedoraproject.org/libreoffice | Makefile | 117 lines
                    
70    $(MINGW_MINIZIP_DLL) \
                    
71    $(MINGW_MYTHES_DLL) \
                    
72    $(MINGW_NEON_DLL) \
                    
                
.gitignore git://pkgs.fedoraproject.org/mythes-mi | gitignore | 2 lines
                    
1mythes-mi-0.1.20080630-beta.tar.gz
                    
2
                    
                
.gitignore git://pkgs.fedoraproject.org/mythes | gitignore | 2 lines
                    
1/mythes-1.2.3.tar.gz
                    
2
                    
                
mythes.pc.in git://pkgs.fedoraproject.org/mythes | Autoconf | 11 lines
                    
5
                    
6Name: mythes
                    
7Description: MyThes spellchecking library
                    
8Version: @VERSION@
                    
9Libs: -L${libdir} -lmythes-@MYTHES_VERSION_MAJOR@.@MYTHES_VERSION_MINOR@
                    
10Cflags: -I${includedir}
                    
                
mythes-1.2.1-rhbz675806.patch git://pkgs.fedoraproject.org/libreoffice | Patch | 11 lines
                    
1--- misc/mythes-1.2.2/mythes.cxx	2011-02-08 10:42:57.262964286 +0000
                    
2+++ misc/build/mythes-1.2.2/mythes.cxx	2011-02-08 10:43:06.305076490 +0000
                    
                
Makefile.am git://pkgs.fedoraproject.org/mythes | Makefile | 28 lines
                    
10
                    
11lib_LTLIBRARIES = libmythes-1.2.la
                    
12
                    
12
                    
13libmythes_1_2_includedir = $(includedir)
                    
14
                    
14
                    
15libmythes_1_2_la_SOURCES = mythes.cxx
                    
16
                    
16
                    
17libmythes_1_2_include_HEADERS = mythes.hxx
                    
18
                    
18
                    
19example_LDADD = libmythes-1.2.la @HUNSPELL_LIBS@
                    
20
                    
                
 

Source

Language