代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/38039/1106991
policy java.policy
// Standard extensions get all permissions by default
grant codeBase "file:${{java.ext.dirs}}/*" {
permission java.security.AllPermission;
};
// default permissions granted to all domains
grant {
www.eeworm.com/read/493646/1164513
py hooks.py
# -- coding: utf-8
""" hooks.py - Module allowing developer extensions(plugins/callbacks)
to HarvestMan. This module makes it possible to hook into/modify the
execution flow of HarvestMan, mak
www.eeworm.com/read/493646/1164544
py netinfo.py
"""
netinfo - Module summarizing information regarding protocols,
ports, file extensions, regular expressions for analyzing URLs etc
for HarvestMan.
Created Anand B Pillai
www.eeworm.com/read/472386/1411056
h wmix.h
/*
* Copyright (c) 2004-2005 Atheros Communications Inc.
* All rights reserved.
*
* This file contains extensions of the WMI protocol specified in the
* Wireless Module Interface (WMI). It inclu
www.eeworm.com/read/470720/1444416
c anon-struct2.c
/* { dg-options "" } */
/* In GNU C++ mode, we recognize the anonymous struct extension,
but not Microsoft C extensions. */
struct A { char a; };
struct B {
struct A; /* forward decl of B::A
www.eeworm.com/read/470693/1456362
c anon-struct2.c
/* { dg-options "" } */
/* In GNU C++ mode, we recognize the anonymous struct extension,
but not Microsoft C extensions. */
struct A { char a; };
struct B {
struct A; /* forward decl of B::A
www.eeworm.com/read/459034/1574789
java testsetup.java
package jmathlib.tools.junit.extensions;
import jmathlib.tools.junit.framework.*;
/**
* A Decorator to set up and tear down additional fixture state.
* Subclass TestSetup and insert it into
www.eeworm.com/read/245488/4502894
txt log.txt
INDEXER SETTINGS:
Minimum term length: 2
Maximum term length: 20
Index files with extensions: htm html
Ignore files and directories:
Starting indexer at "C:\Dreamweaver\Projects\javasound
www.eeworm.com/read/240162/4579086
c anon-struct2.c
/* { dg-options "" } */
/* In GNU C++ mode, we recognize the anonymous struct extension,
but not Microsoft C extensions. */
struct A { char a; };
struct B {
struct A; /* forward decl of B::A