idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
32,600 | returns the complimentary color of the given color concode_field_sep PlaceHolder placeHolder concode_field_sep String ColorToString concode_elem_sep void debug concode_elem_sep void err concode_elem_sep void log concode_elem_sep void log concode_elem_sep String buildString concode_elem_sep String format concode_elem_se... | int function ( int arg0 ) { return Color . argb ( Color . alpha ( arg0 ) , ( ~ Color . red ( arg0 ) ) & 0xff , ( ~ Color . green ( arg0 ) ) & 0xff , ( ~ Color . blue ( arg0 ) ) & 0xff ) ; } |
32,601 | hides the dialog . concode_field_sep XBayaGUI xbayaGUI concode_elem_sep InputNode node concode_elem_sep XBayaDialog dialog concode_elem_sep XBayaLabel valueLabel concode_elem_sep XBayaLabel dataTypeLabel concode_elem_sep GridPanel gridPanel concode_elem_sep XBayaTextField nameTextField concode_elem_sep XBayaTextArea de... | void function ( ) { this . dialog . hide ( ) ; } |
32,602 | runs 7d command concode_field_sep Map<Integer,Integer> changedVirtuals concode_elem_sep SappCentralExecuter sappCentralExecuterInstance concode_elem_sep Map<Byte,Integer> changedInputs concode_elem_sep Map<Byte,Integer> changedOutputs concode_field_sep int executeSapp75Command concode_elem_sep int executeSapp7CCommand ... | void function ( String arg0 , int arg1 , int arg2 , int arg3 ) { synchronized ( this ) { SappCommand loc0 = new Sapp7DCommand ( arg2 , arg3 ) ; loc0 . run ( arg0 , arg1 ) ; if ( ! loc0 . isResponseOk ( ) ) { throw new SappException ( "srini_string" ) ; } } } |
32,603 | runs rigid chaining process concode_field_sep Group[] twistedGroups concode_elem_sep boolean printTimeStamps concode_elem_sep boolean debug concode_elem_sep AFPChain afpChain concode_field_sep void setTwistedGroups concode_elem_sep Group[] chainAfp concode_elem_sep AFPChain getAfpChain concode_elem_sep Group[] getTwist... | Group [ ] function ( FatCatParameters arg0 , AFPChain arg1 , Atom [ ] arg2 , Atom [ ] arg3 ) { arg0 . setMaxTra ( 0 ) ; arg1 . setMaxTra ( 0 ) ; return chainAfp ( arg0 , arg1 , arg2 , arg3 ) ; } |
32,604 | will throw assertionerror , if expression is not true concode_field_sep PlaceHolder placeHolder concode_field_sep T notNull | void function ( final boolean arg0 , final String arg1 ) { if ( ! arg0 ) { throw new AssertionError ( arg1 ) ; } } |
32,605 | sets the milestoneamount value for this billingschedulemilestone . concode_field_sep java.lang.String comments concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef projectTask concode_elem_sep java.util.Calendar milestoneDate concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef m... | void function ( java . lang . Double arg0 ) { this . milestoneAmount = arg0 ; } |
32,606 | closes the input channel of this socket . this default implementation always throws an ioexception toindicate that the subclass should have overridden this method . concode_field_sep InetAddress address concode_elem_sep int port concode_elem_sep int localport concode_elem_sep FileDescriptor fd concode_field_sep InetAdd... | void function ( ) { throw new IOException ( "srini_string" ) ; } |
32,607 | metodo que sustituye la columna j por numsku concode_field_sep NumeroKu[][] s concode_elem_sep short dimension concode_elem_sep String nombre concode_field_sep void intercambiaFpC concode_elem_sep void setS concode_elem_sep String getNombre concode_elem_sep void rotaCaraSentInvReloj concode_elem_sep int numRepetidos co... | void function ( int arg0 , NumeroKu [ ] arg1 ) { for ( int loc0 = 0 ; loc0 < dimension ; loc0 ++ ) { s [ loc0 ] [ arg0 ] = arg1 [ loc0 ] ; } } |
32,608 | get the hashcode of x or 0 if x == null . concode_field_sep String classname concode_elem_sep MarshalledObject<?> data concode_elem_sep boolean restart concode_elem_sep ActivationGroupID groupid concode_elem_sep String location concode_elem_sep long serialVersionUID concode_field_sep String getLocation concode_elem_sep... | int function ( Object arg0 ) { return arg0 == null ? 0 : arg0 . hashCode ( ) ; } |
32,609 | recursive way of solving lis concode_field_sep PlaceHolder placeHolder concode_field_sep int longestSubsequenceWithActualSolution concode_elem_sep void main | int function ( int arg0 [ ] ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length - 1 ; loc1 ++ ) { int loc2 = longestSubsequenceRecursive ( arg0 , loc1 + 1 , arg0 [ loc1 ] ) ; if ( loc2 > loc0 ) { loc0 = loc2 ; } } return loc0 + 1 ; } |
32,610 | gets the value of the fields 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 fields property . for example , to add a new item , do as f... | List < String > function ( ) { if ( fields == null ) { fields = new ArrayList < String > ( ) ; } return this . fields ; } |
32,611 | returns the index of the first clustering having an unpaired cluster , or -1 no unpaired cluster exists . concode_field_sep int UNCLUSTERED concode_elem_sep long pairsize concode_elem_sep DBIDs objIDs concode_elem_sep int[] clusterIds concode_field_sep long getPairCount concode_elem_sep boolean isNone concode_elem_sep ... | int function ( ) { for ( int loc0 = 0 ; loc0 < clusterIds . length ; loc0 ++ ) { if ( clusterIds [ loc0 ] == UNCLUSTERED ) { return loc0 ; } } return - 1 ; } |
32,612 | read the next 64 bits from the binary input stream and return as a 64-bit double . concode_field_sep BufferedInputStream in concode_elem_sep int buffer concode_elem_sep int EOF concode_elem_sep int N concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep boole... | double function ( ) { return Double . longBitsToDouble ( readLong ( ) ) ; } |
32,613 | returns whether read access is granted for a specific permission . concode_field_sep String user concode_elem_sep Type type concode_elem_sep boolean[][] permissions concode_elem_sep String name concode_elem_sep java.util.Date lastModified concode_elem_sep String group concode_elem_sep HashMap<String,String> facts conco... | boolean function ( Permission arg0 ) { if ( permissions != null ) { return permissions [ arg0 . value ] [ 0 ] ; } return false ; } |
32,614 | gets the time stamp . concode_field_sep long timeStamp concode_elem_sep Settings settings concode_elem_sep ArrayList<String> cmdArgs concode_elem_sep int cmdId concode_field_sep void setCmdId concode_elem_sep void setTimeStamp concode_elem_sep String[] getArguments concode_elem_sep boolean getOk concode_elem_sep int ge... | long function ( ) { return timeStamp ; } |
32,615 | returns an integer with a geometric distribution with mean 1/p . concode_field_sep Random random concode_elem_sep long seed concode_field_sep double cauchy concode_elem_sep long getSeed concode_elem_sep int poisson concode_elem_sep void main concode_elem_sep int discrete concode_elem_sep double uniform concode_elem_sep... | int function ( double arg0 ) { if ( ! ( arg0 >= 0.0 && arg0 <= 1.0 ) ) throw new IllegalArgumentException ( "srini_string" ) ; return ( int ) Math . ceil ( Math . log ( uniform ( ) ) / Math . log ( 1.0 - arg0 ) ) ; } |
32,616 | tests for proper operation of equals , hashcode and tostring methods . concode_field_sep byte[] keyData concode_elem_sep GroupBucket bucket concode_elem_sep GroupBuckets groupBuckets concode_elem_sep DefaultGroupDescription sameAsD1 concode_elem_sep DefaultGroupDescription d2 concode_elem_sep DefaultGroupDescription d3... | void function ( ) { new EqualsTester ( ) . addEqualityGroup ( d1 , sameAsD1 ) . addEqualityGroup ( d2 ) . addEqualityGroup ( d3 ) . testEquals ( ) ; } |
32,617 | gets the value of the target property . concode_field_sep String name concode_elem_sep ManagedObjectReference _this concode_elem_sep VAppCloneSpec spec concode_elem_sep ManagedObjectReference target concode_field_sep void setThis concode_elem_sep void setName concode_elem_sep ManagedObjectReference getThis concode_elem... | ManagedObjectReference function ( ) { return target ; } |
32,618 | set whether standard iso formatting should be applied to all date/time types . default is `` false '' no . if set to `` true '' , the `` datestyle '' , `` timestyle '' and `` datetimestyle '' properties are effectively ignored . concode_field_sep Map<Type,DateTimeFormatter> formatters concode_elem_sep Map<Type,DateTime... | void function ( boolean arg0 ) { this . factories . get ( Type . DATE ) . setIso ( arg0 ? ISO . DATE : null ) ; this . factories . get ( Type . TIME ) . setIso ( arg0 ? ISO . TIME : null ) ; this . factories . get ( Type . DATE_TIME ) . setIso ( arg0 ? ISO . DATE_TIME : null ) ; } |
32,619 | sends the notification that the message was displayed to the sender of the original message concode_field_sep Connection con concode_elem_sep PacketFilter packetFilter concode_elem_sep PacketListener packetListener concode_elem_sep List<MessageEventNotificationListener> messageEventNotificationListeners concode_elem_se... | void function ( String arg0 , String arg1 ) { Message loc0 = new Message ( arg0 ) ; MessageEvent loc1 = new MessageEvent ( ) ; loc1 . setDisplayed ( true ) ; loc1 . setPacketID ( arg1 ) ; loc0 . addExtension ( loc1 ) ; con . sendPacket ( loc0 ) ; } |
32,620 | sets the value of the paymentinformation property . concode_field_sep BankAccountType bankAccount concode_elem_sep AddressType address concode_elem_sep long serialVersionUID concode_elem_sep PaymentHeaderType paymentInformation concode_elem_sep CardType card concode_field_sep void setBankAccount concode_elem_sep BankAc... | void function ( PaymentHeaderType arg0 ) { this . paymentInformation = arg0 ; } |
32,621 | return type metadata object concode_field_sep boolean adTypeFrequencyAndReach concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean placementFrequency concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean siteLevelFrequency conc... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
32,622 | test two byte arrays for deep equality . i think this exists in java 6 but not java 5 concode_field_sep Random SEEDED_RANDOM concode_elem_sep String LETTERS concode_elem_sep String CHARACTERS concode_elem_sep String DIGITS concode_elem_sep Random UNSEEDED_RANDOM concode_field_sep VoldemortMetadata createMetadata concod... | boolean function ( byte [ ] arg0 , byte [ ] arg1 ) { if ( arg0 == arg1 ) { return true ; } else if ( arg0 == null || arg1 == null ) { return false ; } else if ( arg0 . length != arg1 . length ) { return false ; } else { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) if ( arg0 [ loc0 ] != arg1 [ loc0 ] ) return f... |
32,623 | dispose of game elements concode_field_sep boolean paused concode_elem_sep GameMain game concode_elem_sep GameRenderer renderer concode_elem_sep GameWorld world concode_elem_sep float TIME_STEP concode_field_sep void resume concode_elem_sep boolean isPaused concode_elem_sep void hide concode_elem_sep GameWorld getWorld... | void function ( ) { pause ( ) ; renderer . dispose ( ) ; world . dispose ( ) ; } |
32,624 | redundant ` final ' modifier concode_field_sep InnerImplementation inner concode_elem_sep String s3 concode_elem_sep String s4 concode_elem_sep float PI_FINAL concode_elem_sep String s2 concode_elem_sep float PI_OK concode_elem_sep String s1 concode_elem_sep boolean sModifierOrderVar concode_elem_sep float PI_PUBLIC co... | void function ( ) { } |
32,625 | makes a new instance of jsonbuilder . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item conc... | JSONBuilder function ( ) { return new JSONBuilder ( ) ; } |
32,626 | arguments for amazon emr to pass to the application . concode_field_sep com.amazonaws.internal.SdkInternalList<String> args concode_elem_sep String name concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,String> additionalInfo concode_elem_sep String version concode_field_sep void setName concode_elem_sep St... | Application function ( java . util . Collection < String > arg0 ) { setArgs ( arg0 ) ; return this ; } |
32,627 | sets the hasrightbracket value for this conditionline . concode_field_sep boolean hasRightBracket concode_elem_sep org.eclipse.birt.report.soapengine.api.ReportParameterList reportParameterList concode_elem_sep java.lang.String value2 concode_elem_sep java.lang.String value1 concode_elem_sep boolean hasLeftBracket conc... | void function ( boolean arg0 ) { this . hasRightBracket = arg0 ; } |
32,628 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String reservedInstancesModificationId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ModifyReservedInstancesResult clone concode_elem_sep ModifyReservedInstancesResult withReservedInst... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getReservedInstancesModificationId ( ) != null ) loc0 . append ( "srini_string" + getReservedInstancesModificationId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
32,629 | gets the array . concode_field_sep String[] myStringArray concode_elem_sep Object[] myObjectArray concode_field_sep void setMyObjectArray concode_elem_sep void setMyStringArray concode_elem_sep String[] getMyStringArray | Object [ ] function ( ) { return myObjectArray ; } |
32,630 | get image of menu setting item concode_field_sep int m_nImageID concode_elem_sep int m_ItemID concode_elem_sep int INVALID_IMG_RES concode_elem_sep int INVALID_NAME concode_elem_sep int INVALID_ID concode_elem_sep int m_NameID concode_field_sep int getItemName concode_elem_sep int getItemID concode_elem_sep void setIte... | int function ( ) { return this . m_nImageID ; } |
32,631 | the list of possible matches for the given selectinputtext value concode_field_sep List dictionary concode_elem_sep List matchesList concode_elem_sep City currentCity concode_elem_sep Log log concode_field_sep void setDictionary concode_elem_sep City getMatch concode_elem_sep City getCurrentCity concode_elem_sep List g... | List function ( ) { return matchesList ; } |
32,632 | overloads gldrawarraysindirect . concode_field_sep int GL_DRAW_INDIRECT_BUFFER concode_elem_sep int GL_DRAW_INDIRECT_BUFFER_BINDING concode_field_sep void glDrawElementsIndirect concode_elem_sep void glDrawElementsIndirect concode_elem_sep void glDrawElementsIndirect | void function ( int arg0 , IntBuffer arg1 ) { GL40 . glDrawArraysIndirect ( arg0 , arg1 ) ; } |
32,633 | broadcasts the given event to all listeners . concode_field_sep BroadcastDispatch<T> broadcast concode_elem_sep ProxyDispatchAdapter<T> source concode_elem_sep Class<T> type concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void removeAll concode_elem_sep Class<T> getType c... | void function ( MethodInvocation arg0 ) { broadcast . dispatch ( arg0 ) ; } |
32,634 | get the type of the child shape . you can use this to down cast to the concrete shape . concode_field_sep World world concode_elem_sep short[] tmp concode_elem_sep Filter filter concode_elem_sep Body body concode_elem_sep long addr concode_field_sep float getRestitution concode_elem_sep World getWorld concode_elem_sep ... | Type function ( ) { int loc0 = jniGetType ( addr ) ; if ( loc0 == 0 ) return Type . Circle ; else return Type . Polygon ; } |
32,635 | sets the value of the openurlstring property . concode_field_sep String routeRequestorReceipt concode_elem_sep String requestorId concode_elem_sep String requestorType concode_elem_sep String requestorsNote concode_elem_sep String openUrlString concode_field_sep void setRequestorType concode_elem_sep String getRouteReq... | void function ( String arg0 ) { this . openUrlString = arg0 ; } |
32,636 | called by iteration tail to signal that all input of a superstep has been processed unblocks iteration head . concode_field_sep SerializedUpdateBuffer buffer concode_elem_sep BlockingQueue<SerializedUpdateBuffer> queue concode_field_sep DataInputView getReadEndAfterSuperstepEnded concode_elem_sep DataOutputView getWrit... | void function ( ) { queue . offer ( buffer ) ; } |
32,637 | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitHaltStatement concode_elem_sep void enterValue concode_elem_sep void exitDeclareStatement concode_elem_sep void enterVariable concode_elem_sep void exitEveryRule concode_elem_sep void enterLabelStatement conco... | void function ( @ NotNull TurdParser . OneVarExpressionContext arg0 ) { } |
32,638 | how many elements are there in this queue ? concode_field_sep Vector vector concode_field_sep Object pull concode_elem_sep Object get concode_elem_sep boolean isEmpty concode_elem_sep void put concode_elem_sep Object peek | int function ( ) { return vector . size ( ) ; } |
32,639 | gets the state of daylight time in this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevantCompone... | String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; Calendar loc1 = Calendar . getInstance ( loc0 ) ; if ( loc0 . inDaylightTime ( loc1 . getTime ( ) ) ) { return "srini_string" ; } return "srini_string" ; } |
32,640 | performs a dynamic query on the database and returns the matching rows . concode_field_sep FolderLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.mail.model.Folder deleteFolder concode_elem_sep com.liferay.mail.model.Folder deleteFolder concode_elem_sep com.... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; } |
32,641 | gets the value of the transforms property . concode_field_sep SigPolicyQualifiersListType sigPolicyQualifiers concode_elem_sep DigestAlgAndValueType sigPolicyHash concode_elem_sep TransformsType transforms concode_elem_sep ObjectIdentifierType sigPolicyId concode_field_sep void setSigPolicyHash concode_elem_sep ObjectI... | TransformsType function ( ) { return transforms ; } |
32,642 | reads the next byte of a multi-byte utf-8 character and returns its contents lower 6 bits . throws a generatorerror if the byte is not a valid tail . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep Thread... | int function ( ) { char loc0 = next ( ) ; if ( ( loc0 & 0xc0 ) != 0x80 ) throw invalidUtf8 ( ) ; return loc0 & 0x3f ; } |
32,643 | gets the state of daylight time in this time zone . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_sep boolean getCurrentlyShowi... | String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; Calendar loc1 = Calendar . getInstance ( loc0 ) ; if ( loc0 . inDaylightTime ( loc1 . getTime ( ) ) ) { return "srini_string" ; } return "srini_string" ; } |
32,644 | decrements the read lock count held by the thread concode_field_sep ThreadLocal<Integer> readLockCount concode_elem_sep ReentrantReadWriteLock delegate concode_elem_sep Lock readLock concode_elem_sep long serialVersionUID concode_elem_sep Lock writeLock concode_field_sep void checkLoopback concode_elem_sep void lockInt... | void function ( ) { Integer loc0 = readLockCount . get ( ) ; int loc1 ; assert loc0 != null : "srini_string" ; loc1 = loc0 . intValue ( ) - 1 ; if ( loc1 == 0 ) readLockCount . remove ( ) ; else readLockCount . set ( new Integer ( loc1 ) ) ; } |
32,645 | creates a sortedset containing specified items concode_field_sep PlaceHolder placeHolder concode_field_sep Set<T> asSet | SortedSet < T > function ( T ... arg0 ) { SortedSet < T > loc0 = new TreeSet < > ( ) ; for ( T loc1 : arg0 ) { loc0 . add ( loc1 ) ; } return loc0 ; } |
32,646 | gets an iterator containing all flushtriggerstatment objects for this cache . concode_field_sep int requests concode_elem_sep CacheController controller concode_elem_sep int hits concode_elem_sep String resource concode_elem_sep Log log concode_elem_sep long flushIntervalSeconds concode_elem_sep Object NULL_OBJECT conc... | Iterator function ( ) { return flushTriggerStatements . iterator ( ) ; } |
32,647 | get custom deserializer concode_field_sep com.netsuite.webservices.platform.core_2014_2.GetSelectValueFilter filter concode_elem_sep java.lang.String field concode_elem_sep java.lang.String sublist concode_elem_sep com.netsuite.webservices.platform.core_2014_2.types.RecordType recordType concode_elem_sep com.netsuite.w... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
32,648 | expects wire to be set for all cases , and compares the decoder 's output to expected headers . concode_field_sep Buffer bytesIn concode_elem_sep Hpack.Reader hpackReader concode_elem_sep Story story concode_field_sep Collection<Story[]> createStories concode_elem_sep void assertSetEquals concode_elem_sep Story getStor... | void function ( ) { testDecoder ( story ) ; } |
32,649 | the token required to retrieve the next set of results . this value is null when there are no more results to return . concode_field_sep String nextToken concode_elem_sep String spotFleetRequestId concode_elem_sep com.amazonaws.internal.SdkInternalList<ActiveInstance> activeInstances concode_field_sep String getSpotFle... | String function ( ) { return this . nextToken ; } |
32,650 | returns the description of the annotation shown in the status bar or by `` view | error description '' action . concode_field_sep ProblemHighlightType myHighlightType concode_elem_sep String myTooltip concode_elem_sep IntentionAction quickFix concode_elem_sep String myMessage concode_elem_sep List<QuickFixInfo> myQuick... | String function ( ) { return myMessage ; } |
32,651 | add a string argument represented by the format string to the command . the inputs will be resolved and used to format the format string when this argument isadded to the command . concode_field_sep ImmutableList<Arg> args concode_elem_sep ImmutableSortedSet.Builder<BuildRule> extraDeps concode_elem_sep ImmutableList<S... | Builder function ( String arg0 , SourcePath ... arg1 ) { args . add ( new Arg ( arg0 , ImmutableList . copyOf ( arg1 ) ) ) ; return this ; } |
32,652 | returns a properties list that can be used to handle a lifo list of elements with a maximum amount of entries . note : this method creates only one list per name . concode_field_sep XElement element concode_elem_sep Hashtable lists concode_field_sep void add concode_elem_sep void add concode_elem_sep void set concode_e... | PropertyList function ( String arg0 , int arg1 ) { PropertyList loc0 = ( PropertyList ) lists . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new PropertyList ( element , arg0 , arg1 ) ; lists . put ( arg0 , loc0 ) ; } return loc0 ; } |
32,653 | true iff the ssh job has completed with or without failure concode_field_sep File backingFile concode_elem_sep Task<String> task concode_elem_sep SshMachineLocation machine concode_elem_sep String remoteFile concode_elem_sep ConfigBag config concode_field_sep String call concode_elem_sep String getRemoteFile concode_el... | boolean function ( ) { return getTask ( ) . isDone ( ) ; } |
32,654 | returns the history service . concode_field_sep String DEFAULT_ENGINE concode_field_sep RepositoryService getRepositoryService concode_elem_sep ProcessEngine getProcessEngine concode_elem_sep ProcessEngineInfo getProcessEngineInfo concode_elem_sep IdentityService getIdentityService concode_elem_sep FormService getFormS... | HistoryService function ( ) { return getProcessEngine ( ) . getHistoryService ( ) ; } |
32,655 | set the selected state , meaning that this instance or one of the child abstracttext objects has a selected state . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep Rectangle2D.Float textExtractionBounds concode_elem_sep boolean selecte... | void function ( boolean arg0 ) { this . hasSelected = arg0 ; } |
32,656 | sets a domerrorhandler on the dom level 3 serializer . this interface is a public api . concode_field_sep DOMErrorHandler fErrorHandler concode_elem_sep SerializationHandler fSerializationHandler concode_elem_sep String fNewLine concode_elem_sep LSSerializerFilter fSerializerFilter concode_field_sep void setSerializati... | void function ( DOMErrorHandler arg0 ) { fErrorHandler = arg0 ; } |
32,657 | increment the count of committed transactions . concode_field_sep Object lkCommits concode_elem_sep long lSampleEndTime concode_elem_sep int iPending concode_elem_sep Object lkRecCommits concode_elem_sep int iUAborts concode_elem_sep Object lkRecAborts concode_elem_sep Object lkAborts concode_elem_sep long lSampleStart... | void function ( ) { try { statisticsLock . acquireReadLock ( ) ; synchronized ( lkCommits ) { iCommits ++ ; } } finally { statisticsLock . releaseReadLock ( ) ; } } |
32,658 | the start time in milliseconds of the last profiling period . concode_field_sep long startMillis concode_elem_sep StackTraceElement[] stackFrames concode_elem_sep int stackTraceId concode_elem_sep int count concode_elem_sep int flags concode_elem_sep ThreadEventType type concode_elem_sep String parentGroupName concode_... | long function ( ) { return startMillis ; } |
32,659 | multiplies the color with the given alpha . concode_field_sep PlaceHolder placeHolder concode_field_sep int getOpacityFromColor | int function ( int arg0 , int arg1 ) { if ( arg1 == 255 ) { return arg0 ; } if ( arg1 == 0 ) { return arg0 & 0x00FFFFFF ; } arg1 = arg1 + ( arg1 >> 7 ) ; int loc0 = arg0 >>> 24 ; int loc1 = loc0 * arg1 >> 8 ; return ( loc1 << 24 ) | ( arg0 & 0x00FFFFFF ) ; } |
32,660 | returns the message parameters . concode_field_sep String formattedMessage concode_elem_sep String messagePattern concode_elem_sep Throwable throwable concode_elem_sep int HASHVAL concode_elem_sep Logger LOGGER concode_elem_sep long serialVersionUID concode_elem_sep String[] serializedParameters concode_elem_sep Object... | Object [ ] function ( ) { if ( parameters != null ) { return parameters ; } return serializedParameters ; } |
32,661 | converts the specified ibm i data type to a java object . concode_field_sep byte[] MAX_VALUE_BYTES concode_elem_sep BigInteger MIN_VALUE concode_elem_sep BigInteger MAX_VALUE concode_elem_sep BigInteger DEFAULT_VALUE concode_elem_sep int SIZE concode_elem_sep long serialVersionUID concode_field_sep int getByteLength co... | Object function ( byte [ ] arg0 ) { return toBigInteger ( arg0 , 0 ) ; } |
32,662 | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_field_sep void stop | void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } |
32,663 | access a field of the class . concode_field_sep AccessorFactoryImpl instance concode_field_sep Accessor createPropertyAccessor concode_elem_sep AccessorFactoryImpl getInstance | Accessor function ( Class arg0 , Field arg1 , boolean arg2 , boolean arg3 ) { return arg2 ? new Accessor . ReadOnlyFieldReflection ( arg1 , arg3 ) : new Accessor . FieldReflection ( arg1 , arg3 ) ; } |
32,664 | get the name of the endpoint concode_field_sep boolean enableStatistics concode_elem_sep String name concode_elem_sep String description concode_elem_sep boolean switchOn concode_elem_sep String endpointString concode_field_sep void setName concode_elem_sep String getEndpointString concode_elem_sep void setSwitchOn con... | String function ( ) { return name ; } |
32,665 | updates the current partition , so that the specified set of characters gets a new character class . characters that are elements of the set v are not in the same equivalence class with characters that are not elements of the set v. concode_field_sep char maxCharUsed concode_elem_sep Vector classes concode_elem_sep boo... | void function ( Vector arg0 , boolean arg1 ) { makeClass ( new IntCharSet ( arg0 ) , arg1 ) ; } |
32,666 | setter method for the set the priority concode_field_sep String pollerid concode_elem_sep Properties pollerPropertiesConfiguration concode_field_sep Date nextExecutionTime | void function ( String arg0 ) { this . pollerid = arg0 ; } |
32,667 | gets the version of the resource adapter . concode_field_sep PlaceHolder placeHolder concode_field_sep String getSpecVersion concode_elem_sep String getAdapterName concode_elem_sep String[] getInteractionSpecsSupported concode_elem_sep boolean supportsLocalTransactionDemarcation concode_elem_sep boolean supportsExecute... | String function ( ) { return null ; } |
32,668 | returns the x axis value at the specified index . concode_field_sep IndexXYMap<Double,Double> mXY concode_elem_sep double mMinY concode_elem_sep double mMaxY concode_elem_sep int mScaleNumber concode_elem_sep String mTitle concode_elem_sep double mMaxX concode_elem_sep double mMinX concode_field_sep void add concode_el... | double function ( int arg0 ) { return mXY . getXByIndex ( arg0 ) ; } |
32,669 | sets the value of the annotationsfile property concode_field_sep String catalogName concode_elem_sep String file concode_elem_sep String annotationsFile concode_elem_sep boolean xmlaEnabled concode_elem_sep org.pentaho.platform.plugin.services.importexport.exportManifest.Parameters parameters concode_field_sep void set... | void function ( String arg0 ) { this . annotationsFile = arg0 ; } |
32,670 | getend concode_field_sep PrefabGraph m_graph concode_elem_sep OnmsResource m_resource concode_elem_sep Date m_end concode_elem_sep Date m_start concode_field_sep PrefabGraph getPrefabGraph concode_elem_sep Collection<RrdGraphAttribute> getRequiredRrGraphdAttributes concode_elem_sep OnmsResource getResource concode_elem... | Date function ( ) { return m_end ; } |
32,671 | mark an additional mass point as fixed . concode_field_sep double TOTAL_SIMULATION_TIME concode_elem_sep double TOLERANCE concode_elem_sep CgNode animationNode concode_elem_sep double currentSimulationTime concode_elem_sep List<Vector> v concode_elem_sep CgNode supplementNode concode_elem_sep List<Vector> x concode_ele... | void function ( int arg0 ) { boundaryPoints . add ( arg0 ) ; } |
32,672 | calculates the intersection of two fieldmasks . concode_field_sep String FIELD_SEPARATOR_REGEX concode_elem_sep String FIELD_PATH_SEPARATOR concode_elem_sep String FIELD_PATH_SEPARATOR_REGEX concode_elem_sep boolean replacePrimitiveFields concode_elem_sep boolean replaceMessageFields concode_elem_sep boolean replaceRep... | FieldMask function ( FieldMask arg0 , FieldMask arg1 ) { FieldMaskTree loc0 = new FieldMaskTree ( arg0 ) ; FieldMaskTree loc1 = new FieldMaskTree ( ) ; for ( String loc2 : arg1 . getPathsList ( ) ) { loc0 . intersectFieldPath ( loc2 , loc1 ) ; } return loc1 . toFieldMask ( ) ; } |
32,673 | clicks the file manager form element `` add ... '' button . concode_field_sep String locAddButton concode_elem_sep FilesElements filePicker concode_elem_sep String locCreateFolderButton concode_elem_sep RemoteWebDriver driver concode_elem_sep String locIconBtn concode_elem_sep String langFile concode_elem_sep Map<Strin... | void function ( ) { filePicker . fileManButton ( locAddButton ) ; } |
32,674 | auto generated axis2 error handler override this method for handling error response from getdeliveryreport2 operation concode_field_sep Object clientData concode_field_sep void receiveResultRemoveTask concode_elem_sep void receiveResultAddTask3 concode_elem_sep void receiveResultAddTask2 concode_elem_sep void receiveRe... | void function ( java . lang . Exception arg0 ) { } |
32,675 | setter for account type concode_field_sep String label concode_elem_sep String type concode_elem_sep String category concode_field_sep String getLabel concode_elem_sep String getType concode_elem_sep void setCategory concode_elem_sep String getCategory concode_elem_sep void setLabel | void function ( String arg0 ) { type = arg0 ; } |
32,676 | obtiene el valor de la propiedad arg0 . concode_field_sep User arg0 concode_field_sep void setArg0 | User function ( ) { return arg0 ; } |
32,677 | decodes a jbig2 image from a byte array concode_field_sep JBIG2StreamDecoder streamDecoder concode_field_sep int getNumberOfPages concode_elem_sep void setGlobalData concode_elem_sep void cleanupPostDecode concode_elem_sep Segment findSegment concode_elem_sep boolean isRandomAccessOrganisationUsed concode_elem_sep JBIG... | void function ( byte [ ] arg0 ) { streamDecoder . decodeJBIG2 ( arg0 ) ; } |
32,678 | sets the class name id of this phone . concode_field_sep Phone _phone concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean ... | void function ( long arg0 ) { _phone . setClassNameId ( arg0 ) ; } |
32,679 | setter method for customertype concode_field_sep String restrictCustType concode_elem_sep String emailId concode_elem_sep String restrict concode_elem_sep String criticalReason concode_elem_sep String type concode_elem_sep String expiryDate concode_elem_sep String customerType concode_elem_sep Integer customerId concod... | void function ( String arg0 ) { this . customerType = arg0 ; } |
32,680 | sets the value of the colspanm property . concode_field_sep BigDecimal colspan concode_elem_sep BigDecimal colspanS concode_elem_sep BigDecimal rowspan concode_elem_sep String x concode_elem_sep String width concode_elem_sep String y concode_elem_sep String z concode_elem_sep BigDecimal colspanM concode_field_sep void ... | void function ( BigDecimal arg0 ) { this . colspanM = arg0 ; } |
32,681 | get servlet context . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep void addWarnMessage conc... | ServletContext function ( ) { return ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; } |
32,682 | wrapper for jsonobject #getjsonobject string a runtimeexception wraps the raised exception . concode_field_sep PlaceHolder placeHolder concode_field_sep long getLong concode_elem_sep int getInt concode_elem_sep JSONObject createJSONObject concode_elem_sep Bundle jsonObjectToBundle concode_elem_sep Object get concode_el... | JSONObject function ( JSONObject arg0 , String arg1 ) { try { return arg0 . getJSONObject ( arg1 ) ; } catch ( JSONException loc0 ) { throw ErrorUtil . runtimeException ( loc0 ) ; } } |
32,683 | returns the interval in seconds to reconnect to the homematic gateway . concode_field_sep int binCallbackPort concode_elem_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int xmlCallbackPort concode_elem_sep int cuxdPort concode_elem_sep int DEFAULT_PORT_GROUP concode_elem_sep String gatew... | int function ( ) { return reconnectInterval ; } |
32,684 | create an instance of monthlysearchvolume concode_field_sep QName _RequestHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep DisplayAdSpecAdSizeSpec createDisplayAdSpecAdSizeSpec concode_elem_sep IdeaTextFilterSearchParameter createIdeaTextFilterS... | MonthlySearchVolume function ( ) { return new MonthlySearchVolume ( ) ; } |
32,685 | compute the gain if we exchange edge path cityindex1 , path cityindex1 +1 and path cityindex2 , path cityindex2 +1 with path cityindex1 +1 , path cityindex2 +1 and path cityindex1 , path cityindex2 concode_field_sep int[][] distanceMatrix concode_elem_sep int[] path concode_elem_sep Tool tool concode_field_sep void two... | int function ( final int arg0 , final int arg1 ) { int loc0 = path [ arg0 ] ; int loc1 = path [ arg1 ] ; int loc2 = tool . getDestination ( path , arg0 ) ; int loc3 = tool . getDestination ( path , arg1 ) ; return ( ( distanceMatrix [ loc0 ] [ loc1 ] + distanceMatrix [ loc2 ] [ loc3 ] ) - ( distanceMatrix [ loc0 ] [ lo... |
32,686 | process ignorable white space . concode_field_sep List newNamespaces concode_elem_sep Stack namespaceStack concode_elem_sep String identifier concode_elem_sep StringBuffer characterContent concode_elem_sep PrintWriter printWriter concode_elem_sep String prefix concode_elem_sep boolean endStartTag concode_elem_sep Strin... | void function ( char [ ] arg0 , int arg1 , int arg2 ) { checkEndStartTag ( ) ; printWriter . write ( arg0 , arg1 , arg2 ) ; } |
32,687 | returns true if x represents a power of two.this differs from integer.bitcount x == 1 , because integer.bitcount integer.min _ value == 1 , but integer #min_value is not a powerof two . concode_field_sep int[] halfPowersOf10 concode_elem_sep byte[] maxLog10ForLeadingZeros concode_elem_sep int FLOOR_SQRT_MAX_INT concode... | boolean function ( int arg0 ) { return arg0 > 0 & ( arg0 & ( arg0 - 1 ) ) == 0 ; } |
32,688 | returns a new movie in that all tracks have the timescale 10000000 . cts & dts are modified in a way that even with more than one framerate the fragments exactly begin at the same time . concode_field_sep Logger LOG concode_elem_sep ManifestWriter manifestWriter concode_elem_sep boolean debugOutput concode_elem_sep Fil... | Movie function ( Movie arg0 ) { Movie loc0 = new Movie ( ) ; for ( Track loc1 : arg0 . getTracks ( ) ) { loc0 . addTrack ( new ChangeTimeScaleTrack ( loc1 , timeScale , ismvBuilder . getFragmentIntersectionFinder ( ) . sampleNumbers ( loc1 , arg0 ) ) ) ; } return loc0 ; } |
32,689 | the origin access identity 's information . concode_field_sep CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity concode_elem_sep String eTag concode_field_sep UpdateCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity concode_elem_sep String getETag concode_elem_sep int hashCode concode_e... | void function ( CloudFrontOriginAccessIdentity arg0 ) { this . cloudFrontOriginAccessIdentity = arg0 ; } |
32,690 | whether the database is changed . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_elem_sep String getNa... | boolean function ( ) { return changed ; } |
32,691 | writes an element with the given local name and text content . if the given text null , nothing is written . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeElementEnd concode_elem_sep void writeAttributeInternal concode_elem_sep void writeText concode_elem_sep void writeComment concode_elem_sep v... | void function ( String arg0 , String arg1 ) { if ( arg1 == null ) return ; writeElementStart ( arg0 ) ; writeText ( arg1 ) ; writeElementEnd ( ) ; } |
32,692 | returns configuration key for effective groups allowed for a superuser concode_field_sep String configPrefix concode_elem_sep DefaultImpersonationProvider testProvider concode_elem_sep String CONF_GROUPS concode_elem_sep Map<String,AccessControlList> proxyUserAcl concode_elem_sep String CONF_USERS concode_elem_sep Conf... | String function ( String arg0 ) { return configPrefix + arg0 + CONF_GROUPS ; } |
32,693 | reset the index as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_el... | void function ( ) { int loc0 = linkTable . length ; int [ ] loc1 = linkTable ; while ( -- loc0 >= 0 ) { loc1 [ loc0 ] = 0 ; } resetTables ( ) ; } |
32,694 | the observed health check status . concode_field_sep java.util.Date checkedTime concode_elem_sep String status concode_field_sep StatusReport withStatus concode_elem_sep java.util.Date getCheckedTime concode_elem_sep void setCheckedTime concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Stat... | String function ( ) { return this . status ; } |
32,695 | returns the set of variable names in the system . concode_field_sep double constant concode_elem_sep double[] values concode_elem_sep double[] coefficients concode_elem_sep List<Equation> equations concode_elem_sep TreeMap<String,Integer> variables concode_field_sep Equation createEquation concode_elem_sep void subCons... | Set < String > function ( ) { return variables . keySet ( ) ; } |
32,696 | runs given runnableobjectex and ignores exception . concode_field_sep Throwable throwable concode_field_sep void runRethrow concode_elem_sep RuntimeException propagate concode_elem_sep boolean runIgnore concode_elem_sep void spit concode_elem_sep T runObject | T function ( RunnableObjectEx < T > arg0 , T arg1 ) { try { return arg0 . runObject ( ) ; } catch ( Throwable loc0 ) { return arg1 ; } } |
32,697 | sets the value of the universallineid property . concode_field_sep SpecificationValue eligibilityType concode_elem_sep String universalLineId concode_elem_sep String suspendedReasonCode concode_elem_sep Boolean eps concode_elem_sep long serialVersionUID concode_elem_sep Boolean claimBlock concode_elem_sep CoverageDevic... | void function ( String arg0 ) { this . universalLineId = arg0 ; } |
32,698 | this uses reflection to set the tab component if we 're running under 1.6 . it does nothing if you 're running under 1.5 . this is so you can run this on java 1.6 and get this benefit , but its not required to compile . this is the same as calling jtabbedpane.settabcomponentat . it just does so using reflection . conco... | void function ( JTabbedPane arg0 , int arg1 , Component arg2 ) { try { Method loc0 = arg0 . getClass ( ) . getMethod ( "srini_string" , new Class [ ] { Integer . TYPE , Component . class } ) ; loc0 . invoke ( arg0 , arg1 , arg2 ) ; } catch ( NoSuchMethodException loc0 ) { } catch ( Exception loc0 ) { LOGGER . error ( "... |
32,699 | gets the value of the type property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep MLPrimeMeridia... | String function ( ) { if ( type == null ) { return "srini_string" ; } else { return type ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.