代码搜索:Behaviour
找到约 1,042 项符合「Behaviour」的源代码
代码结果 1,042
www.eeworm.com/read/335720/12502278
js behavior.js
/*
Behaviour v1.1 by Ben Nolan, June 2005. Based largely on the work
of Simon Willison (see comments by Simon below).
Description:
Uses css selectors to apply javascript behaviours
www.eeworm.com/read/183761/9141175
tcc acceptor.tcc
/* Acceptor - Encapsulates the behaviour for a listening socket */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01h,18aug99,aim SockAcceptor API ch
www.eeworm.com/read/418521/10943062
todo
0.9.8:
* make power cycle on startup and power-off on shutdown optional
* document or fix virtual channel behaviour (state is preserved)
0.9.9:
* Remove VC-not-getting-opened workaround and solve pro
www.eeworm.com/read/457308/7328055
py tabpage.py
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
"""
a couple of classes for implementing partial tabbed-page like behaviour
"""
from Tkinter import *
class InvalidTabPage(Exception): pass
class Alr
www.eeworm.com/read/197263/8008381
m experiment5_5.m
% Experiment 5, CS BOOK, Haykin
% Digital phase lock loop
% Track error of the recursive Costas Loop.
% Effect of varying signal-to-noise-ratio
% on convergence behaviour of the recursive Costas Loo
www.eeworm.com/read/146392/5738638
java stub.java
/* Copyright (c) 2000-2004 jMock.org
*/
package org.jmock.core;
/**
* An object that stubs the behaviour of a invokedMethod invocation on behalf of an
* {@link org.jmock.core.Invokable} o
www.eeworm.com/read/126765/6012864
tcc acceptor.tcc
/* Acceptor - Encapsulates the behaviour for a listening socket */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01h,18aug99,aim SockAcceptor API ch
www.eeworm.com/read/101066/6257145
tcc acceptor.tcc
/* Acceptor - Encapsulates the behaviour for a listening socket */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01h,18aug99,aim SockAcceptor API ch
www.eeworm.com/read/345593/11807069
pas unit1.pas
{: Ultra-basic collision detection sample.
Two sphere have been placed in the scene, both have a TGLBCollision behaviour
linked to the collision manager component.
Move them and
www.eeworm.com/read/231414/14236775
c driver.c
/*
** Static Huffman with the option of blocking one-pass-like behaviour.
**
**
** First word of compressed file is magic number (incorporating the treatment
** of zeroes flag - see code.h MAGIC_*)
**