idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
23,000 | hook invoked after call . concode_field_sep SecurityContext securityContext concode_field_sep void call concode_elem_sep void before concode_elem_sep void run | void function ( ) { } |
23,001 | get the days difference concode_field_sep long MINUTE_MILLIS concode_elem_sep long DAY_MILLIS concode_elem_sep long HOUR_MILLIS concode_elem_sep long YEAR_MILLIS concode_elem_sep long SECOND_MILLIS concode_field_sep java.util.Date rollMonths concode_elem_sep java.util.Date convertJBODateToUtilDate concode_elem_sep java... | int function ( Date arg0 , Date arg1 ) { if ( arg0 == null || arg1 == null ) return 0 ; return ( int ) ( ( arg1 . getTime ( ) / DAY_MILLIS ) - ( arg0 . getTime ( ) / DAY_MILLIS ) ) ; } |
23,002 | string representation of this object . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void set concode_elem_sep void set concode_elem_sep float getWidth concode_elem_sep Dimension toDimension | String function ( ) { return "srini_string" + width + "srini_string" + height + "srini_string" ; } |
23,003 | get the name of this plot concode_field_sep int m_xIndex concode_elem_sep int[] m_shapeType concode_elem_sep Color m_customColour concode_elem_sep boolean m_displayAllPoints concode_elem_sep int m_alwaysDisplayPointsOfThisSize concode_elem_sep int m_yIndex concode_elem_sep double m_maxY concode_elem_sep double m_maxX c... | String function ( ) { return m_plotName ; } |
23,004 | sets the date of prl . concode_field_sep String passportNumber concode_elem_sep Integer nidNumber concode_elem_sep String drivingLicenseNumber concode_elem_sep Gender gender concode_elem_sep String addressOfPresentWorkingSchool concode_elem_sep String mobileNumber concode_elem_sep Date dateOfPrl concode_elem_sep Date d... | void function ( Date arg0 ) { this . dateOfPrl = arg0 ; } |
23,005 | general json methods concode_field_sep String token concode_elem_sep Gson gson concode_elem_sep Register register concode_field_sep Map<String,String> timeMap concode_elem_sep void needleIndex concode_elem_sep void main concode_elem_sep Map<String,String> registrationMap concode_elem_sep String makeRequest concode_elem... | String function ( String arg0 , Map arg1 ) { String loc0 = gson . toJson ( arg1 , Map . class ) ; String loc1 = makeRequest ( arg0 , loc0 ) ; return loc1 ; } |
23,006 | returns a new instance of keyfactory representing the specified key factory . concode_field_sep Provider provider concode_elem_sep KeyFactorySpi keyFacSpi concode_elem_sep String KEY_FACTORY concode_elem_sep String algorithm concode_field_sep Key translateKey concode_elem_sep KeySpec getKeySpec concode_elem_sep String ... | KeyFactory function ( String arg0 ) { Provider [ ] loc0 = Security . getProviders ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) try { return getInstance ( arg0 , loc0 [ loc1 ] ) ; } catch ( NoSuchAlgorithmException loc2 ) { } throw new NoSuchAlgorithmException ( arg0 ) ; } |
23,007 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Volume> volumes concode_field_sep DescribeVolumesResult withVolumes concode_elem_sep DescribeVolumesResult withVolumes concode_elem_sep int hashCode concode_elem_sep void setVolum... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getVolumes ( ) != null ) loc0 . append ( "srini_string" + getVolumes ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
23,008 | get the bearing , in degrees , between this vertex and another . concode_field_sep long serialVersionUID concode_elem_sep I18NString name concode_elem_sep double x concode_elem_sep Edge[] incoming concode_elem_sep Logger LOG concode_elem_sep int index concode_elem_sep double y concode_elem_sep String label concode_elem... | double function ( Vertex arg0 ) { return azimuthTo ( arg0 . getCoordinate ( ) ) ; } |
23,009 | returns the name . concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_sep long serialVersionUID concode_elem_sep Map<S... | String function ( ) { return this . name ; } |
23,010 | this method resets the outgoing events . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exitAction concode_elem_sep void r... | void function ( ) { } |
23,011 | getter for the editing domain of the resource used in this refactoring . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles concode_elem_sep String getCommandLabel con... | TransactionalEditingDomain function ( ) { return TransactionUtil . getEditingDomain ( getResource ( ) ) ; } |
23,012 | check if the locked object has data available i.e. the remover can stop poling and get the lock . concode_field_sep boolean removeEnabled concode_elem_sep long removeWaitTimeout concode_elem_sep boolean removeLocked concode_elem_sep long addWaitTimeout concode_elem_sep boolean addLocked concode_elem_sep Thread remover ... | boolean function ( ) { return dataAvailable ; } |
23,013 | call from a scrollview in onscrollchanged , returns true if this onscrollchanged is legit not a duplicate and should be dispatched . concode_field_sep int mPrevY concode_elem_sep long mLastScrollEventTimeMs concode_elem_sep int MIN_EVENT_SEPARATION_MS concode_elem_sep int mPrevX concode_field_sep placeholderType placeH... | boolean function ( int arg0 , int arg1 ) { long loc0 = SystemClock . uptimeMillis ( ) ; boolean loc1 = loc0 - mLastScrollEventTimeMs > MIN_EVENT_SEPARATION_MS || mPrevX != arg0 || mPrevY != arg1 ; mLastScrollEventTimeMs = loc0 ; mPrevX = arg0 ; mPrevY = arg1 ; return loc1 ; } |
23,014 | return the day . concode_field_sep int month concode_elem_sep int year concode_elem_sep int[] DAYS concode_elem_sep int day concode_field_sep Date next concode_elem_sep int month concode_elem_sep int year concode_elem_sep int hashCode concode_elem_sep boolean isValid concode_elem_sep boolean equals concode_elem_sep boo... | int function ( ) { return day ; } |
23,015 | return precision value . concode_field_sep PlaceHolder placeHolder concode_field_sep double fMeas concode_elem_sep double recall concode_elem_sep double avrPrec concode_elem_sep Double[] geomMAP concode_elem_sep Double[] meanAvrPrec | double function ( List < T > arg0 , List < T > arg1 ) { if ( arg1 . size ( ) == 0 ) { return 0 ; } Set < T > loc0 = new HashSet < T > ( arg0 ) ; Set < T > loc1 = new HashSet < T > ( arg1 ) ; loc1 . retainAll ( loc0 ) ; int loc2 = loc1 . size ( ) ; return ( ( double ) loc2 ) / ( ( double ) arg1 . size ( ) ) ; } |
23,016 | returns the number of domimplementations in the list . concode_field_sep Vector fImplementations concode_field_sep DOMImplementation item | int function ( ) { return fImplementations . size ( ) ; } |
23,017 | sets group . concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep Path path concode_elem_sep long length concode_elem_sep Path symlink concode_elem_sep FsPermission permission concode_elem_sep long modification_time concode_elem_sep boolean isdir concode_elem_sep short block_replication conco... | void function ( String arg0 ) { this . group = ( arg0 == null ) ? "srini_string" : arg0 ; } |
23,018 | email registration info to the given email address . potential error conditions : can not create registration data in database throws sqlexception error sending email throws messagingexception error reading email template throws ioexception authorization error throws authorizeexception concode_field_sep EPersonService ... | void function ( Context arg0 , String arg1 ) { sendInfo ( arg0 , arg1 , true , true ) ; } |
23,019 | sets the value of the value property . concode_field_sep String realm concode_elem_sep String value concode_elem_sep String friendlyName concode_field_sep String getValue concode_elem_sep String getFriendlyName concode_elem_sep String getRealm concode_elem_sep void setRealm concode_elem_sep void setFriendlyName | void function ( String arg0 ) { this . value = arg0 ; } |
23,020 | return the status of the clear flag . this is used on the ui side to determine if the list is valid for checking things like cangoback . concode_field_sep ArrayList<WebHistoryItem> mArray concode_elem_sep int mCurrentIndex concode_elem_sep boolean mClearPending concode_elem_sep CallbackProxy mCallbackProxy concode_fiel... | boolean function ( ) { return mClearPending ; } |
23,021 | debug 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 setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; } |
23,022 | select protocol . return the protocol with the index ins or null if ins is greater than #max_protocol_index . the argument ins is the ins byteof the first apdu of the first step of a newly selected protocol . concode_field_sep Protocol[] protocols concode_elem_sep short max_protocol_index concode_field_sep short get_ma... | Protocol function ( short arg0 ) { if ( arg0 < max_protocol_index ) { return protocols [ arg0 ] ; } else { return null ; } } |
23,023 | sets the user uuid of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel ... | void function ( java . lang . String arg0 ) { _foo . setUserUuid ( arg0 ) ; } |
23,024 | returns the component identifier for the component containing site p. concode_field_sep int[] parent concode_elem_sep int count concode_field_sep boolean connected concode_elem_sep int count concode_elem_sep void main concode_elem_sep void union concode_elem_sep void validate | int function ( int arg0 ) { validate ( arg0 ) ; while ( arg0 != parent [ arg0 ] ) arg0 = parent [ arg0 ] ; return arg0 ; } |
23,025 | decode an output value previously written with #writefinaloutput object , dataoutput . by default this just calls #read datainput . concode_field_sep PlaceHolder placeHolder concode_field_sep T add concode_elem_sep String outputToString concode_elem_sep void writeFinalOutput concode_elem_sep T read concode_elem_sep voi... | T function ( DataInput arg0 ) { return read ( arg0 ) ; } |
23,026 | get to of the message . concode_field_sep int MESSAGE_TYPE_INBOX concode_elem_sep long date concode_elem_sep int MESSAGE_TYPE_QUEUED concode_elem_sep String SELF concode_elem_sep Uri THREAD_URI concode_elem_sep String FIELD_BODY concode_elem_sep Uri MESSAGE_ID_URI_BASE concode_elem_sep boolean read concode_elem_sep Str... | String function ( ) { return to ; } |
23,027 | append a double value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONW... | JSONWriter function ( double arg0 ) { return this . value ( new Double ( arg0 ) ) ; } |
23,028 | check for known issue using java concode_field_sep ArrayList<Integer> foundIssues concode_field_sep boolean isIssueFound concode_elem_sep ArrayList<Integer> getFoundIssues concode_elem_sep void fromFile | void function ( ) { } |
23,029 | notify listeners after setting the message . concode_field_sep ArrayList<MessageListener> listeners concode_elem_sep Message message concode_field_sep void notifyListeners concode_elem_sep void removeListener concode_elem_sep void addListener | void function ( Message arg0 ) { this . message = arg0 ; notifyListeners ( ) ; } |
23,030 | called when the system received an http authentication request . plugin can use the supplied httpauthhandler to process this auth challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_fie... | boolean function ( CordovaWebView arg0 , ICordovaHttpAuthHandler arg1 , String arg2 , String arg3 ) { return false ; } |
23,031 | an internal identifier for the task . this id is passed to the settaskstatus and reporttaskprogress actions . concode_field_sep java.util.Map<String,PipelineObject> objects concode_elem_sep String taskId concode_elem_sep String pipelineId concode_elem_sep String attemptId concode_field_sep String getTaskId concode_elem... | TaskObject function ( String arg0 ) { setTaskId ( arg0 ) ; return this ; } |
23,032 | reset the structure with a new size as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep int get... | void function ( int arg0 , int arg1 ) { int [ ] loc0 = new int [ arg0 ] ; int [ ] loc1 = new int [ arg1 ] ; hashTable = loc0 ; linkTable = loc1 ; resetTables ( ) ; } |
23,033 | switches this mapper to read-only mode . subsequent invocations of #addmapping addmapping will trigger an exception . the implementation here should be called only once . it replaces the internal maps with unmodifiable ones . concode_field_sep Map<String,String> mapFullToCompact concode_elem_sep Map<String,String> mapC... | void function ( ) { mapCompactToFull = Collections . unmodifiableMap ( mapCompactToFull ) ; mapFullToCompact = Collections . unmodifiableMap ( mapFullToCompact ) ; } |
23,034 | any warnings returned by the document service about the documents being uploaded . concode_field_sep Long deletes concode_elem_sep com.amazonaws.internal.SdkInternalList<DocumentServiceWarning> warnings concode_elem_sep String status concode_elem_sep Long adds concode_field_sep UploadDocumentsResult withStatus concode_... | UploadDocumentsResult function ( java . util . Collection < DocumentServiceWarning > arg0 ) { setWarnings ( arg0 ) ; return this ; } |
23,035 | reads the raw bytes following a type.list code . concode_field_sep DataInput in concode_elem_sep ThreadLocal tbIn concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem_sep double readDo... | byte [ ] function ( ) { Buffer loc0 = new Buffer ( new byte [ ] { ( byte ) Type . LIST . code } ) ; byte [ ] loc1 = readRaw ( ) ; while ( loc1 != null ) { loc0 . append ( loc1 ) ; loc1 = readRaw ( ) ; } loc0 . append ( new byte [ ] { ( byte ) Type . MARKER . code } ) ; return loc0 . get ( ) ; } |
23,036 | assert the response body content as a string . concode_field_sep XmlExpectationsHelper xmlHelper concode_elem_sep JsonExpectationsHelper jsonHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher contentTypeCompatibleWith concode_elem_sep ResultMatcher contentTypeCompatibleWith concode_elem_sep Resu... | ResultMatcher function ( final String arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) throws Exception { assertEquals ( "srini_string" , arg0 , arg1 . getResponse ( ) . getContentAsString ( ) ) ; } } ; } |
23,037 | delete a reservation . concode_field_sep ArrayList<Reservation> reserveList concode_elem_sep ReservationJdbc rj concode_field_sep ArrayList<Reservation> getArr concode_elem_sep Reservation searchReservation concode_elem_sep Reservation searchReservation concode_elem_sep boolean reserveMedia concode_elem_sep ArrayList<R... | Reservation function ( Reservation arg0 ) { Reservation loc0 ; loc0 = this . searchReservation ( arg0 . getMediaId ( ) , arg0 . getPatronId ( ) ) ; return rj . deleteReservation ( loc0 . getReservationId ( ) ) ; } |
23,038 | returns the list of customerinfos associated with this instance and powertype . concode_field_sep TariffMarket tariffMarketService concode_elem_sep RandomSeed rs1 concode_elem_sep HashMap<PowerType,List<CustomerInfo>> customerInfos concode_elem_sep CustomerServiceAccessor service concode_elem_sep long id concode_elem_s... | List < CustomerInfo > function ( PowerType arg0 ) { return customerInfos . get ( arg0 ) ; } |
23,039 | checks if metric system should be used by default . metric is default in all countries/regions but usa concode_field_sep String PREFS_METRIC concode_elem_sep PreferenceStore instance concode_elem_sep String PREFS_SHOW_DETAILS concode_elem_sep String SHARED_PREFS_NAME concode_elem_sep SharedPreferences prefs concode_ele... | boolean function ( ) { return ( ! "srini_string" . equals ( Locale . getDefault ( ) . getCountry ( ) ) ) ; } |
23,040 | retrieves the absolute path , given some path specification . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileAccessRes concode_... | String function ( String arg0 ) { return ( new File ( arg0 ) ) . getAbsolutePath ( ) ; } |
23,041 | gets the value of the questionscript property . concode_field_sep AcceptableAnswers acceptableAnswers concode_elem_sep String questionId concode_elem_sep List<AssessmentAnswers> assessmentAnswer concode_elem_sep long serialVersionUID concode_elem_sep String questionName concode_elem_sep String questionScript concode_fi... | String function ( ) { return questionScript ; } |
23,042 | sets the x-coordinate of the bottom left corner concode_field_sep float x concode_elem_sep float width concode_elem_sep Rectangle tmp concode_elem_sep float y concode_elem_sep Rectangle tmp2 concode_elem_sep long serialVersionUID concode_elem_sep float height concode_field_sep Rectangle setY concode_elem_sep Vector2 ge... | Rectangle function ( float arg0 ) { this . x = arg0 ; return this ; } |
23,043 | shows the result of a command execution to the user . includes additional formatting to demarcate different command execution segments . concode_field_sep String DIVIDER concode_elem_sep String COMMENT_LINE_FORMAT_REGEX concode_elem_sep Scanner in concode_elem_sep String LS concode_elem_sep int DISPLAYED_INDEX_OFFSET c... | void function ( CommandResult arg0 ) { final Optional < List < ? extends ReadOnlyPerson >> loc0 = arg0 . getRelevantPersons ( ) ; if ( loc0 . isPresent ( ) ) { showPersonListView ( loc0 . get ( ) ) ; } showToUser ( arg0 . feedbackToUser , DIVIDER ) ; } |
23,044 | commits current ws-at transaction . concode_field_sep PlaceHolder placeHolder concode_field_sep void testNonTransactionalServiceWithoutFeature concode_elem_sep void testNoTransactionWithDisabledFeature concode_elem_sep TestServiceAT getATClientWithoutFeature concode_elem_sep void rollbackTransaction concode_elem_sep vo... | void function ( ) { UserTransaction loc0 = UserTransactionFactory . loc0 ( ) ; try { loc0 . commit ( ) ; } catch ( Exception loc1 ) { throw new RuntimeException ( "srini_string" , loc1 ) ; } } |
23,045 | sets the max width . concode_field_sep Integer maxHeight concode_elem_sep Integer tileSize concode_elem_sep String gridOrigin concode_elem_sep Integer maxWidth concode_field_sep void setGridOrigin concode_elem_sep String getGridOrigin concode_elem_sep void setMaxHeight concode_elem_sep Integer getTileSize concode_elem_... | void function ( Integer arg0 ) { this . maxWidth = arg0 ; } |
23,046 | trigger after executing a workflow request concode_field_sep PlaceHolder placeHolder concode_field_sep void doPostHandleCallback concode_elem_sep void doPreHandleCallback concode_elem_sep int getOrderId concode_elem_sep void doPreExecuteWorkflow concode_elem_sep boolean isEnable | void function ( WorkflowRequest arg0 , WorkflowExecutorResult arg1 ) { } |
23,047 | convenience method for evaluating xpath expressions that uses as default for its namespacecontext , the namespaceresolver class concode_field_sep String UTF_8 concode_elem_sep TransformerFactory tf concode_elem_sep Document document concode_elem_sep DocumentBuilderFactory dbf concode_elem_sep Logger LOGGER concode_fiel... | String function ( String arg0 ) { return ( String ) this . evaluate ( arg0 , XPathConstants . STRING , XPathCache . getNamespaceResolver ( ) ) ; } |
23,048 | get the integer value of a state concode_field_sep String statename concode_elem_sep int value concode_field_sep void init concode_elem_sep String getName concode_elem_sep boolean waitForServiceToStop concode_elem_sep void unregisterServiceListener concode_elem_sep void start concode_elem_sep void registerServiceListen... | int function ( ) { return value ; } |
23,049 | get the value of the accessible flag for this object . concode_field_sep ReflectionFactory reflectionFactory concode_elem_sep Object securityCheckCache concode_elem_sep boolean override concode_elem_sep java.security.Permission ACCESS_PERMISSION concode_field_sep void setAccessible concode_elem_sep void setAccessible c... | boolean function ( ) { return override ; } |
23,050 | returns the text . this is the text that was recognized by the speech engine . concode_field_sep int score concode_elem_sep String grammar concode_elem_sep AgiReply agiReply concode_elem_sep long serialVersionUID concode_elem_sep String text concode_field_sep String getGrammar concode_elem_sep String getGrammar concode... | String function ( ) { return text ; } |
23,051 | adapt the stage to window size concode_field_sep boolean levelLoaded concode_elem_sep LibreDragonJarvis game concode_elem_sep Stage stage concode_field_sep void resume concode_elem_sep void hide concode_elem_sep void show concode_elem_sep void dispose concode_elem_sep void render concode_elem_sep void pause | void function ( int arg0 , int arg1 ) { stage . getViewport ( ) . update ( arg0 , arg1 , false ) ; } |
23,052 | sets the value of the logmessage property . concode_field_sep ArrayOfString altIDs concode_elem_sep String dsID concode_elem_sep String logMessage concode_elem_sep String pid concode_elem_sep boolean versionable concode_elem_sep String mimeType concode_elem_sep String dsLabel concode_elem_sep String formatURI concode_e... | void function ( String arg0 ) { this . logMessage = arg0 ; } |
23,053 | asserts that two ints are equal . if they are not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep void assertFalse concode_elem_sep void asse... | void function ( String arg0 , int arg1 , int arg2 ) { assertEquals ( arg0 , new Integer ( arg1 ) , new Integer ( arg2 ) ) ; } |
23,054 | returns the collection that will contain the name of the shared groups where the user logged in with the specified session belongs . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | List < String > function ( XMPPConnection arg0 ) { SharedGroupsInfo loc0 = new SharedGroupsInfo ( ) ; loc0 . setType ( IQ . Type . get ) ; SharedGroupsInfo loc1 = ( SharedGroupsInfo ) arg0 . createPacketCollectorAndSend ( loc0 ) . nextResultOrThrow ( ) ; return loc1 . getGroups ( ) ; } |
23,055 | sets the batch mode on or off - this switch only works if you set attribute batch-mode in jdbc-connection-descriptor true and your database support batch mode . concode_field_sep Logger log concode_elem_sep ConnectionFactory connectionFactory concode_elem_sep boolean batchMode concode_elem_sep JdbcConnectionDescriptor ... | void function ( boolean arg0 ) { batchMode = arg0 && jcd . getBatchMode ( ) ; } |
23,056 | setter for property file . concode_field_sep String totalRevisions concode_elem_sep List<Revision> revisions concode_elem_sep File file concode_elem_sep List<SymbolicName> symbolicNames concode_elem_sep String rcsFileName concode_elem_sep String accessList concode_elem_sep String selectedRevisions concode_elem_sep Stri... | void function ( File arg0 ) { this . file = arg0 ; } |
23,057 | f0 - > `` call '' f1 - > exp f2 - > '' '' f3 - > exp f4 - > '' '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | R function ( Call arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; arg0 . f2 . accept ( this ) ; arg0 . f3 . accept ( this ) ; arg0 . f4 . accept ( this ) ; return loc0 ; } |
23,058 | the name of this attribute . concode_field_sep boolean fragment concode_elem_sep String name concode_elem_sep String ID concode_elem_sep boolean reqTime concode_elem_sep String type concode_elem_sep boolean required concode_field_sep boolean isFragment concode_elem_sep boolean isRequired concode_elem_sep boolean canBeR... | String function ( ) { return name ; } |
23,059 | returns default epr for a given service name & ip concode_field_sep ConfigurationContext configurationContext concode_elem_sep int WORKERS_MAX_THREADS concode_elem_sep XMPPServerCredentials serverCredentials concode_elem_sep long WORKER_KEEP_ALIVE concode_elem_sep Map connectionFactories concode_elem_sep TimeUnit TIME_... | EndpointReference function ( String arg0 , String arg1 ) { return getEPRsForService ( arg0 , arg1 ) [ 0 ] ; } |
23,060 | sets the mensagem value for this updaterategponout . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.descri... | void function ( com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetOut arg0 ) { this . mensagem = arg0 ; } |
23,061 | resource id for drawable . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep String getBaseName concode_elem_sep Uri parse concode... | int function ( String arg0 ) { int loc0 = getResIdForDrawable ( getPkgName ( ) , arg0 ) ; if ( loc0 == 0 ) { loc0 = getResIdForDrawable ( "srini_string" , arg0 ) ; } return loc0 ; } |
23,062 | wraps a query in a filter . if a filter has an anti per segment execution / caching nature then @ customquerywrappingfilter is returnedotherwise the standard org.apache.lucene.search.querywrapperfilter is returned . concode_field_sep Filter MATCH_ALL_FILTER concode_elem_sep QueryWrapperFilterFactory FACTORY concode_ele... | Filter function ( Query arg0 , QueryParseContext arg1 ) { return FACTORY . wrap ( arg0 , arg1 ) ; } |
23,063 | parse path path to native uri . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep String getBaseName concode_elem_sep Uri parse co... | Uri function ( String arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) return Uri . EMPTY ; if ( arg0 . equalsIgnoreCase ( DEFAULT_SOUND ) ) { return RingtoneManager . getDefaultUri ( RingtoneManager . TYPE_NOTIFICATION ) ; } return parse ( arg0 ) ; } |
23,064 | parse the string representation of a refresh policy , usually from a request parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep R setRefreshPolicy concode_elem_sep R setRefreshPolicy concode_elem_sep void writeTo concode_elem_sep RefreshPolicy getRefreshPolicy concode_elem_sep RefreshPolicy readFro... | RefreshPolicy function ( String arg0 ) { switch ( arg0 ) { case "srini_string" : return NONE ; case "srini_string" : case "srini_string" : return IMMEDIATE ; case "srini_string" : return WAIT_UNTIL ; } throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } |
23,065 | standard handler routine for the xml parsing . concode_field_sep String JAXP_SCHEMA_LANGUAGE concode_elem_sep File schemaFile concode_elem_sep Logger logger concode_elem_sep String JAXP_SCHEMA_SOURCE concode_elem_sep String CONTEXT_SCHEMA_PROPERTY concode_elem_sep InputParser ipReference concode_elem_sep String W3C_XML... | void function ( SAXParseException arg0 ) { if ( logger . isLoggable ( Level . WARNING ) ) logger . warning ( "srini_string" + arg0 . getLineNumber ( ) + "srini_string" + arg0 . getMessage ( ) ) ; throw new SAXException ( "srini_string" ) ; } |
23,066 | number of successful shards concode_field_sep XContentBuilderString FAILED concode_elem_sep XContentBuilderString TOTAL concode_elem_sep ImmutableList<String> indices concode_elem_sep XContentBuilderString SUCCESSFUL concode_elem_sep XContentBuilderString SHARDS concode_elem_sep String name concode_elem_sep int success... | int function ( ) { return successfulShards ; } |
23,067 | returns in , rec , out array . just to make math and java codes fully independent . concode_field_sep PlaceHolder placeHolder concode_field_sep double evaluateLargeSRN concode_elem_sep int getInputSize | int [ ] function ( ) { return new int [ ] { getInputSize ( ) * getInputSize ( ) * 2 + 3 , 6 , 6 } ; } |
23,068 | override this in your subclasses to return values to save between sessions . note that repositorysession automatically bumps the timestamp to the time the last sync began . if unbundled but not begun , this will be the same as the value in the input bundle . the synchronizer most likely wants to bump the bundle timesta... | RepositorySessionBundle function ( ) { long loc0 = getLastSyncTimestamp ( ) ; RepositorySessionBundle loc1 = new RepositorySessionBundle ( loc0 ) ; Logger . debug ( LOG_TAG , "srini_string" + loc0 + "srini_string" ) ; return loc1 ; } |
23,069 | stops faking time by replacing the mocked org.motechproject.commons.date.util.datetime.datetimesource with the default one . concode_field_sep PlaceHolder placeHolder concode_field_sep void fakeToday concode_elem_sep void fakeNow | void function ( ) { DateTimeSourceUtil . setSourceInstance ( new DefaultDateTimeSource ( ) ) ; } |
23,070 | sets the sat close of this org labor . concode_field_sep OrgLabor _orgLabor concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setSunClose concode_elem_sep boole... | void function ( int arg0 ) { _orgLabor . setSatClose ( arg0 ) ; } |
23,071 | indicates whether the target tree of the annotation has been optimized away from classfile or not . concode_field_sep int bound_index concode_elem_sep TargetType type concode_elem_sep int[] lvarLength concode_elem_sep JCLambda onLambda concode_elem_sep int parameter_index concode_elem_sep int bytesPerEntry concode_elem... | boolean function ( ) { return ! type . isLocal ( ) || isValidOffset ; } |
23,072 | sets the distanciaoltont value for this infoequipamentogpon . concode_field_sep java.lang.String serialOnt concode_elem_sep int profileUpload concode_elem_sep java.lang.String statusUplink concode_elem_sep java.lang.String statusPorta concode_elem_sep float distanciaOltOnt concode_elem_sep int profileDownload concode_e... | void function ( float arg0 ) { this . distanciaOltOnt = arg0 ; } |
23,073 | simulates factory methods found in libraries such as mockito and easymock . concode_field_sep PlaceHolder placeHolder concode_field_sep T createVMock concode_elem_sep MySimpleInterfaceType string concode_elem_sep void readIntegerArrayInputMessage concode_elem_sep void genericMethodReturnTypes concode_elem_sep MyInterfa... | MOCK function ( Class < MOCK > arg0 ) { return null ; } |
23,074 | returns the value of the metric . concode_field_sep String name concode_elem_sep T value concode_elem_sep Date timestamp concode_field_sep String getName concode_elem_sep Metric<S> set concode_elem_sep Date getTimestamp concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Metric<Long> incremen... | T function ( ) { return this . value ; } |
23,075 | checks that an iterable is both non-null and non-empty . this method does not check individual elements in the iterable , it just checks that the iterable has at least one element . concode_field_sep String ARG_NOT_BLANK_MSG concode_field_sep placeholderType placeHolder | T function ( T arg0 , String arg1 , Object ... arg2 ) { Preconditions . checkNotNull ( arg0 , arg1 , arg2 ) ; Preconditions . checkArgument ( ! Iterables . isEmpty ( arg0 ) , arg1 , arg2 ) ; return arg0 ; } |
23,076 | set the character encoding , if known . the encoding must be a string acceptable for an xml encoding declaration see section 4.3.3 of the xml 1.0 recommendation . this method has no effect when the application provides a character stream . concode_field_sep String systemId concode_elem_sep Reader characterStream concod... | void function ( String arg0 ) { this . encoding = arg0 ; } |
23,077 | creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ... | ClassLoader function ( IProject arg0 ) { return createClassLoader ( arg0 , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; } |
23,078 | sets the local cached copy of the object type warning -- this does not update the file itself concode_field_sep int iLowFlags concode_elem_sep int iObjectEntryPos concode_elem_sep String sName concode_elem_sep int iUpkPos concode_elem_sep int iType concode_elem_sep int iNamePtr concode_elem_sep int iHighFlags concode_e... | void function ( int arg0 ) { this . iType = arg0 ; } |
23,079 | provided ranges are unioned together to form the sortedrangeset concode_field_sep NavigableMap<Marker,Range> lowIndexedRanges concode_elem_sep Type type concode_elem_sep List<Range> ranges concode_field_sep void checkTypeCompatibility concode_elem_sep Object getSingleValue concode_elem_sep Range getSpan concode_elem_se... | SortedRangeSet function ( Type arg0 , Iterable < Range > arg1 ) { return new Builder ( arg0 ) . addAll ( arg1 ) . build ( ) ; } |
23,080 | create an instance of jaxbelement concode_field_sep QName _EsiManagePaymentArrangementRequest_QNAME concode_elem_sep QName _EsiManagePaymentArrangementResponse_QNAME concode_field_sep ESIManagePaymentArrangementRequestType createESIManagePaymentArrangementRequestType concode_elem_sep JAXBElement<ESIManagePaymentArrange... | JAXBElement < ESIManagePaymentArrangementRequestType > function ( ESIManagePaymentArrangementRequestType arg0 ) { return new JAXBElement < ESIManagePaymentArrangementRequestType > ( _EsiManagePaymentArrangementRequest_QNAME , ESIManagePaymentArrangementRequestType . class , null , arg0 ) ; } |
23,081 | add a mock camera.camerainfo object to simulatethe existence of one or more cameras . by default , no cameras are defined . concode_field_sep int lastOpenedCameraId concode_elem_sep Camera.AutoFocusCallback autoFocusCallback concode_elem_sep int exposureCompensation concode_elem_sep int previewFormat concode_elem_sep C... | void function ( int arg0 , Camera . CameraInfo arg1 ) { cameras . put ( arg0 , arg1 ) ; } |
23,082 | create a clone of this instance . concode_field_sep InetAddress inetAddress concode_field_sep InetAddress getInetAddress concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String toString | InetAddressPrincipal function ( ) { try { return ( InetAddressPrincipal ) super . clone ( ) ; } catch ( CloneNotSupportedException loc0 ) { throw new IllegalStateException ( loc0 ) ; } } |
23,083 | sets the value of the description property . concode_field_sep List<JAXBElement<? extends Serializable>> combinerParametersOrPolicyOrPolicyIdReference concode_elem_sep String policyCombiningAlgId concode_elem_sep ObligationsType obligations concode_elem_sep String description concode_elem_sep long serialVersionUID conc... | void function ( String arg0 ) { this . description = arg0 ; } |
23,084 | the regular expression pattern that a string configuration option value with this restriction must match . concode_field_sep String pattern concode_elem_sep String label concode_field_sep String getLabel concode_elem_sep OptionRestrictionRegex withPattern concode_elem_sep int hashCode concode_elem_sep boolean equals co... | void function ( String arg0 ) { this . pattern = arg0 ; } |
23,085 | get the currently set x index of the data concode_field_sep int m_xIndex concode_elem_sep int[] m_shapeType concode_elem_sep Color m_customColour concode_elem_sep boolean m_displayAllPoints concode_elem_sep int m_alwaysDisplayPointsOfThisSize concode_elem_sep int m_yIndex concode_elem_sep double m_maxY concode_elem_sep... | int function ( ) { return m_xIndex ; } |
23,086 | invokes queue . blockingqueue #take take uninterruptibly . concode_field_sep PlaceHolder placeHolder concode_field_sep void joinUninterruptibly concode_elem_sep void joinUninterruptibly concode_elem_sep boolean tryAcquireUninterruptibly concode_elem_sep boolean tryAcquireUninterruptibly concode_elem_sep V getUninterrup... | E function ( BlockingQueue < E > arg0 ) { boolean loc0 = false ; try { while ( true ) { try { return arg0 . take ( ) ; } catch ( InterruptedException loc1 ) { loc0 = true ; } } } finally { if ( loc0 ) { Thread . currentThread ( ) . interrupt ( ) ; } } } |
23,087 | gets the number of running tweens . this number includes the tweens located inside timelines and nested timelines . provided for debug purpose only . concode_field_sep boolean isPaused concode_elem_sep ArrayList<BaseTween<?>> objects concode_field_sep TweenManager add concode_elem_sep void resume concode_elem_sep void ... | int function ( ) { return getTweensCount ( objects ) ; } |
23,088 | pop the last ajaxbehavior instance from the list . concode_field_sep AjaxBehaviorHandler handler concode_elem_sep LinkedList<BehaviorInfo> behaviorStack concode_elem_sep FaceletContext ctx concode_elem_sep String AJAX_BEHAVIORS concode_elem_sep String eventName concode_field_sep boolean shouldAddBehavior concode_elem_s... | void function ( ) { if ( behaviorStack . size ( ) > 0 ) { behaviorStack . removeLast ( ) ; } } |
23,089 | sets the jobselectortype value for this jobselector . concode_field_sep java.lang.Boolean includeHistory concode_elem_sep java.lang.Boolean includeStats concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep ... | void function ( java . lang . String arg0 ) { this . jobSelectorType = arg0 ; } |
23,090 | given a path return the number of free kb concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists | long function ( String arg0 ) { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 / 1024 ; } |
23,091 | method to get a class loader either from this thread or the default system loader concode_field_sep String MESSAGE_RESOURCES concode_field_sep FacesMessage getMessage concode_elem_sep String getString concode_elem_sep String getString concode_elem_sep Locale getLocale | ClassLoader function ( ) { ClassLoader loc0 = Thread . currentThread ( ) . getContextClassLoader ( ) ; if ( loc0 == null ) { loc0 = ClassLoader . getSystemClassLoader ( ) ; } return loc0 ; } |
23,092 | get author date of commit concode_field_sep int LENGTH concode_elem_sep NumberFormat FORMAT concode_field_sep String abbreviate concode_elem_sep String abbreviate concode_elem_sep String abbreviate concode_elem_sep String getName concode_elem_sep String getName concode_elem_sep String getCommentCount concode_elem_sep S... | Date function ( final Commit arg0 ) { GitCommit loc0 = arg0 . arg0 ( ) ; if ( loc0 == null ) { return null ; } GitUser loc1 = loc0 . author ( ) ; return loc1 != null && loc1 . date ( ) != null ? loc1 . date ( ) : null ; } |
23,093 | return the week of year of manufacture concode_field_sep Logger LOG concode_field_sep String getVersion concode_elem_sep int getDescriptorType concode_elem_sep int getVcm concode_elem_sep String getDescriptorRangeLimits concode_elem_sep String toHexString concode_elem_sep boolean isDigital concode_elem_sep String getTi... | byte function ( byte [ ] arg0 ) { return arg0 [ 16 ] ; } |
23,094 | impinger rectangular sheet capacity concode_field_sep double BT concode_elem_sep double OC concode_elem_sep double PD concode_elem_sep double BW concode_elem_sep double PW concode_elem_sep boolean panIsRound concode_elem_sep double PL concode_field_sep double VMRC concode_elem_sep double VORC concode_elem_sep double VS... | double function ( ) { return Math . max ( PLC ( ) , PWC ( ) ) ; } |
23,095 | record the fact that a servlet context attribute was removed . concode_field_sep ServletContext context concode_field_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDestroyed concode_elem_sep void attributeAdded | void function ( ServletContextAttributeEvent arg0 ) { log ( "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; } |
23,096 | includes given bitmap in the bitmap count . the bitmap is included only if doing so does not violate configured limit concode_field_sep int mMaxSize concode_elem_sep int mCount concode_elem_sep long mSize concode_elem_sep int mMaxCount concode_field_sep int getBitmapSize concode_elem_sep long getSize concode_elem_sep i... | boolean function ( Bitmap arg0 ) { final int loc0 = getBitmapSize ( arg0 ) ; if ( mCount >= mMaxCount || mSize + loc0 > mMaxSize ) { return false ; } mCount ++ ; mSize += loc0 ; return true ; } |
23,097 | compute the square of the normal distance to a vector described by a vector taken from the origin . monotonically increasing for arc distances up to pi/2 . concode_field_sep double MINIMUM_RESOLUTION concode_elem_sep double MINIMUM_RESOLUTION_SQUARED concode_elem_sep double x concode_elem_sep double y concode_elem_sep ... | double function ( final Vector arg0 ) { double loc0 = dotProduct ( arg0 ) ; double loc1 = this . x * loc0 - arg0 . x ; double loc2 = this . y * loc0 - arg0 . y ; double loc3 = this . z * loc0 - arg0 . z ; return loc1 * loc1 + loc2 * loc2 + loc3 * loc3 ; } |
23,098 | returns indices that were included into this snapshot concode_field_sep String reason concode_elem_sep XContentBuilderString START_TIME concode_elem_sep XContentBuilderString REASON concode_elem_sep XContentBuilderString FAILURES concode_elem_sep int totalShards concode_elem_sep XContentBuilderString FAILED concode_ele... | List < String > function ( ) { return indices ; } |
23,099 | returns the outline stroke . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_elem... | Stroke function ( ) { return this . outlineStroke ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.