code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
String function ( ) { return nativeUrl ; } | legacy name , but client libraries are still using it so it needs to be included in json concode_field_sep String brokerUrl concode_elem_sep String httpUrl concode_elem_sep String brokerUrlTls concode_elem_sep String nativeUrl concode_field_sep String getBrokerUrlSsl concode_elem_sep String getBrokerUrl concode_elem_se... |
String function ( StyledDocument arg0 , String arg1 , Matcher arg2 ) { autoScroll = false ; arg0 . insertString ( arg0 . getLength ( ) , arg1 . substring ( 0 , arg2 . start ( 1 ) ) , currentStyle ) ; arg0 . insertString ( arg0 . getLength ( ) , FileUtilities . getUserFriendlyName ( arg2 . group ( 1 ) ) , linkStyle ) ; ... | inserts an address using the link style . text leading up to the address gets the current style . concode_field_sep Style linkStyle concode_elem_sep boolean autoScroll concode_elem_sep Pattern colorPattern concode_elem_sep StyleContext styles concode_elem_sep Pattern addressPattern concode_elem_sep JTextPane text conco... |
void function ( Configuration arg0 ) { this . config = arg0 ; } | set the configuration options concode_field_sep Configuration config concode_elem_sep HashMap<String,XQueryFunction> functions concode_field_sep Configuration getConfiguration concode_elem_sep Expression bind concode_elem_sep Iterator<XQueryFunction> getFunctionDefinitions concode_elem_sep SequenceType[] getFunctionSig... |
void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; } | verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s... |
void function ( java . lang . String arg0 ) { this . name = arg0 ; } | sets the name value for this userrecord . concode_field_sep java.lang.String userRecordType concode_elem_sep java.lang.Long roleId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String roleNa... |
PooledConnection function ( String arg0 , String arg1 ) { validateSpecifiedUserAndPassword ( arg0 , arg1 ) ; return getPooledConnection ( ) ; } | performs a getpooledconnection after validating the given username and password . concode_field_sep Properties connProperties concode_elem_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep ConnectionDefaults connectionDefaults concode_elem_sep String driver concode_elem_sep String url concode... |
Cache < String , BlockReader > function ( int arg0 , int arg1 , float arg2 ) { CacheBuilder loc0 = CacheBuilder . newBuilder ( ) . arg0 ( arg0 ) . arg1 ( arg1 ) . maximumWeight ( ( long ) ( ManagementFactory . getMemoryMXBean ( ) . getHeapMemoryUsage ( ) . getMax ( ) * arg2 ) ) . weigher ( new KVWeigher ( ) ) ; return ... | re create the cache by limiting percentage of the total heap memory concode_field_sep int STRING_OVERHEAD concode_elem_sep int BLOCK_READER_OVERHEAD concode_elem_sep float DEFAULT_HEAP_MEMORY_PERCENTAGE concode_elem_sep Cache<String,BlockReader> singleCache concode_elem_sep boolean enableStats concode_field_sep long ge... |
void function ( String arg0 ) { this . estadoDispositivo = arg0 ; } | metodo que permite cambiar el estado de un dispostivo concode_field_sep Integer idDispositivo concode_elem_sep Integer valor concode_elem_sep String nombre concode_elem_sep String estadoDispositivo concode_field_sep Integer getIdDispositivo concode_elem_sep void setIdDispositivo concode_elem_sep String getNombre concod... |
Image function ( String arg0 , boolean arg1 ) { return getImage ( null , arg0 , arg1 ) ; } | gets the image by the given uri concode_field_sep List invalidUrlList concode_elem_sep ImageManager instance concode_elem_sep String resourcesRootPath concode_elem_sep String EMBEDDED_SUFFIX concode_field_sep URL generateURL concode_elem_sep void setURIRootPath concode_elem_sep void removeCachedImage concode_elem_sep I... |
ArrayList < Integer > function ( Resources arg0 , int [ ] arg1 ) { ArrayList < Integer > loc0 = new ArrayList < Integer > ( ) ; for ( int loc1 : arg1 ) { loc0 . add ( arg0 . getColor ( loc1 ) ) ; } return loc0 ; } | turn an array of resource-colors contains resource-id integers into an array list of actual color integers concode_field_sep int[] COLORFUL_COLORS concode_elem_sep int[] JOYFUL_COLORS concode_elem_sep int[] VORDIPLOM_COLORS concode_elem_sep int[] LIBERTY_COLORS concode_elem_sep int[] PASTEL_COLORS concode_field_sep int... |
void function ( String arg0 ) { this . commonAuthCallerPath = arg0 ; } | set common auth caller path . path of the calling party to common auth concode_field_sep long serialVersionUID concode_elem_sep boolean passiveAuth concode_elem_sep Map<String,String[]> requestQueryParams concode_elem_sep String commonAuthCallerPath concode_elem_sep boolean forceAuth concode_elem_sep String type concod... |
int function ( final String arg0 , final StringBuffer arg1 , final int arg2 ) { int loc0 ; loc0 = arg0 . indexOf ( this . fieldSep , arg2 ) ; if ( loc0 == - 1 ) { arg1 . append ( arg0 . substring ( arg2 ) ) ; return arg0 . length ( ) ; } else { arg1 . append ( arg0 . substring ( arg2 , loc0 ) ) ; return loc0 ; } } | advplain : unquoted field ; return index of next separator concode_field_sep char DEFAULT_SEP concode_elem_sep char fieldSep concode_elem_sep ICsvParser lineParser concode_elem_sep List<String> list concode_field_sep List<String> parse concode_elem_sep List<String> parse concode_elem_sep List<String> parse concode_elem... |
SudokuBoard function ( SudokuBoard arg0 ) { return solve ( new LinkedList < Node > ( ) , DLXGenerator . generate ( arg0 ) ) ; } | tries to solve the sudoku board . concode_field_sep PlaceHolder placeHolder concode_field_sep SudokuBoard listToBoard concode_elem_sep boolean isWellFormed concode_elem_sep boolean isWellFormed concode_elem_sep int getFormity concode_elem_sep List<SudokuBoard> enumerate concode_elem_sep void fill |
Boolean function ( ) { return editable ; } | test if the filter is editable . concode_field_sep Boolean editable concode_elem_sep Collection<FilterAccessContraint> additionalConstraints concode_elem_sep long serialVersionUID concode_elem_sep Boolean executable concode_field_sep void setEditable concode_elem_sep Boolean getExecutable concode_elem_sep void setExecu... |
void function ( long arg0 ) { this . dir_len = arg0 ; } | sets directory length concode_field_sep int header_len concode_elem_sep byte[] dir_uuid concode_elem_sep byte[] signature concode_elem_sep int currentPlace concode_elem_sep long serialVersionUID concode_elem_sep long lang_id concode_elem_sep long dir_offset concode_elem_sep int dataRemained concode_elem_sep long dir_le... |
MockHttpServletRequestBuilder function ( URI arg0 ) { return new MockHttpServletRequestBuilder ( HttpMethod . POST , arg0 ) ; } | create a mockhttpservletrequestbuilder for a post request . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder head concode_elem_sep MockHttpServletRequestBuilder head concode... |
double function ( ) { return hi ( ) - lo ( ) ; } | return the length of the interval . the length of an empty interval is negative . concode_field_sep double hi concode_elem_sep double lo concode_field_sep double hi concode_elem_sep boolean interiorContains concode_elem_sep boolean interiorContains concode_elem_sep double getCenter concode_elem_sep double lo concode_el... |
boolean function ( AuthorizationService arg0 , ArtifactWatchAddon arg1 ) { Pair < RepoPath , WatchersInfo > loc0 = arg1 . getNearestWatchDefinition ( getRepoPath ( ) , arg0 . currentUsername ( ) ) ; return loc0 != null && ! ( loc0 . getFirst ( ) . getPath ( ) . equals ( getRepoPath ( ) . getPath ( ) ) ) ; } | check if anyone is watching this path branch already concode_field_sep String repoKey concode_elem_sep List<IAction> actions concode_elem_sep String path concode_elem_sep List<INode> childrens concode_elem_sep String repoType concode_elem_sep List<IArtifactInfo> tabs concode_elem_sep boolean local concode_elem_sep bool... |
byte [ ] function ( ) { byte [ ] loc0 = new byte [ key . length ] ; System . arraycopy ( key , 0 , loc0 , 0 , key . length ) ; return loc0 ; } | returns the encoded form of this secret key . concode_field_sep long serialVersionUID concode_elem_sep byte[] key concode_elem_sep String algorithm concode_field_sep int hashCode concode_elem_sep String getAlgorithm concode_elem_sep boolean equals concode_elem_sep String getFormat |
InjectorBuilder function ( Stage arg0 ) { shellBuilder . arg0 ( arg0 ) ; this . stage = arg0 ; return this ; } | sets the stage for the created injector . if the stage is stage #production , this class will eagerly load singletons . concode_field_sep BindingProcessor bindingProcesor concode_elem_sep InjectorShell.Builder shellBuilder concode_elem_sep Stage stage concode_elem_sep Initializer initializer concode_elem_sep List<Injec... |
void function ( ) { assertEquals ( "srini_string" , user . getGoalWeight ( ) , goalWeight ) ; } | test of the getgoalweight method concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String password concode_elem_sep Day day2 concode_elem_sep Double weight concode_elem_sep Collection<Day> days concode_elem_sep Double goalWeight concode_elem_sep int id concode_elem_sep Day day1 concod... |
void function ( java . lang . Boolean arg0 ) { this . owns = arg0 ; } | sets the value of the owns property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String remoteSchema concode_elem_... |
void function ( String arg0 ) { this . button4Label = arg0 ; } | sets the value of the button4label property . concode_field_sep String button3Value concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String button4Value concode_elem_sep Label label concode_elem_sep String button4Label concode_elem_sep String button... |
DoubleMatrix1D function ( DoubleMatrix1D arg0 , DoubleMatrix1D arg1 ) { if ( arg0 . size ( ) != arg1 . size ( ) ) throw new IllegalArgumentException ( ) ; DoubleMatrix1D loc0 = new DenseDoubleMatrix1D ( arg0 . size ( ) ) ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { loc0 . set ( loc1 , arg0 . get ( loc1 )... | adds two vectors . concode_field_sep PlaceHolder placeHolder concode_field_sep DoubleMatrix1D subVectors concode_elem_sep void printMatrix concode_elem_sep void printMatrix concode_elem_sep DoubleMatrix2D appendToMatrix concode_elem_sep DoubleMatrix2D growMatrix concode_elem_sep DoubleMatrix1D appendToVector concode_el... |
String function ( ) { initDir ( SystemResource . APP_NAME ) ; return SystemResource . DATA_ROOT_DIRECTORY + SystemResource . IMAGE_RELATIVE_DIRECTORY ; } | gets the image dir . concode_field_sep String IMAGE_RELATIVE_DIRECTORY concode_elem_sep ExecutorService executorService concode_elem_sep String DATA_ROOT_DIRECTORY concode_elem_sep String DEFAULT_APP_DATA concode_elem_sep int DEFAULT_THREADPOOL_SIZE concode_elem_sep Context applicationContext concode_elem_sep SystemRes... |
InstanceGroupStateChangeReason function ( InstanceGroupStateChangeReasonCode arg0 ) { setCode ( arg0 ) ; return this ; } | the programmable code for the state change reason . concode_field_sep String code concode_elem_sep String message concode_field_sep int hashCode concode_elem_sep void setCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep InstanceGroupStateChangeReason clone concode_elem_sep String getMe... |
short function ( byte arg0 [ ] , boolean arg1 ) { return BuildShortLE ( arg0 , 0 ) ; } | build short out of bytes in little endian order . concode_field_sep float HALF_PI concode_elem_sep float TWO_PI concode_elem_sep double TWO_PI_D concode_elem_sep double HALF_PI_D concode_field_sep short BuildShortBE concode_elem_sep short BuildShortBE concode_elem_sep int BuildInteger concode_elem_sep int BuildInteger ... |
Control function ( Composite arg0 , int arg1 ) { Label loc0 = new Label ( arg0 , SWT . LEFT ) ; GridData loc1 = new GridData ( ) ; loc1 . horizontalAlignment = GridData . BEGINNING ; loc1 . grabExcessHorizontalSpace = false ; loc1 . horizontalSpan = arg1 ; loc1 . horizontalIndent = 0 ; loc1 . widthHint = 0 ; loc1 . hei... | creates a spacer control with the given span . the composite is assumed to have mgridlayout as layout . concode_field_sep String fLabelText concode_elem_sep IDialogFieldListener fDialogFieldListener concode_elem_sep Label fLabel concode_elem_sep boolean fEnabled concode_field_sep Label getLabelControl concode_elem_sep ... |
String function ( ) { return namespace ; } | return the namespace concode_field_sep String localName concode_elem_sep int nodetype concode_elem_sep String namespace concode_elem_sep int hash concode_field_sep void redefine concode_elem_sep void redefine concode_elem_sep String getLocalName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem... |
ArtifactLocation function ( S3ArtifactLocation arg0 ) { setS3Location ( arg0 ) ; return this ; } | the amazon s3 bucket that contains the artifact . concode_field_sep String type concode_elem_sep S3ArtifactLocation s3Location concode_field_sep S3ArtifactLocation getS3Location concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ArtifactLocation clone concode_... |
void function ( String arg0 ) { if ( this . running ) { throw new IllegalStateException ( "srini_string" ) ; } this . startTimeMillis = System . currentTimeMillis ( ) ; this . running = true ; this . currentTaskName = arg0 ; } | start a named task . the results are undefined if #stop or timing methods are called without invoking this method . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep long startTimeMillis concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long ... |
void function ( XMLElement arg0 , boolean arg1 , int arg2 ) { this . write ( arg0 , arg1 , arg2 , true ) ; } | writes an xml element . concode_field_sep PrintWriter writer concode_field_sep void writeEncoded concode_elem_sep void finalize |
String function ( ) { return firstName ; } | get firstname concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep ... |
void function ( int arg0 ) { if ( arg0 > 0 ) { this . maxLife = arg0 ; if ( currentLife > maxLife ) this . currentLife = maxLife ; } } | set the value of maximum life concode_field_sep LogicWorld world concode_elem_sep boolean jumping concode_elem_sep int currentLife concode_elem_sep String id concode_elem_sep Vector3f position concode_elem_sep int maxLife concode_elem_sep boolean moving concode_field_sep void die concode_elem_sep void rest concode_elem... |
Calendar function ( ) { return departureDate ; } | returns the departure date of first flight in the format : `` yyyy-mm-dd '' . concode_field_sep Integer totalTravelTime concode_elem_sep ArrayList<Integer> waitTimes concode_elem_sep double totalCost concode_elem_sep String departureDateAsStr concode_elem_sep String origin concode_elem_sep long serialVersionUID concode... |
String function ( ) { return functionName ; } | returns the name of the function . concode_field_sep Node thisValue concode_elem_sep String functionName concode_elem_sep String delegator concode_elem_sep String delegateBase concode_elem_sep String typeName concode_elem_sep SubclassType type concode_elem_sep Node target concode_elem_sep DiagnosticType diagnosticType ... |
void function ( ) { sCInterface . clearEvents ( ) ; } | this method resets the incoming events time events included . concode_field_sep long number concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean reset concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode... |
void function ( String arg0 ) { this . contactInfo = arg0 ; } | set the contact info . concode_field_sep String institution concode_elem_sep String address concode_elem_sep String contactInfo concode_elem_sep String name concode_elem_sep String url concode_elem_sep String email concode_field_sep void setName concode_elem_sep String getUrl concode_elem_sep String getName concode_ele... |
void function ( ) { for ( PluginEntry loc0 : entryMap . values ( ) ) { if ( loc0 . onload ) { getPlugin ( loc0 . service ) ; } } } | create plugins objects that have onload set . concode_field_sep CordovaWebView app concode_elem_sep CordovaInterface ctx concode_elem_sep HashMap<String,List<String>> urlMap concode_elem_sep int SLOW_EXEC_WARNING_THRESHOLD concode_elem_sep HashMap<String,CordovaPlugin> pluginMap concode_elem_sep HashMap<String,PluginEn... |
void function ( int arg0 ) { for ( DownloadListener loc0 : fListeners ) { loc0 . downloadStart ( arg0 ) ; } } | notify listeners at the begining of download process . concode_field_sep int BUFFER_SIZE concode_elem_sep List<DownloadListener> fListeners concode_elem_sep boolean fCancel concode_field_sep void download concode_elem_sep void download concode_elem_sep void fireDownloadProgress concode_elem_sep void addDownloadListener... |
void function ( final Long arg0 ) { this . deletedAt = arg0 ; } | set the value related to the column : deletedat . concode_field_sep Long createdAt concode_elem_sep Long deletedAt concode_elem_sep String hashCode concode_elem_sep long serialVersionUID concode_elem_sep String planName concode_elem_sep Language language concode_elem_sep String planDescription concode_elem_sep String i... |
boolean function ( ) { return runningTask ; } | determine whether the progress bar is active . concode_field_sep OutputProgressIndeterminateBean pbBean concode_elem_sep boolean runningTask concode_elem_sep Log log concode_elem_sep PersistentFacesState state concode_elem_sep RenderManager renderManager concode_elem_sep int percent concode_elem_sep PersistentFacesStat... |
void function ( ) { numberOfCostShareEncumbrancesGenerated ++ ; } | increments the cost share encumbranace generated count by 1 concode_field_sep int numberOfErrorRecordsWritten concode_elem_sep int numberOfCapitalizationEntriesGenerated concode_elem_sep int numberOfPlantIndebtednessEntriesGenerated concode_elem_sep int numberOfUnscrubbedRecordsRead concode_elem_sep int numberOfScrubbe... |
boolean function ( Object arg0 ) { if ( this . x == ( ( Point ) arg0 ) . x && this . y == ( ( Point ) arg0 ) . y ) return true ; else return false ; } | two points are equal if both coordinates are equal to each other concode_field_sep double x concode_elem_sep double y concode_field_sep String toString |
long function ( ) { return length ; } | get the length of this file , in bytes . concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep long length concode_elem_sep FsPermission permission concode_elem_sep byte storagePolicy concode_elem_sep FileEncryptionInfo feInfo concode_elem_sep short block_replication concode_elem_sep byte[] EM... |
double function ( ) { return 9.81 ; } | no gload variation here for simulation of ground tests . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
java . lang . String function ( ) { return _webDAVProps . getClassName ( ) ; } | returns the fully qualified class name of this web dav props . concode_field_sep WebDAVProps _webDAVProps concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEs... |
String function ( ) { return "srini_string" + length ( ) + "srini_string" ; } | get a string representation of this instance concode_field_sep ArrayList links concode_field_sep float getX concode_elem_sep float getY concode_elem_sep int length concode_elem_sep void push concode_elem_sep void remove |
int [ ] function ( ) { int [ ] loc0 = new int [ colors ] ; buildColorTable ( root , loc0 , 0 ) ; return loc0 ; } | build the color table . concode_field_sep OctTreeNode parent concode_elem_sep int level concode_elem_sep int colors concode_elem_sep OctTreeNode leaf[] concode_elem_sep int count concode_elem_sep int index concode_elem_sep int nodes concode_elem_sep int reduceColors concode_elem_sep boolean isLeaf concode_elem_sep Vect... |
int function ( final byte arg0 [ ] ) { return ( arg0 [ 0 ] & 0xff ) | ( ( arg0 [ 1 ] & 0xff ) << 8 ) | ( ( arg0 [ 2 ] & 0xff ) << 16 ) | ( ( arg0 [ 3 ] & 0xff ) << 24 ) ; } | convert first 4 bytes of a byte array to an int concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] intToByte |
int function ( ) { return indexInSubtaskGroup ; } | returns the task 's index in the subtask group . concode_field_sep int numberOfSubtasks concode_elem_sep String invokableClassName concode_elem_sep JobVertexID vertexID concode_elem_sep Configuration taskConfiguration concode_elem_sep List<BlobKey> requiredJarFiles concode_elem_sep int targetSlotNumber concode_elem_sep... |
void function ( String arg0 ) { this . nextToken = arg0 ; } | if the number of items that are returned is significantly large , this is an identifier that is also returned , which can be used in a subsequent call to this operation to return the next set of items in the list . concode_field_sep java.util.List<Test> tests concode_elem_sep String nextToken concode_field_sep void set... |
void function ( ) { if ( m_pingTracker != null ) return ; m_messenger = new JnaIcmpMessenger ( m_pingerId ) ; m_pingTracker = new RequestTracker < JnaPingRequest , JnaPingReply > ( "srini_string" + m_pingerId , m_messenger , new IDBasedRequestLocator < JnaPingRequestId , JnaPingRequest , JnaPingReply > ( ) ) ; m_pingTr... | initializes this singleton concode_field_sep int m_pingerId concode_elem_sep JnaIcmpMessenger m_messenger concode_elem_sep RequestTracker<JnaPingRequest,JnaPingReply> m_pingTracker concode_field_sep void ping concode_elem_sep void ping concode_elem_sep Number ping concode_elem_sep Number ping concode_elem_sep Number pi... |
CSSAlign function ( ) { return style . alignSelf ; } | get this node 's align items , as defined by style . concode_field_sep CSSNodeDEPRECATED mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNodeDEPRECATED nextChild concode_elem_sep ArrayList<CSSNodeDEPRECATED> mChildren concode_elem_sep int lineIndex concode_elem_sep Object mData concode_elem_sep boolean mIsT... |
List < String > function ( ) { if ( dynamicImportPackage == null ) { dynamicImportPackage = new ArrayList < String > ( ) ; } return this . dynamicImportPackage ; } | gets the value of the dynamicimportpackage property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the dynamicimportpackage property . for example ,... |
boolean function ( ) { if ( Trace . traceOn_ ) Trace . log ( Trace . DIAGNOSTIC , "srini_string" , loginTimeoutSet_ ) ; return loginTimeoutSet_ ; } | indicates if the value of the login timeout socket option will be set . concode_field_sep long serialVersionUID concode_elem_sep int soLinger_ concode_elem_sep int receiveBufferSize_ concode_elem_sep int soTimeout_ concode_elem_sep boolean tcpNoDelaySet_ concode_elem_sep boolean keepAliveSet_ concode_elem_sep boolean l... |
Properties function ( ) { return extraJndiProperties ; } | the extra jndi environment properties added the the initialcontext 's environment upon creation . concode_field_sep String securityCredentials concode_elem_sep String name concode_elem_sep String urlPkgPrefixes concode_elem_sep Properties extraJndiProperties concode_elem_sep String providerUrl concode_elem_sep String s... |
String function ( ) { return this . message ; } | returns the optional message for this event concode_field_sep byte TYPE_QUERY concode_elem_sep String hostName concode_elem_sep byte TYPE_OBJECT_CREATION concode_elem_sep String catalog concode_elem_sep int catalogIndex concode_elem_sep String durationUnits concode_elem_sep byte TYPE_EXECUTE concode_elem_sep byte event... |
Settings function ( ) { return getInstance ( null ) ; } | returns the settings instance . concode_field_sep String DEFAULT_TIME_FORMAT concode_elem_sep String DEFAULT_XML_TYPE concode_elem_sep String ALLOW_PROTECTED_PROPERTY_ACCESS concode_elem_sep String DEFAULT_CONFIGURATION_FILENAME concode_elem_sep String PROPERTY_ACCESSOR_METHOD concode_elem_sep String DEFAULT_LOCALE con... |
int function ( ) { return mErrors ; } | returns the number of errors associated with this api list . concode_field_sep HashMap<String,PackageInfo> mPackageList concode_elem_sep String mDebugString concode_elem_sep int mWarnings concode_elem_sep int mErrors concode_field_sep Iterator<PackageInfo> getPackageIterator concode_elem_sep PackageInfo getPackage conc... |
void function ( long arg0 ) { this . period = arg0 ; } | set the period between repeated task executions , in milliseconds . default is -1 , leading to one-time execution . in case of zero or a positive value , the task will be executed repeatedly , with the given interval inbetween executions . note that the semantics of the period value vary between fixed-rate and fixed-de... |
void function ( double arg0 ) { if ( arg0 < - 1.0 || arg0 > 0.9990234375 ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } } | checks the range of a double to be converted to s. 10 11 bit format . the valid range is -1.0 to +0.9990234375 . concode_field_sep PlaceHolder placeHolder concode_field_sep int convS19 concode_elem_sep String getInstructionString concode_elem_sep int convS15 concode_elem_sep void checkS15 concode_elem_sep int convS114 ... |
Room function ( int arg0 ) { return findRoom ( startRoom , arg0 ) ; } | returns the room with specified room number concode_field_sep int rooms concode_elem_sep Random r concode_elem_sep int curRoom concode_elem_sep Room bossRoom concode_elem_sep Room startRoom concode_field_sep void genDungeonRooms concode_elem_sep Room findRoom concode_elem_sep Item genChestItem concode_elem_sep int getC... |
void function ( String arg0 , String arg1 ) { if ( attributes == null ) attributes = new HashMap ( ) ; attributes . put ( arg0 , arg1 ) ; } | add an attribute to this node , replacing any existing attribute with the same name . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttri... |
char function ( org . terasology . rendering . nui . Color arg0 ) { return toChar ( arg0 . r ( ) , arg0 . g ( ) , arg0 . b ( ) ) ; } | stores the color with 4 + 4 + 4 = 12 bit accuracy as unicode char concode_field_sep char LAST_COLOR concode_elem_sep char RESET_COLOR concode_elem_sep char FIRST_COLOR concode_field_sep boolean isValid concode_elem_sep Color toColor concode_elem_sep String getColored concode_elem_sep char getReset concode_elem_sep Stri... |
KeyStore function ( ) { return clientKeystore ; } | keystore that contains service 's private key and certificate . used when making invocations on remote https endpoints that require client-cert authentication concode_field_sep String clientKeyPassword concode_elem_sep PublicKey realmKey concode_elem_sep String resourceName concode_elem_sep String realm concode_elem_se... |
void function ( String arg0 ) { append ( arg0 ) ; } | deprecated use append concode_field_sep FileSystem fileSystem concode_elem_sep String AUTHZ_EXCEPTION_SQL_STATE concode_elem_sep String AUTHZ_EXCEPTION_ERROR_MSG concode_elem_sep File dataDir concode_elem_sep String AUTHZ_LINK_FAILURE_SQL_STATE concode_elem_sep Set<Statement> statements concode_elem_sep String INVALID_... |
void function ( String arg0 ) { this . path = arg0 ; if ( ! this . path . startsWith ( "srini_string" ) ) { this . path = "srini_string" + arg0 ; } } | path to bind context concode_field_sep SecurityDomain securityDomain concode_elem_sep ResteasyHttpHandler handler concode_elem_sep ResteasyDeployment deployment concode_elem_sep String path concode_elem_sep HttpContext boundContext concode_field_sep ResteasyDeployment getDeployment concode_elem_sep HttpContext bind con... |
void function ( ) { cur . reset ( ) ; line . reset ( ) ; inuse = true ; word . setLength ( 0 ) ; } | reset the pdftextformat for a new run concode_field_sep float tw concode_elem_sep PointF prevEnd concode_elem_sep Matrix cur concode_elem_sep float fsize concode_elem_sep Matrix line concode_elem_sep float tr concode_elem_sep boolean inuse concode_elem_sep int tm concode_elem_sep float tc concode_elem_sep StringBuffer ... |
void function ( String arg0 , String arg1 ) { CompilationUnit loc0 = new CompilationUnit ( configuration ) ; loc0 . addSource ( new SourceUnit ( arg0 , arg1 , configuration , loc0 . getClassLoader ( ) , loc0 . getErrorCollector ( ) ) ) ; loc0 . compile ( ) ; } | compiles a string of code . concode_field_sep CompilerConfiguration configuration concode_elem_sep Compiler DEFAULT concode_field_sep placeholderType placeHolder |
Long function ( ) { return this . millisUntilNextRefreshable ; } | the amount of time , in milliseconds , until the trusted advisor check is eligible for refresh . concode_field_sep Long millisUntilNextRefreshable concode_elem_sep String checkId concode_elem_sep String status concode_field_sep TrustedAdvisorCheckRefreshStatus withStatus concode_elem_sep String getCheckId concode_elem_... |
String [ ] function ( String [ ] arg0 ) { if ( arg0 == null ) { return null ; } String [ ] loc0 = new String [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = canonicalPropertyName ( arg0 [ loc1 ] ) ; } return loc0 ; } | determine the canonical names for the given property paths . concode_field_sep PlaceHolder placeHolder concode_field_sep int getFirstNestedPropertySeparatorIndex concode_elem_sep boolean isNestedOrIndexedProperty concode_elem_sep boolean matchesProperty concode_elem_sep String canonicalPropertyName concode_elem_sep int... |
BufferWrapper function ( ) { getBuffer ( ) . rewind ( ) ; return this ; } | resets this buffer 's position to the previously marked position . concode_field_sep int TYPE_FLOAT concode_elem_sep int TYPE_BYTE concode_elem_sep int TYPE_UNKNOWN concode_elem_sep int TYPE_DOUBLE concode_elem_sep int TYPE_NULL concode_field_sep int getBufferType concode_elem_sep Buffer getBuffer concode_elem_sep int ... |
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( sLevel > LEVEL_WARNING ) { return ; } if ( arg2 . length > 0 ) { arg1 = String . format ( arg1 , arg2 ) ; } Log . w ( arg0 , arg1 ) ; } | send a warning log message concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void d concode_elem_sep void d concode_elem_s... |
List < EnclosingClosure > function ( ) { return Collections . unmodifiableList ( enclosingClosures ) ; } | returns the current stack of enclosing closure expressions . the first element is the top of the stack . concode_field_sep Set<MethodNode> methodsToBeVisited concode_elem_sep Set<Long> reportedErrors concode_elem_sep LinkedList<BinaryExpression> enclosingBinaryExpressions concode_elem_sep LinkedList<EnclosingClosure> e... |
void function ( char arg0 ) { out . println ( arg0 ) ; } | print a char to standard output and then terminate the line . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_se... |
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }... | util method to write an attribute without the ns prefix concode_field_sep com.amazon.ec2.ImportKeyPairResponseType localImportKeyPairResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem... |
String function ( String arg0 ) { String loc0 = arg0 ; if ( arg0 . startsWith ( "srini_string" ) || arg0 . equals ( "srini_string" ) ) { loc0 = System . getProperty ( "srini_string" ) ; if ( arg0 . length ( ) > 1 ) { loc0 += File . separator + arg0 . substring ( 2 ) ; } } return loc0 ; } | converts paths of the form ~ / src to / users/elliotth/src or whatever the user 's home directory is . also copes with the special case of ~ on its own , but not with ~ someone-else/tmp because java gives us no way to find another user 's home directory . we could , i suppose , compare user.home and user.name and try t... |
void function ( String arg0 ) { this . cacheParameterGroupName = arg0 ; } | the name of the cache parameter group . concode_field_sep String cacheParameterGroupFamily concode_elem_sep String description concode_elem_sep String cacheParameterGroupName concode_field_sep String getCacheParameterGroupName concode_elem_sep String getCacheParameterGroupFamily concode_elem_sep void setCacheParameterG... |
void function ( URL arg0 ) { generate ( new ShpFiles ( arg0 ) ) ; } | generates the fid index file for the shpfile concode_field_sep Logger LOGGER concode_field_sep placeholderType placeHolder |
boolean function ( Tuple2 < K , V > arg0 ) { return false ; } | this schema never considers an element to signal end-of-stream , so this method returns always false . concode_field_sep TypeInformation<Tuple2<K,V>> typeInfo concode_elem_sep long serialVersionUID concode_elem_sep DataInputDeserializer inputDeserializer concode_elem_sep DataOutputSerializer valueOutputSerializer conco... |
LaunchPermissionModifications function ( LaunchPermission ... arg0 ) { if ( this . add == null ) { setAdd ( new com . amazonaws . internal . SdkInternalList < LaunchPermission > ( arg0 . length ) ) ; } for ( LaunchPermission loc0 : arg0 ) { this . add . arg0 ( loc0 ) ; } return this ; } | the aws account id to add to the list of launch permissions for the ami . note : this method appends the values to the existing list if any . use #setadd java.util.collection or #withadd java.util.collection if you want to override theexisting values . concode_field_sep com.amazonaws.internal.SdkInternalList<LaunchPerm... |
long function ( final String arg0 ) { int loc0 = 11 ; long loc1 ; long loc2 = 0L ; for ( char loc3 : arg0 . toCharArray ( ) ) { loc1 = ( long ) ( BASE_32_STRING . indexOf ( loc3 ) ) ; loc2 |= ( loc1 << ( ( loc0 -- * 5 ) + MORTON_OFFSET ) ) ; } return BitUtil . flipFlop ( loc2 ) ; } | encode to a morton long value from a given geohash string concode_field_sep int PRECISION concode_elem_sep short MORTON_OFFSET concode_elem_sep String BASE_32_STRING concode_elem_sep char[] BASE_32 concode_field_sep long fromMorton concode_elem_sep char encode concode_elem_sep long longEncode concode_elem_sep long long... |
void function ( ) { mActiveIndexes . clear ( ) ; insertPending ( ) ; } | clears the active states and inserts any pending pairs if applicable . concode_field_sep Collection<AtomicInteger> mActiveIndexes concode_elem_sep Insertable<T> mInsertable concode_elem_sep List<Pair<Integer,T>> mPendingItemsToInsert concode_field_sep void removeActiveIndex concode_elem_sep Collection<Integer> getActiv... |
void function ( Map < String , Object > arg0 ) { if ( arg0 != null ) { this . jdoPropertyMap . putAll ( arg0 ) ; } } | specify jdo properties as a map , to be passed into jdohelper.getpersistencemanagerfactory if any . can be populated with a `` map '' or `` props '' element in xml bean definitions . concode_field_sep PersistenceManagerFactory persistenceManagerFactory concode_elem_sep Log logger concode_elem_sep JdoDialect jdoDialect ... |
int function ( int arg0 ) { return b [ offset + 2 * arg0 + 1 ] ; } | returns the value of the given step of this path . concode_field_sep int TYPE_ARGUMENT concode_elem_sep byte[] b concode_elem_sep int offset concode_elem_sep int WILDCARD_BOUND concode_elem_sep int INNER_TYPE concode_elem_sep int ARRAY_ELEMENT concode_field_sep int getLength concode_elem_sep String toString concode_ele... |
void function ( IVrengObject arg0 ) { } | override this if you need special handling when a new client joins this app . concode_field_sep boolean closing concode_elem_sep HashSet clients concode_elem_sep boolean busy concode_elem_sep String name concode_elem_sep int width concode_elem_sep QLock queryLock concode_elem_sep Thread runner concode_elem_sep QueryMes... |
void function ( TabChangeEvent arg0 ) { } | called when the table binding 's tab focus changes . concode_field_sep String selectedIndex concode_elem_sep String tabPlacement concode_elem_sep boolean tabbedPane1Visible concode_elem_sep boolean tabbedPane2Visible concode_elem_sep boolean tabbedPane3Visible concode_field_sep String getTabPlacement concode_elem_sep v... |
String function ( ) { return locationStanox ; } | gets the value of the locationstanox property . concode_field_sep String trainServiceCode concode_elem_sep String trainFileAddress concode_elem_sep XMLGregorianCalendar wttTimestamp concode_elem_sep String toc concode_elem_sep String currentTrainID concode_elem_sep String division concode_elem_sep String originalTrainI... |
boolean function ( Map arg0 ) { try { fileLookup ( arg0 ) ; return true ; } catch ( Exception loc0 ) { return false ; } } | works for a file directory or property file concode_field_sep Param FILE concode_elem_sep Param NAMESPACE concode_field_sep DataStore createDataStore concode_elem_sep boolean isAvailable concode_elem_sep String getDisplayName concode_elem_sep Param[] getParametersInfo concode_elem_sep Map getImplementationHints concode... |
InputStream function ( ) { return content ; } | returns the content of the parsehttpresponse 's body . the content can only be read once and ca n't be reset . concode_field_sep Map<String,String> headers concode_elem_sep long totalSize concode_elem_sep String reasonPhrase concode_elem_sep String contentType concode_elem_sep InputStream content concode_elem_sep int s... |
LocationType function ( ) { LocationType loc0 = new LocationType ( ) ; loc0 . setLatitudeDegs ( getLatitude ( ) ) ; loc0 . setLongitudeDegs ( getLongitude ( ) ) ; loc0 . setHeight ( getAltitude ( ) ) ; return loc0 ; } | generates a locationtype object based on this gps state concode_field_sep double altitude concode_elem_sep double pdop concode_elem_sep double heading concode_elem_sep double latitude concode_elem_sep double vdop concode_elem_sep int numberOfVisibleSatellites concode_elem_sep double estimatedError concode_elem_sep doub... |
void function ( long arg0 , String arg1 ) { if ( log . isInfoEnabled ( ) ) log . info ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } | report the isolation of a named index by a transaction . concode_field_sep Logger log concode_elem_sep NumberFormat cf concode_elem_sep NumberFormat fpf concode_elem_sep NumberFormat leadingZeros concode_field_sep void extendJournal concode_elem_sep void openUnisolatedIndex concode_elem_sep void openJournal concode_ele... |
void function ( String arg0 ) { this . value = arg0 ; } | sets the value of the value property . concode_field_sep String r2 concode_elem_sep Object parent concode_elem_sep Boolean dtr concode_elem_sep Boolean del1 concode_elem_sep Boolean del2 concode_elem_sep Boolean dt2D concode_elem_sep String ref concode_elem_sep STCellFormulaType t concode_elem_sep Long si concode_elem_... |
void function ( Page arg0 ) { List < Annotation > loc0 = arg0 . getAnnotations ( ) ; if ( loc0 == null || loc0 . size ( ) == 0 ) { return ; } Annotation loc1 ; for ( int loc2 = 0 , loc3 = loc0 . size ( ) ; loc2 < loc3 ; loc2 ++ ) { processNullAnnotationDecoration ( loc0 . get ( loc2 ) ) ; } } | implemented annotation callback method . this method is called when a pages annotations been initialized but before the page has been painted . this method blocks the concode_field_sep Color ANNOTATION concode_elem_sep Color ANNOTATION_VISITED concode_elem_sep WeakHashMap<String,AnnotationState> annotationHistory conco... |
Iterable < T > function ( final Iterator < T > arg0 ) { return new Iterable < T > ( ) { public Iterator < T > iterator ( ) { return arg0 ; } } ; } | wraps an iterator as an iterable concode_field_sep Filter<T> filter concode_elem_sep T next concode_elem_sep Iterator<I> inputIterator concode_elem_sep Iterator keys concode_elem_sep Iterator<T> current concode_elem_sep MyMethod<I,O> transformer concode_elem_sep Factory<Iterator<T>> iterFactory concode_elem_sep Iterato... |
String function ( ) { return this . moduleClass ; } | returns the class name of the module described implementation . concode_field_sep String moduleClass concode_elem_sep String patchLevel concode_elem_sep String majorVersion concode_elem_sep String minorVersion concode_field_sep void setPatchLevel concode_elem_sep String getMajorVersion concode_elem_sep int hashCode con... |
void function ( final String arg0 , final Registrar arg1 ) { synchronized ( registrarMap ) { registrarMap . put ( arg0 , arg1 ) ; } arg1 . install ( arg0 ) ; } | add a registrar for the specified protocol identifier . concode_field_sep RegistrarMapper FACTORY concode_elem_sep Map registrarMap concode_field_sep Registrar getRegistrar concode_elem_sep RegistrarMapper getFactory concode_elem_sep void removeRegistrar |
void function ( Collection < String > arg0 ) { if ( this . stringPermissions == null ) { this . stringPermissions = new HashSet < String > ( ) ; } this . stringPermissions . addAll ( arg0 ) ; } | adds assigns multiple permissions to those associated directly with the account . if the account does n't yet have any string-based permissions , a new permissions collection a set < string > will be created automatically . concode_field_sep Set<String> stringPermissions concode_elem_sep Set<String> roles concode_elem_... |
boolean function ( String arg0 ) { if ( StringUtil . isEmpty ( arg0 ) ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } return name . matches ( arg0 ) ; } | performs a regular expression matching the classname getname . concode_field_sep String superName concode_elem_sep boolean exception concode_elem_sep String[] implementNames concode_elem_sep String qualifiedName concode_elem_sep boolean deprecated concode_elem_sep String name concode_elem_sep boolean _enum concode_elem... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.