⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tabcomplete.h

📁 harvest是一个下载html网页得机器人
💻 H
字号:
/* * Copyright (c) 2002, Index Data * See the file LICENSE for details. * * $Id: tabcomplete.h,v 1.4 2002/08/29 19:34:44 ja7 Exp $ *//*    This file contains the compleaters for the different commands.*/char* complete_querytype(const char* text, int state);char* complete_format(const char* text, int state);char* complete_schema(const char* text, int state);char* complete_attributeset(const char* text, int state);char* default_completer(const char* text, int state);char* complete_auto_reconnect(const char *text, int state); /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -