代码搜索:Variable

找到约 10,000 项符合「Variable」的源代码

代码结果 10,000
www.eeworm.com/read/100774/6265100

java addrequest.java

package org.javaldap.ldapv3; //----------------------------------------------------------------------------- // NOTE: this is a machine generated file - editing not recommended // // File: .
www.eeworm.com/read/100774/6265122

java comparerequest.java

package org.javaldap.ldapv3; //----------------------------------------------------------------------------- // NOTE: this is a machine generated file - editing not recommended // // File: .
www.eeworm.com/read/100603/6265992

h prmon.h

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/100285/6271204

c globals.c

/*------------------------------------------------------------------------- * * globals.c * global variable declarations * * Copyright (c) 1994, Regents of the University of California * * *
www.eeworm.com/read/100285/6271446

h strat.h

/*------------------------------------------------------------------------- * * strat.h * index strategy type definitions * (separated out from original istrat.h to avoid circular refs) * *
www.eeworm.com/read/100285/6272239

hlp set.hlp

.pgaw:Help.f.t insert end "SET" {bold} " will modify configuration parameters for variable during a session. " {} "Synopsis" {bold} " " {} " SET variable \{ TO | = \} \{ 'value' | DEFAULT \} SET
www.eeworm.com/read/100285/6272267

hlp show.hlp

.pgaw:Help.f.t insert end "will display the current configuration parameters for variable during a session. The session can be configured using SET statement, and values can be restored to the defau
www.eeworm.com/read/100133/6273734

g subc.g

options { mangleLiteralPrefix = "TK_"; } class MyCParser extends TinyCParser; // add initializers to variables variable { // init action } : type declarator (ASSIGN aexpr)? SEMI ;
www.eeworm.com/read/100133/6273738

g tinyc.g

/* * Make sure to run antlr.Tool on the lexer.g file first! */ options { mangleLiteralPrefix = "TK_"; } { import java.io.*; class Main { public static void main(String[] args) { try { TinyC
www.eeworm.com/read/100133/6273824

g subc.g

options { mangleLiteralPrefix = "TK_"; language="Cpp"; } class MyCParser extends TinyCParser; // add initializers to variables variable { // init action } : type declarator (ASSIGN aexpr)? SEM