idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
21,100 | the id of the extension concode_field_sep boolean installed concode_elem_sep String id concode_elem_sep String label concode_elem_sep String type concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getLabel concode_elem_sep void setInstalled concode_elem_sep String getType concod... | String function ( ) { return id ; } |
21,101 | get _ 123number concode_field_sep Integer name concode_elem_sep String property concode_elem_sep Integer _123Number concode_elem_sep Integer snakeCase concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep Integer getName concode_elem_sep String getProperty concode_elem_sep Integer get... | Integer function ( ) { return _123Number ; } |
21,102 | set the id for a place to tag with this content . concode_field_sep Uri contentUrl concode_elem_sep String ref concode_elem_sep List<String> peopleIds concode_elem_sep String placeId concode_field_sep List<String> readUnmodifiableStringList concode_elem_sep E setContentUrl concode_elem_sep E setRef concode_elem_sep E r... | E function ( @ Nullable final String arg0 ) { this . placeId = arg0 ; return ( E ) this ; } |
21,103 | returns the current offscreen image . the exact symantics of this vary base on the value of isdoublebuffered . if isdoublebuffered is false this will return the image currently being worked on as soon as it is available . if isdoublebuffered is false this will return the most recently completed result of repaint . conc... | BufferedImage function ( ) { if ( rootGN == null ) return null ; return currImg ; } |
21,104 | checks if this edgept has been traversed during a scan through the edgepts , for example when extracting a completed polygonal approximation from a collection of boundaries . concode_field_sep Vec2 mvNext concode_elem_sep Point mptPos concode_elem_sep byte mbtDir concode_elem_sep boolean mbTraversed concode_elem_sep bo... | boolean function ( ) { return this . mbTraversed ; } |
21,105 | returns the modified date of this kb folder . concode_field_sep KBFolder _kbFolder concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_el... | Date function ( ) { return _kbFolder . getModifiedDate ( ) ; } |
21,106 | remove whitespace from mime containing encoded base64 data . concode_field_sep int SIGN concode_elem_sep boolean fDebug concode_elem_sep int FOURBYTE concode_elem_sep int EIGHTBIT concode_elem_sep int LOOKUPLENGTH concode_elem_sep int TWENTYFOURBITGROUP concode_elem_sep int BASELENGTH concode_elem_sep int SIXTEENBIT co... | int function ( char [ ] arg0 ) { if ( arg0 == null ) { return 0 ; } int loc0 = 0 ; int loc1 = arg0 . length ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { if ( ! isWhiteSpace ( arg0 [ loc2 ] ) ) { arg0 [ loc0 ++ ] = arg0 [ loc2 ] ; } } return loc0 ; } |
21,107 | add weeks . concode_field_sep long duration concode_elem_sep long serialVersionUID concode_field_sep void addSeconds concode_elem_sep long getDuration concode_elem_sep void addMinutes concode_elem_sep void addDays concode_elem_sep void addHours | void function ( final long arg0 ) { this . duration += ( ( arg0 * 60 * 60 * 24 * 7 ) * 1000 ) ; } |
21,108 | returns the user group id of this user group . concode_field_sep UserGroup _userGroup concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel conc... | long function ( ) { return _userGroup . getUserGroupId ( ) ; } |
21,109 | append a new child node to the end of the child list . this method should only be used when constructing the node tree , not when modifying it . concode_field_sep BuildStringStrategy PRINT_STRATEGY concode_elem_sep BuildStringStrategy TO_STRING_STRATEGY concode_elem_sep Node parentNode concode_elem_sep long serialVersi... | void function ( Node arg0 ) { if ( arg0 != null ) { getChildren ( true ) . add ( arg0 ) ; arg0 . removeFromParent ( ) ; arg0 . parentNode = this ; } } |
21,110 | makes a new instance of jsonbuilder . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item conc... | JSONBuilder function ( ) { return new JSONBuilder ( ) ; } |
21,111 | returns a sublist of the elements in the stack . concode_field_sep ArrayList<T> elements concode_elem_sep int length concode_elem_sep long serialVersionUID concode_field_sep T pop concode_elem_sep void set concode_elem_sep T last concode_elem_sep void addAll concode_elem_sep void replaceAllBy concode_elem_sep void clea... | List function ( int arg0 , int arg1 ) { return elements . subList ( arg0 , arg1 ) ; } |
21,112 | reset and swap with last header concode_field_sep MimeHeaderField next concode_elem_sep MimeHeaders headers concode_elem_sep int DEFAULT_HEADER_SIZE concode_elem_sep int size concode_elem_sep int pos concode_elem_sep MimeHeaderField[] headers concode_elem_sep MimeHeaderField prev concode_elem_sep int count concode_elem... | void function ( int arg0 ) { MimeHeaderField loc0 = headers [ arg0 ] ; loc0 . recycle ( ) ; headers [ arg0 ] = headers [ count - 1 ] ; headers [ count - 1 ] = loc0 ; count -- ; } |
21,113 | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ... | Map < QName , String > function ( ) { return otherAttributes ; } |
21,114 | postbuildprocess . concode_field_sep Stack<Object> documentContext concode_elem_sep T documentObject concode_elem_sep TagResolver[] tagResolvers concode_elem_sep ResourceLoader resourceLoader concode_elem_sep Class<T> documentClass concode_elem_sep Stack<NodeBuilder<?>> builderContext concode_elem_sep MappingNode rootN... | void function ( ) { } |
21,115 | returns all registered keys as an enumeration . concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep long serialVersionUID concode_elem_sep Iterator EMPTY_ITERATOR concode_elem_sep HashMap table concode_field_sep Object next concode_elem_sep boolean add concode_elem_sep List createList concode_elem_sep Iterator getA... | Iterator function ( ) { return this . table . keySet ( ) . iterator ( ) ; } |
21,116 | removes all effects from the effect chain . concode_field_sep Vector<AudioEffect> effects concode_elem_sep HashSet<AudioEffect> enabled concode_field_sep void add concode_elem_sep void process concode_elem_sep void process concode_elem_sep boolean contains concode_elem_sep boolean hasEnabled concode_elem_sep int size c... | void function ( ) { effects . clear ( ) ; enabled . clear ( ) ; } |
21,117 | opens the textcache object . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void setLogType concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep void closeLog concode_elem_sep boolean hasLog concode_elem_sep void setWriteDelay conco... | Cache function ( HsqlName arg0 , String arg1 , boolean arg2 , boolean arg3 ) { return lLog . openTextCache ( arg0 , arg1 , arg2 , arg3 ) ; } |
21,118 | get the doublevalue . concode_field_sep int headerParam concode_elem_sep String name concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep int id concode_elem_sep int query... | Double function ( ) { return doubleValue ; } |
21,119 | calculates a mixed color from two colors by interpolating the rgb parts using a mix ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRectangle concode_elem_sep void fillVerticalGradientRoundedRectangle | Color function ( Color arg0 , Color arg1 , int arg2 ) { return new Color ( arg0 . getDevice ( ) , arg0 . getRed ( ) + ( arg1 . getRed ( ) - arg0 . getRed ( ) ) * arg2 / 255 , arg0 . getGreen ( ) + ( arg1 . getGreen ( ) - arg0 . getGreen ( ) ) * arg2 / 255 , arg0 . getBlue ( ) + ( arg1 . getBlue ( ) - arg0 . getBlue ( )... |
21,120 | get available memory info . concode_field_sep String TAG concode_elem_sep String MEM_INFO_PATH concode_field_sep ActivityManager.MemoryInfo getMemoryInfo concode_elem_sep ActivityManager.MemoryInfo printMemoryInfo concode_elem_sep String printMemInfo | String function ( Context arg0 ) { ActivityManager loc0 = ( ActivityManager ) arg0 . getSystemService ( Context . ACTIVITY_SERVICE ) ; ActivityManager . MemoryInfo loc1 = new ActivityManager . MemoryInfo ( ) ; loc0 . getMemoryInfo ( loc1 ) ; return Formatter . formatFileSize ( arg0 , loc1 . availMem ) ; } |
21,121 | report generation progress . concode_field_sep StdOutWriter out concode_elem_sep int warnings concode_elem_sep String NL concode_elem_sep int errors concode_field_sep void debug concode_elem_sep void checkErrors concode_elem_sep void err concode_elem_sep String getLine concode_elem_sep void setGUIMode concode_elem_sep ... | void function ( String arg0 ) { if ( Options . verbose ) out . print ( arg0 ) ; } |
21,122 | returns the http status code of the response message . concode_field_sep String data concode_elem_sep String reasonPhrase concode_elem_sep String contentType concode_elem_sep int statusCode concode_field_sep void setStatusCode concode_elem_sep void setData concode_elem_sep String getContentType concode_elem_sep void se... | int function ( ) { return statusCode ; } |
21,123 | calculates the hash code for objects of type attribute . it is defined final so all sub types calculate their hash code identically . concode_field_sep Attribute LANGUAGE concode_elem_sep Attribute INPUT_METHOD_SEGMENT concode_elem_sep String name concode_elem_sep Attribute READING concode_elem_sep long serialVersionUI... | int function ( ) { return super . hashCode ( ) ; } |
21,124 | gets the value of the sync property . concode_field_sep List<Long> roids concode_elem_sep Boolean deep concode_elem_sep List<String> names concode_elem_sep Boolean sync concode_elem_sep Long serializerOid concode_field_sep Long getSerializerOid concode_elem_sep Boolean isDeep concode_elem_sep void setDeep concode_elem_... | Boolean function ( ) { return sync ; } |
21,125 | given a bit index return unit index containing it . concode_field_sep long bits[] concode_elem_sep BitSieve smallSieve concode_elem_sep int length concode_field_sep void set concode_elem_sep boolean get concode_elem_sep BigInteger retrieve concode_elem_sep long bit concode_elem_sep int sieveSearch concode_elem_sep void... | int function ( int arg0 ) { return arg0 >>> 6 ; } |
21,126 | from from valid url concode_field_sep PlaceHolder placeHolder concode_field_sep void createFromStringUrl concode_elem_sep void createNullOwner concode_elem_sep void createEmptyOwner concode_elem_sep void createFromNullString concode_elem_sep void createFromNullStringUrl concode_elem_sep void createFromNullUrl concode_e... | void function ( ) { RepositoryId loc0 = RepositoryId . createFromUrl ( new URL ( "srini_string" ) ) ; assertNotNull ( loc0 ) ; assertEquals ( "srini_string" , loc0 . getOwner ( ) ) ; assertEquals ( "srini_string" , loc0 . getName ( ) ) ; } |
21,127 | returns the primary key of this o auth consumer . concode_field_sep OAuthConsumer _oAuthConsumer concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isE... | long function ( ) { return _oAuthConsumer . getPrimaryKey ( ) ; } |
21,128 | returns the list of sheets associated with a xwiki document . concode_field_sep DocumentAccessBridge documentAccessBridge concode_elem_sep SheetManager sheetManager concode_elem_sep SheetBinder classSheetBinder concode_elem_sep SheetBinder documentSheetBinder concode_field_sep boolean bindDocumentSheet concode_elem_sep... | List < DocumentReference > function ( Document arg0 , String arg1 ) { return filterViewable ( this . sheetManager . getSheets ( getReadOnlyDocument ( arg0 ) , arg1 ) ) ; } |
21,129 | sets the required . concode_field_sep List parameterValues concode_elem_sep Integer priority concode_elem_sep String parameterUrlName concode_elem_sep Integer visible concode_elem_sep Integer multivalue concode_elem_sep Integer id concode_elem_sep Integer modifiable concode_elem_sep boolean hasValidValues concode_elem_... | void function ( Integer arg0 ) { this . required = arg0 ; } |
21,130 | get the current instant of time concode_field_sep PicketLinkLogger logger concode_field_sep XMLGregorianCalendar add concode_elem_sep DatatypeFactory newDatatypeFactory concode_elem_sep String getCurrentTimeZoneID concode_elem_sep Duration parseAsDuration concode_elem_sep long inMilis concode_elem_sep XMLGregorianCalen... | XMLGregorianCalendar function ( ) { return getIssueInstant ( getCurrentTimeZoneID ( ) ) ; } |
21,131 | gets the value of the statuscode property . concode_field_sep StatusDetailType statusDetail concode_elem_sep String statusMessage concode_elem_sep StatusCodeType statusCode concode_field_sep void setStatusDetail concode_elem_sep void setStatusMessage concode_elem_sep void setStatusCode concode_elem_sep String getStatus... | StatusCodeType function ( ) { return statusCode ; } |
21,132 | sets the value stored in this tree node concode_field_sep Map<String,Tree<V>> children concode_elem_sep V value concode_field_sep Tree<V> getSubTree concode_elem_sep Tree<V> getChildTree concode_elem_sep int getChildrenCount concode_elem_sep V get concode_elem_sep V get concode_elem_sep Set<String> getChildrenNames con... | void function ( V arg0 ) { this . value = arg0 ; } |
21,133 | returns the number of outliers in the list . concode_field_sep List outliers concode_elem_sep Outlier averagedOutlier concode_elem_sep boolean multiple concode_field_sep boolean add concode_elem_sep boolean isOverlapped concode_elem_sep Outlier getAveragedOutlier concode_elem_sep void updateAveragedOutlier concode_elem... | int function ( ) { return this . outliers . size ( ) ; } |
21,134 | sessions can be lazily created to avoid exceptions , if the remote server is not up and running when the camel producer is started . concode_field_sep boolean disconnect concode_elem_sep int maximumPoolSize concode_elem_sep SSLContextParameters sslContextParameters concode_elem_sep boolean autoStartTls concode_elem_sep... | void function ( boolean arg0 ) { this . lazySessionCreation = arg0 ; } |
21,135 | returns the path of the entry . concode_field_sep long lastChangedRevision concode_elem_sep int size concode_elem_sep int all concode_elem_sep boolean hasProps concode_elem_sep String absPath concode_elem_sep long lastChanged concode_elem_sep long serialVersionUID concode_elem_sep int lastChangeRevision concode_elem_se... | String function ( ) { return path ; } |
21,136 | the status information for the third party job , if any . concode_field_sep String status concode_field_sep AcknowledgeThirdPartyJobResult withStatus concode_elem_sep AcknowledgeThirdPartyJobResult withStatus concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AcknowledgeThirdPartyJobResult c... | void function ( String arg0 ) { this . status = arg0 ; } |
21,137 | get all the users from the array list ... every single one . concode_field_sep int nextId concode_elem_sep List<User> users concode_field_sep int findUser concode_elem_sep int addUser concode_elem_sep User getUser concode_elem_sep void deleteUser concode_elem_sep User getUserByEmailAndPassword concode_elem_sep void upd... | List < User > function ( ) { return users ; } |
21,138 | returns formatted translation for current local . concode_field_sep Map<Locale,ResourceBundle> localeToBundle concode_elem_sep ResourceBundle RESOURCE_BUNDLE concode_elem_sep String BUNDLE_NAME concode_field_sep ResourceBundle getReportResourceBundle concode_elem_sep ResourceBundle getReportResourceBundle concode_elem_... | String function ( String arg0 , Object [ ] arg1 , Locale arg2 ) { return MessageFormat . format ( getString ( arg0 , arg2 ) , arg1 ) ; } |
21,139 | set the passphrase of the private key file . concode_field_sep String privateKey concode_elem_sep String password concode_elem_sep String passphrase concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassphrase concode_elem_sep String getPassword concode_elem_sep void setUser... | void function ( final String arg0 ) { this . passphrase = arg0 ; } |
21,140 | set start blocklet number concode_field_sep int numberOfBlockletToScan concode_elem_sep int noOfBlockLets concode_elem_sep int startBlockletNumber concode_field_sep int getStartBlockletNumber concode_elem_sep void setNoOfBlockLets concode_elem_sep void setNumberOfBlockletToScan concode_elem_sep int getNoOfBlockLets con... | void function ( int arg0 ) { this . startBlockletNumber = arg0 ; } |
21,141 | sets the id . concode_field_sep Single single concode_elem_sep String string concode_elem_sep String prop concode_elem_sep String id concode_field_sep Single getSingle concode_elem_sep void setString concode_elem_sep String getId concode_elem_sep void setProp concode_elem_sep String getString concode_elem_sep String ge... | void function ( String arg0 ) { this . id = arg0 ; } |
21,142 | returns the unique vrpnclient instance concode_field_sep int MSG_TYPE_BUTTON concode_elem_sep int _tiltTrackerSequenceNumber concode_elem_sep String MSG_KEY_ANALOG_CHANNEL concode_elem_sep int MSG_TYPE_ANALOG concode_elem_sep String MSG_KEY_SEQUENCE_NUMBER concode_elem_sep VrpnClient _instance concode_elem_sep boolean ... | VrpnClient function ( ) { if ( _instance == null ) { _instance = new VrpnClient ( ) ; } return _instance ; } |
21,143 | if there do n't exist the connection or it is closed , create and store it . concode_field_sep SharedDBConnection instance concode_elem_sep boolean DEBUG concode_elem_sep Map<String,Connection> sharedConnections concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void c... | Connection function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { SharedDBConnection loc0 = getInstance ( ) ; Connection loc1 = loc0 . getConnection ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; return loc1 ; } |
21,144 | getter for the field name . concode_field_sep TupleRule<?,?> parent concode_elem_sep String name concode_elem_sep Map<String,TupleRule<?,?>> rules concode_elem_sep TupleHandler tupleHandler concode_elem_sep boolean required concode_elem_sep K key concode_elem_sep NodeRuleFactory nodeRuleFactory concode_field_sep void s... | String function ( ) { return name ; } |
21,145 | gets the current count . concode_field_sep MaxCountExceededCallback maxCountCallback concode_elem_sep int count concode_elem_sep int maximalCount concode_field_sep void incrementCount concode_elem_sep void incrementCount concode_elem_sep void resetCount concode_elem_sep int getMaximalCount concode_elem_sep void trigger... | int function ( ) { return count ; } |
21,146 | create an instance of mogangleoutlier concode_field_sep PlaceHolder placeHolder concode_field_sep BondOutlier createBondOutlier concode_elem_sep WwPDBValidationInformation createWwPDBValidationInformation concode_elem_sep MogBondOutlier createMogBondOutlier concode_elem_sep Entry createEntry concode_elem_sep ModelledSu... | MogAngleOutlier function ( ) { return new MogAngleOutlier ( ) ; } |
21,147 | returns the metadata key to look up . concode_field_sep String metadataKey concode_elem_sep String defaultName concode_field_sep void setMetadataKey concode_elem_sep void setDefaultName concode_elem_sep String createName concode_elem_sep String getDefaultName | String function ( ) { return metadataKey ; } |
21,148 | retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep void start concode_elem_sep... | String function ( String arg0 ) { return arg0 + "srini_string" + currentElapsedTime ( ) + "srini_string" ; } |
21,149 | create an instance of expressbusinesserror concode_field_sep QName _RequestHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep KeywordSet createKeywordSet concode_elem_sep BudgetSuggestion createBudgetSuggestion concode_elem_sep PromotionOperation ... | ExpressBusinessError function ( ) { return new ExpressBusinessError ( ) ; } |
21,150 | returns the sql statement to add the context column to the content_resource table . concode_field_sep PlaceHolder placeHolder concode_field_sep String getResourceIdAndFilePath concode_elem_sep String getBodySql concode_elem_sep String getAddFilesizeColumnSql concode_elem_sep String getDropBoxQuotaQuerySql concode_elem_... | String function ( String arg0 ) { return "srini_string" + arg0 + "srini_string" ; } |
21,151 | whether has padding p concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean hasMarker concode_elem_sep byte setBit c... | boolean function ( ) { if ( packet_len >= 12 ) return getBit ( packet [ 0 ] , 5 ) ; else return false ; } |
21,152 | specifies the transactions log file base name . defaults to @literal tmlog . the transactions logs are stored in files using this name appended with a number and the extension @literal . log . at checkpoint , a new transactions log file is created and the number is incremented . concode_field_sep String outputDir conco... | void function ( String arg0 ) { this . logBaseName = arg0 ; set ( "srini_string" , arg0 ) ; } |
21,153 | sets the authenticationtoken value for this ssopassport . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String partnerId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String authenticationToken concode_elem_... | void function ( java . lang . String arg0 ) { this . authenticationToken = arg0 ; } |
21,154 | method used to known the last known information about a routes ` freshness ' concode_field_sep HashMap<Integer,ForwardRouteEntry> entries concode_elem_sep LinkedList<ForwardRouteEntry> sortedEntries concode_elem_sep Object tableLock concode_field_sep boolean removeEntry concode_elem_sep void setValid concode_elem_sep b... | int function ( int arg0 ) { RouteEntry loc0 = entries . get ( arg0 ) ; if ( loc0 != null ) { return loc0 . getDestinationSequenceNumber ( ) ; } throw new NoSuchRouteException ( ) ; } |
21,155 | returns an already initialised instance of connections , if connections has yet to be created , it will create and return that instance concode_field_sep Persistence persistence concode_elem_sep Connections instance concode_elem_sep HashMap<String,Connection> connections concode_field_sep MqttAndroidClient createClient... | Connections function ( Context arg0 ) { if ( instance == null ) { instance = new Connections ( arg0 ) ; } return instance ; } |
21,156 | sets the matrix values to identity concode_field_sep float[] mMat concode_field_sep void rotate concode_elem_sep void set concode_elem_sep void load concode_elem_sep void loadScale concode_elem_sep float get concode_elem_sep void loadMultiply concode_elem_sep float[] getArray concode_elem_sep void loadRotate concode_el... | void function ( ) { mMat [ 0 ] = 1 ; mMat [ 1 ] = 0 ; mMat [ 2 ] = 0 ; mMat [ 3 ] = 1 ; } |
21,157 | returns a new object with rotated image data by 45 degrees counterclockwise . only callable if #isrotatesupported is true . concode_field_sep int width concode_elem_sep int height concode_field_sep LuminanceSource rotateCounterClockwise concode_elem_sep boolean isCropSupported concode_elem_sep int getHeight concode_ele... | LuminanceSource function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
21,158 | sets up zookeeper test server . concode_field_sep int ZK_CONNECTION_TIMEOUT concode_elem_sep int BROKER_PORT concode_elem_sep ZkUtils zkUtils concode_elem_sep TestingServer zkServer concode_elem_sep int ZK_SESSION_TIMEOUT concode_elem_sep String BROKER_HOST concode_elem_sep KafkaConfig kafkaCfg concode_elem_sep KafkaSe... | void function ( ) { zkServer = new TestingServer ( ZK_PORT , true ) ; Tuple2 < ZkClient , ZkConnection > loc0 = ZkUtils . createZkClientAndConnection ( zkServer . getConnectString ( ) , ZK_SESSION_TIMEOUT , ZK_CONNECTION_TIMEOUT ) ; zkUtils = new ZkUtils ( loc0 . _1 ( ) , loc0 . _2 ( ) , false ) ; } |
21,159 | gets a new object id . concode_field_sep int _inc concode_elem_sep Logger LOGGER concode_elem_sep int _machine concode_elem_sep int _genmachine concode_elem_sep long serialVersionUID concode_elem_sep AtomicInteger _nextInc concode_elem_sep int _time concode_elem_sep boolean _new concode_field_sep long getTime concode_e... | String function ( ) { return new ObjectId ( ) . toString ( ) ; } |
21,160 | customize the log tag for your application , so that other apps using volley do n't mix their logs with yours . enable the log property for your tag before starting your app : adb shell setprop log.tag . < tag > concode_field_sep String TAG concode_elem_sep boolean ENABLED concode_elem_sep boolean mFinished concode_ele... | void function ( String arg0 ) { d ( "srini_string" , arg0 ) ; TAG = arg0 ; DEBUG = Log . isLoggable ( TAG , Log . VERBOSE ) ; } |
21,161 | returns the hostname verifier , or null if this is not an https address . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authenticat... | HostnameVerifier function ( ) { return hostnameVerifier ; } |
21,162 | removes all registered databases , even built in ones . useful for forcing a particular database implementation concode_field_sep DatabaseFactory instance concode_elem_sep Logger log concode_elem_sep Map<String,SortedSet<Database>> internalDatabases concode_elem_sep Map<String,SortedSet<Database>> implementedDatabases ... | void function ( ) { implementedDatabases . clear ( ) ; } |
21,163 | sets the field1 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 con... | void function ( java . lang . String arg0 ) { _foo . setField1 ( arg0 ) ; } |
21,164 | return if this error page is a global one matches all unmatched status and exception types . concode_field_sep Class<? extends Throwable> exception concode_elem_sep String path concode_elem_sep HttpStatus status concode_field_sep String getExceptionName concode_elem_sep Class<? extends Throwable> getException concode_e... | boolean function ( ) { return ( this . status == null && this . exception == null ) ; } |
21,165 | returns an instance of a certificatefactory representing the specified certificate factory type from the named provider . concode_field_sep String CERTIFICATE_FACTORY concode_elem_sep Provider provider concode_elem_sep String type concode_elem_sep CertificateFactorySpi certFacSpi concode_field_sep Certificate generateC... | CertificateFactory function ( String arg0 , String arg1 ) { if ( arg1 == null ) throw new IllegalArgumentException ( "srini_string" ) ; Provider loc0 = Security . getProvider ( arg1 ) ; if ( loc0 == null ) throw new NoSuchProviderException ( arg1 ) ; return getInstance ( arg0 , loc0 ) ; } |
21,166 | configure this client to follow redirects from https to http and from http to https . if unset , protocol redirects will be followed . this is different than the built-in httpurlconnection 's default . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ... | OkHttpClient function ( boolean arg0 ) { this . followProtocolRedirects = arg0 ; return this ; } |
21,167 | todo : can we get away with not calling this pcfg ? concode_field_sep List<? extends HasWord> originalSentence concode_elem_sep State initialState concode_elem_sep List<State> bestParses concode_elem_sep boolean unparsable concode_elem_sep TregexPattern rearrangeFinalPunctuationTregex concode_elem_sep Debinarizer debin... | Tree function ( ) { return debinarized ; } |
21,168 | adds input to foodexhaustionlevel to a max of 40 concode_field_sep int prevFoodLevel concode_elem_sep float foodSaturationLevel concode_elem_sep int foodTimer concode_elem_sep int foodLevel concode_elem_sep float foodExhaustionLevel concode_field_sep float getSaturationLevel concode_elem_sep void writeNBT concode_elem_... | void function ( float arg0 ) { foodExhaustionLevel = Math . min ( foodExhaustionLevel + arg0 , 40F ) ; } |
21,169 | evaluate the json path expression against the supplied content and assert that the resulting value is a number . concode_field_sep String expression concode_elem_sep JsonPath jsonPath concode_field_sep Object assertExistsAndReturn concode_elem_sep void assertValueIsString concode_elem_sep boolean pathIsIndefinite conco... | void function ( String arg0 ) { Object loc0 = assertExistsAndReturn ( arg0 ) ; assertThat ( failureReason ( "srini_string" , loc0 ) , loc0 , instanceOf ( Number . class ) ) ; } |
21,170 | gets the street2 value for this address . concode_field_sep java.lang.String zip concode_elem_sep java.lang.String country concode_elem_sep java.lang.String address concode_elem_sep java.lang.String city concode_elem_sep org.tatrc.paws.facility.ConceptValue addressType concode_elem_sep java.lang.Object __equalsCalc con... | java . lang . String function ( ) { return street2 ; } |
21,171 | returns the connection from a zookeeper cluster string . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getInputConnection concode_elem_sep Connection getInputConnection concode_elem_sep Connection getOutputConnection concode_elem_sep Connection getOutputConnection | Connection function ( final String arg0 , Properties arg1 ) { Preconditions . checkNotNull ( arg0 ) ; return DriverManager . getConnection ( QueryUtil . getUrl ( arg0 ) , arg1 ) ; } |
21,172 | sets the new size of this buffer warning : use with care : no validation is done of the len passed concode_field_sep int count concode_elem_sep FastStringBuffer fastStringBuffer concode_elem_sep int i concode_elem_sep char[] value concode_field_sep FastStringBuffer deleteCharAt concode_elem_sep char firstChar concode_e... | void function ( int arg0 ) { this . count = arg0 ; } |
21,173 | returns the title of shown task . concode_field_sep WebDriver browser concode_elem_sep WebElement itemRootElement concode_field_sep Long getId concode_elem_sep TaskStatus getStatus concode_elem_sep TaskPage viewTask | String function ( ) { return itemRootElement . findElement ( By . className ( "srini_string" ) ) . getText ( ) ; } |
21,174 | if key already exists within the structure , it 's value is replaced with the new value and it 's existing order is maintained . concode_field_sep ZLinkedList<KeyType> zlist concode_elem_sep HashMap<KeyType,ValueType> hash concode_field_sep void addToTop concode_elem_sep boolean moveBeneath concode_elem_sep List<KeyTyp... | void function ( KeyType arg0 , ValueType arg1 ) { if ( hash . containsKey ( arg0 ) ) { hash . put ( arg0 , arg1 ) ; } else { hash . put ( arg0 , arg1 ) ; zlist . addToBottom ( arg0 ) ; } } |
21,175 | creates a new index value-map in the current database or updates a pre-existing index with new arguments . concode_field_sep boolean caseSensitive concode_elem_sep LinkedHashMap<String,Arguments> pushedIndexes concode_elem_sep String database concode_elem_sep String folder concode_elem_sep boolean changed concode_elem_... | void function ( Object arg0 , Arguments arg1 ) { this . pushedIndexes . put ( parseIndice ( arg0 ) , arg1 ) ; this . changed = true ; } |
21,176 | sets the value of the countryname property . concode_field_sep String city concode_elem_sep String countryCode concode_elem_sep String addressLine1 concode_elem_sep String addressLine2 concode_elem_sep String postCode concode_elem_sep String countryName concode_field_sep void setAddressLine1 concode_elem_sep void setCo... | void function ( String arg0 ) { this . countryName = arg0 ; } |
21,177 | auto generated getter method concode_field_sep com.amazon.ec2.ModifyImageAttributeResponseType localModifyImageAttributeResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void wri... | com . amazon . ec2 . ModifyImageAttributeResponseType function ( ) { return localModifyImageAttributeResponse ; } |
21,178 | this method closes the buffer writer concode_field_sep BufferedReader bufferReader concode_elem_sep BufferedWriter bufferWriter concode_field_sep void writeLineToFile concode_elem_sep String readLineFromFile | void function ( ) { try { bufferWriter . close ( ) ; } catch ( IOException loc0 ) { Logger . writeMessage ( "srini_string" ) ; System . exit ( 0 ) ; } } |
21,179 | this method gets the documents from an operation whose body is a nodegroupbroadcastresponse generated by abroadcast query operation . it will choose a document if and only if it was sent by the host that owns it . concode_field_sep Logger logger concode_elem_sep String PARENT_LINK_FIELD_NAME concode_elem_sep String STA... | List < T > function ( Class < T > arg0 , Operation arg1 ) { NodeGroupBroadcastResponse loc0 = arg1 . getBody ( NodeGroupBroadcastResponse . class ) ; return getBroadcastQueryDocuments ( arg0 , loc0 ) ; } |
21,180 | write the componentid to the cdr output stream as int . concode_field_sep PlaceHolder placeHolder concode_field_sep int extract concode_elem_sep int read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type | void function ( OutputStream arg0 , int arg1 ) { arg0 . write_ulong ( arg1 ) ; } |
21,181 | returns the muc service instance . concode_field_sep GlobalDisplayDetailsService globalDisplayDetailsService concode_elem_sep String DISABLED_PROPERTY concode_elem_sep ChatRoomContactSourceService chatRoomContactSource concode_elem_sep MUCServiceImpl mucService concode_elem_sep BundleContext bundleContext concode_elem_... | MUCServiceImpl function ( ) { return mucService ; } |
21,182 | stop server for invoking httpservlet.destroy method during undeploying . concode_field_sep String DEPLOYMENT concode_elem_sep String incorrectRoleResult concode_elem_sep File CORRECT_ROLE_AND_UNDEPLOY concode_elem_sep String correctRoleResult concode_elem_sep File WORK_DIR concode_elem_sep ManagementClient managementCl... | void function ( ) { deployer . undeploy ( DEPLOYMENT ) ; } |
21,183 | change the rgb of the color according to current dim level . maintains the alpha value of the color . concode_field_sep float mActiveLevel concode_elem_sep Paint mPaint concode_elem_sep int mAlpha concode_elem_sep float mAlphaFloat concode_elem_sep float mDimmedLevel concode_field_sep void drawColorOverlay concode_elem... | int function ( int arg0 ) { float loc0 = 1 - mAlphaFloat ; return Color . argb ( Color . alpha ( arg0 ) , ( int ) ( Color . red ( arg0 ) * loc0 ) , ( int ) ( Color . green ( arg0 ) * loc0 ) , ( int ) ( Color . blue ( arg0 ) * loc0 ) ) ; } |
21,184 | adds a boolean property . concode_field_sep StringBuilder params concode_field_sep JSONBuilder entryNoEscape concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder beginArray concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder endMap concode_elem_sep String e... | JSONBuilder function ( String arg0 , boolean arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; } |
21,185 | initiate connect . if the filter needs to do something during this phase , it must implement #handleconnect java.net.socketaddress , filter method . concode_field_sep Filter<?,?,UP_IN,UP_OUT> upstreamFilter concode_elem_sep Filter<DOWN_OUT,DOWN_IN,?,?> downstreamFilter concode_field_sep void processSslHandshakeComplete... | void function ( SocketAddress arg0 , Filter < ? , ? , UP_IN , UP_OUT > arg1 ) { this . upstreamFilter = arg1 ; handleConnect ( arg0 , arg1 ) ; if ( downstreamFilter != null ) { downstreamFilter . connect ( arg0 , this ) ; } } |
21,186 | sets the value of the agentidentifiervalue property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String agentIdentifierType concode_elem_sep String agentIdentifierValue concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String href concode_elem_sep String t... | void function ( String arg0 ) { this . agentIdentifierValue = arg0 ; } |
21,187 | given an index in the range 0 ... size -1 , returns the value from the indexth key-value mapping that this sparselongarray stores . the values corresponding to indices in ascending order are guaranteed to be associated with keys in ascending order , e.g. , valueat 0 will return the value associated with the smallest ke... | long function ( int arg0 ) { return mValues [ arg0 ] ; } |
21,188 | all the columns that depends on the passed field . concode_field_sep SQLRowValues inited concode_elem_sep PropertyChangeSupport supp concode_elem_sep Map<String,SQLTableModelColumn> colsByName concode_elem_sep List<WeakReference<SQLTableModelLinesSource>> lines concode_elem_sep List<SQLTableModelColumn> allCols concode... | List < SQLTableModelColumn > function ( SQLField arg0 ) { final List < SQLTableModelColumn > loc0 = new ArrayList < SQLTableModelColumn > ( ) ; for ( final SQLTableModelColumn loc1 : this . getColumns ( ) ) if ( loc1 . getFields ( ) . contains ( arg0 ) ) loc0 . add ( loc1 ) ; return loc0 ; } |
21,189 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep List<MsgVpnClientUsernameLinks> links concode_elem_sep List<MsgVpnClientUsername> data concode_elem_sep SempMeta meta concode_field_sep List<MsgVpnClientUsernameLinks> getLinks concode_elem_sep MsgVpnClientU... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
21,190 | method setinfo concode_field_sep String m_Info concode_elem_sep Object m_Parameter concode_elem_sep String m_Info_To concode_elem_sep String m_ParameterName concode_elem_sep Object m_Parameter_To concode_elem_sep long serialVersionUID concode_field_sep String getParameterName concode_elem_sep String getInfo concode_ele... | void function ( String arg0 ) { if ( arg0 == null ) m_Info = "srini_string" ; else m_Info = arg0 ; } |
21,191 | set the eids in this bundle to the given set concode_field_sep long procflags concode_elem_sep Long length concode_elem_sep int _type concode_elem_sep TreeSet<EID> _eids concode_field_sep void setLength concode_elem_sep void removeEID concode_elem_sep void setFlag concode_elem_sep int getType concode_elem_sep void _set... | void function ( TreeSet < EID > arg0 ) { _eids = arg0 ; fixEIDFlag ( ) ; } |
21,192 | convenience method for creating an async result . concode_field_sep T result concode_elem_sep Throwable error concode_field_sep Throwable getError concode_elem_sep boolean isError concode_elem_sep T getResult concode_elem_sep boolean isSuccess | AsyncResultImpl < T > function ( T arg0 , Class < T > arg1 ) { return new AsyncResultImpl < > ( arg0 ) ; } |
21,193 | get this wrapper 's int value concode_field_sep int i concode_field_sep void setInt | int function ( ) { return i ; } |
21,194 | retrieves the inputformat class to use for this split . concode_field_sep Class<? extends InputFormat> inputFormatClass concode_elem_sep Class<? extends InputSplit> inputSplitClass concode_elem_sep Configuration conf concode_elem_sep InputSplit inputSplit concode_elem_sep Class<? extends Mapper> mapperClass concode_fie... | Class < ? extends InputFormat > function ( ) { return inputFormatClass ; } |
21,195 | create a get route for the given path pattern . concode_field_sep Method actionMethod concode_elem_sep String method concode_elem_sep Pattern paramExtractor concode_elem_sep List<Route> routes concode_elem_sep String name concode_elem_sep PathBindable<?> pathBindable concode_elem_sep Object action concode_elem_sep Stri... | PathPatternMatcher function ( String arg0 ) { return new PathPatternMatcher ( "srini_string" , arg0 ) ; } |
21,196 | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI... | void function ( String arg0 , int arg1 ) { if ( myHost != null && ( ( arg1 != previousProgress ) || ( ! arg0 . equals ( previousProgressLabel ) ) ) ) { myHost . updateProgress ( arg0 , arg1 ) ; } previousProgress = arg1 ; previousProgressLabel = arg0 ; } |
21,197 | gets selected time zone display name . concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates concode_elem_sep TimeZone se... | String function ( ) { synchronized ( TimeZone . class ) { return displayNameTokenizer ( selectedTimeZone . getDisplayName ( ) ) ; } } |
21,198 | compares this object with the specified object for order . concode_field_sep Angle DEG_225 concode_elem_sep Angle RAD_PI concode_elem_sep Angle DEG_90 concode_elem_sep Angle DEG_180 concode_elem_sep Angle ZERO concode_elem_sep Angle RAD_PI_OVER_FOUR concode_elem_sep Angle DEG_135 concode_elem_sep double EPSILON concode... | int function ( Object arg0 ) { return compareTo ( ( Angle ) arg0 ) ; } |
21,199 | sets the treshold calculator type . concode_field_sep String tresholdCalculatorType concode_elem_sep String columnId concode_elem_sep String pattern concode_elem_sep String description concode_elem_sep String aggFunc concode_elem_sep String colurNullCol concode_elem_sep String tresholdLb concode_elem_sep String colour ... | void function ( String arg0 ) { this . tresholdCalculatorType = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.