idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
15,700 | executes the functionality of the task by calling #doprocessing and by catching all exceptions preventsthe task from halting further executing . concode_field_sep Log log concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void doProcessing | void function ( ) { try { doProcessing ( ) ; } catch ( InterruptedException loc0 ) { log . warn ( "srini_string" ) ; Thread . currentThread ( ) . interrupt ( ) ; } catch ( Exception loc0 ) { log . error ( "srini_string" + loc0 . getMessage ( ) ) ; } } |
15,701 | sets the value of the size property . concode_field_sep PlayerData.Alliance alliance concode_elem_sep List<PlayerData.Planets.Planet> planet concode_elem_sep PlayerData.Positions positions concode_elem_sep Integer type concode_elem_sep String serverId concode_elem_sep Long score concode_elem_sep PlayerData.Planets.Plan... | void function ( BigInteger arg0 ) { this . size = arg0 ; } |
15,702 | damages the agent concode_field_sep MouseMicroPsiAgent agent concode_elem_sep double lifetime concode_elem_sep double maxWater concode_elem_sep boolean groundTypeIsFood concode_elem_sep double maxFood concode_elem_sep boolean groundTypeIsPoison concode_elem_sep double hitpoints concode_elem_sep double affiliation conco... | void function ( double arg0 ) { hitpoints -= arg0 ; if ( hitpoints <= 0 ) { agent . die ( this . toString ( ) ) ; } } |
15,703 | returns the name of the test . concode_field_sep String mClassName concode_elem_sep String mTestName concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String getClassName | String function ( ) { return mTestName ; } |
15,704 | check if targeted column value in the row indexed i is less than the search target object . concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void putPair concode_elem_sep void add ... | boolean function ( int arg0 ) { return targetSearchValue > data [ targetSearchColumn ] [ arg0 ] ; } |
15,705 | gets the value of the eipsubscriber 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 eipsubscriber property . for example , to add a new ... | List < EIPSubscriber > function ( ) { if ( eipSubscriber == null ) { eipSubscriber = new ArrayList < EIPSubscriber > ( ) ; } return this . eipSubscriber ; } |
15,706 | the number of instances that have succeeded in the deployment . concode_field_sep Long inProgress concode_elem_sep Long pending concode_elem_sep Long failed concode_elem_sep Long succeeded concode_elem_sep Long skipped concode_field_sep DeploymentOverview withFailed concode_elem_sep DeploymentOverview withPending conco... | void function ( Long arg0 ) { this . succeeded = arg0 ; } |
15,707 | writes a utf-8 encoded string . since ascii is a subset of utf-8 , this method can be used to write strings that are known to be ascii-only . concode_field_sep int PREFIX_6_BITS concode_elem_sep int PREFIX_8_BITS concode_elem_sep DataInputStream in concode_elem_sep int PREFIX_5_BITS concode_elem_sep List<HeaderEntry> I... | void function ( String arg0 ) { byte [ ] loc0 = arg0 . getBytes ( "srini_string" ) ; writeInt ( loc0 . length , PREFIX_8_BITS , 0 ) ; out . write ( loc0 ) ; } |
15,708 | get the start time of this audio track relative to the storyboard timeline . concode_field_sep String KEY_TITLE concode_elem_sep long mStartTimeMs concode_elem_sep String KEY_TYPE concode_elem_sep String mUniqueId concode_elem_sep String mSubtitle concode_elem_sep long mAppStartTimeMs concode_elem_sep int mType concode... | long function ( ) { return mAppStartTimeMs ; } |
15,709 | gets the applink url . concode_field_sep String applinkUrl concode_elem_sep String previewImageUrl concode_field_sep Builder readFrom concode_elem_sep Builder readFrom concode_elem_sep AppInviteContent build concode_elem_sep Builder setPreviewImageUrl concode_elem_sep String getPreviewImageUrl concode_elem_sep Builder ... | String function ( ) { return applinkUrl ; } |
15,710 | sets the value of the senderobjectidentification property . concode_field_sep IdentifierType eboid concode_elem_sep long serialVersionUID concode_elem_sep IdentificationType senderObjectIdentification concode_field_sep void setEBOID concode_elem_sep IdentifierType getEBOID concode_elem_sep IdentificationType getSenderO... | void function ( IdentificationType arg0 ) { this . senderObjectIdentification = arg0 ; } |
15,711 | gets the private exponent of the rsa key . concode_field_sep JsonObject keyParameters concode_field_sep String encode concode_elem_sep String getKeyAlgorithm concode_elem_sep RSAPublicKey toRSAPublicKey concode_elem_sep JsonObject getJsonObject concode_elem_sep String getPrimeQ concode_elem_sep StringBuilder format con... | String function ( ) { return getKeyParameter ( PRIVATE_EXPONENT ) ; } |
15,712 | gets a parameter object for a given target parameter . concode_field_sep String STRING concode_elem_sep Class mAnnotatedTestClass concode_elem_sep int INT concode_elem_sep AnnotatedElement mAnnotatedTestMethod concode_elem_sep ParameterizedTest mParameterizedTest concode_field_sep void setCurrentParameterizedTest conco... | Parameter function ( String arg0 ) { if ( mParameterizedTest == null || arg0 == null ) { return null ; } for ( Parameter loc0 : mParameterizedTest . parameters ( ) ) { if ( arg0 . equals ( loc0 . tag ( ) ) ) { return loc0 ; } } return null ; } |
15,713 | this method is called from classes implementing the jdbc interfaces . inside the engine it is used for conversion from a value of type other to another type . it will throw if the other is an instance of a classe that is not available . concode_field_sep byte[] data concode_field_sep int hashCode concode_elem_sep boole... | Serializable function ( ) { try { return InOutUtil . deserialize ( data ) ; } catch ( Exception loc0 ) { throw Error . error ( ErrorCode . X_22521 , loc0 . toString ( ) ) ; } } |
15,714 | sets the data source . concode_field_sep Object nullvalue concode_elem_sep DataSource datasource concode_elem_sep Format format concode_field_sep void setNullValue concode_elem_sep Object getNullValue concode_elem_sep Object getValue concode_elem_sep boolean isValidOutput concode_elem_sep DataSource getDataSource conco... | void function ( final DataSource arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } this . datasource = arg0 ; } |
15,715 | add a tag to the metrics concode_field_sep Map<String,MutableMetric> metricsMap concode_elem_sep Map<String,MetricsTag> tagsMap concode_elem_sep MetricsInfo metricsInfo concode_field_sep void add concode_elem_sep void add concode_elem_sep MutableGaugeInt newGauge concode_elem_sep MutableGaugeInt newGauge concode_elem_s... | MetricsRegistry function ( String arg0 , String arg1 , String arg2 , boolean arg3 ) { return tag ( Interns . info ( arg0 , arg1 ) , arg2 , arg3 ) ; } |
15,716 | gets the delete flag . concode_field_sep Boolean deleteFlag concode_elem_sep String createdBy concode_elem_sep String lastModifiedBy concode_elem_sep Date createdTimestamp concode_elem_sep long version concode_elem_sep Date lastModifiedTimestamp concode_elem_sep Boolean statusFlag concode_field_sep long getVersion conc... | Boolean function ( ) { return deleteFlag ; } |
15,717 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep MindmapPackage modelPackage concode_field_sep Object caseResource concode_elem_sep Object caseThreadItem concode_elem_sep Object caseRelationship concode_elem_sep Object caseDocumentRoot concode_ele... | Object function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( ( EClass ) loc0 . get ( 0 ) , arg1 ) ; } } |
15,718 | the type of player concode_field_sep String macAddress concode_elem_sep String name concode_elem_sep String model concode_elem_sep String uuid concode_elem_sep String ipAddr concode_field_sep void setName concode_elem_sep String getMacAddress concode_elem_sep String getName concode_elem_sep String getIpAddr concode_ele... | String function ( ) { return model ; } |
15,719 | sets the file stderr is appended to . if null , the stderr will be available as an input stream on the resulting object representing the process . concode_field_sep File stdoutFile concode_elem_sep File stderrFile concode_elem_sep File workingDirectory concode_elem_sep StreamAction stderrAction concode_elem_sep Subproc... | SubprocessBuilder function ( File arg0 ) { this . stderrAction = StreamAction . REDIRECT ; this . stderrFile = arg0 ; return this ; } |
15,720 | returns the client which obtained the access token concode_field_sep String tokenIssuer concode_elem_sep String tokenKey concode_elem_sep String[] tokenRequestParts concode_elem_sep String clientId concode_elem_sep String tokenAudience concode_elem_sep UserSubject clientSubject concode_elem_sep String tokenGrantType co... | String function ( ) { return clientId ; } |
15,721 | determine the name of the package of the given class : e.g. `` java.lang '' for the java.lang.string class . concode_field_sep char PACKAGE_SEPARATOR concode_field_sep boolean isConcrete concode_elem_sep boolean isInnerClass | String function ( Class < ? > arg0 ) { String loc0 = arg0 . getName ( ) ; int loc1 = loc0 . lastIndexOf ( PACKAGE_SEPARATOR ) ; return ( loc1 != - 1 ? loc0 . substring ( 0 , loc1 ) : "srini_string" ) ; } |
15,722 | gets the value of the signalumts property . concode_field_sep BigInteger signal2G concode_elem_sep Boolean psapEnabled concode_elem_sep BigInteger signalUMTS concode_elem_sep long serialVersionUID concode_elem_sep Boolean awsSpectrumEnabled concode_elem_sep BigInteger signalLTE concode_elem_sep Boolean pcsSpectrumEnabl... | BigInteger function ( ) { return signalUMTS ; } |
15,723 | return a request dispatcher for the specified context-relative path . concode_field_sep PrintWriter myLogWriter concode_elem_sep ConcurrentHashMap<String,String> myParameters concode_elem_sep Hashtable myAttributes concode_elem_sep URL myResourceBaseURL concode_field_sep Enumeration getServletNames concode_elem_sep Str... | RequestDispatcher function ( String arg0 ) { return ( null ) ; } |
15,724 | the minimum value of the sample set . concode_field_sep Double sampleCount concode_elem_sep Double maximum concode_elem_sep Double sum concode_elem_sep Double minimum concode_field_sep StatisticSet withSampleCount concode_elem_sep StatisticSet withSum concode_elem_sep Double getSampleCount concode_elem_sep void setMaxi... | Double function ( ) { return this . minimum ; } |
15,725 | returns the parent view of a tree node from the parent view annotation . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren... | View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; } |
15,726 | handle activity result . call this method from your activity 's onactivityresult callback . concode_field_sep IabHelper.OnConsumeFinishedListener mConsumeFinishedListener concode_elem_sep String TAG concode_elem_sep InterfaceIAP mAdapter concode_elem_sep IabHelper.OnIabPurchaseFinishedListener mPurchaseFinishedListener... | boolean function ( int arg0 , int arg1 , Intent arg2 ) { LogD ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; return mHelper . handleActivityResult ( arg0 , arg1 , arg2 ) ; } |
15,727 | returns the kerning value for the specified glyphs . the glyph code for a unicode codepoint can be retrieved with glyphvector #getglyphcode int . concode_field_sep long m_nHeadOffset concode_elem_sep int m_nUnitsPerEm concode_elem_sep int m_nFirstGlyphCode concode_elem_sep int m_nSecondGlyphCode concode_elem_sep long m... | float function ( final int arg0 , final int arg1 , final float arg2 ) { final Integer loc0 = m_aKerning . get ( new KerningKey ( arg0 , arg1 ) ) ; if ( loc0 == null ) return 0f ; return loc0 . intValue ( ) * arg2 / m_nUnitsPerEm ; } |
15,728 | render tooltip as html table concode_field_sep double threshold concode_elem_sep String FOOTER concode_elem_sep Map<String,Node> dataSet concode_elem_sep String query concode_elem_sep String label concode_elem_sep DecimalFormat df concode_elem_sep Map<String,DataNode> datanodes concode_elem_sep String[] labels concode_... | String function ( Map < String , Node > arg0 ) { String loc0 = "srini_string" ; for ( Map . Entry < String , Node > loc1 : arg0 . entrySet ( ) ) loc0 += "srini_string" + getToolText ( loc1 . getValue ( ) ) + "srini_string" ; return loc0 + "srini_string" ; } |
15,729 | current grade for this student in the format according to the gradebook 's grade entry type ie % , letter , points concode_field_sep String graderUid concode_elem_sep String studentUid concode_elem_sep Date dateRecorded concode_elem_sep int gradeEntryType concode_elem_sep String grade concode_elem_sep String gradeComme... | void function ( String arg0 ) { this . grade = arg0 ; } |
15,730 | return the queue state concode_field_sep String queueName concode_elem_sep QueueState queueState concode_elem_sep JobStatus[] stats concode_elem_sep List<QueueInfo> children concode_elem_sep String schedulingInfo concode_elem_sep Properties props concode_field_sep JobStatus[] getJobStatuses concode_elem_sep void setQue... | QueueState function ( ) { return queueState ; } |
15,731 | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... | void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } |
15,732 | upload config set to zookeeper concode_field_sep String zkConnectString concode_elem_sep int replication concode_elem_sep boolean splitting concode_elem_sep String configDir concode_elem_sep String saslUsers concode_elem_sep String collection concode_elem_sep String configSet concode_elem_sep boolean secure concode_ele... | String function ( ) { String loc0 = new UploadConfigZkCommand ( getRetryTimes ( ) , getInterval ( ) ) . run ( this ) ; LOG . info ( "srini_string" , loc0 ) ; return loc0 ; } |
15,733 | applies a term pipeline in the query 's terms , through the given term pipeline accessor . concode_field_sep SingleTermQuery[] tmpSTQ concode_elem_sep Query child concode_field_sep void setChild concode_elem_sep void obtainAllOf concode_elem_sep void obtainQueryTerms concode_elem_sep void obtainQueryTerms concode_elem_... | boolean function ( TermPipelineAccessor arg0 ) { if ( child != null ) return child . applyTermPipeline ( arg0 ) ; return false ; } |
15,734 | adds the necessary imports for an ast node to the specified compilation unit . concode_field_sep PlaceHolder placeHolder concode_field_sep void collectImports concode_elem_sep void collectImports | void function ( final CompilationUnitRewrite arg0 , final ASTNode arg1 , final Map arg2 , final Map arg3 , final boolean arg4 ) { addImports ( arg0 , arg1 , arg2 , arg3 , null , arg4 ) ; } |
15,735 | sets the value of the state property . concode_field_sep String country concode_elem_sep String town concode_elem_sep String postCode concode_elem_sep String state concode_elem_sep String line2 concode_elem_sep String line1 concode_field_sep void setCountry concode_elem_sep String getPostCode concode_elem_sep void setL... | void function ( String arg0 ) { this . state = arg0 ; } |
15,736 | method to validate the email field concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_field_... | void function ( FacesContext arg0 , UIComponent arg1 , Object arg2 ) { String loc0 = ( String ) arg2 ; if ( loc0 . indexOf ( '@' ) == - 1 ) { ( ( UIInput ) arg1 ) . setValid ( false ) ; FacesMessage loc1 = new FacesMessage ( "srini_string" ) ; arg0 . addMessage ( arg1 . getClientId ( arg0 ) , loc1 ) ; } } |
15,737 | determine whether the given bean should be proxied with its target class rather than its interfaces . checks the #preserve_target_class_attribute `` preservetargetclass '' attribute of the corresponding bean definition . concode_field_sep String PRESERVE_TARGET_CLASS_ATTRIBUTE concode_elem_sep String ORIGINAL_TARGET_CL... | boolean function ( ConfigurableListableBeanFactory arg0 , String arg1 ) { if ( arg1 != null && arg0 . containsBeanDefinition ( arg1 ) ) { BeanDefinition loc0 = arg0 . getBeanDefinition ( arg1 ) ; return Boolean . TRUE . equals ( loc0 . getAttribute ( PRESERVE_TARGET_CLASS_ATTRIBUTE ) ) ; } return false ; } |
15,738 | checks if the beginnings of two byte arrays are equal . concode_field_sep Object[] EMPTY concode_elem_sep Object[] sCache concode_elem_sep int CACHE_SIZE concode_field_sep int idealByteArraySize concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep int idealObjectArraySize concode_elem_se... | boolean function ( byte [ ] arg0 , byte [ ] arg1 , int arg2 ) { if ( arg0 == arg1 ) { return true ; } if ( arg0 == null || arg1 == null || arg0 . arg2 < arg2 || arg1 . arg2 < arg2 ) { return false ; } for ( int loc0 = 0 ; loc0 < arg2 ; loc0 ++ ) { if ( arg0 [ loc0 ] != arg1 [ loc0 ] ) { return false ; } } return true ;... |
15,739 | do no execution when no command processor available concode_field_sep Logger LOGGER concode_field_sep void testNullCommand concode_elem_sep void testSimpleCommand concode_elem_sep void setCommandProcessor concode_elem_sep JobExecutionContext getJobExecutionContext concode_elem_sep void verifySessionCalls concode_elem_s... | void function ( ) { String loc0 = "srini_string" ; CommandJob loc1 = new CommandJob ( ) ; loc1 . execute ( getJobExecutionContext ( loc0 ) ) ; } |
15,740 | make a request to facebook 's old pre-graph api with the given parameters . one of the parameter keys must be `` method '' and its value should be a valid rest server api method . see http://developers.facebook.com/docs/reference/rest/ note that this method is asynchronous and the callback will be invoked in a backgrou... | void function ( Bundle arg0 , RequestListener arg1 , final Object arg2 ) { request ( null , arg0 , "srini_string" , arg1 , arg2 ) ; } |
15,741 | sets the primary key of this sync d l file version diff . concode_field_sep SyncDLFileVersionDiff _syncDLFileVersionDiff concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes conco... | void function ( long arg0 ) { _syncDLFileVersionDiff . setPrimaryKey ( arg0 ) ; } |
15,742 | translates a positive integer not equal to zero into a string using the letters ` a ' to ` z ' ; 1 = a , 2 = b , ... , 26 = z , 27 = aa , 28 = ab , ... concode_field_sep PlaceHolder placeHolder concode_field_sep String getString concode_elem_sep String getString concode_elem_sep String getLowerCaseString | String function ( final int arg0 ) { return getString ( arg0 ) . toUpperCase ( ) ; } |
15,743 | makes this timer state equals with other timer , this include active state , delay time , and timer current tick . concode_field_sep long currentTick concode_elem_sep long serialVersionUID concode_elem_sep boolean active concode_elem_sep long delay concode_field_sep void setActive concode_elem_sep long getDelay concode... | void function ( Timer arg0 ) { this . active = arg0 . active ; this . delay = arg0 . delay ; this . currentTick = arg0 . currentTick ; } |
15,744 | clone the camera object concode_field_sep String protocol concode_elem_sep int groupID concode_elem_sep int uniqueID concode_elem_sep String pass concode_elem_sep int port concode_elem_sep String ip concode_elem_sep int channel concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String lo... | Object function ( ) { Camera loc0 ; loc0 = ( Camera ) super . loc0 ( ) ; return loc0 ; } |
15,745 | the length of the underlying objects data . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString concode_elem_sep StringBuilder normalizeHex concode_elem_sep String getDecryptedLite... | int function ( ) { return stringData . length ( ) ; } |
15,746 | returns the membership request with the primary key . concode_field_sep MembershipRequestLocalService _service concode_field_sep com.liferay.portal.model.MembershipRequest createMembershipRequest concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deleteMembershipRequests concode_elem_sep v... | com . liferay . portal . model . MembershipRequest function ( long arg0 ) { return getService ( ) . getMembershipRequest ( arg0 ) ; } |
15,747 | validate routing number concode_field_sep CLogger s_log concode_field_sep String validateCreditCardExp concode_elem_sep String validateCreditCardExp concode_elem_sep String validateCreditCardNumber concode_elem_sep String validateCreditCardNumber concode_elem_sep String checkNumeric concode_elem_sep String validateAcco... | String function ( String arg0 ) { int loc0 = checkNumeric ( arg0 ) . loc0 ( ) ; if ( loc0 > 0 ) return "srini_string" ; return "srini_string" ; } |
15,748 | returns the duration of the animation in ticks . concode_field_sep double m_ticksPerSecond concode_elem_sep String m_name concode_elem_sep double m_duration concode_elem_sep List<AiNodeAnim> m_nodeAnims concode_field_sep String getName concode_elem_sep List<AiNodeAnim> getChannels concode_elem_sep List<AiMeshAnim> getM... | double function ( ) { return m_duration ; } |
15,749 | returns pagecontext registered for the current thread concode_field_sep Locale DEFAULT_LOCALE concode_elem_sep TimeZone DEFAULT_TIMEZONE concode_elem_sep ThreadLocal<PageContext> pcThreadLocal concode_field_sep TimeZone getTimeZone concode_elem_sep TimeZone getTimeZone concode_elem_sep TimeZone getTimeZone concode_elem... | PageContext function ( ) { return pcThreadLocal . get ( ) ; } |
15,750 | a unique number that ensures the request ca n't be replayed . if the callerreference is new no matter the content of the cloudfrontoriginaccessidentityconfig object , a new origin access identity is created . if the callerreference is a value you already sent in a previous request to create an identity , and the conten... | String function ( ) { return callerReference ; } |
15,751 | returns the mean . concode_field_sep Number q1 concode_elem_sep Number q3 concode_elem_sep long serialVersionUID concode_elem_sep Number median concode_elem_sep Number minRegularValue concode_elem_sep Number mean concode_elem_sep Number minOutlier concode_elem_sep Number maxRegularValue concode_elem_sep List outliers c... | Number function ( ) { return this . mean ; } |
15,752 | see linear #loadmodel file concode_field_sep int nr_feature concode_elem_sep int nr_class concode_elem_sep double bias concode_elem_sep double[] w concode_elem_sep int[] label concode_elem_sep SolverType solverType concode_elem_sep long serialVersionUID concode_field_sep int[] getLabels concode_elem_sep double getBias ... | Model function ( final File arg0 ) { return Linear . loadModel ( arg0 ) ; } |
15,753 | return null of enum value corresponding to the given xsd name . concode_field_sep Map<Integer,Register> values concode_elem_sep String[] REGISTER_NAMES concode_elem_sep int[] REGISTER_VALUES concode_elem_sep TestOn on concode_elem_sep int ordinal concode_field_sep boolean canBePreempted concode_elem_sep int getValue co... | Register function ( String arg0 ) { TestOn loc0 = TestOn . valueOfXsd ( arg0 ) ; if ( loc0 != null ) { return new Register ( loc0 ) ; } final int loc1 = Arrays . binarySearch ( REGISTER_NAMES , arg0 ) ; if ( loc1 >= 0 ) return Register . deserialize ( REGISTER_VALUES [ loc1 ] ) ; return null ; } |
15,754 | return the type of an attribute by qualified prefixed name . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_elem_s... | String function ( String arg0 ) { return attributes . getType ( arg0 ) ; } |
15,755 | writes a map of string key and value pairs . this method handles the case when the map is null . concode_field_sep ExternalizableUtil instance concode_elem_sep ExternalizableUtilStrategy strategy concode_field_sep ExternalizableUtilStrategy getStrategy concode_elem_sep void writeSerializable concode_elem_sep int readSt... | void function ( DataOutput arg0 , Map < String , ? extends Externalizable > arg1 ) { strategy . writeExternalizableMap ( arg0 , arg1 ) ; } |
15,756 | get the value of the header . concode_field_sep String myName concode_elem_sep String myValue concode_field_sep String getName | String function ( ) { return myValue ; } |
15,757 | this method needs to be called before event is sent to event dispatcher . concode_field_sep int mViewTag concode_elem_sep boolean mInitialized concode_elem_sep long mTimestampMs concode_field_sep boolean canCoalesce concode_elem_sep void dispatch concode_elem_sep short getCoalescingKey concode_elem_sep String getEventN... | void function ( int arg0 , long arg1 ) { mViewTag = arg0 ; mTimestampMs = arg1 ; mInitialized = true ; } |
15,758 | create the line containing a line segement between two points . concode_field_sep Vec4 origin concode_elem_sep Vec4 direction concode_field_sep Vec4 getPointAt concode_elem_sep boolean isPointBehindLineOrigin concode_elem_sep Vec4 getDirection concode_elem_sep Vec4 getOrigin concode_elem_sep double distanceTo concode_e... | Line function ( Vec4 arg0 , Vec4 arg1 ) { return new Line ( arg0 , new Vec4 ( arg1 . x - arg0 . x , arg1 . y - arg0 . y , arg1 . z - arg0 . z , 0 ) ) ; } |
15,759 | notify a watcher of `` active '' state . concode_field_sep SipProvider sip_provider concode_elem_sep Log log concode_elem_sep SubscriberDialog subscriber_dialog concode_elem_sep PresenceAgentListener listener concode_elem_sep UserAgentProfile user_profile concode_elem_sep NotifierDialog notifier_dialog concode_field_se... | void function ( ) { notifier_dialog . accept ( user_profile . expires , user_profile . contact_url ) ; } |
15,760 | passes the loot drop event to the modifier list concode_field_sep float actualHealth concode_elem_sep EntityLivingBase attackTarget concode_elem_sep boolean healthHacked concode_elem_sep MobModifier nextMod concode_elem_sep String bufferedEntityName concode_elem_sep String modName concode_elem_sep float actualMaxHealth... | void function ( EntityLivingBase arg0 , DamageSource arg1 , ArrayList < EntityItem > arg2 , int arg3 , boolean arg4 , int arg5 ) { if ( arg4 ) { InfernalMobsCore . instance ( ) . dropLootForEnt ( arg0 , this ) ; } } |
15,761 | sets the id value for this filterdata . concode_field_sep com.intellij.tasks.mantis.model.AccountData owner concode_elem_sep java.math.BigInteger project_id concode_elem_sep java.lang.String filter_string concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean is_public concode_elem_sep java.l... | void function ( java . math . BigInteger arg0 ) { this . id = arg0 ; } |
15,762 | save this state into the current thread 's local storage concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep UploadStateHolder take concode_elem_sep void setAsyn... | void function ( ) { holder . set ( this ) ; } |
15,763 | sets the constant . concode_field_sep double constant concode_elem_sep double staticPower concode_elem_sep double maxPower concode_field_sep double getMaxPower concode_elem_sep double getPower concode_elem_sep void setMaxPower concode_elem_sep double getConstant concode_elem_sep double getStaticPower concode_elem_sep v... | void function ( double arg0 ) { this . constant = arg0 ; } |
15,764 | returns the d a t a g r o u p with the primary key . concode_field_sep DATAGROUPLocalService _service concode_field_sep vn.dtt.cmon.dm.dao.model.DATAGROUP addDATAGROUP concode_elem_sep vn.dtt.cmon.dm.dao.model.DATAGROUP createDATAGROUP concode_elem_sep int countAll concode_elem_sep java.util.List<vn.dtt.cmon.dm.dao.mod... | vn . dtt . cmon . dm . dao . model . DATAGROUP function ( long arg0 ) { return getService ( ) . getDATAGROUP ( arg0 ) ; } |
15,765 | since echouserresolver simply returns the user 's name passed asthe argument , it does n't need a target list of users . concode_field_sep Log LOG concode_field_sep UserGroupInformation getTargetUgi concode_elem_sep boolean setTargetUsers | boolean function ( ) { return false ; } |
15,766 | write the instruction in the short syntax . concode_field_sep PlaceHolder placeHolder concode_field_sep int toColor concode_elem_sep List<Integer> toColor concode_elem_sep void toLongSyntax concode_elem_sep void toLongSyntax | void function ( Instruction arg0 ) { System . out . print ( arg0 . getSymbol ( ) ) ; } |
15,767 | test that a nullpointerexception is thrown when a null networkconfiguration is passed to the request constructor . concode_field_sep int port concode_elem_sep NetworkConfiguration config concode_field_sep void testRequestSetRequestBodyNullPointerException concode_elem_sep void responseError concode_elem_sep void testSe... | void function ( ) { new Request ( null , null , null ) ; } |
15,768 | returns the fully qualified class name of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean is... | java . lang . String function ( ) { return _emailAddress . getClassName ( ) ; } |
15,769 | get the recordset value . concode_field_sep RecordSetInner recordSet concode_field_sep RecordSetUpdateParameters withRecordSet | RecordSetInner function ( ) { return this . recordSet ; } |
15,770 | method to get the compiled script object . concode_field_sep Object compiled concode_elem_sep String name concode_elem_sep ScriptService.ScriptType type concode_elem_sep String lang concode_field_sep String name concode_elem_sep String toString concode_elem_sep ScriptService.ScriptType type concode_elem_sep String lang | Object function ( ) { return compiled ; } |
15,771 | return a string representation of this object , which exposes only information that should be public . concode_field_sep String name concode_field_sep String getName | String function ( ) { StringBuffer loc0 = new StringBuffer ( "srini_string" ) ; loc0 . append ( this . name ) ; loc0 . append ( "srini_string" ) ; return ( loc0 . toString ( ) ) ; } |
15,772 | returns the length of the data in the buffer concode_field_sep InetAddress address concode_elem_sep int offset concode_elem_sep int port concode_elem_sep int length concode_elem_sep byte[] buffer concode_elem_sep int maxlen concode_field_sep void setLength concode_elem_sep int getPort concode_elem_sep void setAddress c... | int function ( ) { return length ; } |
15,773 | goes forward on ui thread and waits until onpagefinished is called or until it times out . concode_field_sep int WAIT_TIMEOUT_SECONDS concode_field_sep void clearHistoryOnUiThread concode_elem_sep boolean canGoForwardOnUiThread concode_elem_sep String getUrlOnUiThread concode_elem_sep boolean canGoToOffsetOnUiThread co... | void function ( Instrumentation arg0 , final ContentViewCore arg1 , CallbackHelper arg2 ) { int loc0 = arg2 . getCallCount ( ) ; arg0 . runOnMainSync ( new Runnable ( ) { @ Override public void run ( ) { arg1 . goForward ( ) ; } } ) ; arg2 . waitForCallback ( loc0 , 1 , WAIT_TIMEOUT_SECONDS , TimeUnit . SECONDS ) ; } |
15,774 | gets the mqtt client . concode_field_sep String disconnectionReason concode_elem_sep Logger logger concode_elem_sep TopicMatcher topicMatcher concode_elem_sep long lastConnectionAttemptTimestamp concode_elem_sep MqttConnectionStatus connectionStatus concode_elem_sep MqttAsyncClient client concode_elem_sep Date lastSucc... | MqttAsyncClient function ( ) { return client ; } |
15,775 | returns the protocolversion from the origin httpresponse . concode_field_sep Map<String,String> variantMap concode_elem_sep StatusLine statusLine concode_elem_sep HeaderGroup responseHeaders concode_elem_sep Resource resource concode_elem_sep Date requestDate concode_elem_sep long serialVersionUID concode_elem_sep Date... | ProtocolVersion function ( ) { return this . statusLine . getProtocolVersion ( ) ; } |
15,776 | call this from oncreate so that any saved startactivityforresult parameters will be restored . concode_field_sep Activity activity concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String TAG concode_el... | void function ( Bundle arg0 ) { initCallbackService = arg0 . getString ( "srini_string" ) ; savedPluginState = arg0 . getBundle ( "srini_string" ) ; activityWasDestroyed = true ; } |
15,777 | returns the lazily generated test scenarios . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterator<Object[]> asTestCases concode_elem_sep CacheGenerator newCacheGenerator concode_elem_sep Policy.Expiration<Integer,Integer> expirationPolicy concode_elem_sep boolean hasCacheOfType | Iterator < Object [ ] > function ( Method arg0 ) { CacheGenerator loc0 = newCacheGenerator ( arg0 ) ; return asTestCases ( arg0 , loc0 . generate ( ) ) ; } |
15,778 | sqrt a ^ 2 + b ^ 2 without under/overflow . concode_field_sep PlaceHolder placeHolder concode_field_sep double square concode_elem_sep int thirds concode_elem_sep boolean doubleEquals concode_elem_sep int maxIndex concode_elem_sep double deg2rad concode_elem_sep double factorial concode_elem_sep int sign concode_elem_s... | double function ( final double arg0 , final double arg1 ) { double loc0 ; if ( Math . abs ( arg0 ) > Math . abs ( arg1 ) ) { loc0 = arg1 / arg0 ; loc0 = Math . abs ( arg0 ) * Math . sqrt ( 1 + loc0 * loc0 ) ; } else if ( arg1 != 0 ) { loc0 = arg0 / arg1 ; loc0 = Math . abs ( arg1 ) * Math . sqrt ( 1 + loc0 * loc0 ) ; }... |
15,779 | returns remote te node descriptor sub tlvs . concode_field_sep Logger log concode_elem_sep short TYPE concode_elem_sep short hLength concode_elem_sep int TLV_HEADER_LENGTH concode_elem_sep LinkedList<PcepValueType> llRemoteTENodeDescriptorSubTLVs concode_field_sep PcepVersion getVersion concode_elem_sep PcepValueType r... | LinkedList < PcepValueType > function ( ) { return llRemoteTENodeDescriptorSubTLVs ; } |
15,780 | default visit implementation . returns null . concode_field_sep PlaceHolder placeHolder concode_field_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit | V function ( Binding < ? extends T > arg0 ) { return null ; } |
15,781 | displayname will display the the user name concode_field_sep PlaceHolder placeHolder concode_field_sep void displayFact concode_elem_sep void main concode_elem_sep void displayBirthday | void function ( ) { System . out . println ( "srini_string" ) ; } |
15,782 | this method was generated by mybatis generator . this method sets the value of the database column public.t _ menu.description concode_field_sep Date createdDate concode_elem_sep Object createdBy concode_elem_sep Date lastModifiedDate concode_elem_sep Object modifiedHistory concode_elem_sep Object lastModifiedBy concod... | void function ( String arg0 ) { this . description = arg0 == null ? null : arg0 . trim ( ) ; } |
15,783 | returns the event data . concode_field_sep String principal concode_elem_sep Map<String,Object> data concode_elem_sep String type concode_elem_sep Date timestamp concode_field_sep String getPrincipal concode_elem_sep String getType concode_elem_sep Date getTimestamp concode_elem_sep String toString concode_elem_sep Map... | Map < String , Object > function ( ) { return this . data ; } |
15,784 | sets the global administrator password . concode_field_sep String adminPwd concode_elem_sep LinkedList<String> baseDNs concode_elem_sep String adminUid concode_field_sep String getAdminUid concode_elem_sep String getAdminPwd concode_elem_sep LinkedList<String> getBaseDNs concode_elem_sep void setBaseDNs concode_elem_se... | void function ( String arg0 ) { this . adminPwd = arg0 ; } |
15,785 | override point for extending test concode_field_sep SearchFactoryImplementor searchFactory concode_elem_sep long id concode_elem_sep String title concode_field_sep void assertAllFilesClosed concode_elem_sep void storeObject concode_elem_sep void overrideProperties concode_elem_sep void testFileHandlesReleased concode_e... | boolean function ( ) { return true ; } |
15,786 | sets the value of the deliveryconfups property . concode_field_sep Double insuredValueUps concode_elem_sep Boolean useInsuredValueUps concode_elem_sep Double codAmountUps concode_elem_sep Boolean useCodUps concode_elem_sep Long packageHeightUps concode_elem_sep Long packageWidthUps concode_elem_sep String reference2Ups... | void function ( ItemFulfillmentPackageUpsDeliveryConfUps arg0 ) { this . deliveryConfUps = arg0 ; } |
15,787 | compose error message by inserting the strings in the add parameters in placeholders within the error message . the message string contains $ $ markers for each context variable . context variables are supplied in the add parameters . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_el... | HsqlException function ( Throwable arg0 , int arg1 , int arg2 , final Object [ ] arg3 ) { String loc0 = getMessage ( arg1 , arg2 , arg3 ) ; int loc1 = arg2 < ERROR_CODE_BASE ? arg1 : arg2 ; return new HsqlException ( arg0 , loc0 . substring ( SQL_STATE_DIGITS + 1 ) , loc0 . substring ( 0 , SQL_STATE_DIGITS ) , - loc1 )... |
15,788 | gets the nome value for this pacote . concode_field_sep br.com.gvt.www.tv.configuracaoTV.Canal[] canais concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String nome concode_elem_sep java.lang.... | java . lang . String function ( ) { return nome ; } |
15,789 | gets the value of the datasource property . concode_field_sep HibernateInitializerType hibernateInitializer concode_elem_sep SqlInitializerType sqlInitializer concode_elem_sep String datasource concode_field_sep SqlInitializerType getSqlInitializer concode_elem_sep void setSqlInitializer concode_elem_sep HibernateIniti... | String function ( ) { return datasource ; } |
15,790 | used in the find method when selecting the crl via the id to get the data blob from the resultset concode_field_sep String SQL_FIND_INSERT concode_elem_sep String SQL_FIND_QUERY_DATA concode_elem_sep String sqlFindQueryData concode_elem_sep String sqlFindInsert concode_elem_sep String sqlInitCreateTable concode_elem_se... | String function ( ) { return sqlFindQueryData ; } |
15,791 | produces an array of status flags of used voices . elements set to true indicate the voice is currently active/playing . concode_field_sep int maxSources concode_elem_sep AudioSource src concode_elem_sep int currIndex concode_elem_sep SourceState[] pool concode_elem_sep long startTime concode_elem_sep boolean isActive ... | boolean [ ] function ( ) { boolean [ ] loc0 = new boolean [ maxSources ] ; for ( int loc1 = 0 ; loc1 < maxSources ; loc1 ++ ) { loc0 [ loc1 ] = pool [ loc1 ] . isActive ; } return loc0 ; } |
15,792 | demonstrates cache preload from database . concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep void readThrough concode_elem_sep void transaction | void function ( IgniteCache < PersonKey , Person > arg0 ) { System . out . println ( ) ; System . out . println ( "srini_string" ) ; arg0 . loadCache ( null , PersonKey . class . getName ( ) , "srini_string" ) ; for ( Cache . Entry < PersonKey , Person > loc0 : arg0 ) System . out . println ( "srini_string" + loc0 ) ; ... |
15,793 | resets the foreign attributes to `` no foreign attributes '' . concode_field_sep int pageNumber concode_elem_sep String id concode_elem_sep Map foreignAttributes concode_elem_sep int pageIndex concode_elem_sep StructureTreeElement structureTreeElement concode_elem_sep FOUserAgent userAgent concode_elem_sep Locale langu... | void function ( ) { setForeignAttributes ( null ) ; } |
15,794 | performs data-flow analysis on a method and returns an array , indexed by instruction position , containing the starting frame state of all reachable instructions . non-reachable code , and illegal code offsets are represented as a null in the frame state array . this can be used to detect dead code . if the method doe... | Frame [ ] function ( CtMethod arg0 ) { return analyze ( arg0 . getDeclaringClass ( ) , arg0 . getMethodInfo2 ( ) ) ; } |
15,795 | sets the value of the maxkeys property . concode_field_sep int maxKeys concode_elem_sep Key key concode_field_sep Key getKey concode_elem_sep int getMaxKeys concode_elem_sep void setKey | void function ( int arg0 ) { this . maxKeys = arg0 ; } |
15,796 | returns the spring bean id for this bean . concode_field_sep EDFunctionLocalService _edFunctionLocalService concode_field_sep java.util.List<com.vportal.portlet.edirectory.model.EDFunction> getAllFunction concode_elem_sep java.util.List<com.vportal.portlet.edirectory.model.EDFunction> getEDFunctions concode_elem_sep vo... | java . lang . String function ( ) { return _edFunctionLocalService . getBeanIdentifier ( ) ; } |
15,797 | determines the least common multiple of n numbers concode_field_sep PlaceHolder placeHolder concode_field_sep int gcd concode_elem_sep int gcd | int function ( Integer [ ] arg0 ) { int loc0 = arg0 [ 0 ] ; for ( int loc1 : arg0 ) { loc0 = lcm ( loc0 , loc1 ) ; } return loc0 ; } |
15,798 | set the time in milliseconds to wait between checking the file for changes . only used in tests . concode_field_sep Logger LOG concode_elem_sep long DEFAULT_CHECK_INTERVAL_MS concode_elem_sep long checkIntervalMs_ concode_elem_sep FileChangeListener changeListener_ concode_elem_sep AtomicBoolean running_ concode_elem_s... | void function ( long arg0 ) { checkIntervalMs_ = arg0 ; } |
15,799 | set all stages up to and including the given stage number . for example , settostage 0 will set only the first stage active . concode_field_sep Iterator<Iterator<RocketComponent>> iterators concode_elem_sep int modID concode_elem_sep Rocket rocket concode_elem_sep Iterator<RocketComponent> current concode_elem_sep int ... | void function ( int arg0 ) { stages . clear ( ) ; stages . set ( 0 , arg0 + 1 , true ) ; fireChangeEvent ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.