idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
9,800
returns the current direction of the components that will be taken into account for zooming and panning . concode_field_sep double DEFAULT_ZOOM_MIN concode_elem_sep double zoomMax concode_elem_sep double DEFAULT_ZOOM_FACTOR concode_elem_sep double DEFAULT_ZOOM_MAX concode_elem_sep Set<NavigationListener> navigationList...
NavigationDirection function ( ) { return direction ; }
9,801
getter of the property functions . concode_field_sep String name concode_elem_sep List<Function> functions concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Function[] functionsToArray concode_elem_sep void setFunctions concode_elem_sep String toString concode_elem_sep boolean addFunctions...
List < Function > function ( ) { return this . functions ; }
9,802
gets the outputprogressmodel for this instance . concode_field_sep long PROCCESS_SLEEP_LENGTH concode_elem_sep Logger log concode_elem_sep OutputProgressModel outputProgressModel concode_elem_sep OutputProgressModel ouputProgressModel concode_elem_sep ThreadPoolExecutor longRunningTaskThreadPool concode_field_sep void ...
OutputProgressModel function ( ) { return outputProgressModel ; }
9,803
a put operation that can be used in the fluent pattern . concode_field_sep ImmutableOpenLongMap EMPTY concode_elem_sep LongObjectOpenHashMap<VType> map concode_field_sep UnmodifiableIterator<Long> keysIt concode_elem_sep Builder<VType> fRemove concode_elem_sep VType getOrDefault concode_elem_sep boolean containsKey con...
Builder < VType > function ( long arg0 , VType arg1 ) { map . put ( arg0 , arg1 ) ; return this ; }
9,804
adds a pix to this pixa . concode_field_sep int mNativePixa concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mIndex concode_elem_sep boolean mRecycled concode_field_sep Pix next concode_elem_sep Rect getBoxRect concode_elem_sep int nativeGetPix concode_elem_sep boolean nativeWriteToFileRand...
void function ( Pix arg0 , int arg1 ) { nativeAddPix ( mNativePixa , arg0 . mNativePix , arg1 ) ; }
9,805
randomly generates a non-negative number , i.e. from the set 0.0 , 1.0 . concode_field_sep double DELTA concode_field_sep void assertEqualElementWise concode_elem_sep void assertEqualElementWise concode_elem_sep double randNonZero concode_elem_sep SimpleMatrix randMatrix concode_elem_sep double randPositive concode_ele...
double function ( ) { return ( Math . random ( ) < 0.5 ) ? 0.0 : Math . random ( ) ; }
9,806
get a bitmap from the image path concode_field_sep PlaceHolder placeHolder concode_field_sep Point getSize concode_elem_sep Bitmap roundCorners concode_elem_sep void setImage concode_elem_sep void setImage
Bitmap function ( final String arg0 ) { return getBitmap ( arg0 , 1 ) ; }
9,807
returns a sha-256 hash of s . concode_field_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep Pattern VERIFY_AS_IP_ADDRESS concode_elem_sep TimeZone UTC concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_field_sep void checkOffsetAndCount concode_elem_sep String hostHeader concode_elem_sep b...
ByteString function ( ByteString arg0 ) { try { MessageDigest loc0 = MessageDigest . getInstance ( "srini_string" ) ; byte [ ] loc1 = loc0 . digest ( arg0 . toByteArray ( ) ) ; return ByteString . of ( loc1 ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new AssertionError ( loc0 ) ; } }
9,808
returns the website with the matching uuid and company . concode_field_sep WebsiteLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.Website getWebsite concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableD...
com . liferay . portal . kernel . model . Website function ( java . lang . String arg0 , long arg1 ) { return getService ( ) . fetchWebsiteByUuidAndCompanyId ( arg0 , arg1 ) ; }
9,809
it updates the trie component of the trienode by the trie given as parameter concode_field_sep boolean alreadyExplored concode_elem_sep ItemAbstractionPair pair concode_elem_sep Trie child concode_field_sep void setPair concode_elem_sep ItemAbstractionPair getPair concode_elem_sep boolean isAlreadyExplored concode_elem...
void function ( Trie arg0 ) { this . child = arg0 ; }
9,810
returns the text for the next/finish button . concode_field_sep String NEXT_FINISH_BUTTON_ENABLED_PROPERTY concode_elem_sep String BACK_BUTTON_ICON_PROPERTY concode_elem_sep String BACK_BUTTON_ENABLED_PROPERTY concode_elem_sep String NEXT_FINISH_BUTTON_TEXT_PROPERTY concode_elem_sep Map<String,Boolean> buttonEnabledHas...
Object function ( ) { return buttonTextHashmap . get ( NEXT_FINISH_BUTTON_TEXT_PROPERTY ) ; }
9,811
removes a listener to be notified when work in a different thread starts and stops . concode_field_sep DateFormat dateFormat_ concode_elem_sep String fileText_ concode_elem_sep String generalText_ concode_elem_sep ChangeEventSupport changeEventSupport_ concode_elem_sep String bytesText_ concode_elem_sep String modified...
void function ( WorkingListener arg0 ) { workingEventSupport_ . removeWorkingListener ( arg0 ) ; }
9,812
return the name of the gauge . concode_field_sep double average concode_elem_sep double max concode_elem_sep long count concode_elem_sep String AVG concode_elem_sep String VAL concode_elem_sep double min concode_elem_sep String MIN concode_elem_sep double alpha concode_elem_sep String name concode_elem_sep String MAX c...
String function ( ) { return this . name ; }
9,813
gets the response status code . concode_field_sep String content concode_elem_sep int statusCode concode_field_sep void setContent concode_elem_sep void setStatusCode concode_elem_sep String getContent
int function ( ) { return this . statusCode ; }
9,814
wait until the method is called . concode_field_sep Object returnValue concode_elem_sep Log LOG concode_elem_sep Log log concode_elem_sep Logger logger concode_elem_sep int maxSleepTime concode_elem_sep Throwable thrown concode_elem_sep WriterAppender appender concode_elem_sep Random r concode_elem_sep CountDownLatch r...
void function ( ) { fireLatch . await ( ) ; }
9,815
convert a passed byte string e.g. 50b , 100k , or 250m to mebibytes for internal use . if no suffix is provided , the passed number is assumed to be in mebibytes . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep Imm...
long function ( String arg0 ) { return byteStringAs ( arg0 , ByteUnit . MiB ) ; }
9,816
settodate set to date concode_field_sep String strFromDate concode_elem_sep boolean b_CheckedCC concode_elem_sep StringMatrix smComboGroupBy concode_elem_sep boolean b_CheckedPB concode_elem_sep String strGroupBy concode_elem_sep boolean b_CheckedOB concode_elem_sep boolean b_CheckedNC concode_elem_sep String strToDate...
void function ( String arg0 ) { strToDate = arg0 ; }
9,817
periodically runs the given runnable , which should contain a series of test assertions until all the assertions succeed , in which case it will return , or until the the time expires , in which case it will throw the first failed assertion error . concode_field_sep PlaceHolder placeHolder concode_field_sep void delay
void function ( long arg0 , int arg1 , int arg2 , int arg3 , Runnable arg4 ) { arg1 ( arg1 ) ; while ( true ) { try { arg4 . run ( ) ; break ; } catch ( AssertionError loc0 ) { if ( System . currentTimeMillis ( ) - arg0 > arg3 ) { throw loc0 ; } } arg1 ( arg2 ) ; } }
9,818
adds a new color to the colors array of the dataset . concode_field_sep String mLabel concode_elem_sep float mValueTextSize concode_elem_sep DashPathEffect mFormLineDashEffect concode_elem_sep boolean mHighlightEnabled concode_elem_sep List<Integer> mColors concode_elem_sep boolean mDrawValues concode_elem_sep boolean ...
void function ( int arg0 ) { if ( mColors == null ) mColors = new ArrayList < Integer > ( ) ; mColors . add ( arg0 ) ; }
9,819
gets the received message at the specified index concode_field_sep MockEndpoint mMockEndpoint concode_field_sep void assertMessageReceived concode_elem_sep void assertMessageReceived concode_elem_sep void assertMessageReceived concode_elem_sep void resetMockEndpoint concode_elem_sep T getBody concode_elem_sep MockEndpo...
Message function ( int arg0 ) { Exchange loc0 = getExchange ( arg0 ) ; Message loc1 = loc0 . getIn ( ) ; return loc1 ; }
9,820
check individual ip is a spider . concode_field_sep Boolean useProxies concode_elem_sep Logger log concode_elem_sep IPTable table concode_elem_sep List<Pattern> agents concode_elem_sep List<Pattern> domains concode_field_sep void loadPatterns concode_elem_sep boolean isUseProxies concode_elem_sep void loadSpiderIpAddre...
boolean function ( String arg0 ) { if ( table == null ) { SpiderDetector . loadSpiderIpAddresses ( ) ; } try { if ( table . contains ( arg0 ) ) { return true ; } } catch ( Exception loc0 ) { return false ; } return false ; }
9,821
retrieve the input stream for the request . concode_field_sep ActionRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String getContentType concode_elem_sep String toString concode_elem_sep int getContentLength
InputStream function ( ) { return request . getPortletInputStream ( ) ; }
9,822
reads an int which was encoded in little endian format . concode_field_sep int _maxIndex concode_elem_sep int _readIndex concode_elem_sep byte[] _buf concode_field_sep void readFully concode_elem_sep int available concode_elem_sep int readUByte concode_elem_sep void readSpanning concode_elem_sep int readUShortLE concod...
int function ( ) { int loc0 = _readIndex ; int loc1 = _buf [ loc0 ++ ] & 0xFF ; int loc2 = _buf [ loc0 ++ ] & 0xFF ; int loc3 = _buf [ loc0 ++ ] & 0xFF ; int loc4 = _buf [ loc0 ++ ] & 0xFF ; _readIndex = loc0 ; return ( loc4 << 24 ) + ( loc3 << 16 ) + ( loc2 << 8 ) + ( loc1 << 0 ) ; }
9,823
register a single iaikexception to message mapping . concode_field_sep Object[][] MESSAGES concode_elem_sep Map messages concode_elem_sep IaikExceptionMapper instance concode_elem_sep Class[] CONSTRUCTOR_ARGS concode_elem_sep Class moaExceptionClass concode_elem_sep String messageId concode_field_sep MOAException creat...
void function ( Class arg0 , String arg1 , Class arg2 ) { messages . put ( arg0 , new ExceptionMappingInfo ( arg1 , arg2 ) ) ; }
9,824
this method is used to view an existing agent concode_field_sep PlaceHolder placeHolder concode_field_sep List findAllCircle concode_elem_sep boolean editAgent concode_elem_sep List findAllDepartment concode_elem_sep List findAllDepartment concode_elem_sep List findAllLevel concode_elem_sep List findDepartment concode_...
AgentVO function ( AgentVO arg0 ) { AgentVO loc0 = new AgentVO ( ) ; AgentDAO loc1 = new AgentDAO ( ) ; loc0 = loc1 . viewAgent ( arg0 ) ; return loc0 ; }
9,825
sets an element in the first data bank . the offset specified in the constructor is added to i before updating the underlying data array . concode_field_sep int banks concode_elem_sep int TYPE_BYTE concode_elem_sep int TYPE_FLOAT concode_elem_sep int offset concode_elem_sep int size concode_elem_sep int TYPE_INT concod...
void function ( int arg0 , int arg1 ) { setElem ( 0 , arg0 , arg1 ) ; }
9,826
gets the value of the pageindex property . concode_field_sep String searchId concode_elem_sep int pageIndex concode_field_sep void setPageIndex concode_elem_sep String getSearchId concode_elem_sep void setSearchId
int function ( ) { return pageIndex ; }
9,827
reads all remaining tokens and returns them as an array of strings . concode_field_sep Pattern EMPTY_PATTERN concode_elem_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep Pattern EVERYTHING_PATTERN concode_field_sep void...
String [ ] function ( ) { return readAllStrings ( ) ; }
9,828
initializes an fst input term to add entries against concode_field_sep PairOutputs<Long,BytesRef> outputs concode_elem_sep IntsRefBuilder scratchInts concode_elem_sep PriorityQueue<Entry> entries concode_elem_sep BytesRef payload concode_elem_sep int END_BYTE concode_elem_sep Builder<PairOutputs.Pair<Long,BytesRef>> bu...
void function ( BytesRef arg0 ) { this . analyzed . copyBytes ( arg0 ) ; this . analyzed . append ( ( byte ) endByte ) ; }
9,829
run a class for a specific user concode_field_sep RunManager manager concode_elem_sep HashMap<Integer,IRun> runners concode_field_sep RunManager getManager concode_elem_sep String read concode_elem_sep void write
int function ( Integer arg0 , String arg1 , String arg2 , Writer arg3 ) { IRun loc0 = new JavaProcessRunner ( arg1 , arg2 , arg3 ) ; if ( loc0 . run ( ) == - 1 ) { return - 1 ; } else { runners . put ( arg0 , loc0 ) ; } return 0 ; }
9,830
returns the first available ip address associated with the provided network interface or the local host ip if `` default '' is given . concode_field_sep String cachedHostname concode_elem_sep String cachedHostAddress concode_elem_sep String LOCALHOST concode_elem_sep Log LOG concode_field_sep String resolveLocalHostnam...
String function ( String arg0 ) { String [ ] loc0 = getIPs ( arg0 ) ; return loc0 [ 0 ] ; }
9,831
creates and returns a new instance of the typecode , corresponding the corba ulonglongseq . the length of the sequence is left with the initial value 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep long[] extract concode_elem_sep long[] read concode_elem_sep void insert concode_elem_sep String id concod...
TypeCode function ( ) { return new ArrayTypeCode ( TCKind . tk_ulong ) ; }
9,832
method coerce forces each element value in the given tuple to the corresponding primitive type . concode_field_sep Tuple NULL concode_field_sep Tuple asModifiable concode_elem_sep Object[] asArray concode_elem_sep Object[] asArray concode_elem_sep Object[] asArray concode_elem_sep long toLong concode_elem_sep float toF...
Tuple function ( Tuple arg0 , Class [ ] arg1 ) { return new Tuple ( ( Object [ ] ) asArray ( arg0 , arg1 , new Object [ arg1 . length ] ) ) ; }
9,833
logs a very common registry error when a required child is missing . concode_field_sep String extensionPointId concode_elem_sep IExtensionRegistry registry concode_elem_sep String pluginId concode_elem_sep String TAG_DESCRIPTION concode_elem_sep boolean isInitialized concode_field_sep void logError concode_elem_sep voi...
void function ( IConfigurationElement arg0 , String arg1 ) { logError ( arg0 , "srini_string" + arg1 + "srini_string" ) ; }
9,834
write splits in the following format . ... concode_field_sep InputSplit[] splits concode_elem_sep long totsize concode_elem_sep int fill concode_field_sep void add concode_elem_sep void readFields concode_elem_sep String[] getLocation concode_elem_sep InputSplit get concode_elem_sep long getLength concode_elem_sep long...
void function ( DataOutput arg0 ) { WritableUtils . writeVInt ( arg0 , splits . length ) ; for ( InputSplit loc0 : splits ) { Text . writeString ( arg0 , loc0 . getClass ( ) . getName ( ) ) ; } for ( InputSplit loc0 : splits ) { loc0 . write ( arg0 ) ; } }
9,835
returns whether this suppression rule has cve entries . concode_field_sep String sha1 concode_elem_sep List<Float> cvssBelow concode_elem_sep String notes concode_elem_sep PropertyType filePath concode_elem_sep List<String> cwe concode_elem_sep PropertyType gav concode_elem_sep List<String> cve concode_elem_sep List<Pr...
boolean function ( ) { return ! cve . isEmpty ( ) ; }
9,836
gets the display adapter 's context . concode_field_sep int DISPLAY_DEVICE_EVENT_REMOVED concode_elem_sep int DISPLAY_DEVICE_EVENT_CHANGED concode_elem_sep Handler mHandler concode_elem_sep Listener mListener concode_elem_sep String mName concode_elem_sep int DISPLAY_DEVICE_EVENT_ADDED concode_elem_sep Context mContext...
Context function ( ) { return mContext ; }
9,837
sets the value of the ref property . concode_field_sep String ref concode_elem_sep DisplayNameType displayName concode_elem_sep Map<QName,String> anyAttributes concode_elem_sep List<Element> any concode_field_sep String getRef concode_elem_sep DisplayNameType getDisplayName concode_elem_sep void setDisplayName concode_...
void function ( String arg0 ) { this . ref = arg0 ; }
9,838
get the build tree . concode_field_sep TreeMapNode root concode_elem_sep long serialVersionUID concode_field_sep TreeMapNode buildBranch concode_elem_sep TreeMapNode buildLeaf
TreeMapNode function ( ) { return this . root ; }
9,839
return the error stream where all errors should be written to . do not write to system #out or system #err as this might appear in the victim 's error logs . concode_field_sep PrintStream err concode_elem_sep boolean loadExtensions concode_elem_sep Random rnd concode_elem_sep List tlvQueue concode_elem_sep int UUID_LEN...
PrintStream function ( ) { return err ; }
9,840
gets the value of the asofdatetime property . concode_field_sep String serviceDefinitionPid concode_elem_sep List<Property> parameter concode_elem_sep String methodName concode_elem_sep String pid concode_elem_sep String asOfDateTime concode_elem_sep GetDissemination.Parameters parameters concode_field_sep void setPara...
String function ( ) { return asOfDateTime ; }
9,841
filter out any job ids that should not be processed by this server . this implementation always returns an unmodified list . concode_field_sep Map<String,String> urls concode_field_sep void init concode_elem_sep Class<? extends Service> getInterface concode_elem_sep boolean isHighlyAvailableMode concode_elem_sep boolea...
List < String > function ( List < String > arg0 ) { return arg0 ; }
9,842
convenience method to encode a string . please use this to encode a string , rather than trying to encode the string yourself using the 0-arg string.getbytes which is not deterministic . concode_field_sep byte[] base64Reverse concode_elem_sep char[] base64Alphabet concode_elem_sep char[] base64StandardAlphabet concode_...
String function ( String arg0 ) { return encodeStandard ( arg0 . getBytes ( UTF8 ) ) ; }
9,843
returns the extra data of this system event . concode_field_sep SystemEvent _systemEvent concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_...
java . lang . String function ( ) { return _systemEvent . getExtraData ( ) ; }
9,844
return id . concode_field_sep Product product concode_elem_sep Timestamp cretime concode_elem_sep Integer orderQty concode_elem_sep Timestamp updtime concode_elem_sep Integer shipQty concode_elem_sep Integer id concode_elem_sep Order order concode_field_sep void setProduct concode_elem_sep Product getProduct concode_el...
Integer function ( ) { return id ; }
9,845
returns true if this route uses modern tls . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress conc...
boolean function ( ) { return modernTls ; }
9,846
returns true if there 's another route to attempt . every address has at least one route . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_se...
boolean function ( ) { return hasNextTlsMode ( ) || hasNextInetSocketAddress ( ) || hasNextProxy ( ) || hasNextPostponed ( ) ; }
9,847
returns the variable name that the column is showing . concode_field_sep List<Field> fields concode_elem_sep List<String> values concode_elem_sep String variable concode_elem_sep String label concode_elem_sep List<Column> columns concode_elem_sep String title concode_elem_sep FormField.Type type concode_elem_sep List<R...
String function ( ) { return variable ; }
9,848
clears up whatever resources the node is hanging onto concode_field_sep int numShapesId concode_elem_sep int[] shapesId concode_elem_sep boolean visited concode_elem_sep Envelope bounds concode_elem_sep boolean childrenVisited concode_elem_sep List subNodes concode_field_sep boolean removeSubNode concode_elem_sep int g...
void function ( ) { }
9,849
prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print...
void function ( String arg0 , String arg1 ) { wtf ( arg0 , arg1 , null ) ; }
9,850
an int specialised version of this #remove object . concode_field_sep IntIterator iterator concode_elem_sep int size concode_elem_sep int[] values concode_elem_sep int missingValue concode_elem_sep int MAX_CAPACITY concode_elem_sep int capacity concode_elem_sep int mask concode_field_sep boolean add concode_elem_sep bo...
boolean function ( final int arg0 ) { int loc0 = intHash ( arg0 , mask ) ; while ( values [ loc0 ] != missingValue ) { if ( values [ loc0 ] == arg0 ) { values [ loc0 ] = missingValue ; compactChain ( loc0 ) ; return true ; } loc0 = next ( loc0 ) ; } return false ; }
9,851
gets the value of the caption property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the caption property . for example , to add a new item , do as...
List < CTCaption > function ( ) { if ( caption == null ) { caption = new ArrayList < CTCaption > ( ) ; } return this . caption ; }
9,852
set bytes2 value to bytes2 concode_field_sep Byte[] bytes3 concode_elem_sep Byte[] bytes concode_elem_sep Byte[] bytes2 concode_field_sep Byte[] getBytes2
void function ( Byte [ ] arg0 ) { this . bytes2 = arg0 ; }
9,853
javadoc for this public method is generated via the doc templates in the doc_src directory . concode_field_sep boolean noSync concode_elem_sep boolean sync concode_elem_sep boolean serializableIsolation concode_elem_sep boolean readUncommitted concode_elem_sep boolean readCommitted concode_elem_sep boolean writeNoSync ...
void function ( boolean arg0 ) { this . writeNoSync = arg0 ; }
9,854
method called when we should search the map for an address this happens when the preset location list is modified concode_field_sep String standardAddress concode_elem_sep List points concode_elem_sep boolean showMarkers concode_elem_sep String geoCoderAddress concode_elem_sep boolean locateAddress concode_elem_sep Str...
void function ( ValueChangeEvent arg0 ) { locateAddress = true ; }
9,855
set the active attribute concode_field_sep boolean active concode_elem_sep String roleId concode_elem_sep long serialVersionUID concode_elem_sep boolean provided concode_field_sep boolean isProvided concode_elem_sep String getRoleId concode_elem_sep boolean isActive
void function ( boolean arg0 ) { this . active = arg0 ; }
9,856
called for each failure obtained from non master nodes concode_field_sep CountDownLatch latch concode_elem_sep Set<DiscoveryNode> pendingNodes concode_field_sep void onResponse concode_elem_sep boolean awaitAllNodes concode_elem_sep DiscoveryNode[] pendingNodes
void function ( DiscoveryNode arg0 , Throwable arg1 ) { boolean loc0 = pendingNodes . remove ( arg0 ) ; assert loc0 : "srini_string" + arg0 + "srini_string" ; latch . countDown ( ) ; }
9,857
returns the position interface if any . concode_field_sep Log myLog concode_elem_sep PolledAfterActiveTicks[] polledAfterActive concode_elem_sep Clock myClock concode_elem_sep Button myButton concode_elem_sep LED myLED concode_elem_sep ArrayList<MoteInterface> moteInterfaces concode_elem_sep IPAddress myIPAddress conco...
Position function ( ) { if ( myPosition == null ) { myPosition = getInterfaceOfType ( Position . class ) ; } return myPosition ; }
9,858
returns the size of the auto text dictionary . the return value can be zero if there is no auto correction data available for the current locale . concode_field_sep int TRIE_OFF concode_elem_sep char[] mTrie concode_elem_sep int INCREMENT concode_elem_sep Object sLock concode_elem_sep Locale mLocale concode_elem_sep in...
int function ( View arg0 ) { return getInstance ( arg0 ) . getSize ( ) ; }
9,859
gets the value of the computedbalance property . concode_field_sep String bucketName concode_elem_sep String roaming concode_elem_sep BigDecimal dedicatedAccountBefore concode_elem_sep String bucketBalanceBefore concode_elem_sep BigDecimal dedicatedAccountAfter concode_elem_sep String callDirection concode_elem_sep Str...
BigDecimal function ( ) { return computedBalance ; }
9,860
return archived data for the given point . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean addPoints concode_elem_sep PointDescription getPoint concode_elem_sep Vector<PointDescription> getAllPoints concode_elem_sep PointData getAfter concode_elem_sep Vector<PointData> getAfter concode_elem_sep Vect...
Vector < PointData > function ( String arg0 , AbsTime arg1 , AbsTime arg2 , int arg3 ) { Vector < String > loc0 = new Vector < String > ( 1 ) ; loc0 . add ( arg0 ) ; Vector < Vector < PointData >> loc1 = getArchiveData ( loc0 , arg1 , arg2 , arg3 ) ; Vector < PointData > loc2 = null ; if ( loc1 != null && loc1 . size (...
9,861
return y cropping coordinate concode_field_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mOriginX concode_elem_sep int mOriginY concode_field_sep int getHeight concode_elem_sep int getWidth concode_elem_sep int getOriginX
int function ( ) { return mOriginY ; }
9,862
sets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getUserName
void function ( String arg0 ) { this . userName = arg0 ; }
9,863
method to handle initialization of entering the conversation add this userbean to the chatstate send a join conversation message concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String aut...
void function ( ActionEvent arg0 ) { chatState . addUserChild ( this ) ; buttonImage = MAXIMIZE_IMAGE ; minimized = false ; position = bottom ( ) ; inConversation = true ; leaving = false ; }
9,864
see the javadoc of #getmtime forinformation about this field and its relationship with `` mtime '' . concode_field_sep String displayName concode_elem_sep boolean enabled concode_elem_sep String helpContentType concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep long mtime concod...
long function ( ) { return this . ctime ; }
9,865
appends the string representation of b to this builder . concode_field_sep UtilFormatter formatter concode_elem_sep StringBuilder builder concode_field_sep TextBuilder appendFormat concode_elem_sep void outputFieldsToBuilder concode_elem_sep String toString
TextBuilder function ( boolean arg0 ) { builder . append ( arg0 ) ; return this ; }
9,866
gets the value of the rval property . concode_field_sep UserTeamAssociationPage rval concode_field_sep void setRval
UserTeamAssociationPage function ( ) { return rval ; }
9,867
clears the cache . removes all cached elements . concode_field_sep ElementCache cache concode_elem_sep List<IParameter> paramerterList concode_elem_sep Logger LOG concode_elem_sep ICommandService commandService concode_field_sep void elementAdded concode_elem_sep boolean hasChildren concode_elem_sep void addParameter c...
void function ( ) { cache . clear ( ) ; }
9,868
iterates on all factories and append all index types . concode_field_sep Set<OIndexFactory> FACTORIES concode_elem_sep ClassLoader orientClassLoader concode_elem_sep Set<OIndexFactory> DYNAMIC_FACTORIES concode_field_sep void registerFactory concode_elem_sep Set<OIndexFactory> getFactories concode_elem_sep Iterator<OIn...
Set < String > function ( ) { final Set < String > loc0 = new HashSet < String > ( ) ; final Iterator < OIndexFactory > loc1 = getAllFactories ( ) ; while ( loc1 . hasNext ( ) ) { loc0 . addAll ( loc1 . next ( ) . getTypes ( ) ) ; } return loc0 ; }
9,869
gets the crl object using a crl url . concode_field_sep PlaceHolder placeHolder concode_field_sep String getOCSPURL concode_elem_sep String getCRLURL concode_elem_sep String getTSAURL concode_elem_sep String getStringFromGeneralName concode_elem_sep ASN1Primitive getExtensionValue
CRL function ( String arg0 ) { if ( arg0 == null ) return null ; InputStream loc0 = new URL ( arg0 ) . openStream ( ) ; CertificateFactory loc1 = CertificateFactory . getInstance ( "srini_string" ) ; return ( CRL ) loc1 . generateCRL ( loc0 ) ; }
9,870
gets the value of the throttledatetime property . concode_field_sep String throttleState concode_elem_sep BigInteger code concode_elem_sep XMLGregorianCalendar throttleDateTime concode_elem_sep List<UsageType> usage concode_elem_sep Long customerID concode_elem_sep long serialVersionUID concode_elem_sep List<CounterTyp...
XMLGregorianCalendar function ( ) { return throttleDateTime ; }
9,871
returns the proportional width of a given page as a percentage of the viewpager 's measured width from 0.f-1 . f concode_field_sep int POSITION_NONE concode_elem_sep int POSITION_UNCHANGED concode_elem_sep DataSetObservable mObservable concode_field_sep void restoreState concode_elem_sep void startUpdate concode_elem_s...
float function ( int arg0 ) { return 1.f ; }
9,872
gets the object mapped from the specified key , or null if no such mapping has been made . concode_field_sep Object DELETED concode_elem_sep long[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep long keyAt concode_elem_sep void clear concode_elem_s...
E function ( long arg0 ) { return get ( arg0 , null ) ; }
9,873
starts the web server so it can accept requests on the listening port . concode_field_sep boolean running concode_elem_sep Logger LOGGER concode_elem_sep Logger LOGGER concode_elem_sep int BUFFER_SIZE concode_elem_sep Resource resource concode_elem_sep Thread workerThread concode_elem_sep ServerSocket serverSocket conc...
void function ( ) { this . workerThread = new Thread ( this . worker , "srini_string" ) ; this . workerThread . start ( ) ; }
9,874
utility method for creating an affinetransform . concode_field_sep AffineTransform affineTransform concode_field_sep void rotate concode_elem_sep void rotate concode_elem_sep void endTransformList concode_elem_sep AffineTransform getAffineTransform concode_elem_sep void skewX concode_elem_sep void startTransformList co...
AffineTransform function ( Reader arg0 ) { TransformListParser loc0 = new TransformListParser ( ) ; AWTTransformProducer loc1 = new AWTTransformProducer ( ) ; loc0 . setTransformListHandler ( loc1 ) ; loc0 . parse ( arg0 ) ; return loc1 . getAffineTransform ( ) ; }
9,875
converts a javamail multipart into a body of any type a string can be converted into . the content-type of the part must be text based . concode_field_sep String NOW_DATE_FORMAT concode_elem_sep Pattern NOW_PATTERN concode_field_sep String toString concode_elem_sep String toString concode_elem_sep long extractOffset co...
T function ( Class < T > arg0 , Exchange arg1 , Object arg2 , TypeConverterRegistry arg3 ) { if ( Multipart . class . isAssignableFrom ( arg2 . getClass ( ) ) ) { TypeConverter loc0 = arg3 . lookup ( arg0 , String . class ) ; if ( loc0 != null ) { String loc1 = toString ( ( Multipart ) arg2 ) ; if ( loc1 != null ) { re...
9,876
get the formelementcontainer object . concode_field_sep AddressFormProcessor addressFormProcessor concode_elem_sep FormElementContainer elementContainer concode_field_sep AddressFormProcessor getAddressFormProcessor concode_elem_sep void setElementContainer concode_elem_sep String reset
FormElementContainer function ( ) { return elementContainer ; }
9,877
return the content-length header or -1 if unknown . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE concode_elem_sep String ...
long function ( ) { String loc0 = getFirst ( CONTENT_LENGTH ) ; return ( loc0 != null ? Long . parseLong ( loc0 ) : - 1 ) ; }
9,878
computes the slope of a line/curve between the given points . concode_field_sep DistanceFunctionType distanceType concode_field_sep double distance concode_elem_sep double distance concode_elem_sep ClusterElementFunctions<ComponentLine2D> getEuclidean concode_elem_sep boolean linesParallel concode_elem_sep ComponentLin...
double function ( Point2D arg0 , Point2D arg1 ) { return ( arg1 . getX ( ) - arg0 . getX ( ) ) / ( arg1 . getY ( ) - arg0 . getY ( ) ) ; }
9,879
gets the value of the rval property . concode_field_sep UpdateResult rval concode_field_sep void setRval
UpdateResult function ( ) { return rval ; }
9,880
create a new compiler instance . concode_field_sep String classPrefix concode_elem_sep String dest concode_field_sep String getDestination concode_elem_sep void compile concode_elem_sep void setDestination
Compiler function ( ) { return getInstance ( System . getProperty ( "srini_string" , "srini_string" ) ) ; }
9,881
this is getter method for status concode_field_sep Integer deptStartTime concode_elem_sep Integer deptEndTime concode_elem_sep String offDays concode_elem_sep Integer status concode_elem_sep Integer parentID concode_field_sep void setDeptStartTime concode_elem_sep void setDeptEndTime concode_elem_sep Integer getDeptSta...
Integer function ( ) { return status ; }
9,882
sets mslidingmenu as a newly inflated slidingmenu . should be called within the activitiy 's oncreate concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mVi...
void function ( Bundle arg0 ) { mSlidingMenu = ( SlidingMenu ) LayoutInflater . from ( mActivity ) . inflate ( R . layout . slidingmenumain , null ) ; }
9,883
adds nde to tail of list concode_field_sep Node head concode_elem_sep Node prev concode_elem_sep int size concode_elem_sep Node next concode_field_sep void add concode_elem_sep void add concode_elem_sep Node getTail concode_elem_sep void touch concode_elem_sep Node getNext concode_elem_sep Node getPrev concode_elem_sep...
void function ( Node arg0 ) { arg0 . insertBefore ( head ) ; if ( head == null ) head = arg0 ; size ++ ; }
9,884
set latitude and longitude . concode_field_sep double LON_RANGE concode_elem_sep double radLat concode_elem_sep double NORTH_POLE concode_elem_sep double lon concode_elem_sep double SOUTH_POLE concode_elem_sep double DATELINE concode_elem_sep double EQUIVALENT_TOLERANCE concode_elem_sep double radLon concode_elem_sep d...
void function ( double arg0 , double arg1 , boolean arg2 ) { if ( arg2 ) { radLat = arg0 ; radLon = arg1 ; this . lat = ProjMath . radToDeg ( arg0 ) ; this . lon = ProjMath . radToDeg ( arg1 ) ; } else { this . lat = normalizeLatitude ( arg0 ) ; this . lon = wrapLongitude ( arg1 ) ; radLat = ProjMath . degToRad ( arg0 ...
9,885
converts a hex string to formatted unicode string . concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_el...
String function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; for ( int loc1 = 0 , loc2 = 4 - arg0 . length ( ) ; loc1 < loc2 ; loc1 ++ ) { loc0 . append ( "srini_string" ) ; } loc0 . append ( arg0 . toLowerCase ( ) ) ; return loc0 . toString ( ) ; }
9,886
sets the name of this collection . concode_field_sep boolean statisticsEnabled concode_elem_sep int DEFAULT_ASYNC_BACKUP_COUNT concode_elem_sep int asyncBackupCount concode_elem_sep int DEFAULT_SYNC_BACKUP_COUNT concode_elem_sep List<ItemListenerConfig> listenerConfigs concode_elem_sep String name concode_elem_sep int ...
T function ( String arg0 ) { this . name = arg0 ; return ( T ) this ; }
9,887
shortcut for booleanproperty name , false concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep double sysPropertyDouble concode_elem_sep double doubleProperty concode_elem_sep void setProperty concode_elem_sep void setSystemProperty concode_elem_sep String property concode_elem_sep String ...
boolean function ( String arg0 ) { return booleanProperty ( arg0 , false ) ; }
9,888
creates a new pixa with the specified minimum capacity . the pixa will expand automatically as new pix are added . if non-zero , the specified width and height will be used to specify the bounds of output images . concode_field_sep int mNativePixa concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_se...
Pixa function ( int arg0 , int arg1 , int arg2 ) { int loc0 = nativeCreate ( arg0 ) ; if ( loc0 == 0 ) { throw new OutOfMemoryError ( ) ; } return new Pixa ( loc0 , arg1 , arg2 ) ; }
9,889
old-style guice index level extension point . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<Module> nodeModules concode_elem_sep void onIndexModule concode_elem_sep String name concode_elem_sep String description concode_elem_sep Settings additionalSettings concode_elem_sep Collection<Class<? e...
void function ( IndexModule arg0 ) { }
9,890
sets the value of the frameborder property . concode_field_sep Layout layout concode_elem_sep String scrolling concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String background concode_elem_sep String width concode_elem_sep BigDecimal refresh concode_elem_sep String frameborder concode_elem...
void function ( String arg0 ) { this . frameborder = arg0 ; }
9,891
returns true if this asset is active . concode_field_sep Asset _asset concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int co...
boolean function ( ) { return _asset . isActive ( ) ; }
9,892
closes the given print stream , or closes it if is the standard output . concode_field_sep Configuration configuration concode_elem_sep String VERSION concode_elem_sep ClassPool programClassPool concode_elem_sep ClassPool libraryClassPool concode_field_sep void printSeeds concode_elem_sep String fileName concode_elem_s...
void function ( PrintStream arg0 ) { if ( arg0 == System . out ) { arg0 . flush ( ) ; } else { arg0 . close ( ) ; } }
9,893
close the socket and free-up resources . it 's recommended that clients call this when they are done with the port . concode_field_sep int port concode_elem_sep DatagramSocket socket concode_field_sep int defaultSCOSCPort concode_elem_sep void finalize concode_elem_sep int defaultSCLangOSCPort
void function ( ) { socket . close ( ) ; }
9,894
an internal method used to explicitly override the internal signer region computed by the default implementation . this method is not expected to be normally called except for aws internal development purposes . concode_field_sep String signerRegionOverride concode_elem_sep String endpoint concode_elem_sep ClientConfig...
Builder function ( String arg0 ) { setSignerRegionOverride ( arg0 ) ; return this ; }
9,895
clears messages list . will clear the list that contains action messages . concode_field_sep Collection<String> actionErrors concode_elem_sep Collection<String> actionMessages concode_elem_sep Map<String,List<String>> fieldErrors concode_field_sep Collection<String> getActionErrors concode_elem_sep void setFieldErrors ...
void function ( ) { internalGetActionMessages ( ) . clear ( ) ; }
9,896
returns true if configuration is set to skip checking for proper port configuration in a secured cluster . this is only intended for use in dev testing . concode_field_sep long readaheadLength concode_elem_sep long xceiverStopTimeout concode_elem_sep int transferSocketRecvBufferSize concode_elem_sep String minimumNameN...
boolean function ( ) { return ignoreSecurePortsForTesting ; }
9,897
returns true if the trees are equal , false otherwise . concode_field_sep TagAttr[] ATTRS_TO_COMPARE concode_elem_sep JsonML treeA concode_elem_sep JsonML mismatchA concode_elem_sep JsonML treeB concode_elem_sep JsonML mismatchB concode_field_sep boolean compareElements concode_elem_sep String compare concode_elem_sep ...
boolean function ( JsonML arg0 , JsonML arg1 ) { return ( new JsonMLComparator ( arg0 , arg1 ) ) . compareSilent ( ) ; }
9,898
paymana . concode_field_sep int xcounter concode_elem_sep HashMap<String,Integer> sunburstMap concode_elem_sep ArrayList<Object> manaPart concode_field_sep int getSunburst concode_elem_sep boolean containsPhyrexianMana concode_elem_sep void increaseColorlessMana concode_elem_sep int getXcounter concode_elem_sep double ...
boolean function ( String arg0 ) { arg0 = Input_PayManaCostUtil . getShortColorString ( arg0 ) ; return addMana ( arg0 ) ; }
9,899
returns true if the logger instance enabled for the trace level ? concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep v...
boolean function ( ) { return logger . isTraceEnabled ( ) ; }