代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/199242/5078862
js pl.js
var FCKLang =
{
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
ToolbarCollapse : "Zwiń pasek narzędzi",
ToolbarExpand : "Rozwiń pasek narzędzi",
www.eeworm.com/read/171581/5392659
properties search_es.properties
Direction=Direccion:
Up=Arriba
Down=Abajo
UpMnemonic=A
DownMnemonic=B
Conditions=Condiciones:
MatchCase=Coincidir mayus/minus
WholeWord=Palabra completa
RegEx=Expresiones regulares
MatchCas
www.eeworm.com/read/171581/5393146
properties search_es.properties
Direction=Direccion:
Up=Arriba
Down=Abajo
UpMnemonic=A
DownMnemonic=B
Conditions=Condiciones:
MatchCase=Coincidir mayus/minus
WholeWord=Palabra completa
RegEx=Expresiones regulares
MatchCas
www.eeworm.com/read/313172/3645151
js zh-cn.js
var FCKLang =
{
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
// Toolbar Items and Context Menu
Preview : "预览",
Cut : "剪切",
Copy : "复制",
www.eeworm.com/read/285908/4044181
m nextfeasible.m
function [msg,nextIterate,direction,FunEval] = nextfeasible(ObjFunc,Xin,sites,Iterate,A,LB,UB ...
,FunEval,maxFun,Completepoll,TolBind,IndEqcstr,NotVectorized,Cache,cachetol,cachelimit,varargin)
www.eeworm.com/read/282165/4106845
fnc hexa.fnc
#
# Use this function to fit sound velocity data as function of
# sound propagation direction, indicated by its angle against the
# z-axis of an hexagonal symmetry coordinate system
#
# Adjust
www.eeworm.com/read/271246/4229683
305928e87008001c19f0d5298c7864ee
package deng;
public class Rule {
String name;
String IP;
String []direction;
String port;
String protocol;
String strategy;
public String[] getDirection() {
return direct
www.eeworm.com/read/271246/4229702
d0e4698d7708001c19f0d5298c7864ee
package deng;
public class Rule {
String name;
String IP;
String []direction= {"input"};
String sport;
String dport;
String protocol="all";
String strategy="accept";
www.eeworm.com/read/271246/4229749
602695727708001c19f0d5298c7864ee
package deng;
public class Rule {
String name;
String IP;
String []direction;
String sport;
String dport;
String protocol;
String strategy;
public Rule(){};
publ
www.eeworm.com/read/432926/1886299
pde bounce.pde
/**
* Bounce.
*
* When the shape hits the edge of the window, it reverses its direction.
*/
int size = 60; // Width of the shape
float xpos, ypos; // Starting position of shape