idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
18,200 | get data connection change reason . concode_field_sep String mAPNType concode_elem_sep String mAPN concode_elem_sep String mFailCause concode_elem_sep LinkProperties mLinkProperties concode_elem_sep int mNetworkType concode_elem_sep Parcelable.Creator<PreciseDataConnectionState> CREATOR concode_elem_sep String mReason ... | String function ( ) { return mReason ; } |
18,201 | the creation date of the application version . concode_field_sep String versionLabel concode_elem_sep S3Location sourceBundle concode_elem_sep java.util.Date dateCreated concode_elem_sep String description concode_elem_sep String applicationName concode_elem_sep java.util.Date dateUpdated concode_elem_sep String status... | void function ( java . util . Date arg0 ) { this . dateCreated = arg0 ; } |
18,202 | get token beginning line number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int buf... | int function ( ) { return bufline [ tokenBegin ] ; } |
18,203 | creates a translation matrix . similar to gltranslate x , y , z . concode_field_sep float m20 concode_elem_sep float m31 concode_elem_sep float m30 concode_elem_sep float m00 concode_elem_sep float m11 concode_elem_sep float m22 concode_elem_sep float m33 concode_elem_sep float m10 concode_elem_sep float m21 concode_el... | Matrix4f function ( float arg0 , float arg1 , float arg2 ) { Matrix4f loc0 = new Matrix4f ( ) ; loc0 . m03 = arg0 ; loc0 . m13 = arg1 ; loc0 . m23 = arg2 ; return loc0 ; } |
18,204 | get the oldest most recent checksum record . if more than one found the first one in the result set is returned . concode_field_sep ChecksumResultService checksumResultService concode_elem_sep BitstreamService bitstreamService concode_elem_sep MostRecentChecksumDAO mostRecentChecksumDAO concode_elem_sep Logger log conc... | MostRecentChecksum function ( Context arg0 ) { return mostRecentChecksumDAO . getOldestRecord ( arg0 ) ; } |
18,205 | called for every file that was changed in the watched directory concode_field_sep PlaceHolder placeHolder concode_field_sep void onFileCreated concode_elem_sep void onFileInit concode_elem_sep void onDirectoryCreated concode_elem_sep void onFileDeleted concode_elem_sep void onDirectoryInit concode_elem_sep void onDirec... | void function ( Path arg0 ) { } |
18,206 | method that rigidly checks if the string consists of digits only . concode_field_sep char BEHAVIOR_INDEX_SEPARATOR concode_elem_sep char SEPARATOR concode_elem_sep char COMPONENT_SEPARATOR concode_elem_sep char SEPARATOR_ENCODED concode_elem_sep String componentPath concode_elem_sep Integer behaviorId concode_elem_sep ... | boolean function ( final String arg0 ) { if ( ( arg0 == null ) || ( arg0 . length ( ) == 0 ) ) { return false ; } for ( int loc0 = 0 ; loc0 < arg0 . length ( ) ; ++ loc0 ) { if ( Character . isDigit ( arg0 . charAt ( loc0 ) ) == false ) { return false ; } } return true ; } |
18,207 | return converted this inputstream to jsonobject and release concode_field_sep HttpRequest request concode_elem_sep InputStream inputStream concode_elem_sep String responseMessage concode_elem_sep String inputStreamAsString concode_elem_sep int responseCode concode_field_sep String getContentAsString concode_elem_sep vo... | JSONObject function ( ) { try { return new JSONObject ( getContentAsString ( ) ) ; } catch ( JSONException loc0 ) { loc0 . printStackTrace ( ) ; } return null ; } |
18,208 | converts an unsigned byte to integer . concode_field_sep int SCARD_PROTOCOL_T0 concode_elem_sep int SCARD_ABSENT concode_elem_sep int SCARD_PRESENT_MUSCLE concode_elem_sep int SCARD_POWERED_MUSCLE concode_elem_sep int SCARD_UNKNOWN concode_elem_sep int SCARD_NEGOTIABLE concode_elem_sep int SCARD_NEGOTIABLE_MUSCLE conco... | int function ( byte arg0 ) { return ( int ) arg0 & 0xFF ; } |
18,209 | retrieves the canonical file for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement concode_elem_sep java.io.InputStre... | File function ( File arg0 ) { return new File ( arg0 . getCanonicalPath ( ) ) ; } |
18,210 | sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex | void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; } |
18,211 | returns a new instance of an http request factory based on this http transport with the given http request initializer . concode_field_sep String[] SUPPORTED_METHODS concode_elem_sep Logger LOGGER concode_field_sep HttpRequest buildRequest concode_elem_sep LowLevelHttpRequest buildRequest concode_elem_sep boolean suppo... | HttpRequestFactory function ( HttpRequestInitializer arg0 ) { return new HttpRequestFactory ( this , arg0 ) ; } |
18,212 | when batch is sent with an error return , this method will be invoked concode_field_sep int sizeInBytes concode_elem_sep String BATCH_TTL concode_elem_sep long BATCH_TTL_DEFAULT concode_elem_sep Logger LOG concode_elem_sep String BATCH_SIZE concode_elem_sep long recordCount concode_elem_sep String BATCH_QUEUE_CAPACITY ... | void function ( Throwable arg0 ) { for ( Thunk loc0 : this . thunks ) { loc0 . callback . onFailure ( arg0 ) ; } } |
18,213 | sets the value of the atom0 property . concode_field_sep BigDecimal obs concode_elem_sep String atom0 concode_elem_sep BigDecimal mean concode_elem_sep BigDecimal z concode_elem_sep String atom2 concode_elem_sep String atom1 concode_elem_sep BigDecimal stdev concode_field_sep String getAtom1 concode_elem_sep String get... | void function ( String arg0 ) { this . atom0 = arg0 ; } |
18,214 | get the coordinates of the end of this edge . concode_field_sep GMLEdge edge concode_elem_sep boolean forward concode_field_sep GMLCoordinates getStartCoordinates concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GMLNode getEndNode concode_elem_sep List<GMLCoordinates> getPoints concode_ele... | GMLCoordinates function ( ) { if ( forward ) { return edge . getEnd ( ) . getCoordinates ( ) ; } else { return edge . getStart ( ) . getCoordinates ( ) ; } } |
18,215 | load the profile-specific properties from the specified resource if any , give the name provided and add it as the first source . concode_field_sep List<PropertySourceLoader> loaders concode_elem_sep Log logger concode_elem_sep MutablePropertySources propertySources concode_field_sep boolean canLoadFileExtension concod... | PropertySource < ? > function ( Resource arg0 , String arg1 , String arg2 ) { return load ( arg0 , null , arg1 , arg2 ) ; } |
18,216 | processes one match at a time . there is no order guaranteed forwhen this function will be called with the match . concode_field_sep PlaceHolder placeHolder concode_field_sep List<SuggestedFix> processAllMatches concode_elem_sep boolean matches | List < SuggestedFix > function ( Match arg0 ) { return ImmutableList . of ( ) ; } |
18,217 | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitRule_ concode_elem_sep void exitOneormore concode_elem_sep void enterLhs concode_elem_sep void enterElement concode_elem_sep void exitRulelist concode_elem_sep void exitOptional concode_elem_sep void enterId c... | void function ( @ NotNull bnfParser . AlternativesContext arg0 ) { } |
18,218 | sets the value of the identification property . concode_field_sep String indicator concode_elem_sep String code concode_elem_sep ServiceLevelEnum level concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep ServiceTypeEnum type concode_elem_sep List<CodeAndDescription> classificatio... | void function ( ServiceIdentificationEnum arg0 ) { this . identification = arg0 ; } |
18,219 | 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 getBytesLength concode_elem_sep... | Serializable function ( ) { try { return InOutUtil . deserialize ( data ) ; } catch ( Exception loc0 ) { throw Trace . error ( Trace . SERIALIZATION_FAILURE , loc0 . getMessage ( ) ) ; } } |
18,220 | invoked when a mouse button has been pressed on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewModel documentViewModel concode_elem_sep AbstractDocumentView parentComponent concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_e... | void function ( MouseEvent arg0 ) { if ( documentViewController != null && documentViewController . getDocumentViewModel ( ) . isViewToolModeSelected ( DocumentViewModel . DISPLAY_TOOL_PAN ) ) { documentViewController . setViewCursor ( DocumentViewController . CURSOR_HAND_CLOSE ) ; } } |
18,221 | show the given message in a toast this method may be called from any thread concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( final Activity arg0 , final String arg1 ) { Toaster . showLong ( arg0 , arg1 ) ; } |
18,222 | sets the value of the type property . concode_field_sep RightsType rights concode_elem_sep String name concode_elem_sep String contextId concode_elem_sep String type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setRights concode_elem_sep String getType concode_elem_sep void setCo... | void function ( String arg0 ) { this . type = arg0 ; } |
18,223 | get the name of the temp files that should be used . concode_field_sep SWORDContext swordContext concode_elem_sep StringBuilder verboseDescription concode_elem_sep boolean verbose concode_elem_sep SWORDUrlManager urlManager concode_elem_sep SimpleDateFormat dateFormat concode_elem_sep SWORDConfiguration swordConfig con... | String function ( ) { return "srini_string" + ( new Date ( ) ) . getTime ( ) ; } |
18,224 | gets the value of the showcell property . concode_field_sep Long pPos concode_elem_sep Long pLen concode_elem_sep Object parent concode_elem_sep Boolean showAsCaption concode_elem_sep long field concode_elem_sep Long level concode_elem_sep Boolean showTip concode_elem_sep String name concode_elem_sep Long nameLen conco... | boolean function ( ) { if ( showCell == null ) { return false ; } else { return showCell ; } } |
18,225 | returns the singleton instance for expandtitletocontentfilter . concode_field_sep ExpandTitleToContentFilter INSTANCE concode_field_sep boolean process | ExpandTitleToContentFilter function ( ) { return INSTANCE ; } |
18,226 | returns the id nguoi dong of this ke hoach kiem dem nuoc . concode_field_sep KeHoachKiemDemNuoc _keHoachKiemDemNuoc concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.util.Date getNgayXuatBan concode_e... | int function ( ) { return _keHoachKiemDemNuoc . getIdNguoiDong ( ) ; } |
18,227 | performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m... | void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; } |
18,228 | prints data out to the console using android 's native log mechanism . concode_field_sep LogNode mNext concode_field_sep void setNext concode_elem_sep LogNode getNext | void function ( int arg0 , String arg1 , String arg2 , Throwable arg3 ) { String loc0 = arg2 ; if ( loc0 == null ) { loc0 = "srini_string" ; } if ( arg3 != null ) { arg2 += "srini_string" + Log . getStackTraceString ( arg3 ) ; } Log . println ( arg0 , arg1 , loc0 ) ; if ( mNext != null ) { mNext . println ( arg0 , arg1... |
18,229 | estimation of how much the cached bit sets are taking . which nested and p/c rely on concode_field_sep XContentBuilderString STORED_FIELDS_MEMORY_IN_BYTES concode_elem_sep long indexWriterMaxMemoryInBytes concode_elem_sep XContentBuilderString FIXED_BIT_SET_MEMORY_IN_BYTES concode_elem_sep XContentBuilderString MEMORY ... | long function ( ) { return bitsetMemoryInBytes ; } |
18,230 | returns a pair of destination ports , the first one is the one used for rtp and the second one is used for rtcp . concode_field_sep AbstractPacketizer mPacketizer concode_elem_sep int mSocketId concode_elem_sep byte sPipeApi concode_elem_sep OutputStream mOutputStream concode_elem_sep ParcelFileDescriptor[] mParcelFile... | int [ ] function ( ) { return new int [ ] { mRtpPort , mRtcpPort } ; } |
18,231 | verifies that the given key matches the expected format for a zookeeper cluster key . the quorum for the zk cluster can have one the following formats see examples below : s1 , s2 , s3 no client port in the list , the client port could be obtained from clientport s1 : p1 , s2 : p2 , s3 : p3 with client port , which cou... | void function ( String arg0 ) { transformClusterKey ( arg0 ) ; } |
18,232 | add a log listener that asserts no log entries concode_field_sep DartCoreTestLog LOG concode_elem_sep ArrayList<IStatus> content concode_elem_sep boolean VERBOSE concode_field_sep boolean hasEntries concode_elem_sep void removeLogListener concode_elem_sep String severityToString concode_elem_sep void assertEmpty concod... | void function ( ) { DartCore . setPluginLog ( this ) ; } |
18,233 | wraps a complex number stored in a buffer concode_field_sep int offset concode_elem_sep DoubleBuffer buffer concode_field_sep double getReal concode_elem_sep double getImag concode_elem_sep DoubleBuffer getBuffer concode_elem_sep void putReal concode_elem_sep void putImag | DoubleComplex function ( ByteBuffer arg0 ) { return new DoubleComplex ( arg0 . asDoubleBuffer ( ) , 0 ) ; } |
18,234 | returns true if the vector is empty concode_field_sep int[] V concode_elem_sep int sizeOfVector concode_field_sep IntVector subvector concode_elem_sep IntVector subvector concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep vo... | boolean function ( ) { if ( size ( ) == 0 ) return true ; return false ; } |
18,235 | is this the root of the tree ? concode_field_sep DirectoryNode _parent concode_elem_sep Property _property concode_field_sep boolean isDirectoryEntry concode_elem_sep boolean isDeleteOK concode_elem_sep DirectoryEntry getParent concode_elem_sep Property getProperty concode_elem_sep String getName concode_elem_sep boole... | boolean function ( ) { return ( _parent == null ) ; } |
18,236 | gets the value of the b property . concode_field_sep FieldDefinition a concode_elem_sep FieldDefinition b concode_elem_sep Type type concode_field_sep void setB concode_elem_sep Type getType concode_elem_sep void setA concode_elem_sep FieldDefinition getA concode_elem_sep void setType | FieldDefinition function ( ) { return b ; } |
18,237 | gets the account ssl connection property concode_field_sep String mailUsername concode_elem_sep boolean incomingSsl concode_elem_sep String protocol concode_elem_sep String password concode_elem_sep String outgoingHost concode_elem_sep boolean outgoingSsl concode_elem_sep boolean outgoingVerification concode_elem_sep S... | boolean function ( ) { return incomingSsl ; } |
18,238 | called by cordova.js to initialize the bridge . concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished con... | int function ( ) { SecureRandom loc0 = new SecureRandom ( ) ; expectedBridgeSecret = loc0 . nextInt ( Integer . MAX_VALUE ) ; return expectedBridgeSecret ; } |
18,239 | returns the trash entries with the matching group id . concode_field_sep Log _log concode_field_sep void deleteEntry concode_elem_sep void deleteEntry concode_elem_sep void deleteEntries concode_elem_sep void deleteEntries concode_elem_sep com.liferay.portlet.trash.model.TrashEntrySoap restoreEntry concode_elem_sep com... | com . liferay . portlet . trash . model . TrashEntryList function ( long arg0 ) { try { com . liferay . portlet . trash . model . TrashEntryList loc0 = TrashEntryServiceUtil . getEntries ( arg0 ) ; return loc0 ; } catch ( Exception loc0 ) { _log . error ( loc0 , loc0 ) ; throw new RemoteException ( loc0 . getMessage ( ... |
18,240 | write . concode_field_sep PrintWriter printWriter concode_elem_sep boolean isXML11 concode_field_sep String getVersion concode_elem_sep void normalizeAndPrint concode_elem_sep void normalizeAndPrint concode_elem_sep void writeAnyNode concode_elem_sep Attr[] sortAttributes concode_elem_sep String toString | void function ( CDATASection arg0 ) { printWriter . print ( "srini_string" ) ; printWriter . print ( arg0 . getNodeValue ( ) ) ; printWriter . print ( "srini_string" ) ; printWriter . flush ( ) ; } |
18,241 | maximum number of iterations no effect if ia = true . concode_field_sep long serialVersionUID concode_elem_sep boolean ipen concode_elem_sep Graph sourceGraph concode_elem_sep boolean ia concode_elem_sep int maxit concode_elem_sep List<String> varNames concode_elem_sep boolean is concode_elem_sep double thr concode_ele... | int function ( ) { return maxit ; } |
18,242 | returns whether encode type indicates the body needs to be gzip-ed . concode_field_sep String CONTENT_ENCODING_GZIP concode_field_sep RequestBody createGzip concode_elem_sep InputStream getFileInputStream concode_elem_sep RequestBody create concode_elem_sep RequestBody getEmptyBody concode_elem_sep ProgressRequestBody ... | boolean function ( @ Nullable final String arg0 ) { return CONTENT_ENCODING_GZIP . equalsIgnoreCase ( arg0 ) ; } |
18,243 | hook for redirecting requests . applies to webview requests as well as requests made by plugins . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep ... | Uri function ( Uri arg0 ) { return null ; } |
18,244 | pet status in the store concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep Pet addTagsItem conco... | StatusEnum function ( ) { return status ; } |
18,245 | urldecode , will modify the source . includes converting ' + ' to ' ' . concode_field_sep org.apache.juli.logging.Log log concode_elem_sep int debug concode_field_sep boolean isHexDigit concode_elem_sep void log concode_elem_sep int x2c concode_elem_sep int x2c | void function ( ByteChunk arg0 ) { convert ( arg0 , true ) ; } |
18,246 | return whether this slot 's stack can be taken from this slot . concode_field_sep int slotNumber concode_elem_sep int yDisplayPosition concode_elem_sep int xDisplayPosition concode_elem_sep String __OBFID concode_elem_sep IInventory inventory concode_elem_sep int slotIndex concode_field_sep ItemStack decrStackSize conc... | boolean function ( EntityPlayer arg0 ) { return true ; } |
18,247 | notifies listeners when nodes are removed . concode_field_sep List listeners concode_elem_sep Object root concode_field_sep boolean isCellEditable concode_elem_sep int getIndexOfChild concode_elem_sep void fireTreeNodesChanged concode_elem_sep void valueForPathChanged concode_elem_sep void addTreeModelListener concode_... | void function ( Object arg0 , Object [ ] arg1 , int [ ] arg2 , Object [ ] arg3 ) { TreeModelEvent loc0 = new TreeModelEvent ( arg0 , arg1 , arg2 , arg3 ) ; ; Iterator loc1 = listeners . loc1 ( ) ; while ( loc1 . hasNext ( ) ) { TreeModelListener loc2 = ( TreeModelListener ) loc1 . next ( ) ; loc2 . treeNodesRemoved ( l... |
18,248 | get baz concode_field_sep String bar concode_elem_sep String baz concode_field_sep String toIndentedString concode_elem_sep String getBar concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ReadOnlyFirst baz concode_elem_sep String toString concode_elem_sep void setBaz | String function ( ) { return baz ; } |
18,249 | sets the value of the templateref property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep String getTitle concode_elem_sep Resourc... | void function ( ResourceType arg0 ) { this . templateRef = arg0 ; } |
18,250 | grabs , decodes and returns the next video frame . the methods/functions combine `` videocapture.grab '' and `` videocapture.retrieve '' in one call . this is the most convenient method for reading video files or capturing data from decode and return the just grabbed frame . if no frames has been grabbed camera has bee... | boolean function ( Mat arg0 ) { boolean loc0 = n_read ( nativeObj , arg0 . nativeObj ) ; return loc0 ; } |
18,251 | returns always false . concode_field_sep IStatus OK_STATUS concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean matches concode_elem_s... | boolean function ( ) { return false ; } |
18,252 | returns the result of interpreting the object as an instance of ` name ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep InspectionPackage modelPackage concode_field_sep T caseService concode_elem_sep T caseItemWithAbstracts concode_elem_sep T caseReference... | T function ( Name arg0 ) { return null ; } |
18,253 | get a tiploc and skip the suffix character concode_field_sep Logger LOG concode_elem_sep int pos concode_elem_sep String line concode_elem_sep int length concode_elem_sep boolean strict concode_elem_sep int lineCount concode_field_sep BankHolidayRunning getBankHolidayRunning concode_elem_sep int getAllowance concode_el... | Tiploc function ( ) { Tiploc loc0 = new Tiploc ( getString ( 7 ) ) ; skip ( 1 ) ; return loc0 ; } |
18,254 | records the elements executed by modules . concode_field_sep RecordingBinder parent concode_elem_sep SourceProvider sourceProvider concode_elem_sep Stage stage concode_elem_sep BindingTargetVisitor<Object,Object> GET_INSTANCE_VISITOR concode_elem_sep PrivateElementsImpl privateElements concode_elem_sep List<Element> el... | List < Element > function ( Stage arg0 , Module ... arg1 ) { return getElements ( arg0 , Arrays . asList ( arg1 ) ) ; } |
18,255 | the description for the deployment resource . concode_field_sep java.util.Date createdDate concode_elem_sep java.util.Map<String,java.util.Map<String,MethodSnapshot>> apiSummary concode_elem_sep String description concode_elem_sep String id concode_field_sep UpdateDeploymentResult clearApiSummaryEntries concode_elem_se... | void function ( String arg0 ) { this . description = arg0 ; } |
18,256 | test of getreferencekey method , of class uppercase . concode_field_sep PlaceHolder placeHolder concode_field_sep void testExecute concode_elem_sep void setUpClass concode_elem_sep void testGetArgumentDesc concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void testSetParameters concode_el... | void function ( ) { System . out . println ( "srini_string" ) ; UpperCase loc0 = new UpperCase ( ) ; String loc1 = "srini_string" ; String loc2 = loc0 . getReferenceKey ( ) ; Assert . assertEquals ( loc1 , loc2 ) ; } |
18,257 | gets the parses the pattern . concode_field_sep Pattern parsePattern concode_elem_sep ConfigurationMetaData configurationMetaData concode_field_sep ConfigurationMetaData getConfigurationMetaData concode_elem_sep void setParsePattern concode_elem_sep void setConfigurationMetaData concode_elem_sep void initialize | Pattern function ( ) { return parsePattern ; } |
18,258 | generate a signature for the message we 've been loaded with using the key we were initialised with . concode_field_sep AsymmetricBlockCipher engine concode_elem_sep Digest digest concode_elem_sep boolean forSigning concode_field_sep void init concode_elem_sep boolean verifySignature concode_elem_sep void update concod... | byte [ ] function ( ) { if ( ! forSigning ) { throw new IllegalStateException ( "srini_string" ) ; } byte [ ] loc0 = new byte [ digest . getDigestSize ( ) ] ; digest . doFinal ( loc0 , 0 ) ; return engine . processBlock ( loc0 , 0 , loc0 . length ) ; } |
18,259 | when the inflater has processed compressed data , remove it from the buffer . concode_field_sep int bufferBytesHeldByInflater concode_elem_sep boolean closed concode_elem_sep BufferedSource source concode_elem_sep Inflater inflater concode_field_sep boolean refill concode_elem_sep long read concode_elem_sep void close ... | void function ( ) { if ( bufferBytesHeldByInflater == 0 ) return ; int loc0 = bufferBytesHeldByInflater - inflater . getRemaining ( ) ; bufferBytesHeldByInflater -= loc0 ; source . skip ( loc0 ) ; } |
18,260 | sets the startminute value for this feeditemschedule . concode_field_sep java.lang.Integer endHour concode_elem_sep com.google.api.ads.adwords.axis.v201409.cm.DayOfWeek dayOfWeek concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startHour concode_elem_sep java.lang.Object... | void function ( com . google . api . ads . adwords . axis . v201409 . cm . MinuteOfHour arg0 ) { this . startMinute = arg0 ; } |
18,261 | converts the timestamp of an event from its `` milliseconds since beginning the epoch '' representation into a unified string representation . concode_field_sep SimpleDateFormat DATA_FORMATTER concode_elem_sep long sequenceNumber concode_elem_sep long serialVersionUID concode_elem_sep AtomicLong GLOBAL_SEQUENCE_NUMBER ... | String function ( long arg0 ) { return DATA_FORMATTER . format ( new Date ( arg0 ) ) ; } |
18,262 | this implementation does nothing , assuming that the connection will implicitly be closed with the persistencemanager . if the jdo provider returns a connection handle that it expects the application to close , the dialect needs to invoke connection.close here . concode_field_sep SQLExceptionTranslator jdbcExceptionTra... | void function ( ConnectionHandle arg0 , PersistenceManager arg1 ) { } |
18,263 | sets the value of the mean property . concode_field_sep BigInteger numobs concode_elem_sep BigDecimal obsval concode_elem_sep BigDecimal mean concode_elem_sep BigDecimal mindiff concode_elem_sep BigDecimal zscore concode_elem_sep BigDecimal stdev concode_elem_sep String atoms concode_field_sep BigInteger getNumobs conc... | void function ( BigDecimal arg0 ) { this . mean = arg0 ; } |
18,264 | multiply all entries of a matrix with a scalar . concode_field_sep PlaceHolder placeHolder concode_field_sep double rowAverage concode_elem_sep double maxDouble concode_elem_sep void rowInitNormal concode_elem_sep List<Double> rowDifference concode_elem_sep void columnInitNormal concode_elem_sep int maxInteger concode_... | void function ( Matrix < Double > arg0 , double arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . dim1 ; loc0 ++ ) for ( int loc1 = 0 ; loc1 < arg0 . dim2 ; loc1 ++ ) arg0 . data [ loc0 * arg0 . dim2 + loc1 ] = ( Double ) arg0 . data [ loc0 * arg0 . dim2 + loc1 ] * arg1 ; } |
18,265 | returns the cities , ordered by name . concode_field_sep Map<String,City> cities concode_elem_sep String timeZoneID concode_elem_sep TimeZone timeZone concode_elem_sep int rawOffset concode_elem_sep float latitude concode_elem_sep City[] citiesByRawOffset concode_elem_sep String name concode_elem_sep float x concode_el... | City [ ] function ( ) { City [ ] loc0 = cities . values ( ) . toArray ( new City [ 0 ] ) ; Arrays . sort ( loc0 ) ; return loc0 ; } |
18,266 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSViewPK wsViewPK concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode_elem... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
18,267 | sets the selected content include path to the specified path . concode_field_sep String includeExample concode_elem_sep String selectedIncludePath concode_field_sep String getSelectedIncludePath concode_elem_sep String getIncludeExample concode_elem_sep void navigationPathChange concode_elem_sep void setIncludeExample | void function ( String arg0 ) { this . selectedIncludePath = arg0 ; } |
18,268 | get the chosen campaign source files for the current game mode . concode_field_sep PersistenceManager managerInstance concode_elem_sep SystemLoader instance concode_field_sep void setChosenCampaignSourcefiles concode_elem_sep void setChosenCampaignSourcefiles concode_elem_sep PersistenceManager getInstance | List < URI > function ( ) { return instance . getChosenCampaignSourcefiles ( SettingsHandler . getGame ( ) ) ; } |
18,269 | internal method concode_field_sep boolean m_isSensor concode_elem_sep Shape m_shape concode_elem_sep Object m_userData concode_elem_sep float m_density concode_elem_sep Fixture m_next concode_elem_sep float m_restitution concode_elem_sep AABB pool1 concode_elem_sep float m_friction concode_elem_sep Filter m_filter conc... | void function ( BroadPhase arg0 ) { for ( int loc0 = 0 ; loc0 < m_proxyCount ; ++ loc0 ) { FixtureProxy loc1 = m_proxies [ loc0 ] ; arg0 . destroyProxy ( loc1 . proxyId ) ; loc1 . proxyId = BroadPhase . NULL_PROXY ; } m_proxyCount = 0 ; } |
18,270 | adds an option to the url if it does not already contain the option . concode_field_sep String UNAVAILABLE concode_field_sep String updateUrl | String function ( String arg0 , String arg1 , String arg2 ) { String loc0 = arg1 + "srini_string" ; if ( ! arg0 . contains ( loc0 ) ) { if ( arg0 . contains ( "srini_string" ) ) { return arg0 + "srini_string" + loc0 + arg2 ; } return arg0 + "srini_string" + loc0 + arg2 ; } return arg0 ; } |
18,271 | asserts that two shorts are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertNotNull concode_elem_sep vo... | void function ( short arg0 , short arg1 ) { assertEquals ( null , arg0 , arg1 ) ; } |
18,272 | sets the name of the saved search . if one existed it will be overwritten . concode_field_sep Parcelable.Creator<LocalSearch> CREATOR concode_elem_sep boolean mPredefined concode_elem_sep ConditionsTreeNode mConditions concode_elem_sep Set<ConditionsTreeNode> mLeafSet concode_elem_sep String mName concode_elem_sep Set<... | void function ( String arg0 ) { this . mName = arg0 ; } |
18,273 | sets the value of the statement property . concode_field_sep Statement statement concode_field_sep Statement getStatement | void function ( Statement arg0 ) { this . statement = arg0 ; } |
18,274 | gets type literal for the given type instance . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType concode... | TypeLiteral < ? > function ( Type arg0 ) { return new TypeLiteral < Object > ( arg0 ) ; } |
18,275 | gets the last name for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode_elem... | String function ( ) { return lastName ; } |
18,276 | creates a new check p2p mailing with the primary key . does not add the check p2p mailing to the database . concode_field_sep CheckP2pMailingLocalService _checkP2pMailingLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.lms.model.CheckP2pMailing findByActId concode_elem_sep com.liferay.... | com . liferay . lms . model . CheckP2pMailing function ( long arg0 ) { return _checkP2pMailingLocalService . createCheckP2pMailing ( arg0 ) ; } |
18,277 | returns the number of objectives . concode_field_sep ContinuousFunction fda4_g concode_elem_sep long serialVersionUID concode_elem_sep int K concode_elem_sep int M concode_elem_sep int n concode_elem_sep FunctionOptimisationProblem fda4_g_problem concode_field_sep int getK concode_elem_sep Double apply concode_elem_sep... | int function ( ) { return this . M ; } |
18,278 | getter for the address concode_field_sep EntryPhoneNumber number concode_elem_sep EntryNote note concode_elem_sep Address address concode_elem_sep EntryName name concode_elem_sep Email email concode_field_sep EntryName getEntryName concode_elem_sep void setEntryName concode_elem_sep void setEntryPhoneNumber concode_ele... | Address function ( ) { return address ; } |
18,279 | gets the subscriber _ msisdn . concode_field_sep BigInteger nidNumber concode_elem_sep String occupation concode_elem_sep String nameOfFather concode_elem_sep Gender gender concode_elem_sep Integer simReistrationAppplicantId concode_elem_sep String mobileNumber concode_elem_sep BigInteger nidNumberFather concode_elem_s... | String function ( ) { return subscriber_MSISDN ; } |
18,280 | getter for project . concode_field_sep Exception exception concode_elem_sep java.util.List<AssertCatcherMessage> messages concode_elem_sep String substatus concode_elem_sep String origin concode_elem_sep String project concode_elem_sep String description concode_elem_sep String pid concode_elem_sep String language conc... | String function ( ) { return this . project ; } |
18,281 | returns the group id of this membership request . concode_field_sep MembershipRequest _membershipRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getReplierUserUuid concode_elem_s... | long function ( ) { return _membershipRequest . getGroupId ( ) ; } |
18,282 | hash code is valid only until a modification to the cache concode_field_sep Node nPrimaryNode concode_elem_sep Object[] oData concode_elem_sep int tableId concode_elem_sep int iPos concode_field_sep int getRealSize concode_elem_sep int getStorageSize concode_elem_sep void keepInMemory concode_elem_sep void clearNodeLin... | int function ( ) { return iPos ; } |
18,283 | set the issuer concode_field_sep AlgorithmIdentifier sigAlgId concode_elem_sep Vector extOrdering concode_elem_sep Hashtable algorithms concode_elem_sep ASN1ObjectIdentifier sigOID concode_elem_sep Hashtable extensions concode_elem_sep String signatureAlgorithm concode_elem_sep V2AttributeCertificateInfoGenerator acInf... | void function ( AttributeCertificateIssuer arg0 ) { acInfoGen . setIssuer ( AttCertIssuer . getInstance ( arg0 . form ) ) ; } |
18,284 | invokemethodbyname . invoke a method dynamically at run-time concode_field_sep String CLSID concode_elem_sep wbemdisp.ISWbemQualifierSetProxy d_ISWbemQualifierSetProxy concode_field_sep wbemdisp.ISWbemQualifier add concode_elem_sep wbemdisp.ISWbemQualifier item concode_elem_sep Object getPropertyByName concode_elem_sep... | Object function ( String arg0 ) { return d_ISWbemQualifierSetProxy . invokeMethodByName ( arg0 , new Object [ ] { } ) ; } |
18,285 | base-64 encode a byte array concode_field_sep String charSet concode_elem_sep byte[] encodeData concode_field_sep byte[] decode | String function ( byte [ ] arg0 ) { return encode ( arg0 , 0 , arg0 . length ) ; } |
18,286 | sets the value of the tue property . concode_field_sep String thu concode_elem_sep String tue concode_elem_sep String wed concode_elem_sep String sat concode_elem_sep String fri concode_elem_sep String mon concode_elem_sep String sun concode_field_sep String getThu concode_elem_sep String getTue concode_elem_sep void s... | void function ( String arg0 ) { this . tue = arg0 ; } |
18,287 | sets the value of the billcycleenddate property . concode_field_sep XMLGregorianCalendar nextBillCycleStartDate concode_elem_sep String accountSubType concode_elem_sep String accountType concode_elem_sep long serialVersionUID concode_elem_sep String ban concode_elem_sep XMLGregorianCalendar billCycleEndDate concode_ele... | void function ( XMLGregorianCalendar arg0 ) { this . billCycleEndDate = arg0 ; } |
18,288 | amazon aws secret key concode_field_sep String bucketName concode_elem_sep String fileName concode_elem_sep String serverSideEncryption concode_elem_sep String secretKey concode_elem_sep String prefix concode_elem_sep long partSize concode_elem_sep boolean includeBody concode_elem_sep String proxyHost concode_elem_sep ... | void function ( String arg0 ) { this . secretKey = arg0 ; } |
18,289 | generate sequential proximity list concode_field_sep long SEED concode_field_sep List<ClusterNodeDescriptor> createClusterNodeDescriptors concode_elem_sep List<ClusterNodeDescriptor> createClusterNodeDescriptors concode_elem_sep List<ClusterNodeDescriptor> createClusterNodeDescriptors concode_elem_sep List<ClusterNodeD... | String function ( int arg0 , int arg1 ) { List < Integer > loc0 = new ArrayList < Integer > ( ) ; int loc1 = ( arg0 + 1 ) % arg1 ; for ( int loc2 = 0 ; loc2 < ( arg1 - 1 ) ; loc2 ++ ) { loc0 . add ( loc1 ) ; loc1 = ( loc1 + 1 ) % arg1 ; } return StringUtils . join ( loc0 , "srini_string" ) ; } |
18,290 | gets the suggestions for the given token . concode_field_sep int NO_FREQUENCY_INFO concode_elem_sep Collection<Token> tokens concode_elem_sep Map<Token,Integer> tokenFrequency concode_elem_sep Map<Token,LinkedHashMap<String,Integer>> suggestions concode_field_sep void add concode_elem_sep void add concode_elem_sep void... | LinkedHashMap < String , Integer > function ( Token arg0 ) { return suggestions . get ( arg0 ) ; } |
18,291 | gets the value of the releasedate property . concode_field_sep Names names concode_elem_sep Xref xref concode_elem_sep XMLGregorianCalendar releaseDate concode_elem_sep String release concode_elem_sep AttributeList attributeList concode_elem_sep Bibref bibref concode_field_sep void setNames concode_elem_sep Xref getXre... | XMLGregorianCalendar function ( ) { return releaseDate ; } |
18,292 | split primitive for aa-trees . concode_field_sep String result concode_elem_sep AANode left concode_elem_sep int level concode_elem_sep AANode nullNode concode_elem_sep AANode root concode_elem_sep AANode lastNode concode_elem_sep int size concode_elem_sep AANode right concode_elem_sep AANode deletedNode concode_elem_s... | AANode function ( AANode arg0 ) { if ( arg0 . right . right . level == arg0 . level ) { arg0 = rotateWithRightChild ( arg0 ) ; arg0 . level ++ ; } return arg0 ; } |
18,293 | gets the value of the return property . concode_field_sep SDeserializerPluginConfiguration _return concode_field_sep void setReturn | SDeserializerPluginConfiguration function ( ) { return _return ; } |
18,294 | tries each of the criteria enums for the strategy of the given model concode_field_sep Logger log concode_field_sep List<AqlUISearchStrategy> getStrategiesForPackageType concode_elem_sep int populatePropKeysToInclude concode_elem_sep AqlBase buildItemQuery concode_elem_sep PackageSearchType getPackageSearchTypeBySearch... | AqlUISearchStrategy function ( AqlUISearchModel arg0 ) { try { return PackageSearchCriteria . getStrategyByFieldId ( arg0 . getId ( ) ) ; } catch ( IllegalArgumentException loc0 ) { return FieldSearchCriteria . getStrategyByFieldId ( arg0 . getId ( ) ) ; } } |
18,295 | gets the value of the usprice property . concode_field_sep List<Items.Item> item concode_elem_sep int quantity concode_elem_sep BigDecimal usPrice concode_elem_sep String comment concode_elem_sep XMLGregorianCalendar shipDate concode_elem_sep String productName concode_elem_sep String partNum concode_field_sep XMLGrego... | BigDecimal function ( ) { return usPrice ; } |
18,296 | vraci klienta podle uzivatelskeho jmena concode_field_sep File file concode_elem_sep Document d concode_elem_sep Node root concode_elem_sep XMLClientsIO instance concode_elem_sep ArrayList<ClientNode> clients concode_field_sep boolean usernameExists concode_elem_sep void removeContact concode_elem_sep void readFromFile... | ClientNode function ( String arg0 ) { int loc0 = 0 ; ClientNode loc1 = null ; while ( loc0 < clients . size ( ) ) { loc1 = clients . get ( loc0 ) ; if ( loc1 . getUsername ( ) . equals ( arg0 ) ) { break ; } loc0 ++ ; } return loc1 ; } |
18,297 | starts the filter . concode_field_sep ConcurrentMap<Integer,Meter> metersByStatusCode concode_elem_sep Pattern interceptionPattern concode_elem_sep ServiceRegistration<Filter> reg concode_elem_sep Meter otherMeter concode_elem_sep BundleContext context concode_elem_sep Timer requestTimer concode_elem_sep Integer interc... | void function ( ) { reg = context . registerService ( Filter . class , this , null ) ; } |
18,298 | register with the registrar server . concode_field_sep PresenceAgent pa concode_elem_sep PrintStream stdout concode_elem_sep BufferedReader stdin concode_elem_sep Log log concode_elem_sep RegisterAgent ra concode_field_sep void onPaNotificationFailure concode_elem_sep void subscribe concode_elem_sep void unregister con... | void function ( int arg0 ) { ra . register ( arg0 ) ; } |
18,299 | whether or not animations are enabled . concode_field_sep SpoonSummary.Builder summary concode_elem_sep Set<String> serials concode_elem_sep boolean debug concode_elem_sep String classpath concode_elem_sep String title concode_elem_sep int adbTimeout concode_elem_sep String methodName concode_elem_sep boolean debug con... | Builder function ( boolean arg0 ) { this . noAnimations = arg0 ; return this ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.