idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
20,800
get the child primitive index for fixture a. 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 float getRestitution concode_elem_sep float jniGetRestitution concode_elem_sep void jni...
int function ( ) { return jniGetChildIndexA ( addr ) ; }
20,801
gwt safe version of arrays.copyof . concode_field_sep Object[] EMPTY_ARRAY concode_field_sep Object[] fillArray concode_elem_sep Object[] checkElementsNotNull concode_elem_sep Object[] checkElementsNotNull concode_elem_sep Object[] copyAsObjectArray concode_elem_sep void swap concode_elem_sep Object checkElementNotNull...
T [ ] function ( T [ ] arg0 , int arg1 ) { T [ ] loc0 = newArray ( arg0 , arg1 ) ; System . arraycopy ( arg0 , 0 , loc0 , 0 , Math . min ( arg0 . length , arg1 ) ) ; return loc0 ; }
20,802
set policy flags for specific uid . concode_field_sep int RULE_ALLOW_ALL concode_elem_sep int RULE_REJECT_METERED concode_elem_sep int POLICY_NONE concode_elem_sep int POLICY_REJECT_METERED_BACKGROUND concode_elem_sep INetworkPolicyManager mService concode_elem_sep String EXTRA_NETWORK_TEMPLATE concode_elem_sep boolean...
void function ( int arg0 , int arg1 ) { try { mService . setUidPolicy ( arg0 , arg1 ) ; } catch ( RemoteException loc0 ) { } }
20,803
returns the inetaddress for this address . concode_field_sep short prefixLength concode_elem_sep InetAddress address concode_elem_sep InetAddress broadcastAddress concode_field_sep short countPrefixLength concode_elem_sep InetAddress getBroadcast concode_elem_sep int hashCode concode_elem_sep boolean equals concode_ele...
InetAddress function ( ) { return address ; }
20,804
log a config message . concode_field_sep LogImpl impl concode_elem_sep String CATEGORY concode_field_sep boolean isLoggable concode_elem_sep boolean isLoggingSupported concode_elem_sep void setDefaultLevel concode_elem_sep Iterator levelIterator concode_elem_sep void log concode_elem_sep Level getDefaultLevel concode_e...
void function ( String arg0 , String arg1 ) { impl . config ( arg0 , arg1 ) ; }
20,805
sets the value of the return property . concode_field_sep String _return concode_field_sep String getReturn
void function ( String arg0 ) { this . _return = arg0 ; }
20,806
gets the value of the role property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep MLTimeCSType m...
String function ( ) { return role ; }
20,807
report the result of a heartbeat . args : islive : whether the heartbeat is successful . concode_field_sep Logger LOG concode_elem_sep int port concode_elem_sep int pingIntervalSecs concode_elem_sep boolean isLive concode_elem_sep String host concode_elem_sep int consecutiveFailures concode_elem_sep int consecutiveSucc...
void function ( boolean arg0 ) { if ( arg0 ) { reportHeartbeatSuccess ( ) ; } else { reportHeartbeatFailure ( ) ; } }
20,808
gets the value of the ratingtypedescription property . concode_field_sep long dataEventId concode_elem_sep boolean throttledIndicator concode_elem_sep BigInteger durationInSeconds concode_elem_sep BigInteger recordType concode_elem_sep String ggsnAddress concode_elem_sep String ratingTypeDescription concode_elem_sep lo...
String function ( ) { return ratingTypeDescription ; }
20,809
this convenience method allows to read a org.icefaces.apache.commons.fileupload.fileitemstream 's content into a string , using the given character encoding . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep long copy concode_elem_sep long copy
String function ( InputStream arg0 , String arg1 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; copy ( arg0 , loc0 , true ) ; return loc0 . toString ( arg1 ) ; }
20,810
removes a value from the collection . concode_field_sep List data concode_elem_sep long serialVersionUID concode_field_sep Comparable getKey concode_elem_sep Object getObject concode_elem_sep Object getObject concode_elem_sep int getIndex concode_elem_sep int hashCode concode_elem_sep int getItemCount concode_elem_sep ...
void function ( Comparable arg0 ) { int loc0 = getIndex ( arg0 ) ; if ( loc0 < 0 ) { throw new UnknownKeyException ( "srini_string" + arg0 . toString ( ) + "srini_string" ) ; } removeValue ( loc0 ) ; }
20,811
tells this delegate one of the three backends has been loaded . concode_field_sep int mLoadingState concode_elem_sep int INCOGNITO_DOWNLOADS concode_elem_sep int REGULAR_DOWNLOADS concode_elem_sep int mPendingFilter concode_elem_sep int OFFLINE_PAGES concode_elem_sep int ALL_LOADED concode_field_sep int getPendingFilte...
boolean function ( int arg0 ) { mLoadingState |= arg0 ; return isLoaded ( ) ; }
20,812
getter for readonlyprocess . concode_field_sep String jobInfor concode_elem_sep EUpdateResult resultType concode_elem_sep boolean readOnlyProcess concode_elem_sep boolean readOnly concode_elem_sep IUpdateItemType updateType concode_elem_sep Object parameter concode_elem_sep String objectVersion concode_elem_sep boolean...
boolean function ( ) { return this . readOnlyProcess ; }
20,813
clean block locations concode_field_sep int OLD_WIN concode_elem_sep List<Map<Block,Locations<L>>> movedBlocks concode_elem_sep int CUR_WIN concode_elem_sep int NUM_WINS concode_elem_sep long winTimeInterval concode_elem_sep Block block concode_elem_sep long lastCleanupTime concode_elem_sep List<L> locations concode_fi...
void function ( ) { locations . clear ( ) ; }
20,814
creates a list of elements that match the selector , but only in this element , no grandchildren or further will be checked against this selector , only the children . concode_field_sep YAHRElement parent concode_elem_sep boolean data concode_elem_sep String name concode_elem_sep HashMap<String,String> attributes conco...
ArrayList < YAHRElement > function ( String arg0 ) { ArrayList < YAHRElement > loc0 = new ArrayList < > ( ) ; children . forEach ( ye -> ye . select ( loc0 , arg0 , true ) ) ; return loc0 ; }
20,815
the objects defined in the pipeline . concode_field_sep com.amazonaws.internal.SdkInternalList<PipelineObject> pipelineObjects concode_elem_sep com.amazonaws.internal.SdkInternalList<ParameterObject> parameterObjects concode_elem_sep com.amazonaws.internal.SdkInternalList<ParameterValue> parameterValues concode_field_s...
java . util . List < PipelineObject > function ( ) { if ( pipelineObjects == null ) { pipelineObjects = new com . amazonaws . internal . SdkInternalList < PipelineObject > ( ) ; } return pipelineObjects ; }
20,816
update the cost for a particular register . concode_field_sep HashMap<Register,Double> map concode_field_sep void calculate concode_elem_sep double getCost
void function ( Register arg0 , double arg1 ) { double loc0 = getCost ( arg0 ) ; loc0 += arg1 ; map . put ( arg0 , loc0 ) ; }
20,817
returns the name of this n a v i g a t i o n. concode_field_sep NAVIGATION _navigation concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_se...
java . lang . String function ( ) { return _navigation . getName ( ) ; }
20,818
returns the framing rectangle2d that defines the overall shape of this object . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep double getMaxX concode_elem_sep boolean isEmpty concode_elem_sep double getMaxY concode_elem_sep double getWidth concode_elem_sep Rectangle getB...
Rectangle2D function ( ) { return new Rectangle2D . Double ( getX ( ) , getY ( ) , getWidth ( ) , getHeight ( ) ) ; }
20,819
rename an existing table . concode_field_sep Provider<? extends SchemaVersion> prior concode_elem_sep Class<Schema_133> C concode_elem_sep int versionNbr concode_field_sep void upgradeFrom concode_elem_sep List<SchemaVersion> pending concode_elem_sep int guessVersion concode_elem_sep void updateSchema concode_elem_sep ...
void function ( ReviewDb arg0 , String arg1 , String arg2 ) { JdbcSchema loc0 = ( JdbcSchema ) arg0 ; try ( JdbcExecutor loc1 = new JdbcExecutor ( loc0 ) ) { loc0 . renameTable ( loc1 , arg1 , arg2 ) ; } }
20,820
delete action link concode_field_sep Authentication auth concode_elem_sep Boolean justSaved concode_elem_sep AssetSource assetSource concode_elem_sep int MB concode_elem_sep ServiceRegistryManager beanManager concode_elem_sep Grid _portraitGrid concode_elem_sep Zone myZone concode_elem_sep AjaxResponseRenderer ajaxResp...
String function ( ) { String loc0 = "srini_string" ; loc0 = "srini_string" ; return loc0 ; }
20,821
removes all previously added headers with the given name . concode_field_sep NamedList<Object> values concode_elem_sep NamedList<String> headers concode_elem_sep Exception err concode_elem_sep NamedList<Object> toLog concode_elem_sep long endtime concode_elem_sep ReturnFields returnFields concode_elem_sep boolean httpC...
Collection < String > function ( String arg0 ) { return headers . removeAll ( arg0 ) ; }
20,822
check to see if two stacks are equal . nbt-sensitive . lifted from powercrystalscore . concode_field_sep ForgeDirection[] CardinalDirections concode_elem_sep ForgeDirection neighborsBySide[][] concode_elem_sep String[] sizePrefixes concode_elem_sep ForgeDirection[] chestDirections concode_elem_sep float RFPerCentigrade...
boolean function ( ItemStack arg0 , ItemStack arg1 ) { return areStacksEqual ( arg0 , arg1 , true ) ; }
20,823
adds a role to the list of roles . concode_field_sep PluginSetting _pluginSetting concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel conc...
void function ( java . lang . String arg0 ) { _pluginSetting . addRole ( arg0 ) ; }
20,824
sets the result value for this get_sync_result_encoded . concode_field_sep java.lang.String result concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.sugarws.Error_value error concode_field_sep...
void function ( java . lang . String arg0 ) { this . result = arg0 ; }
20,825
gets the value of the name property . concode_field_sep String _default concode_elem_sep Link link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concode_el...
String function ( ) { return name ; }
20,826
returns the size . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_elem_sep long ...
int function ( ) { return this . size ; }
20,827
sets the value of the adgroupid property . concode_field_sep BidModifierSource bidModifierSource concode_elem_sep Criterion criterion concode_elem_sep Double bidModifier concode_elem_sep Long campaignId concode_elem_sep Long adGroupId concode_field_sep Criterion getCriterion concode_elem_sep void setBidModifierSource c...
void function ( Long arg0 ) { this . adGroupId = arg0 ; }
20,828
removes and returns the last item . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep long[] items concode_field_sep void mul concode_elem_sep void insert concode_elem_sep long random concode_elem_sep boolean removeAll concode_elem_sep long[] setSize concode_elem_sep void truncate concode_ele...
long function ( ) { return items [ -- size ] ; }
20,829
return comparator defining the ordering for recordreaders in this composite . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc concode_elem_sep Configurati...
WritableComparator function ( ) { return cmp ; }
20,830
returns a clone of the instance . concode_field_sep long serialVersionUID concode_elem_sep double upperBound concode_elem_sep List lookupTable concode_elem_sep Paint paint concode_elem_sep double lowerBound concode_elem_sep long serialVersionUID concode_elem_sep Paint defaultPaint concode_elem_sep double value concode_...
Object function ( ) { LookupPaintScale loc0 = ( LookupPaintScale ) super . loc0 ( ) ; loc0 . lookupTable = new java . util . ArrayList ( this . lookupTable ) ; return loc0 ; }
20,831
put boolean preferences concode_field_sep String PREFERENCE_NAME concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep int getInt concode_elem_sep int getInt concode_elem_sep boolean putFloat concode_elem_sep boolean putInt concode_elem_sep boolean putString concode_elem_sep boolean getBoolean c...
boolean function ( Context arg0 , String arg1 , boolean arg2 ) { SharedPreferences loc0 = arg0 . getSharedPreferences ( PREFERENCE_NAME , Context . MODE_PRIVATE ) ; SharedPreferences . Editor loc1 = loc0 . edit ( ) ; loc1 . putBoolean ( arg1 , arg2 ) ; return loc1 . commit ( ) ; }
20,832
sets the value of the vector property . concode_field_sep AngleType verticalAngle concode_elem_sep AngleType horizontalAngle concode_elem_sep VectorType vector concode_field_sep AngleType getHorizontalAngle concode_elem_sep VectorType getVector concode_elem_sep AngleType getVerticalAngle concode_elem_sep void setHorizo...
void function ( VectorType arg0 ) { this . vector = arg0 ; }
20,833
set the user for smtp auth . concode_field_sep String password concode_elem_sep Vector<Header> headers concode_elem_sep boolean starttls concode_elem_sep String host concode_elem_sep String user concode_elem_sep Vector<EmailAddress> replyToList concode_elem_sep Message message concode_elem_sep Task task concode_elem_se...
void function ( String arg0 ) { this . user = arg0 ; }
20,834
create an instance of tableaucredentialstype concode_field_sep PlaceHolder placeHolder concode_field_sep SiteType createSiteType concode_elem_sep DomainDirectiveType createDomainDirectiveType concode_elem_sep GroupListType createGroupListType concode_elem_sep PaginationType createPaginationType concode_elem_sep Schedul...
TableauCredentialsType function ( ) { return new TableauCredentialsType ( ) ; }
20,835
return the name of the method to be overridden . concode_field_sep String methodName concode_elem_sep Object source concode_elem_sep boolean overloaded concode_field_sep void setOverloaded concode_elem_sep void setSource concode_elem_sep boolean isOverloaded concode_elem_sep Object getSource concode_elem_sep int hashCo...
String function ( ) { return this . methodName ; }
20,836
gets an image with the barcode . concode_field_sep ByteMatrix bm concode_field_sep java.awt.Image createAwtImage concode_elem_sep byte[] getBitMatrix
Image function ( ) { byte [ ] loc0 = getBitMatrix ( ) ; byte loc1 [ ] = CCITTG4Encoder . compress ( loc0 , bm . getWidth ( ) , bm . getHeight ( ) ) ; return Image . getInstance ( bm . getWidth ( ) , bm . getHeight ( ) , false , Image . CCITTG4 , Image . CCITT_BLACKIS1 , loc1 , null ) ; }
20,837
a friendly name or description of the webacl . you ca n't change the name of a webacl after you create it . concode_field_sep String name concode_elem_sep String webACLId concode_field_sep void setWebACLId concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Web...
void function ( String arg0 ) { this . name = arg0 ; }
20,838
adds the given vector to this vector concode_field_sep long serialVersionUID concode_elem_sep Vector2 tmp concode_elem_sep float x concode_elem_sep float y concode_elem_sep Vector2 Zero concode_elem_sep Vector2 X concode_elem_sep Vector2 Y concode_field_sep Vector2 sub concode_elem_sep Vector2 sub concode_elem_sep Vect...
Vector2 function ( Vector2 arg0 ) { x += arg0 . x ; y += arg0 . y ; return this ; }
20,839
test of setbulletappstate method , of class common . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetNode_3args_1 concode_elem_sep void testGetNode_String concode_elem_sep void testGetNode_3args_2 concode_elem_sep void testSetCamera concode_elem_sep void testGetMaterial_String_boolean concode_el...
void function ( ) { System . out . println ( "srini_string" ) ; BulletAppState loc0 = null ; Common loc1 = null ; loc1 . setBulletAppState ( loc0 ) ; fail ( "srini_string" ) ; }
20,840
cancels the animation . unlike #end , cancel causes the animation to stop in its tracks , sending an android.animation.animator.animatorlistener #onanimationcancel animator toits listeners , followed by an android.animation.animator.animatorlistener #onanimationend animator message.this method must be called on the thr...
void function ( ) { }
20,841
the optional value portion of a tag defined by a user . for more information , see controlling user access to pipelines in the aws data pipeline developer guide . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Tag withValue co...
void function ( String arg0 ) { this . value = arg0 ; }
20,842
sets the value of the status property . concode_field_sep String expectedURL concode_elem_sep String name concode_elem_sep Integer id concode_elem_sep ActivityType type concode_elem_sep Integer activityGroupId concode_elem_sep ActivityStatus status concode_field_sep void setName concode_elem_sep Integer getActivityGrou...
void function ( ActivityStatus arg0 ) { this . status = arg0 ; }
20,843
creates the paint object for drawing the crop window guidelines . concode_field_sep int DEFAULT_CORNER_COLOR concode_elem_sep float DEFAULT_GUIDELINE_THICKNESS_PX concode_elem_sep String DEFAULT_BACKGROUND_COLOR_ID concode_elem_sep float DEFAULT_LINE_THICKNESS_DP concode_elem_sep float DEFAULT_CORNER_THICKNESS_DP conco...
Paint function ( ) { final Paint loc0 = new Paint ( ) ; loc0 . setColor ( Color . parseColor ( SEMI_TRANSPARENT ) ) ; loc0 . setStrokeWidth ( DEFAULT_GUIDELINE_THICKNESS_PX ) ; return loc0 ; }
20,844
add additional time in miliseconds concode_field_sep PicketLinkLogger logger concode_field_sep DatatypeFactory newDatatypeFactory concode_elem_sep XMLGregorianCalendar getIssueInstant concode_elem_sep XMLGregorianCalendar getIssueInstant concode_elem_sep String getCurrentTimeZoneID concode_elem_sep Duration parseAsDura...
XMLGregorianCalendar function ( XMLGregorianCalendar arg0 , long arg1 ) { XMLGregorianCalendar loc0 = ( XMLGregorianCalendar ) arg0 . clone ( ) ; Duration loc1 ; try { loc1 = newDatatypeFactory ( ) . newDuration ( arg1 ) ; } catch ( DatatypeConfigurationException loc2 ) { throw logger . configurationError ( loc2 ) ; } ...
20,845
returns version code of opensudoku . concode_field_sep PlaceHolder placeHolder concode_field_sep void setThemeFromPreferences concode_elem_sep boolean isIntentAvailable concode_elem_sep String getAppVersionName
int function ( Context arg0 ) { try { return arg0 . getPackageManager ( ) . getPackageInfo ( arg0 . getPackageName ( ) , 0 ) . versionCode ; } catch ( NameNotFoundException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
20,846
once initialized , registers self with default node handlers . concode_field_sep Map<String,Class<?>> nodeTests concode_elem_sep SsurgTestManager instance concode_field_sep NodeTest getNodeTest concode_elem_sep SsurgTestManager inst concode_elem_sep void registerNodeTest
void function ( ) { }
20,847
clear the stored history of sent records concode_field_sep boolean autoComplete concode_elem_sep ProduceRequestResult result concode_elem_sep Cluster cluster concode_elem_sep RecordMetadata metadata concode_elem_sep long offset concode_elem_sep Map<TopicPartition,Long> offsets concode_elem_sep Partitioner partitioner c...
void function ( ) { this . sent . clear ( ) ; this . completions . clear ( ) ; }
20,848
whether the viewer has liked this comment . concode_field_sep String CAN_REMOVE concode_elem_sep String ATTACHMENT_URL concode_elem_sep String PARENT concode_elem_sep Integer mCommentCount concode_elem_sep String MESSAGE concode_elem_sep List<String> mMessageTags concode_elem_sep User mFrom concode_elem_sep String CAN_...
Boolean function ( ) { return mUserLikes ; }
20,849
create an instance of usertoken concode_field_sep QName _WSRequestToken_QNAME concode_elem_sep QName _HeartBeatMsg_QNAME concode_field_sep EventV2 createEventV2 concode_elem_sep LongDescriptionType createLongDescriptionType concode_elem_sep WSRequestToken createWSRequestToken concode_elem_sep JAXBElement<WSRequestToken...
UserToken function ( ) { return new UserToken ( ) ; }
20,850
main mechanics for take/pollinterval concode_field_sep LinkedNode m_Tail concode_elem_sep Object m_PutLock concode_elem_sep int m_WaitingForTake concode_elem_sep LinkedNode m_Head concode_field_sep boolean offer concode_elem_sep Object take concode_elem_sep boolean isEmpty concode_elem_sep void insert concode_elem_sep ...
Object function ( ) { synchronized ( m_Head ) { Object loc0 = null ; LinkedNode loc1 = m_Head . m_NextNode ; if ( loc1 != null ) { loc0 = loc1 . m_Node ; loc1 . m_Node = null ; m_Head = loc1 ; } return loc0 ; } }
20,851
returns the company id of this trash entry . concode_field_sep TrashEntry _trashEntry 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_sep...
long function ( ) { return _trashEntry . getCompanyId ( ) ; }
20,852
used to print messages to system.out concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_sep boolean TRACE concode_elem_sep boolean TRACESYSTEMOUT concode_elem_sep int SQL_CODE...
void function ( String arg0 ) { if ( TRACESYSTEMOUT ) { System . out . println ( arg0 ) ; } }
20,853
get the type code of the dynstruct . concode_field_sep PlaceHolder placeHolder concode_field_sep DynStruct extract concode_elem_sep DynStruct read concode_elem_sep void insert concode_elem_sep DynStruct narrow concode_elem_sep String id concode_elem_sep void write concode_elem_sep DynStruct unchecked_narrow
TypeCode function ( ) { return OrbRestricted . Singleton . create_interface_tc ( id ( ) , "srini_string" ) ; }
20,854
provides an identifier to allow retrieval of paginated results . returns a reference to this object so that method calls can be chained together . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<ReservedCacheNode> reservedCacheNodes concode_elem_sep String marker concode_field_sep java.util.List<Rese...
DescribeReservedCacheNodesResult function ( String arg0 ) { this . marker = arg0 ; return this ; }
20,855
set the scripts to be loaded by the script engine library or user provided . since resourceloaderpath default value is `` classpath : '' , you can load easilyany script available on the classpath . for example , in order to use a javascript library available as a webjars dependency and a custom `` render.js '' file , y...
void function ( String ... arg0 ) { this . scripts = arg0 ; }
20,856
verifies that rowkey , columnkey and value arenon-null , and returns a new entry with those values . concode_field_sep List<Cell<R,C,V>> cells concode_elem_sep Comparator<? super R> rowComparator concode_elem_sep Comparator<? super C> columnComparator concode_field_sep ImmutableSet<Cell<R,C,V>> cellSet concode_elem_sep...
Cell < R , C , V > function ( R arg0 , C arg1 , V arg2 ) { return Tables . immutableCell ( checkNotNull ( arg0 ) , checkNotNull ( arg1 ) , checkNotNull ( arg2 ) ) ; }
20,857
gets the value of the shape property . concode_field_sep String diameter concode_elem_sep String shape concode_elem_sep String stop concode_elem_sep String rot concode_elem_sep String name concode_elem_sep String x concode_elem_sep String y concode_elem_sep String drill concode_elem_sep String first concode_elem_sep St...
String function ( ) { if ( shape == null ) { return "srini_string" ; } else { return shape ; } }
20,858
set the value related to the column : transaction . concode_field_sep long serialVersionUID concode_elem_sep Purchase purchase concode_elem_sep Transaction transaction concode_elem_sep Refund refund concode_field_sep Refund getRefund concode_elem_sep Purchase getPurchase concode_elem_sep Class<?> getClassType concode_e...
void function ( final Transaction arg0 ) { this . transaction = arg0 ; }
20,859
removed scheme part `` scheme : / / '' from incoming uri concode_field_sep String scheme concode_elem_sep String uriPrefix concode_field_sep InputStream getStream concode_elem_sep boolean belongsTo concode_elem_sep String wrap concode_elem_sep Scheme ofUri
String function ( String arg0 ) { if ( ! belongsTo ( arg0 ) ) { throw new IllegalArgumentException ( String . format ( "srini_string" , arg0 , scheme ) ) ; } return arg0 . substring ( uriPrefix . length ( ) ) ; }
20,860
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_elem_sep String TRANSFORM_FOLDER_NAME concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
20,861
test the default behavior when the textinputformat.record.delimiter configuration property is not specified concode_field_sep Path outputDir concode_elem_sep Path workDir concode_elem_sep Path inputDir concode_field_sep void createAndRunJob concode_elem_sep void testCustomRecordDelimiters concode_elem_sep void createIn...
void function ( ) { Configuration loc0 = new Configuration ( ) ; FileSystem loc1 = FileSystem . getLocal ( loc0 ) ; loc1 . delete ( workDir , true ) ; createInputFile ( loc0 ) ; createAndRunJob ( loc0 ) ; String loc2 = "srini_string" ; assertEquals ( loc2 , readOutputFile ( loc0 ) ) ; }
20,862
finds a range of item indices that is guaranteed to contain all the x-values from x0 to x1 inclusive . concode_field_sep PlaceHolder placeHolder concode_field_sep int findLiveItemsLowerBound concode_elem_sep int findLiveItemsUpperBound
int [ ] function ( XYDataset arg0 , int arg1 , double arg2 , double arg3 ) { int loc0 = findLiveItemsLowerBound ( arg0 , arg1 , arg2 , arg3 ) ; int loc1 = findLiveItemsUpperBound ( arg0 , arg1 , arg2 , arg3 ) ; if ( loc0 > loc1 ) { loc0 = loc1 ; } return new int [ ] { loc0 , loc1 } ; }
20,863
creates a permutation of all the nodes for the given data point . the returned permutation is consistent , in the sense that small change to the consistent hash like addition/removal/change of replicas only creates a small change in the permutation . nodes with more replicas are more likely to show up early in the list...
Iterable < T > function ( final int arg0 ) { return new Iterable < T > ( ) { public Iterator < T > iterator ( ) { return table . list ( arg0 ) ; } } ; }
20,864
how frequently the aggregate metrics created from this template should be updated . concode_field_sep Set<String> functions concode_elem_sep Interval interval concode_elem_sep MetricType<T> type concode_field_sep MetricType<T> getType concode_elem_sep AggregationTemplate<T> setInterval concode_elem_sep int hashCode con...
Interval function ( ) { return interval ; }
20,865
get the current macro name concode_field_sep HashMap introspectionCache concode_elem_sep List macroLibraries concode_elem_sep long serialVersionUID concode_elem_sep Stack templateNameStack concode_elem_sep Stack macroNameStack concode_elem_sep Resource currentResource concode_elem_sep EventCartridge eventCartridge conc...
String function ( ) { if ( macroNameStack . empty ( ) ) { return "srini_string" ; } else { return ( String ) macroNameStack . peek ( ) ; } }
20,866
recursively delete a directory . concode_field_sep long ONE_KB concode_elem_sep File[] EMPTY_FILE_ARRAY concode_elem_sep long ONE_GB concode_elem_sep long ONE_MB concode_field_sep void forceDelete concode_elem_sep void cleanDirectory
void function ( File arg0 ) { if ( ! arg0 . exists ( ) ) { return ; } cleanDirectory ( arg0 ) ; if ( ! arg0 . delete ( ) ) { String loc0 = "srini_string" + arg0 + "srini_string" ; throw new IOException ( loc0 ) ; } }
20,867
gets the value of the devicepreference property . concode_field_sep String displayUrl concode_elem_sep Long devicePreference concode_elem_sep String adType concode_elem_sep List<String> finalUrls concode_elem_sep List<AppUrl> finalAppUrls concode_elem_sep Long id concode_elem_sep String url concode_elem_sep String trac...
Long function ( ) { return devicePreference ; }
20,868
calls breaksflow for the corresponding html tag and returns the obtained value . concode_field_sep boolean fictional concode_elem_sep HTML.Tag tag concode_elem_sep Element element concode_field_sep boolean isPreformatted concode_elem_sep HTML.Tag getHTMLTag concode_elem_sep Element getElement concode_elem_sep boolean f...
boolean function ( ) { return tag . breaksFlow ( ) ; }
20,869
get an xmleventwriter concode_field_sep ThreadLocal<Stack<String>> registeredNSStack concode_elem_sep PicketLinkLogger logger concode_field_sep void writeNameSpace concode_elem_sep XMLOutputFactory getXMLOutputFactory concode_elem_sep void writeCharacters concode_elem_sep void flush concode_elem_sep void setPrefix conc...
XMLEventWriter function ( final OutputStream arg0 ) { XMLOutputFactory loc1 = getXMLOutputFactory ( ) ; try { return loc1 . createXMLEventWriter ( arg0 , "srini_string" ) ; } catch ( XMLStreamException loc0 ) { throw logger . processingError ( loc0 ) ; } }
20,870
convenience method to return a named logger , without the application having to care about factories . concode_field_sep Properties logConfig concode_elem_sep String HASHTABLE_IMPLEMENTATION_PROPERTY concode_elem_sep String FACTORY_DEFAULT concode_elem_sep String FACTORY_PROPERTIES concode_elem_sep LogFactory singleton...
Log function ( Class arg0 ) { return ( getFactory ( ) . getInstance ( arg0 ) ) ; }
20,871
adds a script based field to load and return . the field does not have to be stored , but its recommended to use non analyzed or numeric fields . concode_field_sep SearchSourceBuilder sourceBuilder concode_field_sep T addFieldDataField concode_elem_sep T setExplain concode_elem_sep T setHighlighterPreTags concode_elem_...
T function ( String arg0 , Script arg1 ) { sourceBuilder ( ) . scriptField ( arg0 , arg1 ) ; return ( T ) this ; }
20,872
sets the expiry time according to the cachableduration property concode_field_sep Properties properties concode_elem_sep Log log concode_field_sep void init concode_elem_sep Object getResource concode_elem_sep Properties getResourceProperties concode_elem_sep XMLToObjectMapper getMapper concode_elem_sep Properties getC...
void function ( Entry arg0 , RegistryEntry arg1 ) { if ( arg1 . getCachableDuration ( ) >= 0 ) { arg0 . setExpiryTime ( System . currentTimeMillis ( ) + arg1 . getCachableDuration ( ) ) ; } else { arg0 . setExpiryTime ( - 1 ) ; } }
20,873
checks if a factoid answer is a named entity . concode_field_sep String sentence concode_elem_sep boolean correct concode_elem_sep String docID concode_elem_sep Query query concode_elem_sep float score concode_elem_sep ArrayList<String> coveredNuggets concode_elem_sep long serialVersionUID concode_elem_sep String cache...
boolean function ( ) { return neTypes != null ; }
20,874
build a receipt message concode_field_sep PlaceHolder placeHolder concode_field_sep JSONObject buildButton concode_elem_sep JSONObject buildReceiptDataPart concode_elem_sep JSONObject buildButtonDataPart concode_elem_sep JSONObject buildTextDataPart concode_elem_sep JSONObject buildReceiptAddress concode_elem_sep JSONO...
JSONObject function ( String arg0 , Receipt arg1 ) { JSONObject loc0 = new JSONObject ( ) ; loc0 . put ( "srini_string" , buildRecipientPart ( arg0 ) ) ; loc0 . put ( "srini_string" , buildReceiptDataPart ( arg1 ) ) ; return loc0 ; }
20,875
locates and decodes a qr code in an image . concode_field_sep Decoder decoder concode_elem_sep ResultPoint[] NO_POINTS concode_field_sep Decoder getDecoder concode_elem_sep void reset concode_elem_sep float moduleSize concode_elem_sep BitMatrix extractPureBits
Result function ( BinaryBitmap arg0 ) { return decode ( arg0 , null ) ; }
20,876
returns the message 's rcode error code . this incorporates the edns extended rcode . concode_field_sep int tsigstart concode_elem_sep int MAXLENGTH concode_elem_sep Record[] emptyRecordArray concode_elem_sep TSIG tsigkey concode_elem_sep List[] sections concode_elem_sep int TSIG_INTERMEDIATE concode_elem_sep int TSIG_...
int function ( ) { int loc0 = header . getRcode ( ) ; OPTRecord loc1 = getOPT ( ) ; if ( loc1 != null ) loc0 += ( loc1 . getExtendedRcode ( ) << 4 ) ; return loc0 ; }
20,877
send a android.util.log #warn log message . concode_field_sep boolean DEBUG_SYSOUT concode_elem_sep int DEBUG_LEVEL concode_field_sep void printMyLog concode_elem_sep void printCallHierarchy concode_elem_sep void print concode_elem_sep void print concode_elem_sep String callMethodAndLine concode_elem_sep void d concode...
void function ( Object arg0 ) { if ( Log . WARN > DEBUG_LEVEL ) { String loc0 = getClassName ( ) ; String loc1 = arg0 != null ? arg0 . toString ( ) : "srini_string" ; Log . w ( loc0 , loc1 ) ; } }
20,878
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c...
boolean function ( String arg0 , String arg1 , CallbackContext arg2 ) { JSONArray loc0 = new JSONArray ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; }
20,879
clears this buffer . while the content of this buffer is not changed , the following internal changes take place : the current position is reset back to the start of the buffer , the value of the buffer limit is made equal to the capacity and mark is cleared . concode_field_sep int UNSET_MARK concode_elem_sep int _elem...
Buffer function ( ) { position = 0 ; mark = UNSET_MARK ; limit = capacity ; return this ; }
20,880
method getinterval concode_field_sep long _MILLIS_PER_DAY concode_elem_sep int _HOURS_PER_DAY concode_elem_sep long _MILLIS_PER_MINUTE concode_elem_sep long _MILLIS_PER_SECOND concode_elem_sep int _minutes concode_elem_sep long _MILLIS_PER_WEEK concode_elem_sep int _DAYS_PER_WEEK concode_elem_sep int _MINUTES_PER_HOUR ...
long function ( ) { return _seconds * _MILLIS_PER_SECOND + _minutes * _MILLIS_PER_MINUTE + _hours * _MILLIS_PER_HOUR + _days * _MILLIS_PER_DAY + _weeks * _MILLIS_PER_WEEK ; }
20,881
returns the types of properties . concode_field_sep Class[] types concode_elem_sep String[] setters concode_elem_sep String[] getters concode_elem_sep Class target concode_field_sep String[] getSetters concode_elem_sep String[] getGetters concode_elem_sep void setPropertyValues concode_elem_sep void getPropertyValues c...
Class [ ] function ( ) { return ( Class [ ] ) types . clone ( ) ; }
20,882
sets the first name column rendered state . concode_field_sep boolean renderFirstName concode_elem_sep boolean multipleSelection concode_elem_sep boolean renderLastName concode_elem_sep boolean renderPhone concode_elem_sep Person[] personsList concode_elem_sep List selectedRows concode_elem_sep String scrollableHeight ...
void function ( boolean arg0 ) { this . renderFirstName = arg0 ; }
20,883
converts an xmlgregoriancalendar to an instance of java.util.date concode_field_sep DatatypeFactory df concode_field_sep XMLGregorianCalendar asXMLGregorianCalendar
java . util . Date function ( XMLGregorianCalendar arg0 ) { if ( arg0 == null ) { return null ; } else { return arg0 . toGregorianCalendar ( ) . getTime ( ) ; } }
20,884
shutdown dictionary client concode_field_sep LogService LOGGER concode_elem_sep DictionaryClientHandler dictionaryClientHandler concode_elem_sep NioEventLoopGroup workerGroup concode_field_sep DictionaryMessage getDictionary concode_elem_sep void startClient
void function ( ) { workerGroup . shutdownGracefully ( ) ; try { workerGroup . terminationFuture ( ) . sync ( ) ; } catch ( InterruptedException loc0 ) { LOGGER . error ( loc0 ) ; } }
20,885
devuelve el altura del sprite en las coordenadas indicadas . concode_field_sep int[][] colCoords concode_elem_sep Rectangle2D[][] spriteRectangles concode_elem_sep Image sprites concode_elem_sep int[] rowCoords concode_field_sep int getNumRows concode_elem_sep Rectangle2D getCoords concode_elem_sep int getNumColsInRow ...
int function ( int arg0 , int arg1 ) { return rowCoords [ arg0 + 1 ] - rowCoords [ arg0 ] ; }
20,886
sets the value of the mode property . concode_field_sep Layout layout concode_elem_sep RssMode mode concode_elem_sep String filter concode_elem_sep Boolean datetime concode_elem_sep List<Address> address concode_elem_sep String itemack concode_elem_sep String src concode_elem_sep BigInteger limit concode_elem_sep BigIn...
void function ( RssMode arg0 ) { this . mode = arg0 ; }
20,887
reads a string from the given input . the string may be null and must have been written with #writenullablestring string , dataoutputview . concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep String showControlCharacters concode_elem_sep String escapeHtml concode_elem_sep v...
String function ( DataInputView arg0 ) { if ( arg0 . readBoolean ( ) ) { return StringValue . readString ( arg0 ) ; } else { return null ; } }
20,888
say that this bean has no icons . concode_field_sep PlaceHolder placeHolder concode_field_sep MethodDescriptor[] getMethodDescriptors concode_elem_sep int getDefaultPropertyIndex concode_elem_sep BeanInfo[] getAdditionalBeanInfo concode_elem_sep int getDefaultEventIndex concode_elem_sep EventSetDescriptor[] getEventSet...
Image function ( int arg0 ) { return null ; }
20,889
print an int 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 concode...
void function ( int arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; }
20,890
adds an error message for display on a page when the page is guaranteed not to be displayed via a redirect . concode_field_sep Log log concode_elem_sep String ISO_8601_DATE_FORMAT concode_elem_sep String TIME_PATTERN_LONG concode_elem_sep String TIME_PATTERN_DISPLAY concode_elem_sep String TIME_PATTERN_SHORT concode_fi...
void function ( String arg0 ) { FacesContext . getCurrentInstance ( ) . addMessage ( null , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg0 , null ) ) ; }
20,891
creates new graphicbuffer instance . this method will return null if the buffer can not be created . concode_field_sep int mSaveCount concode_elem_sep Parcelable.Creator<GraphicBuffer> CREATOR concode_elem_sep int USAGE_HW_RENDER concode_elem_sep Canvas mCanvas concode_elem_sep int USAGE_SW_READ_MASK concode_elem_sep i...
GraphicBuffer function ( int arg0 , int arg1 , int arg2 , int arg3 ) { long loc0 = nCreateGraphicBuffer ( arg0 , arg1 , arg2 , arg3 ) ; if ( loc0 != 0 ) { return new GraphicBuffer ( arg0 , arg1 , arg2 , arg3 , loc0 ) ; } return null ; }
20,892
get the id of this node concode_field_sep DiscoveryNode node concode_elem_sep LinkedHashMap<ShardId,ShardRouting> shards concode_elem_sep String nodeId concode_field_sep void add concode_elem_sep String prettyPrint concode_elem_sep boolean isEmpty concode_elem_sep void update concode_elem_sep int numberOfShardsWithStat...
String function ( ) { return this . nodeId ; }
20,893
get the number of bytes remaining in the underlying buffer . returns -1 if this is a non-buffered transport . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOpen concode_elem_sep int read concode_elem_sep void flush concode_elem_sep byte[] getBuffer concode_elem_sep int getBufferPosition concode_...
int function ( ) { return - 1 ; }
20,894
set the two characters to use to format date values , in joda-time style . the first character is used for the date style ; the second is for the time style . supported characters are : 's ' = small 'm ' = medium ` l' = long ` f ' = full ' - ' = omitted this method mimics the styles supported by joda-time . note that j...
void function ( String arg0 ) { Assert . isTrue ( arg0 != null && arg0 . length ( ) == 2 ) ; this . dateStyle = convertStyleCharacter ( arg0 . charAt ( 0 ) ) ; this . timeStyle = convertStyleCharacter ( arg0 . charAt ( 1 ) ) ; }
20,895
returns the number of times cache lookup methods have returned either a cached oruncached value . this is defined as hitcount + misscount . concode_field_sep AtomicLong loadExceptionCount concode_elem_sep AtomicLong missCount concode_elem_sep AtomicLong loadSuccessCount concode_elem_sep AtomicLong totalExceptionTime co...
long function ( ) { return hitCount . get ( ) + missCount . get ( ) ; }
20,896
waits until a client has connected . concode_field_sep IOException exception concode_elem_sep ServerSocket server concode_elem_sep Thread acceptThread concode_elem_sep boolean inProgress concode_elem_sep DTPInputStream in concode_elem_sep int transferMode concode_elem_sep Socket socket concode_elem_sep boolean complete...
void function ( ) { try { acceptThread . join ( connectionTimeout ) ; } catch ( InterruptedException loc0 ) { } if ( exception != null ) { throw exception ; } if ( socket == null ) { server . close ( ) ; throw new IOException ( "srini_string" ) ; } acceptThread = null ; }
20,897
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_sep void testGetFirstMilliseco...
void function ( ) { Second loc0 = new Second ( 13 , 45 , 5 , 1 , 2 , 2003 ) ; Second loc1 = new Second ( 13 , 45 , 5 , 1 , 2 , 2003 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
20,898
confirma utilizador concode_field_sep CentroExposicoes centroExposicoes concode_elem_sep RegistoUtilizadores registoUtilizadores concode_elem_sep Utilizador u concode_elem_sep RegistoUtilizadores registoUtilizadoresNConfirmado concode_field_sep RegistoUtilizadores getRegistoUtilizadoresNConf concode_elem_sep RegistoUti...
void function ( ) { registoUtilizadoresNConfirmado . removerUtilizador ( u ) ; registoUtilizadores . addUtilizador ( u ) ; }
20,899
simple getter method looks up our template as a resource concode_field_sep PlaceHolder placeHolder concode_field_sep void testResultSet concode_elem_sep void update
InputStream function ( ) { return this . getClass ( ) . getResourceAsStream ( "srini_string" ) ; }