idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
13,800
used to communicate a return object from a plugin tool to 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 amIActive...
void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } }
13,801
lifecycle type of the asset concode_field_sep String isSite concode_elem_sep String platform concode_elem_sep List<CustomPropertyDTO> customProperties concode_elem_sep String context concode_elem_sep String lifecycleState concode_elem_sep String bundleversion concode_elem_sep BigDecimal rating concode_elem_sep String d...
String function ( ) { return lifecycle ; }
13,802
called by ae after iterating the event subscribers . concode_field_sep boolean canceled concode_elem_sep int visited concode_field_sep void cancel concode_elem_sep boolean isCanceled concode_elem_sep int getVisitedObjects
void function ( final int arg0 ) { this . visited = arg0 ; }
13,803
deserialize a writable object from a string . concode_field_sep PlaceHolder placeHolder concode_field_sep void serializeWriterDirPermissions concode_elem_sep void renamePath concode_elem_sep void serializeFsPermissions concode_elem_sep FsPermission deserializeWriterFilePermissions concode_elem_sep FsPermission deserial...
Writable function ( Class < ? extends Writable > arg0 , String arg1 ) { return deserializeFromString ( arg0 , arg1 , new Configuration ( ) ) ; }
13,804
returns the implementation of the mock maker available for the current runtime . returns org.mockito.internal.creation.cglib.cglibmockmaker if no org.mockito.plugins.mockmaker extension exists or is visible in the current classpath . concode_field_sep PluginRegistry registry concode_field_sep StackTraceCleanerProvider ...
MockMaker function ( ) { return registry . getMockMaker ( ) ; }
13,805
sets the value of the nofill property . concode_field_sep CTPatternFillProperties pattFill concode_elem_sep CTNoFillProperties noFill concode_elem_sep STBlendMode blend concode_elem_sep CTBlipFillProperties blipFill concode_elem_sep CTGradientFillProperties gradFill concode_elem_sep CTSolidColorFillProperties solidFill...
void function ( CTNoFillProperties arg0 ) { this . noFill = arg0 ; }
13,806
sets width of label in count of columns . concode_field_sep FormMapping<?> parent concode_elem_sep long serialVersionUID concode_elem_sep List<Validator<T>> validators concode_elem_sep String pattern concode_elem_sep FormFieldProperties formProperties concode_elem_sep ChoiceProvider<T> choiceProvider concode_elem_sep S...
FieldProps < T > function ( int arg0 ) { return property ( FormElementProperty . COL_LABEL_WIDTH , Integer . valueOf ( arg0 ) ) ; }
13,807
sets the value of the plneurcenyspisovyznak property . concode_field_sep String specifikace concode_elem_sep TIdentifikator identifikator concode_elem_sep String plneUrcenySpisovyZnak concode_field_sep void setSpecifikace concode_elem_sep String getPlneUrcenySpisovyZnak concode_elem_sep void setIdentifikator concode_el...
void function ( String arg0 ) { this . plneUrcenySpisovyZnak = arg0 ; }
13,808
constructs the full coverability graph for a given marked net . if a partial state space shall be constructed only , use #build petrinet , int instead . remembers the start state that is , the marking of the given net in the statespace #initialstate initialstate attribute . concode_field_sep PlaceHolder placeHolder con...
StateSpace function ( PetriNet arg0 ) { return CoverabilityGraphBuilder . build ( arg0 , - 1 ) ; }
13,809
gets the value of the chargebasis property . concode_field_sep RateLevelBasisType rateLevelBasis concode_elem_sep ChargeBasisLevelType chargeBasisLevel concode_elem_sep CodAddTransportationChargeBasisType chargeBasis concode_elem_sep RateTypeBasisType rateTypeBasis concode_field_sep RateLevelBasisType getRateLevelBasis...
CodAddTransportationChargeBasisType function ( ) { return chargeBasis ; }
13,810
sets the offset declination . concode_field_sep String offsetDeclination concode_elem_sep String objectDesignation concode_elem_sep double rightAscensionValue concode_elem_sep String declination concode_elem_sep String offsetRightAscension concode_elem_sep double v concode_elem_sep double declinationValue concode_elem_...
void function ( String arg0 ) { this . offsetDeclination = arg0 ; }
13,811
never log concode_field_sep PlaceHolder placeHolder concode_field_sep Object methodException concode_elem_sep Object referenceInsert concode_elem_sep String includeEvent
boolean function ( String arg0 , String arg1 ) { return false ; }
13,812
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
13,813
set duplicable access concode_field_sep String businessProcessName concode_elem_sep boolean deletable concode_elem_sep boolean duplicable concode_elem_sep String typeName concode_elem_sep boolean updatable concode_elem_sep String typeDescription concode_elem_sep String typeId concode_elem_sep String id concode_elem_sep...
void function ( boolean arg0 ) { duplicable = arg0 ; }
13,814
get iterator over the members of the class . concode_field_sep boolean isClosed concode_elem_sep HashSet<Stream> memberSet concode_field_sep void addMember concode_elem_sep void addAll concode_elem_sep void setClosed
Iterator < Stream > function ( ) { return memberSet . iterator ( ) ; }
13,815
gets the value of the description property . concode_field_sep String awardingInstitutionID concode_elem_sep String description concode_field_sep void setAwardingInstitutionID concode_elem_sep String getAwardingInstitutionID concode_elem_sep void setDescription
String function ( ) { return description ; }
13,816
get the org.xml.sax.contenthandler that is the result . concode_field_sep ContentHandler handler concode_elem_sep String systemId concode_elem_sep String FEATURE concode_elem_sep LexicalHandler lexhandler concode_field_sep void setHandler concode_elem_sep String getSystemId concode_elem_sep void setLexicalHandler conco...
ContentHandler function ( ) { return handler ; }
13,817
test whether the provided filesystem object reference the same actual filesystem as the member fs . concode_field_sep Logger log concode_elem_sep String basePath concode_elem_sep FileSystem fs concode_field_sep String getBasePath concode_elem_sep Path prefixChild concode_elem_sep Path prefixChild concode_elem_sep int h...
boolean function ( FileSystem arg0 ) { return fs . getUri ( ) . equals ( arg0 . getUri ( ) ) ; }
13,818
creates a new bindingtonormalizednodecodec instance . concode_field_sep PlaceHolder placeHolder concode_field_sep ListenerRegistration<SchemaContextListener> registerInstance concode_elem_sep BindingToNormalizedNodeCodec getOrCreateInstance
BindingToNormalizedNodeCodec function ( ClassLoadingStrategy arg0 ) { BindingNormalizedNodeCodecRegistry loc0 = new BindingNormalizedNodeCodecRegistry ( StreamWriterGenerator . create ( SingletonHolder . JAVASSIST ) ) ; return new BindingToNormalizedNodeCodec ( arg0 , loc0 , true ) ; }
13,819
test method for org.jboss.security.config.securityconfiguration #removeapplicationpolicy java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCipherAlgorithm concode_elem_sep void testSetIterationCount concode_elem_sep void testGetKeyStoreURL concode_elem_sep void testGetSalt conco...
void function ( ) { SecurityConfiguration . removeApplicationPolicy ( "srini_string" ) ; }
13,820
deactivates the registry kernel bundle . concode_field_sep ServiceRegistration registration concode_elem_sep Log log concode_field_sep void unsetConfigurationContextService concode_elem_sep void activate concode_elem_sep void unsetRegistryService concode_elem_sep void setRealmService concode_elem_sep void setConfigurat...
void function ( ComponentContext arg0 ) { registration . unregister ( ) ; registration = null ; ActivationManager . stopCacheCleaner ( ) ; log . debug ( "srini_string" ) ; }
13,821
convert a throwable into a list containing all of its causes . concode_field_sep NumberFormat PERCENTAGE_FORMAT concode_elem_sep NumberFormat DURATION_FORMAT concode_field_sep boolean hasGroups concode_elem_sep String escapeChar concode_elem_sep boolean hasSkipException concode_elem_sep String escapeString concode_elem...
List < Throwable > function ( Throwable arg0 ) { List < Throwable > loc0 = new LinkedList < Throwable > ( ) ; Throwable loc1 = arg0 ; while ( loc1 . getCause ( ) != null ) { loc1 = loc1 . getCause ( ) ; loc0 . add ( loc1 ) ; } return loc0 ; }
13,822
return the token for the connection back to the application . you can not use this directly , it must be converted to a inputconnection for you . concode_field_sep int mUid concode_elem_sep Parcelable.Creator<InputBinding> CREATOR concode_elem_sep int mPid concode_elem_sep InputConnection mConnection concode_elem_sep I...
IBinder function ( ) { return mConnectionToken ; }
13,823
moves this text by a given amount . concode_field_sep JLabel label concode_elem_sep double xGrow concode_elem_sep double yGrow concode_elem_sep double x concode_elem_sep double y concode_elem_sep Color color concode_field_sep int getX concode_elem_sep int getHeight concode_elem_sep int getY concode_elem_sep void grow c...
void function ( double arg0 , double arg1 ) { x += arg0 ; y += arg1 ; Canvas . getInstance ( ) . repaint ( ) ; }
13,824
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _portletItemLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
13,825
keep the same order . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isEntityClass concode_elem_sep boolean isPersistentField concode_elem_sep boolean doDirtyCheckingInline concode_elem_sep boolean hasLazyLoadableAttributes concode_elem_sep boolean isCompositeClass concode_elem_sep boolean doExtend...
UnloadedField [ ] function ( UnloadedField [ ] arg0 ) { return arg0 ; }
13,826
transforms multiple rects with all matrices concode_field_sep Matrix mMatrixValueToPx concode_elem_sep Matrix mMatrixOffset concode_elem_sep ViewPortHandler mViewPortHandler concode_elem_sep Matrix mMBuffer1 concode_elem_sep Matrix mMBuffer2 concode_field_sep void rectValueToPixelHorizontal concode_elem_sep void prepar...
void function ( List < RectF > arg0 ) { Matrix loc0 = getValueToPixelMatrix ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) loc0 . mapRect ( arg0 . get ( loc1 ) ) ; }
13,827
this method was generated by mybatis generator . this method sets the value of the database column user.del concode_field_sep String no concode_elem_sep String mail concode_elem_sep Integer level concode_elem_sep String remark concode_elem_sep Integer del concode_elem_sep Integer cameraType concode_elem_sep String skil...
void function ( Integer arg0 ) { this . del = arg0 ; }
13,828
compares this rowid to the specified object . the result is true if and only if the argument is not null and is a rowid object that represents the same rowid as this object . it is important to consider both the origin and the valid lifetime of a rowid when comparing it to another rowid . if both are valid , and both a...
boolean function ( Object arg0 ) { return ( arg0 instanceof JDBCRowId ) && Arrays . equals ( this . id , ( ( JDBCRowId ) arg0 ) . id ) ; }
13,829
returns the byte array form of this attribute . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep Label[] getLabels concode_elem_sep int getSize concode_elem_sep Attribute read concode_elem_sep boolean isUnknown concode_elem_sep int getCount concode_elem_sep v...
ByteVector function ( final ClassWriter arg0 , final byte [ ] arg1 , final int arg2 , final int arg3 , final int arg4 ) { ByteVector loc0 = new ByteVector ( ) ; loc0 . data = value ; loc0 . length = value . length ; return loc0 ; }
13,830
gets the value of the signaturebase64data property . concode_field_sep String signatureDate concode_elem_sep byte[] signatureBase64Data concode_field_sep String getSignatureDate concode_elem_sep void setSignatureDate concode_elem_sep void setSignatureBase64Data
byte [ ] function ( ) { return signatureBase64Data ; }
13,831
gets the wrapped texture . concode_field_sep int mRefCount concode_elem_sep Texture mTexture concode_elem_sep String Name concode_field_sep void bind concode_elem_sep void addRef concode_elem_sep int unload concode_elem_sep void dispose
Texture function ( ) { return mTexture ; }
13,832
remove encryption method type concode_field_sep List<EncryptionMethodType> encryptionMethod concode_elem_sep KeyTypes use concode_elem_sep Element keyInfo concode_field_sep void addEncryptionMethod concode_elem_sep void setKeyInfo concode_elem_sep void setUse concode_elem_sep List<EncryptionMethodType> getEncryptionMet...
void function ( EncryptionMethodType arg0 ) { this . encryptionMethod . remove ( arg0 ) ; }
13,833
returns the start date of this meetups entry . concode_field_sep MeetupsEntry _meetupsEntry 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 c...
Date function ( ) { return _meetupsEntry . getStartDate ( ) ; }
13,834
is the hasnochildren name attribute set ? concode_field_sep boolean marked concode_elem_sep boolean noSelect concode_elem_sep boolean children concode_elem_sep boolean unmarked concode_elem_sep String name concode_elem_sep boolean noInferiors concode_elem_sep char hierarchyDelimiter concode_elem_sep MailboxType type co...
boolean function ( ) { return noChildren ; }
13,835
sets the value of the units property . concode_field_sep WeightUnits units concode_elem_sep BigDecimal value concode_field_sep BigDecimal getValue concode_elem_sep void setValue concode_elem_sep WeightUnits getUnits
void function ( WeightUnits arg0 ) { this . units = arg0 ; }
13,836
test of add method , of class integerpriorityqueue . concode_field_sep IntegerPriorityQueue pq concode_field_sep void testPollEmptyPriorityQueue concode_elem_sep void testClear concode_elem_sep void testToArraySimple concode_elem_sep void testAddMultiple concode_elem_sep void testOffer concode_elem_sep void testOfferMu...
void function ( ) { assertTrue ( pq . add ( 1 ) ) ; }
13,837
return the highest price of this purchase . concode_field_sep MoneyAmount highestPrice concode_elem_sep boolean isTerminated concode_elem_sep int nbItems concode_field_sep boolean isValidHighestPrice concode_elem_sep boolean isTerminated concode_elem_sep int getNbItems concode_elem_sep void setHighestPrice concode_elem...
MoneyAmount function ( ) { return this . highestPrice ; }
13,838
returns the color for the highest bars . this property is optional and the high-color can be null . concode_field_sep int DEFAULT_SPACING concode_elem_sep int spacing concode_elem_sep Color DEFAULT_LAST_COLOR concode_elem_sep Number[] data concode_elem_sep Color color concode_elem_sep Number[] EMPTY concode_elem_sep Co...
Color function ( ) { return highColor ; }
13,839
get the miscellaneous flags . see below . concode_field_sep int volume concode_elem_sep String hostname concode_elem_sep int level concode_elem_sep int flags concode_elem_sep int firstrec concode_elem_sep String devname concode_elem_sep long dumpDate concode_elem_sep String label concode_elem_sep String filesys concode...
int function ( ) { return flags ; }
13,840
a description of the task . concode_field_sep String instanceId concode_elem_sep com.amazonaws.internal.SdkInternalList<ImportInstanceVolumeDetailItem> volumes concode_elem_sep String description concode_elem_sep String platform concode_field_sep String getInstanceId concode_elem_sep ImportInstanceTaskDetails withInsta...
void function ( String arg0 ) { this . description = arg0 ; }
13,841
gets the value of the count property . concode_field_sep List<VcsRoot> vcsRoot concode_elem_sep Integer count concode_elem_sep String prevHref concode_elem_sep String href concode_elem_sep String nextHref concode_field_sep String getHref concode_elem_sep void setNextHref concode_elem_sep List<VcsRoot> getVcsRoot concod...
Integer function ( ) { return count ; }
13,842
returns an enumeration of the classnames for which only certain properties display names are allowed concode_field_sep Hashtable<Object,HashSet<String>> m_Ignored concode_elem_sep Hashtable<Object,HashSet<String>> m_Allowed concode_field_sep void addIgnored concode_elem_sep void addIgnored concode_elem_sep Enumeration<...
Enumeration < Object > function ( ) { return m_Allowed . keys ( ) ; }
13,843
gets the total number of value represented by this clocktime . this is a convenience wrapper , equivalent to : convertto timeunit.nanoseconds concode_field_sep ClockTime NONE concode_elem_sep ClockTime ZERO concode_elem_sep long value concode_field_sep ClockTime fromNanos concode_elem_sep ClockTime valueOf concode_elem...
long function ( ) { return convertTo ( TimeUnit . NANOSECONDS ) ; }
13,844
returns the g function that is used in the fda3 problem . concode_field_sep ContinuousFunction fda3_g concode_elem_sep ContinuousFunction fda3_h concode_elem_sep FunctionOptimisationProblem fda3_g_problem concode_elem_sep long serialVersionUID concode_elem_sep FunctionOptimisationProblem fda3_h_problem concode_field_se...
ContinuousFunction function ( ) { return this . fda3_g ; }
13,845
returns the reference clock value value of systemclock.elapsedrealtime corresponding to the ntp time . concode_field_sep int NTP_PACKET_SIZE concode_elem_sep long mNtpTime concode_elem_sep long OFFSET_1900_TO_1970 concode_elem_sep String TAG concode_elem_sep long mClockOffset concode_elem_sep int TRANSMIT_TIME_OFFSET c...
long function ( ) { return mNtpTimeReference ; }
13,846
access the user id of the preferences being edited . concode_field_sep String m_origValue concode_elem_sep Logger M_log concode_elem_sep boolean m_isList concode_elem_sep PreferencesService m_preferencesService concode_elem_sep Collection m_stuff concode_elem_sep boolean m_origIsList concode_elem_sep String m_name conc...
String function ( ) { return m_userId ; }
13,847
returns the kegg accessor instance . concode_field_sep Map<Short,List<Short>> ko2pathway concode_elem_sep KEGGPortType serv concode_elem_sep Map<Short,List<Short>> pathway2ko concode_elem_sep KeggAccessor instance concode_elem_sep Map<short[],List<Short>> ec2pathway concode_elem_sep Map<Short,List<short[]>> pathway2ec ...
KeggAccessor function ( ) { if ( instance == null ) { instance = new KeggAccessor ( ) ; } return instance ; }
13,848
the unique id of the node . concode_field_sep String nodeName concode_elem_sep String hostName concode_elem_sep TransportAddress address concode_elem_sep Set<Role> roles concode_elem_sep String roleName concode_elem_sep Map<String,String> attributes concode_elem_sep String hostAddress concode_elem_sep String abbreviati...
String function ( ) { return nodeId ; }
13,849
gets the value of the radius property . concode_field_sep List<Extra> extras concode_elem_sep double radius concode_field_sep List<Extra> getExtras concode_elem_sep void setRadius
double function ( ) { return radius ; }
13,850
sets the error that occurred when last parsing the document , if any . concode_field_sep List<ParserNotice> notices concode_elem_sep int lastLineParsed concode_elem_sep Parser parser concode_elem_sep int firstLineParsed concode_elem_sep Exception error concode_elem_sep long parseTime concode_field_sep Exception getErro...
void function ( Exception arg0 ) { this . error = arg0 ; }
13,851
gets the icefaces id of this response . concode_field_sep long sequenceNumber concode_elem_sep String entityBody concode_elem_sep String viewNumber concode_elem_sep String iceFacesId concode_field_sep String getViewNumber concode_elem_sep long getSequenceNumber concode_elem_sep String getEntityBody concode_elem_sep boo...
String function ( ) { return iceFacesId ; }
13,852
returns whether ` processnext ` should stop processing next row from ` input ` or not . if it returns true , the caller should exit the loop return from processnext . concode_field_sep UnsafeRow unsafeRow concode_elem_sep long startTimeNs concode_elem_sep int partitionIndex concode_elem_sep LinkedList<InternalRow> curr...
boolean function ( ) { return ! currentRows . isEmpty ( ) ; }
13,853
retrieves a 10 character string representation of the specified int value where the left-most characters not used to represent the value are set to the & quote ; 0 & quote ; character . concode_field_sep char[] CA_ZEROS concode_field_sep String getList concode_elem_sep String getList concode_elem_sep String getList con...
String function ( int arg0 ) { return _leftZeroPad ( arg0 , 10 ) ; }
13,854
interface abc : operation paramop param1 : integer , param2 : boolean : string operation stringop in event voidevent in event intevent : integer var intvar : integer var boolvar : boolean concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Ste...
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; }
13,855
returns true if any of the rights represented by the rights argument has been granted on the database object identified by the dbobject argument . this is done by checking that a mapping exists in the rights map from the dbobject argument for at least one of the rights contained in the rights argument . concode_field_s...
boolean function ( HsqlName arg0 , int arg1 ) { return grantee . isAccessible ( arg0 , arg1 ) ; }
13,856
sets the primary key of this power . concode_field_sep Power _power concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep java.util.Date getTime concode_elem_sep boolean...
void function ( es . eina . tfg . service . persistence . PowerPK arg0 ) { _power . setPrimaryKey ( arg0 ) ; }
13,857
sets the value of the messagetitle property . concode_field_sep String messageURL concode_elem_sep String messageTitle concode_elem_sep String messageValue concode_elem_sep long serialVersionUID concode_field_sep void setMessageValue concode_elem_sep String getMessageValue concode_elem_sep String getMessageURL concode_...
void function ( String arg0 ) { this . messageTitle = arg0 ; }
13,858
used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep i...
String function ( ) { return "srini_string" ; }
13,859
process the next protocol frame . if it is a control frame this will result in a single call to framecallback . if it is a message frame this will result in a single call to framecallback #onmessage . if the message spans multiple frames , each interleaved control frame will result in a corresponding call to framecallb...
void function ( ) { readHeader ( ) ; if ( isControlFrame ) { readControlFrame ( ) ; } else { readMessageFrame ( ) ; } }
13,860
lists the targets assigned to the rule . note : this method appends the values to the existing list if any . use #settargets java.util.collection or #withtargets java.util.collection if you want to override theexisting values . concode_field_sep String nextToken concode_elem_sep java.util.List<Target> targets concode_f...
ListTargetsByRuleResult function ( Target ... arg0 ) { if ( this . targets == null ) { setTargets ( new java . util . ArrayList < Target > ( arg0 . length ) ) ; } for ( Target loc0 : arg0 ) { this . targets . add ( loc0 ) ; } return this ; }
13,861
find the first occurance of node in the tree . concode_field_sep PointerTargetTreeNode _rootNode concode_field_sep List getAllMatches concode_elem_sep void print concode_elem_sep boolean equals concode_elem_sep List toList concode_elem_sep PointerTargetNodeList[] reverse concode_elem_sep PointerTargetTreeNode[] findAll...
PointerTargetTreeNode function ( PointerTargetTreeNode arg0 ) { return ( PointerTargetTreeNode ) getFirstMatch ( new PointerTargetTreeNodeList . FindNodeOperation ( arg0 ) ) ; }
13,862
get the second fixture in this contact . concode_field_sep World world concode_elem_sep WorldManifold worldManifold concode_elem_sep float[] tmp concode_elem_sep long addr concode_field_sep boolean jniIsTouching concode_elem_sep void setEnabled concode_elem_sep Fixture getFixtureA concode_elem_sep long jniGetFixtureA c...
Fixture function ( ) { return world . fixtures . get ( jniGetFixtureB ( addr ) ) ; }
13,863
get current webclient concode_field_sep ThreadLocal<WebHelper> tcl concode_field_sep void shortPause concode_elem_sep void searchAndDeletePage concode_elem_sep void dragAndDropToObject concode_elem_sep String waitForTextPresent concode_elem_sep void deleteNode concode_elem_sep void waitForTextNotPresent concode_elem_se...
WebClient function ( ) { return getWebHelper ( ) . getWebClient ( ) ; }
13,864
used to communicate a return object from a plugin tool to 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 amIActive...
void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } }
13,865
test of disconnect method , of class unavailableagentconnector . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetLabel concode_elem_sep void setUpClass concode_elem_sep void generate2Samples concode_elem_sep void generate2Samples concode_elem_sep void tearDownClass concode_elem_sep void tearDown...
void function ( ) { System . out . println ( "srini_string" ) ; UnavailableAgentConnector loc0 = new UnavailableAgentConnector ( new IOException ( ) ) ; loc0 . disconnect ( ) ; }
13,866
add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep void ...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; }
13,867
gets name of the grid this runnable belongs to . concode_field_sep boolean isCancelled concode_elem_sep String gridName concode_elem_sep IgniteLogger log concode_elem_sep String name concode_elem_sep GridWorkerListener lsnr concode_elem_sep boolean finished concode_elem_sep Thread runner concode_elem_sep Object mux con...
String function ( ) { return gridName ; }
13,868
get the x coordinate for the step at the given index concode_field_sep Array<Step> steps concode_elem_sep int x concode_elem_sep int y concode_field_sep boolean contains concode_elem_sep int getY concode_elem_sep int getY concode_elem_sep void prependStep concode_elem_sep int hashCode concode_elem_sep Step getStep conc...
int function ( int arg0 ) { return getStep ( arg0 ) . x ; }
13,869
returns true if this setting was persisted . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_...
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persisted & loc0 ) != 0 ; }
13,870
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep EnumStringEnum fromValue concode_elem_sep Enu...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
13,871
verify that read_only_shared replicas are not counted towards the overall replication count , but are included as replica locations returned to clients for reads . concode_field_sep Path PATH concode_elem_sep MiniDFSCluster cluster concode_elem_sep int RO_NODE_INDEX concode_elem_sep long seed concode_elem_sep int RETRI...
void function ( ) { validateNumberReplicas ( 1 ) ; fs . setReplication ( PATH , ( short ) 2 ) ; waitForLocations ( 3 ) ; validateNumberReplicas ( 2 ) ; }
13,872
gets the value of the hasallinventory property . concode_field_sep Boolean hasAllCompanies concode_elem_sep List<Long> companyIds concode_elem_sep List<String> adUnitIds concode_elem_sep String name concode_elem_sep String description concode_elem_sep Boolean hasAllInventory concode_elem_sep Long id concode_elem_sep Te...
Boolean function ( ) { return hasAllInventory ; }
13,873
a single preview frame will be returned to the handler supplied . the data will arrive as byte in the message.obj field , with width and height encoded as message.arg1 and message.arg2 , respectively . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep String TAG concode_elem_sep CameraManager camer...
void function ( Handler arg0 , int arg1 ) { if ( camera != null && previewing ) { previewCallback . setHandler ( arg0 , arg1 ) ; if ( useOneShotPreviewCallback ) { camera . setOneShotPreviewCallback ( previewCallback ) ; } else { camera . setPreviewCallback ( previewCallback ) ; } } }
13,874
sets the value of the licplatestate property . concode_field_sep String makeDescription concode_elem_sep String exteriorColor concode_elem_sep Date licPlateExpDate concode_elem_sep String licPlate concode_elem_sep String engineDescription concode_elem_sep int modelYear concode_elem_sep String licPlateState concode_elem...
void function ( String arg0 ) { this . licPlateState = arg0 ; }
13,875
decrypt an encapsulated session key . concode_field_sep SecureRandom rnd concode_elem_sep boolean CofactorMode concode_elem_sep DerivationFunction kdf concode_elem_sep ECKeyParameters key concode_elem_sep boolean SingleHashMode concode_elem_sep BigInteger ONE concode_elem_sep boolean OldCofactorMode concode_field_sep v...
CipherParameters function ( byte [ ] arg0 , int arg1 ) { return decrypt ( arg0 , 0 , arg0 . length , arg1 ) ; }
13,876
updates the avatar image manged by this presence extension . concode_field_sep String imageSha1 concode_elem_sep String xmlString concode_elem_sep String ELEMENT_NAME concode_elem_sep String NAMESPACE concode_field_sep void interceptPacket concode_elem_sep void computeXML concode_elem_sep String getNamespace concode_el...
boolean function ( byte [ ] arg0 ) { boolean loc0 = false ; String loc1 = VCardTempXUpdatePresenceExtension . getImageSha1 ( arg0 ) ; if ( loc1 != imageSha1 ) { imageSha1 = loc1 ; this . computeXML ( ) ; loc0 = true ; } return loc0 ; }
13,877
getter for totalbillingcycles concode_field_sep Integer billingFrequency concode_elem_sep String preferredPrefix concode_elem_sep BasicAmountType amount concode_elem_sep BillingPeriodType billingPeriod concode_elem_sep BasicAmountType shippingAmount concode_elem_sep BasicAmountType taxAmount concode_elem_sep String nam...
Integer function ( ) { return totalBillingCycles ; }
13,878
returns the active of this country . concode_field_sep Country _country concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getNameCurrentValue concode_elem_sep java.lang.String getName conc...
boolean function ( ) { return _country . getActive ( ) ; }
13,879
if applicable this method adds a soap headers and attachments . concode_field_sep String BREADCRUMB_ID concode_field_sep void doProcessSoapAttachments concode_elem_sep void filterProducer concode_elem_sep void doProcessSoapHeader concode_elem_sep void filterConsumer concode_elem_sep void processSoapHeader
void function ( Message arg0 , WebServiceMessage arg1 ) { if ( arg1 instanceof SoapMessage ) { SoapMessage loc0 = ( SoapMessage ) arg1 ; processSoapHeader ( arg0 , loc0 ) ; doProcessSoapAttachments ( arg0 , loc0 ) ; } }
13,880
returns an index for which #valueat would return thespecified key , or a negative number if no keys map to the specified value . beware that this is a linear search , unlike lookups by key , and that multiple keys can map to the same value and this will find only one of them . note also that unlike most collections ' i...
int function ( E arg0 ) { if ( mGarbage ) { gc ( ) ; } for ( int loc0 = 0 ; loc0 < mSize ; loc0 ++ ) if ( mValues [ loc0 ] == arg0 ) return loc0 ; return - 1 ; }
13,881
sets the end time for when the account will be reenabled , or null if manual reenable required . concode_field_sep Date endTime concode_elem_sep Date startTime concode_elem_sep String username concode_field_sep void writeExternal concode_elem_sep Date getEndTime concode_elem_sep void readExternal concode_elem_sep int g...
void function ( Date arg0 ) { this . endTime = arg0 ; }
13,882
gets the size of each element of the given array class . concode_field_sep Unsafe THE_ONE concode_field_sep void putLong concode_elem_sep long getLongVolatile concode_elem_sep boolean compareAndSwapLong concode_elem_sep long objectFieldOffset concode_elem_sep boolean compareAndSwapObject concode_elem_sep Unsafe getUnsa...
int function ( Class arg0 ) { if ( ! arg0 . isArray ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arrayIndexScale0 ( arg0 ) ; }
13,883
sets the value of the offline property . concode_field_sep OfflineType offline concode_elem_sep AccessType access concode_elem_sep List<String> system concode_elem_sep InlineType inline concode_elem_sep au.org.ecoinformatics.eml.jaxb.eml.ViewType.References references concode_elem_sep ScopeType scope concode_elem_sep P...
void function ( OfflineType arg0 ) { this . offline = arg0 ; }
13,884
sets toast messages screen alignment . by default toasts are displayed in application top right corner concode_field_sep Array<Toast> toasts concode_elem_sep int UNTIL_CLOSED concode_elem_sep Stage stage concode_elem_sep int alignment concode_elem_sep ObjectMap<Toast,Timer.Task> timersTasks concode_elem_sep int screenP...
void function ( int arg0 ) { this . alignment = arg0 ; updateToastsPositions ( ) ; }
13,885
reads next 'n' up to 64 bits from the input stream . concode_field_sep int audioHeaderSize concode_elem_sep long buffer concode_elem_sep byte pointer concode_elem_sep InputStream is concode_elem_sep int readedBytes concode_field_sep void next_start_code concode_elem_sep void alignHeader concode_elem_sep void skip_bits ...
long function ( int arg0 ) { if ( arg0 > 64 ) { throw new IOException ( "srini_string" ) ; } while ( ( pointer - arg0 ) < 0 ) { read_byte ( ) ; } long loc0 = - 1L >>> ( 64 - arg0 ) ; long loc1 = ( buffer >> ( pointer - arg0 ) ) & loc0 ; if ( arg0 == 0 ) { loc1 = 0 ; } pointer -= arg0 ; return loc1 ; }
13,886
returns a function that invokes #escape string on this escaper . concode_field_sep Function<String,String> asFunction concode_field_sep String apply concode_elem_sep String escape
Function < String , String > function ( ) { return asFunction ; }
13,887
write the string of r-bit characters to standard output . concode_field_sep int buffer concode_elem_sep int n concode_elem_sep BufferedOutputStream out concode_field_sep void writeByte concode_elem_sep void flush concode_elem_sep void clearBuffer concode_elem_sep void main concode_elem_sep void close concode_elem_sep v...
void function ( String arg0 , int arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ( ) ; loc0 ++ ) write ( arg0 . charAt ( loc0 ) , arg1 ) ; }
13,888
tests whether any representative of the target geometry intersects the test geometry . this is useful in a/a , a/l , a/p , l/p , and p/p cases . concode_field_sep Geometry baseGeom concode_elem_sep List representativePts concode_field_sep boolean coveredBy concode_elem_sep boolean intersects concode_elem_sep boolean wi...
boolean function ( Geometry arg0 ) { PointLocator loc0 = new PointLocator ( ) ; for ( Iterator loc1 = representativePts . iterator ( ) ; loc1 . hasNext ( ) ; ) { Coordinate loc2 = ( Coordinate ) loc1 . next ( ) ; if ( loc0 . intersects ( loc2 , arg0 ) ) return true ; } return false ; }
13,889
returns the list of count stats for days of a week . concode_field_sep Executor executor concode_elem_sep IStatisticsManager man concode_field_sep CountStats[] getItemsReadPerHour concode_elem_sep void articlesPinned concode_elem_sep List<VisitStats> getMostVisitedFeeds concode_elem_sep List<VisitStats> getMostVisitedG...
CountStats [ ] function ( ) { return man . getItemsReadPerWeekday ( ) ; }
13,890
gets the type of this type 's provider . 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_elem_s...
TypeLiteral < Provider < T >> function ( ) { return ( TypeLiteral < Provider < T >> ) get ( Types . providerOf ( getType ( ) ) ) ; }
13,891
gets the modality . concode_field_sep boolean isFunctional concode_elem_sep String mask concode_elem_sep String type concode_elem_sep Integer length concode_elem_sep String description concode_elem_sep String name concode_elem_sep String modality concode_elem_sep ModalitiesValue modalityValueForDefault concode_elem_sep...
String function ( ) { return modality ; }
13,892
check wheter the ftp connection is open . concode_field_sep FTPClient ftpClient concode_elem_sep ConfigGroup config concode_elem_sep boolean DEBUG concode_elem_sep ResourceBundle i18n_error concode_field_sep void debug concode_elem_sep String remotePath concode_elem_sep void disConnect concode_elem_sep List getDirector...
boolean function ( ) { return ftpClient . connected ( ) ; }
13,893
returns whether the receiver allows or denies incoming presence or not . concode_field_sep boolean allow concode_elem_sep boolean filterPresence_out concode_elem_sep PrivacyRule rule concode_elem_sep Type type concode_elem_sep String SUBSCRIPTION_NONE concode_elem_sep boolean filterPresence_in concode_elem_sep boolean ...
boolean function ( ) { return filterPresence_out ; }
13,894
print a short to standard output and flush standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concod...
void function ( short arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; }
13,895
used to register an imageconsumer with this imageproducer . concode_field_sep ImageFilter filter concode_elem_sep Hashtable consumers concode_elem_sep ImageProducer ip concode_field_sep boolean isConsumer concode_elem_sep void requestTopDownLeftRightResend concode_elem_sep void removeConsumer concode_elem_sep void star...
void function ( ImageConsumer arg0 ) { if ( consumers . containsKey ( arg0 ) ) return ; ImageFilter loc0 = filter . getFilterInstance ( arg0 ) ; consumers . put ( arg0 , loc0 ) ; ip . addConsumer ( loc0 ) ; }
13,896
the dominators algorithm leaves us knowing who the immediate dominator is for each node . this sweeps the node list and builds the proper dominance tree . concode_field_sep DomInfo[] domInfos concode_elem_sep ArrayList<SsaBasicBlock> nodes concode_elem_sep IntSet dominanceFrontiers concode_elem_sep boolean DEBUG concod...
void function ( ) { int loc0 = nodes . size ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { DomInfo loc2 = domInfos [ loc1 ] ; if ( loc2 . idom == - 1 ) continue ; SsaBasicBlock loc3 = nodes . get ( loc2 . idom ) ; loc3 . addDomChild ( nodes . get ( loc1 ) ) ; } }
13,897
will return true since @example can be used in field documentation . concode_field_sep String NAME concode_elem_sep String HEADER concode_field_sep boolean inPackage concode_elem_sep String createHTML concode_elem_sep String getName concode_elem_sep boolean inOverview concode_elem_sep boolean inMethod concode_elem_sep ...
boolean function ( ) { return true ; }
13,898
returns the remote api class name . concode_field_sep String type concode_elem_sep String url concode_field_sep String getURL concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setURL
String function ( ) { return type ; }
13,899
resolve the class name from the given serializedtype . this method may be overridden to customize the names used to denote certain classes , for example , by leaving out a certain base package for brevity . concode_field_sep ObjectMapper objectMapper concode_elem_sep ClassLoader classLoader concode_elem_sep ConverterFa...
String function ( SerializedType arg0 ) { return arg0 . getName ( ) ; }