代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/177261/9463195
mib demo.mib
-- This example is from the SNMPv1/v2c Component Release Supplement 1.0
-- for Tornado 1.0.1
-- Section 6.3 Compile-time MIB Extensions
-- Example 6-1 MIB Definition for the Systems Group
-- This ex
www.eeworm.com/read/280828/10290736
cpp grep.cpp
// ----- grep.cpp
#include "stdafx.h"
#include "Quincy.h"
#include "grep.h"
#include "EditorView.h"
#include "consoleapp.h"
char* Grep::extensions[] = {
"h", "c", "cpp", "rc"
};
Grep*
www.eeworm.com/read/296774/7114174
texi extend.texi
@c Copyright (C) 1988, 1989, 1992, 1993, 1994 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@node C Extensions
@chapter Extension
www.eeworm.com/read/458682/7291666
sh rfe.sh
#!/bin/bash
# rfe.sh: Renaming file extensions.
#
# rfe old_extension new_extension
#
# Example:
# To rename all *.gif files in working directory to *.jpg,
# rfe gif jpg
E_BADARGS=6