代码搜索:Prot

找到约 2,417 项符合「Prot」的源代码

代码结果 2,417
www.eeworm.com/read/313547/13585028

java msg.java

import java.io.Serializable; import java.util.Date; public class Msg implements Serializable{ protected int type; protected String from; protected String to; protected Date time; prot
www.eeworm.com/read/137691/5820706

java stdoutwrapper.java

// Copyright (c) Corporation for National Research Initiatives package org.python.core; import java.io.OutputStream; import java.io.Writer; public class StdoutWrapper extends OutputStream { prot
www.eeworm.com/read/337375/12373765

java test.java

public class Test{ public static void main(String args[]){ Person p = new Student(); Object o = new Person(); o = new String("hi"); } } class Person { protected String name; prot
www.eeworm.com/read/121651/14744871

extpro init.extpro

int rxvt_init_vars __PROTO((rxvt_t *r)); void rxvt_init_secondary __PROTO((rxvt_t *r)); const char ** rxvt_init_resources __PROT
www.eeworm.com/read/474868/1388563

js fdm_ffpxy.js

var fdm_FfPrefs = Components.classes["@mozilla.org/preferences;1"].getService (Components.interfaces.nsIPref); // write current proxy settings of browser to registry settings of FDM // prot - name
www.eeworm.com/read/470950/1435266

js buffalo.js

var Buffalo = Class.create(); Buffalo.BOCLASS="_BUFFALO_OBJECT_CLASS_"; Buffalo.VERSION="1.2.4"; Buffalo.getElementById = function(elementId) {return $(elementId);} /* deprecated */ Buffalo.prot
www.eeworm.com/read/453681/1638648

java fconnection.java

package com.example.model; import java.io.Serializable; /** * TODO * @2007-1-13 * @author xuli */ public class FConnection extends FElement{ protected FNode source = null; prot
www.eeworm.com/read/233448/4676319

mm proto-lossage-2.mm

/* APPLE LOCAL file mainline */ /* Don't forget to look in protocols if a class (and its superclasses) do not provide a suitable method. */ /* { dg-do compile } */ #include @prot
www.eeworm.com/read/229812/4751999

gml fstr_ct2.gml

This form of the &fn. creates an &obj. that is connected to the file specified by the :ARG.name parameter, using the specified :ARG.mode and :ARG.prot parameters. The connection is made via th
www.eeworm.com/read/191759/5162457

js decorator.js

function Decorator(ele) {}Decorator.prototype.parent = null;Decorator.prototype.children = null;Decorator.prototype.getContainer = function () {return document.getElementById(this.id);};Decorator.prot