代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/319795/3551801
rb state_test.rb
require File.dirname(__FILE__) + '/../test_helper'
class StateTest < Test::Unit::TestCase
fixtures :states
# Replace this with your real tests.
def test_truth
assert true
end
end
www.eeworm.com/read/319795/3551805
rb state_controller.rb
class StateController < ApplicationController
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=GB2312"
end
scaffold :state
end
www.eeworm.com/read/316872/3593493
c savage_state.c
/* savage_state.c -- State and drawing support for Savage
*
* Copyright 2004 Felix Kuehling
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
*
www.eeworm.com/read/316872/3593495
c radeon_state.c
/* radeon_state.c -- State support for Radeon -*- linux-c -*- */
/*
* Copyright 2000 VA Linux Systems, Inc., Fremont, California.
* All Rights Reserved.
*
* Permission is hereby granted, free of c
www.eeworm.com/read/316872/3593504
c mga_state.c
/* mga_state.c -- State support for MGA G200/G400 -*- linux-c -*-
* Created: Thu Jan 27 02:53:43 2000 by jhartmann@precisioninsight.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas
www.eeworm.com/read/316872/3598231
h ipt_state.h
#ifndef _IPT_STATE_H
#define _IPT_STATE_H
/* Backwards compatibility for old userspace */
#include
#define IPT_STATE_BIT XT_STATE_BIT
#define IPT_STATE_INVALID XT_STAT
www.eeworm.com/read/316872/3598807
h xt_state.h
#ifndef _XT_STATE_H
#define _XT_STATE_H
#define XT_STATE_BIT(ctinfo) (1
www.eeworm.com/read/316872/3606180
c xfrm_state.c
/*
* xfrm_state.c
*
* Changes:
* Mitsuru KANDA @USAGI
* Kazunori MIYAZAWA @USAGI
* Kunihiro Ishiguro
* IPv6 support
* YOSHIFUJI Hideaki @USAGI
* Split up af-s
www.eeworm.com/read/316872/3606919
c xt_state.c
/* Kernel module to match connection tracking information. */
/* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2005 Netfilter Core Team
*
* This program is free software;