idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
1,500
a default delete request to be modified using the ` withx ` methods . concode_field_sep PlaceHolder placeHolder concode_field_sep HttpRequest withEntity concode_elem_sep HttpRequest HEAD concode_elem_sep HttpRequest withUri concode_elem_sep HttpRequest withUri concode_elem_sep HttpMethod method concode_elem_sep HttpReq...
HttpRequest function ( String arg0 ) { return create ( arg0 ) . withMethod ( HttpMethods . DELETE ) ; }
1,501
runs a command in the workingdir with the passed in arguments . returns an istatus . exit code of the process is stored in the istatuse.getcode . output is stored in istatus.getmessage . a non-zero exit code makes it an istatus with error severity . otherwise it uses ok severity . concode_field_sep String TEXT_TO_OBFUS...
IStatus function ( String arg0 , IPath arg1 , String ... arg2 ) { List < String > loc0 = new ArrayList < String > ( Arrays . asList ( arg2 ) ) ; loc0 . add ( 0 , arg0 ) ; return new ProcessRunner ( ) . runInBackground ( arg1 , loc0 . toArray ( new String [ loc0 . size ( ) ] ) ) ; }
1,502
get the block metadata file . concode_field_sep String localMetaPath concode_elem_sep String localBlockPath concode_elem_sep ExtendedBlock block concode_field_sep ExtendedBlock getBlock concode_elem_sep long getNumBytes concode_elem_sep String getBlockPath
String function ( ) { return localMetaPath ; }
1,503
get the value from the injected context . concode_field_sep AtomicInteger refcnt concode_elem_sep ServiceController<?> controller concode_elem_sep String name concode_elem_sep InjectedValue<ManagedReferenceFactory> managedReferenceFactory concode_elem_sep Object source concode_elem_sep InjectedValue<ServiceBasedNamingS...
ManagedReferenceFactory function ( ) { return managedReferenceFactory . getValue ( ) ; }
1,504
returns true if none of the vary headers have changed between cachedrequest and newrequest . concode_field_sep String RECEIVED_MILLIS concode_elem_sep String RESPONSE_SOURCE concode_elem_sep String SENT_MILLIS concode_elem_sep String PREFIX concode_elem_sep String SELECTED_PROTOCOL concode_field_sep Set<String> varyFie...
boolean function ( Response arg0 , Headers arg1 , Request arg2 ) { for ( String loc0 : varyFields ( arg0 ) ) { if ( ! equal ( arg1 . values ( loc0 ) , arg2 . headers ( loc0 ) ) ) return false ; } return true ; }
1,505
returns the head buffer segment or null if the list is empty . concode_field_sep Object[] head concode_elem_sep int size concode_elem_sep Object[] tail concode_elem_sep int indexInTail concode_elem_sep int capacityHint concode_field_sep void add concode_elem_sep int size concode_elem_sep Object[] tail concode_elem_sep ...
Object [ ] function ( ) { return head ; }
1,506
sets an objects fields via reflection from string values . depending on the field 's type the respective values are converted to int or boolean . concode_field_sep Pattern PROPERTY_TEMPLATE concode_elem_sep ContainerIntegrationLogger LOG concode_field_sep String resolveProperty concode_elem_sep void applyProperty conco...
void function ( Object arg0 , Map < String , String > arg1 ) { for ( Map . Entry < String , String > loc0 : arg1 . entrySet ( ) ) { applyProperty ( arg0 , loc0 . getKey ( ) , loc0 . getValue ( ) ) ; } }
1,507
gets the value of the sourcecode property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep void setTemplateRef concode_elem_sep Stri...
SourceCode function ( ) { return sourceCode ; }
1,508
convert from dip to px concode_field_sep PlaceHolder placeHolder concode_field_sep float toPixelFromSP concode_elem_sep float toPixelFromSP concode_elem_sep float toDIPFromPixel
float function ( float arg0 ) { return TypedValue . applyDimension ( TypedValue . COMPLEX_UNIT_DIP , arg0 , DisplayMetricsHolder . getDisplayMetrics ( ) ) ; }
1,509
sets flag indicating whether tcp_nodelay option should be setfor accepted client connections . concode_field_sep boolean DFLT_TCP_NODELAY concode_elem_sep int DFLT_PORT_RANGE concode_elem_sep IgniteLogger log concode_elem_sep int DFLT_TCP_PORT concode_elem_sep int portRange concode_elem_sep boolean noDelay concode_elem...
void function ( boolean arg0 ) { this . noDelay = arg0 ; }
1,510
returns link parameters given static / shared linking settings . concode_field_sep Function<TransitiveInfoCollection,CcLinkParamsStore> TO_LINK_PARAMS concode_elem_sep CcLinkParamsStoreImpl store concode_field_sep CcLinkParamsStore getCcLinkParamsStore concode_elem_sep CcLinkParamsStore apply
CcLinkParams function ( boolean arg0 , boolean arg1 ) { return store . get ( arg0 , arg1 ) ; }
1,511
sets the create date of this kaleo task . concode_field_sep KaleoTask _kaleoTask concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep...
void function ( Date arg0 ) { _kaleoTask . setCreateDate ( arg0 ) ; }
1,512
returns true if imagemagick is enabled . concode_field_sep ImageMagick _imageMagick concode_field_sep void setImageMagick concode_elem_sep Properties getResourceLimitsProperties concode_elem_sep ImageMagick getImageMagick concode_elem_sep String[] identify concode_elem_sep String getGlobalSearchPath concode_elem_sep vo...
boolean function ( ) { return getImageMagick ( ) . isEnabled ( ) ; }
1,513
return the body text for an entry given to createdir or createjar . concode_field_sep int errors concode_field_sep Set<File> findFiles concode_elem_sep void findFiles concode_elem_sep String getPathForDirEntry concode_elem_sep void main concode_elem_sep void run concode_elem_sep Set<T> diff concode_elem_sep void error ...
String function ( String arg0 ) { int loc0 = arg0 . lastIndexOf ( "srini_string" ) ; String loc1 = arg0 . substring ( 0 , loc0 ) ; String loc2 = arg0 . substring ( loc0 + 1 ) ; return "srini_string" + loc1 + "srini_string" + loc2 + "srini_string" ; }
1,514
returns whether brand is an ftyp atom brand that is compatible with the mp4 extractors . concode_field_sep int[] COMPATIBLE_BRANDS concode_elem_sep int SEARCH_LENGTH concode_field_sep boolean sniffInternal concode_elem_sep boolean sniffUnfragmented concode_elem_sep boolean sniffFragmented
boolean function ( int arg0 ) { if ( arg0 >>> 8 == Util . getIntegerCodeForString ( "srini_string" ) ) { return true ; } for ( int loc0 : COMPATIBLE_BRANDS ) { if ( loc0 == arg0 ) { return true ; } } return false ; }
1,515
create an instance of jaxbelement concode_field_sep QName _TimeStampValidationData_QNAME concode_elem_sep QName _ArchiveTimeStamp_QNAME concode_field_sep JAXBElement<XAdESTimeStampType> createArchiveTimeStamp concode_elem_sep ValidationDataType createValidationDataType
JAXBElement < ValidationDataType > function ( ValidationDataType arg0 ) { return new JAXBElement < ValidationDataType > ( _TimeStampValidationData_QNAME , ValidationDataType . class , null , arg0 ) ; }
1,516
ramp duration in milliseconds . n/a if mode does not specify mode_ramp . concode_field_sep int mValues[] concode_elem_sep int mChannelMask concode_elem_sep int mMode concode_elem_sep AudioGain mGain concode_elem_sep int mIndex concode_elem_sep int mRampDurationMs concode_field_sep int mode concode_elem_sep int[] values...
int function ( ) { return mRampDurationMs ; }
1,517
returns an escaper instance that replaces non-ascii charactersin a string with their equivalent javascript utf-16 escape sequences '' @literal \ unnnn '' , '' \ xnn '' or special replacement sequences '' \ b '' , '' \ t '' , '' \ n '' , '' \ f '' , '' \ r '' or '' \ \ '' . warning : this escaper is not suitable for jso...
Escaper function ( ) { return JAVASCRIPT_ESCAPER ; }
1,518
calculate the current buffer size . concode_field_sep Queue<ByteBuffer> chunks concode_elem_sep StompDecoder stompDecoder concode_elem_sep Integer expectedContentLength concode_elem_sep int bufferSizeLimit concode_field_sep StompDecoder getStompDecoder concode_elem_sep int getBufferSizeLimit concode_elem_sep Integer ge...
int function ( ) { int loc0 = 0 ; for ( ByteBuffer loc1 : this . chunks ) { loc0 = loc0 + loc1 . remaining ( ) ; } return loc0 ; }
1,519
reads a string from the datainputstream of this . concode_field_sep byte[] bytes concode_elem_sep ResponseType type concode_elem_sep DataInputStream dis concode_field_sep void checkType concode_elem_sep byte[] getResource concode_elem_sep boolean isEOR concode_elem_sep boolean isCancel concode_elem_sep String getMessag...
String function ( ) { final DataInputStream loc0 = getDataInputStream ( ) ; final int loc1 = loc0 . readInt ( ) ; final byte [ ] loc2 = new byte [ loc1 ] ; loc0 . read ( loc2 ) ; loc0 . close ( ) ; return new String ( loc2 , "srini_string" ) ; }
1,520
creates a named query concode_field_sep ParameterBuilder parameterBuilder concode_field_sep Query createQuery concode_elem_sep Query makeQueryObject concode_elem_sep void checkNoParametersConfigured concode_elem_sep QueryBuilder query concode_elem_sep QueryBuilder nativeQuery concode_elem_sep QueryBuilder nativeQuery c...
QueryBuilder function ( final String arg0 ) { return new QueryBuilder ( ) { protected Query makeQueryObject ( EntityManager arg1 ) { return arg1 . createNamedQuery ( arg0 ) ; } @ Override public String toString ( ) { return "srini_string" + arg0 + getParameterDescription ( ) ; } } ; }
1,521
get the router-name . concode_field_sep int outputPort concode_elem_sep int MIN_PORT_NUMBER concode_elem_sep String routerName concode_elem_sep int metric concode_elem_sep int routerId concode_elem_sep int inputPort concode_elem_sep String configFileName concode_elem_sep Link[] links concode_elem_sep int[] adminPorts c...
String function ( ) { return routerName ; }
1,522
sets the message users receiving the request will see . the maximum length is 60 characters . concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_sep String message concode_elem_sep S...
Builder function ( final String arg0 ) { this . message = arg0 ; return this ; }
1,523
create a new instance . concode_field_sep ServerEnvironment serverEnvironment concode_elem_sep ExtensionRegistry extensionRegistry concode_elem_sep ManagedAuditLogger auditLogger concode_elem_sep DelegatingConfigurableAuthorizer authorizer concode_elem_sep long startTime concode_elem_sep ConfigurationPersisterFactory c...
Bootstrap function ( ) { return new BootstrapImpl ( ) ; }
1,524
sets whether the bandwidth is used . concode_field_sep String appliedText concode_elem_sep boolean applied concode_elem_sep boolean useBandwidth concode_elem_sep VariableMu variable concode_field_sep String getBandwidthText concode_elem_sep boolean useBandwidth concode_elem_sep int getBandwidth concode_elem_sep void se...
void function ( boolean arg0 ) { this . useBandwidth = arg0 ; }
1,525
returns the feed with the primary key . concode_field_sep FeedLocalService _service concode_field_sep com.liferay.twitter.model.Feed fetchFeed concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep v...
com . liferay . twitter . model . Feed function ( long arg0 ) { return getService ( ) . getFeed ( arg0 ) ; }
1,526
returns the nth sbase object from this list . if the index number n is greater than the size of the list as indicated by #getsize , then this method returns null . concode_field_sep PlaceHolder placeHolder concode_field_sep void add concode_elem_sep long getSize concode_elem_sep void prepend concode_elem_sep void delet...
SBase function ( long arg0 ) { }
1,527
return the appropriate type of the bzip2 compressor . concode_field_sep String bzip2LibraryName concode_elem_sep Log LOG concode_elem_sep boolean nativeBzip2Loaded concode_field_sep Decompressor getBzip2Decompressor concode_elem_sep Compressor getBzip2Compressor concode_elem_sep int getBlockSize concode_elem_sep boolea...
Class < ? extends Compressor > function ( Configuration arg0 ) { return isNativeBzip2Loaded ( arg0 ) ? Bzip2Compressor . class : BZip2DummyCompressor . class ; }
1,528
insert the definition kind into the given any . concode_field_sep PlaceHolder placeHolder concode_field_sep SetOverrideType extract concode_elem_sep SetOverrideType read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
void function ( Any arg0 , SetOverrideType arg1 ) { arg0 . insert_Streamable ( new SetOverrideTypeHolder ( arg1 ) ) ; }
1,529
accessor for fhasbom . imho mutator is not required . concode_field_sep boolean fHasBOM concode_elem_sep Boolean fIsBigEndian concode_elem_sep String fEncoding concode_field_sep String getEncoding concode_elem_sep void setEncoding concode_elem_sep Boolean isBigEndian concode_elem_sep String toString concode_elem_sep vo...
boolean function ( ) { return fHasBOM ; }
1,530
returns the operating system name . concode_field_sep Splitter WHITESPACE_SPLITTER concode_elem_sep float loadAverageLastMinute concode_elem_sep long timeInNanos concode_elem_sep long totalCpuIdleTimeInJiffies concode_elem_sep long freePhysicalMemory concode_elem_sep long heapMemoryUsed concode_elem_sep OperatingSystem...
String function ( ) { return OS_BEAN . getName ( ) ; }
1,531
add pokestops . concode_field_sep Collection<NearbyPokemon> nearbyPokemons concode_elem_sep Collection<MapPokemon> catchablePokemons concode_elem_sep Collection<Pokestop> pokestops concode_elem_sep Collection<WildPokemon> wildPokemons concode_elem_sep Collection<SpawnPoint> spawnPoints concode_elem_sep Collection<Spawn...
void function ( Collection < FortData > arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return ; } complete = true ; for ( FortData loc0 : arg0 ) { this . pokestops . add ( new Pokestop ( api , loc0 ) ) ; } }
1,532
make leaf node concode_field_sep PlaceHolder placeHolder concode_field_sep TreeNode newLinkLeafNode concode_elem_sep TreeNode newLinkTreeNode concode_elem_sep TreeNode newTreeNode concode_elem_sep TreeNode newQueryNode concode_elem_sep TreeNode addTextNode concode_elem_sep TreeNode newNode concode_elem_sep TreeNode add...
TreeNode function ( final CharSequence arg0 , final int arg1 , final Context arg2 ) { return new TreeNode ( new Value ( arg0 , arg1 ) , false ) . setController ( new LeafController ( arg2 ) ) ; }
1,533
see contentprovider #getstreamtypes contentprovider.getstreamtypes concode_field_sep boolean mStable concode_elem_sep String mPackageName concode_elem_sep IContentProvider mContentProvider concode_elem_sep ContentResolver mContentResolver concode_elem_sep boolean mReleased concode_field_sep AssetFileDescriptor openAsse...
String [ ] function ( Uri arg0 , String arg1 ) { try { return mContentProvider . getStreamTypes ( arg0 , arg1 ) ; } catch ( DeadObjectException loc0 ) { if ( ! mStable ) { mContentResolver . unstableProviderDied ( mContentProvider ) ; } throw loc0 ; } }
1,534
returns the index of the gradle tab with the specified name . concode_field_sep AlternateUIInteraction alternateUIInteraction concode_elem_sep SettingsNode settings concode_elem_sep MainGradlePanel gradlePanel concode_elem_sep JPanel mainPanel concode_elem_sep GradlePluginLord gradlePluginLord concode_field_sep boolean...
int function ( String arg0 ) { return gradlePanel . getGradleTabIndex ( arg0 ) ; }
1,535
remove a range of mappings as a batch . concode_field_sep Object DELETED concode_elem_sep int[] EMPTY_INTS concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] EMPTY_OBJECTS concode_elem_sep long[] EMPTY_LONGS concode_elem_sep boolean[] EMPTY_BOOLEANS conco...
void function ( int arg0 , int arg1 ) { final int loc0 = Math . min ( mSize , arg0 + arg1 ) ; for ( int loc1 = arg0 ; loc1 < loc0 ; loc1 ++ ) { removeAt ( loc1 ) ; } }
1,536
provides access to the name string concode_field_sep String vendor concode_elem_sep String name concode_elem_sep NodeType type concode_elem_sep Version version concode_field_sep Version getVersion concode_elem_sep long createNative concode_elem_sep NodeType getType concode_elem_sep String getVendor concode_elem_sep voi...
String function ( ) { return this . name ; }
1,537
sets the logger that will write the log messages . concode_field_sep int LEVEL_WARN concode_elem_sep boolean DEBUG concode_elem_sep boolean INFO concode_elem_sep int LEVEL_NONE concode_elem_sep int LEVEL_TRACE concode_elem_sep int LEVEL_ERROR concode_elem_sep boolean ERROR concode_elem_sep int level concode_elem_sep bo...
void function ( Logger arg0 ) { Log . arg0 = arg0 ; }
1,538
syntactic sugar method that calls #get class with theclass of the object parameter . concode_field_sep Hashtable map concode_elem_sep ObjectRenderer defaultRenderer concode_field_sep String findAndRender concode_elem_sep ObjectRenderer getDefaultRenderer concode_elem_sep void clear concode_elem_sep void addRenderer con...
ObjectRenderer function ( Object arg0 ) { if ( arg0 == null ) return null ; else return get ( arg0 . getClass ( ) ) ; }
1,539
the total number of refresh executed . concode_field_sep XContentBuilderString TOTAL concode_elem_sep long total concode_elem_sep XContentBuilderString TOTAL_TIME concode_elem_sep XContentBuilderString REFRESH concode_elem_sep XContentBuilderString TOTAL_TIME_IN_MILLIS concode_elem_sep long totalTimeInMillis concode_fi...
long function ( ) { return this . total ; }
1,540
return true if the other object references are equivalent , so far as it is possible to determine this easily . concode_field_sep Delegate delegate concode_field_sep Request _create_request concode_elem_sep Request _create_request concode_elem_sep int _hash concode_elem_sep boolean _is_a concode_elem_sep ServantObject ...
boolean function ( org . omg . CORBA . Object arg0 ) { return ( delegate == null ) ? this == arg0 : delegate . is_equivalent ( this , arg0 ) ; }
1,541
a list of in-progress multipart uploads . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<UploadListElement> uploadsList concode_elem_sep String marker concode_field_sep void setUploadsList concode_elem_sep String getMarker concode_elem_sep void setMarker concode_elem_sep ListMultipartUploadsResult w...
java . util . List < UploadListElement > function ( ) { if ( uploadsList == null ) { uploadsList = new com . amazonaws . internal . ListWithAutoConstructFlag < UploadListElement > ( ) ; uploadsList . setAutoConstruct ( true ) ; } return uploadsList ; }
1,542
same as class.forname , except that it works for primitive types . concode_field_sep Map<String,Class<?>> PRIMIIIVE_TYPE_NAME_MAP concode_elem_sep Map<Class<?>,Class<?>> PRIMITIVE_WRAPPER_TYPE_MAP concode_elem_sep String ARRAY_SUFFIX concode_elem_sep String INTERNAL_ARRAY_PREFIX concode_field_sep ClassLoader getCallerC...
Class < ? > function ( String arg0 ) { return forName ( arg0 , getClassLoader ( ) ) ; }
1,543
construct and return a video object with a rnadom name , url , and duration . concode_field_sep ObjectMapper objectMapper concode_field_sep String toJson
Video function ( ) { String loc0 = UUID . randomUUID ( ) . toString ( ) ; String loc1 = "srini_string" + loc0 ; String loc2 = "srini_string" + loc0 ; long loc3 = 60 * ( int ) Math . rint ( Math . random ( ) * 60 ) * 1000 ; return new Video ( loc1 , loc2 , loc3 ) ; }
1,544
gets the int mapped from the specified key , or the specified value if no such mapping has been made . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep int[] mValues concode_field_sep int keyAt concode_elem_sep int getClosestSmaller concode_elem_sep int size concode_elem_sep int indexOfKey conc...
int function ( int arg0 , int arg1 ) { int loc0 = binarySearch ( mKeys , 0 , mSize , arg0 ) ; if ( loc0 < 0 ) { return arg1 ; } else { return mValues [ loc0 ] ; } }
1,545
the distance between two points . concode_field_sep PlaceHolder placeHolder concode_field_sep double[] reflect concode_elem_sep double[] coordinates concode_elem_sep double angle concode_elem_sep double radians concode_elem_sep double degrees
double function ( double arg0 , double arg1 , double arg2 , double arg3 ) { return Math . sqrt ( Math . pow ( arg2 - arg0 , 2 ) + Math . pow ( arg3 - arg1 , 2 ) ) ; }
1,546
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitDeclare concode_elem_sep void exitListdecl concode_elem_sep void enterNondefcommand concode_elem_sep void exitList2decl concode_elem_sep void exitFuncprocbody concode_elem_sep void enterProg concode_elem_sep v...
void function ( LPPParser . IfstateContext arg0 ) { }
1,547
prepares member injectors for all injected instances . this prompts guice to do static analysis on the injected instances . concode_field_sep Map<Object,MembersInjectorImpl<?>> pendingMembersInjectors concode_elem_sep T instance concode_elem_sep Map<Object,InjectableReference<?>> pendingInjection concode_elem_sep Provi...
void function ( Errors arg0 ) { for ( InjectableReference < ? > loc0 : pendingInjection . values ( ) ) { try { pendingMembersInjectors . put ( loc0 . instance , loc0 . validate ( arg0 ) ) ; } catch ( ErrorsException loc1 ) { arg0 . merge ( loc1 . getErrors ( ) ) ; } } }
1,548
return the number of elements stored in the tree concode_field_sep Node right concode_elem_sep Node root concode_elem_sep int size concode_elem_sep T key concode_elem_sep Node parent concode_elem_sep boolean allowSameElementMultipleTimes concode_elem_sep Node left concode_field_sep void add concode_elem_sep T popMinimu...
int function ( ) { return size ; }
1,549
frees up the memory associated with this large bitmap , and mark the large bitmap as `` dead '' , meaning it will throw an exception if decoderegion , getwidth or getheight is called . this operation can not be reversed , so it should only be called if you are sure there are no further uses for the large bitmap . this ...
void function ( ) { if ( ! mRecycled ) { nativeClean ( mNativeLargeBitmap ) ; mRecycled = true ; } }
1,550
create an instance of emailemployeeslist concode_field_sep QName _Solution_QNAME concode_elem_sep QName _IssueSearch_QNAME concode_elem_sep QName _SupportCaseType_QNAME concode_elem_sep QName _SupportCaseIssue_QNAME concode_elem_sep QName _SolutionSearch_QNAME concode_elem_sep QName _SupportCase_QNAME concode_elem_sep ...
EmailEmployeesList function ( ) { return new EmailEmployeesList ( ) ; }
1,551
returns the osgi service identifier . concode_field_sep CounterLocalService _service concode_field_sep java.util.List<com.liferay.counter.kernel.model.Counter> getCounters concode_elem_sep com.liferay.counter.kernel.model.Counter getCounter concode_elem_sep int getCountersCount concode_elem_sep com.liferay.counter.kern...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
1,552
extend the scroll animation . this allows a running animation to scroll further and longer , when used with #setfinalx int or #setfinaly int . concode_field_sep float mCoeffX concode_elem_sep int mFinalY concode_elem_sep int DEFAULT_DURATION concode_elem_sep Interpolator mInterpolator concode_elem_sep int mMode concode...
void function ( int arg0 ) { int loc0 = timePassed ( ) ; mDuration = loc0 + arg0 ; mDurationReciprocal = 1.0f / ( float ) mDuration ; mFinished = false ; }
1,553
the total time merge io writes were throttled . concode_field_sep long totalBytesPerSecAutoThrottle concode_elem_sep XContentBuilderString TOTAL_DOCS concode_elem_sep XContentBuilderString CURRENT_SIZE_IN_BYTES concode_elem_sep XContentBuilderString CURRENT_DOCS concode_elem_sep XContentBuilderString TOTAL_THROTTLE_BYT...
TimeValue function ( ) { return new TimeValue ( totalThrottledTimeInMillis ) ; }
1,554
set the permissionstatus concode_field_sep INodeDirectory parent concode_elem_sep long dsCount concode_elem_sep long nsCount concode_elem_sep long modificationTime concode_elem_sep int LENGTH concode_elem_sep byte[] name concode_elem_sep int OFFSET concode_elem_sep long permission concode_elem_sep long accessTime conco...
void function ( PermissionStatus arg0 ) { setUser ( arg0 . getUserName ( ) ) ; setGroup ( arg0 . getGroupName ( ) ) ; setPermission ( arg0 . getPermission ( ) ) ; }
1,555
helper for success callbacks that just returns the status.ok 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 g...
void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
1,556
a state name with just white spaces is not valid . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart...
void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; }
1,557
removes the last iterated element . concode_field_sep Iterator<E> iterator concode_elem_sep Object lock concode_field_sep E next concode_elem_sep boolean hasNext
void function ( ) { synchronized ( lock ) { iterator . remove ( ) ; } }
1,558
move causes the ball 's position to change based upon velocity . the ball is presumed to be moving in a rectangular area defined by the x/y axes and a given width and height . concode_field_sep int xPosition concode_elem_sep int maxY concode_elem_sep int yPosition concode_elem_sep int twist1 concode_elem_sep int velY c...
void function ( int arg0 , int arg1 , int arg2 , int arg3 ) { xPosition = ( arg0 + ( 2 * twist1 ) ) + ( arg3 * 35 ) ; yPosition = yPosition - arg2 ; velY = arg2 - 5 ; if ( yPosition >= arg1 - 40 ) { yPosition = arg1 - 40 ; velY = 35 ; } if ( xPosition < 40 ) { xPosition = 40 ; velY = - 25 ; } }
1,559
returns the fetched content , or null if the fetch failed . concode_field_sep URL mUrl concode_elem_sep int mTimeout concode_elem_sep String mUser concode_elem_sep String mResult concode_elem_sep boolean mSuccess concode_elem_sep String mPassword concode_field_sep void setTimeout concode_elem_sep String password concod...
String function ( ) { return mResult ; }
1,560
this method provides a new instance of accesscontrolprovider concode_field_sep PlaceHolder placeHolder concode_field_sep AccessControlSchemaProvider accessControlSchemaProvider concode_elem_sep DefaultRolesPrefixPostProcessor defaultRolesPrefixPostProcessor concode_elem_sep CsrfTokenRepository csrfTokenRepository
AccessControlProvider function ( ) { return new AccessControlProviderImpl ( ) ; }
1,561
returns the coordinator node address concode_field_sep AndesManagerServiceStub stub concode_field_sep String[] getAllClusterNodeAddresses concode_elem_sep boolean isClusteringEnabled concode_elem_sep String getMyNodeID
String function ( ) { return stub . getCoordinatorNodeAddress ( ) ; }
1,562
returns the user language `` en '' english . concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep EventDispatcher getEventDispatcher concode_elem_sep void openLink concode_elem_sep String getXMLParserClass...
String function ( ) { return "srini_string" ; }
1,563
return the description given to the calendar instance by its creator if any . concode_field_sep String description concode_elem_sep TimeZone timeZone concode_elem_sep long serialVersionUID concode_elem_sep Calendar baseCalendar concode_field_sep java.util.Calendar getStartOfDayJavaCalendar concode_elem_sep java.util.Ca...
String function ( ) { return description ; }
1,564
log incoming payload information at trace level to aid diagnostics . concode_field_sep long sequence concode_elem_sep ByteBuffer data concode_elem_sep String SEQ_HEADER concode_elem_sep char[] HEX_CHARS concode_elem_sep Log logger concode_elem_sep int BUFFER_SIZE concode_field_sep void writeTo concode_elem_sep void log...
void function ( ) { log ( "srini_string" ) ; }
1,565
creates and returns a method entry breakpoint concode_field_sep StepRequest request concode_elem_sep HandlerResult result concode_elem_sep ThreadReference mainThread concode_elem_sep StringBuffer trace concode_elem_sep String mainClass concode_elem_sep InputStream err concode_elem_sep String within concode_elem_sep Eve...
MethodEntryImpl function ( ) { return new MethodEntryImpl ( ) ; }
1,566
sets the character encoding to be used for any content passing out of this filter . concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep void destroy
void function ( ServletRequest arg0 , ServletResponse arg1 , FilterChain arg2 ) { arg0 . setCharacterEncoding ( "srini_string" ) ; arg1 . setContentType ( "srini_string" + "srini_string" ) ; arg2 . doFilter ( arg0 , arg1 ) ; }
1,567
returns the package name prefix set by a call to setpackagenameprefix or a null string if no package name prefix was ever set . concode_field_sep File _oCompiledDirectory concode_elem_sep String _sPackageNamePrefix concode_field_sep void setCompiledDirectory concode_elem_sep File getCompiledDirectory concode_elem_sep v...
String function ( ) { return _sPackageNamePrefix ; }
1,568
removes a waiter from the list of output streams concode_field_sep HashMap<Long,MessageControllerSender> chefOut concode_elem_sep HashMap<Long,MessageControllerSender> managerOut concode_elem_sep HashMap<Long,MessageControllerSender> waiterOut concode_elem_sep HashMap<Long,MessageControllerSender> hostOut concode_elem_...
void function ( long arg0 ) { waiterOut . remove ( arg0 ) ; }
1,569
returns the next calendar from today . concode_field_sep double J1970 concode_elem_sep double MILLISECONDS_PER_DAY concode_field_sep double midnightDateToJulianDate concode_elem_sep double endOfDayDateToJulianDate concode_elem_sep Calendar toCalendar concode_elem_sep Calendar truncateToMidnight concode_elem_sep Range g...
Calendar function ( Calendar ... arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; Calendar loc1 = null ; for ( Calendar loc2 : arg0 ) { if ( loc2 . after ( loc0 ) && ( loc1 == null || loc2 . before ( loc1 ) ) ) { loc1 = loc2 ; } } return loc1 ; }
1,570
the value of the attribute . if a static value is specified for an attribute that accepts a request-time attribute expression then that static value is returned , even if the value is provided in the body of a action . the distinguished object request_time_value is only returned if the value is specified as a request-t...
Object function ( String arg0 ) { return attributes . get ( arg0 ) ; }
1,571
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 ; }
1,572
saves the current invocation context on a chained context handle . concode_field_sep ConcurrentContext concurrentContext concode_elem_sep List<SetupContextHandle> setupHandles concode_elem_sep String CONTEXT_HANDLE_FACTORY_NAME concode_elem_sep List<ContextHandleFactory> factoryOrderedList concode_elem_sep ServiceName ...
SetupContextHandle function ( ContextService arg0 , Map < String , String > arg1 ) { final List < SetupContextHandle > loc0 = new ArrayList < > ( factoryOrderedList . size ( ) ) ; for ( ContextHandleFactory loc1 : factoryOrderedList ) { loc0 . add ( loc1 . saveContext ( arg0 , arg1 ) ) ; } return new ChainedSetupContex...
1,573
returns true if the given state is currently active otherwise false . concode_field_sep boolean event1 concode_elem_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean return_ID concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean event2 conc...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } }
1,574
returns the nearest integer to the number . concode_field_sep PlaceHolder placeHolder concode_field_sep Double evaluate
Object function ( Context arg0 , List arg1 ) { if ( arg1 . size ( ) == 1 ) { return evaluate ( arg1 . get ( 0 ) , arg0 . getNavigator ( ) ) ; } throw new FunctionCallException ( "srini_string" ) ; }
1,575
called after creation to determine if tick needs to be called after every frame is simulated . default returns false , subclasses must override to return true in order for tick to be called . this is an optimization to avoid needless method calls in the game loop . concode_field_sep String elementID concode_elem_sep in...
boolean function ( ) { return false ; }
1,576
return the client that created the resource . concode_field_sep int _closeDownMode concode_elem_sep int FONT concode_elem_sep int GCONTEXT concode_elem_sep int COLORMAP concode_elem_sep int CURSOR concode_elem_sep int _type concode_elem_sep Client _client concode_elem_sep int PIXMAP concode_elem_sep int _id concode_ele...
Client function ( ) { return _client ; }
1,577
set whether to use prepared statements that return a specific type of resultset . specific type of resultset . concode_field_sep String callString concode_elem_sep ParameterMapper inParameterMapper concode_elem_sep boolean updatableResults concode_elem_sep Map<String,?> inParameters concode_elem_sep List<SqlParameter> ...
void function ( int arg0 ) { this . resultSetType = arg0 ; }
1,578
handle velocity template loader frome either resource or file . concode_field_sep PlaceHolder placeHolder concode_field_sep URL getResource concode_elem_sep InputStream getResourceAsStream concode_elem_sep void browse concode_elem_sep void browse
Properties function ( ) { Properties loc0 = new Properties ( ) ; loc0 . setProperty ( RuntimeConstants . RESOURCE_LOADER , "srini_string" ) ; loc0 . setProperty ( "srini_string" , ClasspathResourceLoader . class . getName ( ) ) ; return loc0 ; }
1,579
stops the service . concode_field_sep ConfigurationService configService concode_elem_sep LdapDirectorySet serverSet concode_elem_sep CredentialsStorageService credentialsService concode_elem_sep LdapFactory factory concode_elem_sep Logger logger concode_elem_sep BundleContext bundleContext concode_elem_sep Certificate...
void function ( BundleContext arg0 ) { logger . trace ( "srini_string" ) ; }
1,580
helper method to safely invoke task #getdefaultauthentication item on classes that may comefrom plugins compiled against an earlier version of jenkins . concode_field_sep PlaceHolder placeHolder concode_field_sep Authentication getAuthenticationOf concode_elem_sep Task getOwnerTaskOf concode_elem_sep Collection<? exten...
Authentication function ( Task arg0 , Item arg1 ) { try { return arg0 . getDefaultAuthentication ( arg1 ) ; } catch ( AbstractMethodError loc0 ) { return getDefaultAuthenticationOf ( arg0 ) ; } }
1,581
a json string containing up to three key-value pair in json format for example , \ `` attributes \ '' :{ \ `` string1 \ '' :\ `` string2 \ '' . concode_field_sep java.util.Map<String,String> attributes concode_field_sep AttributePayload withAttributes concode_elem_sep AttributePayload addAttributesEntry concode_elem_se...
void function ( java . util . Map < String , String > arg0 ) { this . attributes = arg0 ; }
1,582
current colorperiodicity setting . concode_field_sep double dComplexConstantIm concode_elem_sep FractalTypes fractalType concode_elem_sep double dAspectRatio concode_elem_sep ColorMode colorMode concode_elem_sep double INITIAL_ZOOM concode_elem_sep int iterationsLimmit concode_elem_sep WindowCoords drawingAreaCoords co...
int function ( ) { return iColorPeriodicity ; }
1,583
returns the revision string . concode_field_sep boolean m_Present concode_elem_sep String FILE_EXTENSION concode_field_sep Object read concode_elem_sep Object read concode_elem_sep Object read concode_elem_sep void checkForKOML concode_elem_sep boolean isPresent concode_elem_sep boolean write concode_elem_sep boolean w...
String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; }
1,584
sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; }
1,585
append the contents of a string to the buffer concode_field_sep char[] array concode_elem_sep int used concode_field_sep char[] getCharArray concode_elem_sep void appendWideChar concode_elem_sep void getChars concode_elem_sep int length concode_elem_sep void setCharAt concode_elem_sep CharSequence subSequence concode_e...
void function ( String arg0 ) { int loc0 = arg0 . length ( ) ; ensureCapacity ( loc0 ) ; arg0 . getChars ( 0 , loc0 , array , used ) ; used += loc0 ; }
1,586
gets the value of the baserateaction property . concode_field_sep Statement filterStatement concode_elem_sep BaseRateAction baseRateAction concode_field_sep void setBaseRateAction concode_elem_sep Statement getFilterStatement concode_elem_sep void setFilterStatement
BaseRateAction function ( ) { return baseRateAction ; }
1,587
create an empty project if this project does not exist . concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concode_elem_sep boolean get...
boolean function ( IProject arg0 ) { if ( ! arg0 . exists ( ) ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; return true ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } } return false ; }
1,588
get a value in the matrix concode_field_sep int columns concode_elem_sep double[][] values concode_elem_sep Matrix IDENTITY concode_elem_sep int rows concode_field_sep Matrix add concode_elem_sep void set concode_elem_sep double[][] getValues concode_elem_sep Matrix invert concode_elem_sep double[][] invert concode_ele...
double function ( int arg0 , int arg1 ) { return values [ arg0 ] [ arg1 ] ; }
1,589
called by the frinikatrackwrapper add and remove methods when there are changes to the track . concode_field_sep Vector<EditHistoryListener> editHistoryListeners concode_elem_sep int redoMarkIndex concode_elem_sep Vector<EditHistoryMark> editHistoryMarks concode_elem_sep JMenuItem redoMenuItem concode_elem_sep JMenuIte...
void function ( EditHistoryRecorder arg0 , int arg1 , EditHistoryRecordable arg2 ) { if ( recordingEnabled ) editHistory . add ( new EditHistoryRecordableAction ( this , arg0 , arg1 , arg2 ) ) ; }
1,590
create an httpurlconnection for the specified url . concode_field_sep SSLSocketFactory mSslSocketFactory concode_elem_sep UrlRewriter mUrlRewriter concode_elem_sep String HEADER_CONTENT_TYPE concode_field_sep void setConnectionParametersForRequest concode_elem_sep HttpResponse performRequest concode_elem_sep void addBo...
HttpURLConnection function ( URL arg0 ) { if ( arg0 . toString ( ) . contains ( "srini_string" ) ) { FakeX509TrustManager . allowAllSSL ( ) ; } return ( HttpURLConnection ) arg0 . openConnection ( ) ; }
1,591
performs a dynamic query on the database and returns the matching rows . concode_field_sep PasswordPolicyRelLocalService _service concode_field_sep com.liferay.portal.model.PasswordPolicyRel updatePasswordPolicyRel concode_elem_sep void deletePasswordPolicyRels concode_elem_sep void deletePasswordPolicyRels concode_ele...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; }
1,592
converts an array of bytes into a string representing the hexadecimal values of each byte in order . the returned string will be double the length of the passed array , as it takes two characters to represent any given byte . concode_field_sep String DEFAULT_CHARSET_NAME concode_elem_sep String charsetName concode_elem...
String function ( byte [ ] arg0 ) { return new String ( encodeHex ( arg0 ) ) ; }
1,593
get the last page number that was retrieved . concode_field_sep Cursor<T> mCursor concode_field_sep Cursor<T> getCursor concode_elem_sep void onFail concode_elem_sep boolean hasPrev concode_elem_sep void onComplete concode_elem_sep void onThinking concode_elem_sep void onException concode_elem_sep void setCursor concod...
int function ( ) { return mCursor . getPageNum ( ) ; }
1,594
override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con...
void function ( GeneratorEntry arg0 ) { }
1,595
the documents that match the search criteria . concode_field_sep Hits hits concode_elem_sep SearchStatus status concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,BucketInfo> facets concode_field_sep SearchResult withStatus concode_elem_sep SearchResult addFacetsEntry concode_elem_sep void setHits concode_el...
Hits function ( ) { return this . hits ; }
1,596
sets the x-offset for the shadow effect . concode_field_sep Paint shadowPaint concode_elem_sep double shadowXOffset concode_elem_sep double shadowYOffset concode_elem_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep long serialVersionUID concode_elem_s...
void function ( final double arg0 ) { this . shadowXOffset = arg0 ; }
1,597
add play bindings . concode_field_sep Delegate delegate concode_field_sep Module applicationModule concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self disable concode_elem_sep Self bindings concode_elem_sep Self bindings concode_elem_sep Self binding...
Self function ( play . api . inject . Binding < ? > ... arg0 ) { return arg0 ( Guiceable . arg0 ( arg0 ) ) ; }
1,598
generates drl from a data provider for the spreadsheet data and templates . concode_field_sep PlaceHolder placeHolder concode_field_sep void newRow concode_elem_sep void newCell concode_elem_sep void processData concode_elem_sep void finishData concode_elem_sep void closeStream
String function ( final DataProvider arg0 , final InputStream arg1 ) { return compile ( arg0 , arg1 , true ) ; }
1,599
defines any additional actions after adding a role . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean doPreAddUser concode_elem_sep boolean doPreSetUserClaimValue concode_elem_sep boolean doPostSetUserClaimValue concode_elem_sep boolean doPreDeleteUserClaimValues concode_elem_sep boolean doPostDelete...
boolean function ( String arg0 , String [ ] arg1 , Permission [ ] arg2 , UserStoreManager arg3 ) { return true ; }