aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ZhClient.php
Commit message (Expand)AuthorAgeFilesLines
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-3/+3
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-4/+4
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-091-0/+20
* Add, update, tweak documentationSam Reed2011-10-261-8/+3
* And even more documentation in various filesSam Reed2011-05-291-1/+6
* And more documentation. YaaaaySam Reed2011-05-281-0/+4
* coding style tweaks, doc updates, marked some public functions as suchJack Phoenix2011-03-221-39/+38
* Braces and spacesSam Reed2010-09-041-6/+10
* Get rid of PHP4-style constructorsChad Horohoe2010-08-301-1/+1
* Fix some wrong usages of static method calls (actually belong to class instance)Sam Reed2010-07-251-1/+1
* Fixed Doxygen warningsAlexandre Emsenhuber2008-06-021-11/+4
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-2/+0
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+0
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+0
* Code housekeeping stuff (and barring any stuff-ups on my behalf, there should...Nick Jenkins2006-11-231-1/+1
* whitespaceLupin2006-03-061-1/+1
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-1/+1
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-1/+1
* fix phpdoc commentAntoine Musso2005-01-271-2/+4
* Allower zh: users to customize the Traditional/Simplified conversion tables. ...Zheng Zhu2004-12-291-133/+0
* Merged my changes from REL1_4Zheng Zhu2004-12-241-17/+17
* Removed CVS keywords from files, to make merging between branchesEvan Prodromou2004-11-291-1/+0
* explode with limitZheng Zhu2004-11-291-1/+1
* correct parsing of info line for CONV ALL queryZheng Zhu2004-11-291-3/+5
* Try again to fix wrong variable scope...Zheng Zhu2004-11-231-3/+1
* segment() should only do segmentation, and let the caller do the conversion t...Zheng Zhu2004-11-221-3/+6
* forgot global...Zheng Zhu2004-11-221-0/+1
* added convertToAllVariants() to query zhdaemon for all variants.Zheng Zhu2004-11-221-4/+42
* ZhClient queries zhdaemon to provide Chinese text processing service.Zheng Zhu2004-11-091-0/+239