|
WizardsToolkit
1.0.7
|
#include "wizard/studio.h"#include "wizard/exception.h"#include "wizard/exception-private.h"#include "wizard/locale_.h"#include "wizard/string_.h"#include "wizard/string-private.h"#include "wizard/token.h"#include "wizard/utility.h"
Go to the source code of this file.
Data Structures | |
| struct | _TokenInfo |
Functions | |
| WizardExport void | GetWizardToken (const char *start, const char **end, char *token) |
| WizardExport WizardBooleanType | GlobExpression (const char *expression, const char *pattern, const WizardBooleanType case_insensitive) |
| WizardExport WizardBooleanType | IsGlob (const char *path) |
| WizardExport void GetWizardToken | ( | const char * | start, |
| const char ** | end, | ||
| char * | token | ||
| ) |
Definition at line 99 of file token.c.
References StringToDouble(), DirectorySeparator, LocaleNCompare(), CopyWizardString(), and MaxTextExtent.
Referenced by LoadLogList().
| WizardExport WizardBooleanType GlobExpression | ( | const char * | expression, |
| const char * | pattern, | ||
| const WizardBooleanType | case_insensitive | ||
| ) |
Definition at line 249 of file token.c.
References WizardTrue, LocaleCompare(), and WizardFalse.
Referenced by GetConfigureInfoList(), GetConfigureList(), GetLogInfoList(), GetLogList(), GetMimeInfo(), GetMimeInfoList(), and GetMimeList().
| WizardExport WizardBooleanType IsGlob | ( | const char * | path | ) |
Definition at line 487 of file token.c.
References IsAccessible(), WizardFalse, and WizardTrue.