idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
6,200
program entry point concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( String [ ] arg0 ) { Mammoth loc0 = new Mammoth ( ) ; loc0 . observe ( ) ; loc0 . timePasses ( ) ; loc0 . observe ( ) ; loc0 . timePasses ( ) ; loc0 . observe ( ) ; }
6,201
the intended status of the volume status . concode_field_sep String name concode_elem_sep String status concode_field_sep void setName concode_elem_sep void setName concode_elem_sep VolumeStatusDetails withStatus concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_...
void function ( String arg0 ) { this . status = arg0 ; }
6,202
sets the icon that will be used in the window 's title bar . has no effect in macos , which does n't use window icons . concode_field_sep GLFWWindowIconifyCallback iconifyCallback concode_elem_sep long windowHandle concode_elem_sep Lwjgl3WindowListener windowListener concode_elem_sep IntBuffer tmpBuffer2 concode_elem_s...
void function ( Pixmap ... arg0 ) { setIcon ( windowHandle , arg0 ) ; }
6,203
make get request concode_field_sep RestClient mRestClient concode_elem_sep int REST_MAX_RETRIES_GET concode_elem_sep int REST_TIMEOUT_MS concode_elem_sep String NOTIFICATION_FIELDS concode_elem_sep String COMMENT_REPLY_CONTENT_FIELD concode_elem_sep Authenticator mAuthenticator concode_elem_sep float REST_BACKOFF_MULT ...
Request < JSONObject > function ( String arg0 , Listener arg1 , ErrorListener arg2 ) { return get ( arg0 , null , null , arg1 , arg2 ) ; }
6,204
error log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; }
6,205
get the current properties for the specified custom component . the returned map should only containnested maps , arrays , and simple objects . concode_field_sep String privacyUrl concode_elem_sep RegisteredServiceMultifactorAuthenticationEditBean multiAuth concode_elem_sep String description concode_elem_sep Registere...
Map < String , ? > function ( final String arg0 ) { return this . customComponent . get ( arg0 ) ; }
6,206
sets the value of the remaining property . concode_field_sep float allowed concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep float used concode_elem_sep String units concode_elem_sep Float remaining concode_field_sep void setName concode_elem_sep String getName concode_elem_sep float ...
void function ( Float arg0 ) { this . remaining = arg0 ; }
6,207
returns true if stone can be added ; false if move would be suicide concode_field_sep int blacksCaptures concode_elem_sep Set<Chain> chains concode_elem_sep int boardSize concode_elem_sep Map<BoxCoords,Chain> filled concode_elem_sep History<Move> history concode_elem_sep int whitesCaptures concode_field_sep void update...
boolean function ( Stone arg0 ) { for ( Chain loc0 : getNeighborChains ( arg0 . coords , arg0 . color ) ) { if ( ! loc0 . isLastLiberty ( arg0 . coords ) ) { return false ; } } return getLiberties ( arg0 . coords ) . size ( ) == 0 ; }
6,208
get the option clause for the query . concode_field_sep int TYPE_UPDATE concode_elem_sep int TYPE_UPDATE_PROCEDURE concode_elem_sep int TYPE_CREATE concode_elem_sep int TYPE_TRIGGER_ACTION concode_elem_sep int TYPE_STORED_PROCEDURE concode_elem_sep int TYPE_ALTER_PROC concode_elem_sep int TYPE_INSERT concode_elem_sep i...
Option function ( ) { return option ; }
6,209
returns the fixed point value that corresponds to the specified double value a with n digits . concode_field_sep PlaceHolder placeHolder concode_field_sep int div concode_elem_sep int trunc concode_elem_sep int round concode_elem_sep int mul concode_elem_sep int intValue concode_elem_sep float floatValue concode_elem_s...
int function ( int arg0 , double arg1 ) { return ( int ) ( arg1 * ( 1 << arg0 ) ) ; }
6,210
the streaming distribution 's information . returns a reference to this object so that method calls can be chained together . concode_field_sep String location concode_elem_sep String eTag concode_elem_sep StreamingDistribution streamingDistribution concode_field_sep void setStreamingDistribution concode_elem_sep Strin...
CreateStreamingDistributionResult function ( StreamingDistribution arg0 ) { this . streamingDistribution = arg0 ; return this ; }
6,211
returns the value of the trafficpolicycount property for this object . constraints : range : 1 - 1000 concode_field_sep Integer trafficPolicyCount concode_elem_sep Integer latestVersion concode_elem_sep String name concode_elem_sep String id concode_elem_sep String type concode_field_sep void setName concode_elem_sep S...
Integer function ( ) { return trafficPolicyCount ; }
6,212
the p element may occur any number of times . gets the value of the psandphs property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the psandphs pr...
List < JAXBElement < ? >> function ( ) { if ( psAndPhs == null ) { psAndPhs = new ArrayList < JAXBElement < ? >> ( ) ; } return this . psAndPhs ; }
6,213
register an extended jsr-330 scope annotation , mapping it onto a specific spring scope by name . concode_field_sep Map<String,String> scopeMap concode_field_sep ScopeMetadata resolveScopeMetadata concode_elem_sep String resolveScopeName
void function ( Class < ? > arg0 , String arg1 ) { this . scopeMap . put ( arg0 . getName ( ) , arg1 ) ; }
6,214
remove a listener for the propertychange event . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Boolean value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor con...
void function ( final PropertyChangeListener arg0 ) { propertyChangeSupport . removePropertyChangeListener ( arg0 ) ; }
6,215
gets the value of the sampleaccessurl property . concode_field_sep ArrayOfString adminEmailList concode_elem_sep String defaultExportFormat concode_elem_sep String sampleOAIURL concode_elem_sep String oaiNamespace concode_elem_sep String repositoryName concode_elem_sep String repositoryBaseURL concode_elem_sep String r...
String function ( ) { return sampleAccessURL ; }
6,216
returns true if all mbrs are elements of this view , false otherwise concode_field_sep boolean suppress_view_size concode_elem_sep ViewId view_id concode_elem_sep Address[] members concode_field_sep int serializedSize concode_elem_sep boolean sameMembers concode_elem_sep void readFrom concode_elem_sep boolean deepEqual...
boolean function ( Address ... arg0 ) { if ( arg0 == null || members == null ) return false ; for ( Address loc0 : arg0 ) { if ( ! containsMember ( loc0 ) ) return false ; } return true ; }
6,217
add a default command location for a given platform . concode_field_sep String defaultPlatform concode_elem_sep String foundLoc concode_elem_sep String commandName concode_elem_sep boolean searchFailed concode_elem_sep HashMap<String,String> defaultLocMap concode_elem_sep HashMap<String,String> commandMap concode_field...
void function ( String arg0 , String arg1 ) { defaultLocMap . put ( arg0 , arg1 ) ; }
6,218
gets whether the effect should render new frames automatically which it does by default . if true , you can render frames manually by calling the render instance method of an effect . this is used by effect.parallel . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concod...
boolean function ( ) { return sync ; }
6,219
logs a message with org.apache.log4j.priority.debug . concode_field_sep long serialVersionUID concode_elem_sep Logger logger concode_elem_sep String name concode_elem_sep Priority traceLevel concode_elem_sep String FQCN concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep ...
void function ( Object arg0 ) { getLogger ( ) . log ( FQCN , Level . DEBUG , arg0 , null ) ; }
6,220
determine whether the specified expression represents a valid cron pattern . specifically , this method verifies that the expression contains six fields separated by single spaces . concode_field_sep BitSet daysOfMonth concode_elem_sep String expression concode_elem_sep BitSet minutes concode_elem_sep BitSet hours conc...
boolean function ( String arg0 ) { String [ ] loc0 = StringUtils . tokenizeToStringArray ( arg0 , "srini_string" ) ; return areValidCronFields ( loc0 ) ; }
6,221
returns the gadget id of this gadget . concode_field_sep Gadget _gadget concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.la...
long function ( ) { return _gadget . getGadgetId ( ) ; }
6,222
set current position concode_field_sep int pageElementCount concode_elem_sep int currentPage concode_elem_sep int currentElement concode_field_sep Iterator previousPage concode_elem_sep Iterator lastPage concode_elem_sep int getPageCount concode_elem_sep Iterator getPage concode_elem_sep Iterator nextPage concode_elem_...
void function ( int arg0 ) { if ( arg0 >= getPageCount ( ) || arg0 < 0 ) throw new IndexOutOfBoundsException ( ) ; if ( currentPage != arg0 ) invalidateBuffer ( ) ; currentPage = arg0 ; }
6,223
method getproject . concode_field_sep String[] arrKPA_ID concode_elem_sep StringMatrix mtxProductList concode_elem_sep StringMatrix mtxKpaList concode_elem_sep String strProject concode_elem_sep String strAccount concode_elem_sep String strListingName concode_elem_sep String[] arrIdList concode_elem_sep int intCurrentP...
String function ( ) { return strProject ; }
6,224
returns a supplier returning from the given supplier if this supplier throws an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep T getThrowing concode_elem_sep ThrowingSupplier<T> orTryWith concode_elem_sep ThrowingSupplier<T> orTryWith concode_elem_sep T get concode_elem_sep Supplier<T> orReturn...
Supplier < T > function ( Supplier < T > arg0 ) { return fallbackTo ( arg0 , null ) ; }
6,225
returns an ordered list of the elements in this expression . each element may be a native type or a select . concode_field_sep List<Object> elements concode_elem_sep Class<?> type concode_elem_sep Class<?> NATIVE_LIST_TYPE concode_field_sep Class<?> getType concode_elem_sep boolean isImmutable concode_elem_sep Selector...
List < Object > function ( ) { return elements ; }
6,226
returns a license key if one was provided , or null if not . concode_field_sep String iText concode_elem_sep String release concode_elem_sep String key concode_elem_sep Version version concode_elem_sep String iTextVersion concode_field_sep String getVersion concode_elem_sep String getProduct concode_elem_sep Version ge...
String function ( ) { return key ; }
6,227
this wo n't close the stream !! you have to close them . concode_field_sep PlaceHolder placeHolder concode_field_sep int ensureRead concode_elem_sep File copyStreamToTempFile concode_elem_sep String copyStreamToString concode_elem_sep boolean copyStreamToStream
boolean function ( InputStream arg0 , File arg1 ) { return copyStreamToFile ( arg0 , arg1 , false ) ; }
6,228
gets the value of the fltval property . concode_field_sep CTTLAnimVariantIntegerVal intVal concode_elem_sep CTTLAnimVariantFloatVal fltVal concode_elem_sep CTTLAnimVariantStringVal strVal concode_elem_sep CTTLAnimVariantBooleanVal boolVal concode_elem_sep CTColor clrVal concode_field_sep CTTLAnimVariantIntegerVal getIn...
CTTLAnimVariantFloatVal function ( ) { return fltVal ; }
6,229
checks if the room has a weapon in it . concode_field_sep String imageName concode_elem_sep String roomNameWest concode_elem_sep Gold gold concode_elem_sep boolean flagKilledCreature concode_elem_sep String roomNameNorth concode_elem_sep String roomNameSouth concode_elem_sep String description concode_elem_sep String N...
boolean function ( ) { return weapon != null ; }
6,230
returns the minimum bit array size m to satisfy the desired false positive probability based on the number of elements expected for the bloom filter . concode_field_sep double ELEMENT_SIZE_NUMERATOR_CALC concode_elem_sep double OPTIMAL_NUM_HASH_FUNCTIONS_MULTIPLIER concode_elem_sep double ARRAY_SIZE_DENOMINATOR_CALC co...
long function ( long arg0 , double arg1 ) { return ( long ) ( ( - arg0 * Math . log ( arg1 ) ) / ARRAY_SIZE_DENOMINATOR_CALC ) ; }
6,231
walks the temporary directory and deletes all of the files . this method runs asynchronously in a low priority thread , using the passed in timeout and time units . concode_field_sep ArrayList<String> createdThisSession concode_elem_sep String TAG concode_elem_sep ExecutorService service concode_elem_sep String previou...
void function ( long arg0 , TimeUnit arg1 ) { if ( ! tempDir . exists ( ) ) { Log . w ( TAG , "srini_string" ) ; return ; } ScheduledExecutorService loc0 = Executors . newSingleThreadScheduledExecutor ( ) ; loc0 . schedule ( new AsyncCleanup ( loc0 ) , arg0 , arg1 ) ; }
6,232
epr does n't have endpointname in the metadata concode_field_sep Localizer localizer concode_elem_sep LocalizableMessageFactory messageFactory concode_field_sep Localizable localizableNULL_ADDRESS concode_elem_sep Localizable localizableNOTFOUND_SERVICE_IN_WSDL concode_elem_sep String NULL_ADDRESS_SERVICE_ENDPOINT conc...
String function ( ) { return localizer . localize ( localizableNULL_PORTNAME ( ) ) ; }
6,233
throws an illegalstateexception if model is empty , attaches errorhint to the exception if errorhint ! = null concode_field_sep EventTypeEncodings encodings concode_elem_sep Logger logger concode_elem_sep Automaton model concode_elem_sep State first concode_elem_sep State second concode_field_sep void minimize concode_...
void function ( String arg0 ) { if ( model . isEmpty ( ) ) { throw new IllegalStateException ( "srini_string" + ( arg0 == null ? "srini_string" : "srini_string" + arg0 ) ) ; } }
6,234
wakes up the waiting thread . this method assumes external synchronization . concode_field_sep boolean aborted concode_elem_sep RouteSpecificPool pool concode_elem_sep Thread waiter concode_elem_sep Condition cond concode_field_sep Condition getCondition concode_elem_sep RouteSpecificPool getPool concode_elem_sep Threa...
void function ( ) { if ( this . waiter == null ) { throw new IllegalStateException ( "srini_string" ) ; } this . cond . signalAll ( ) ; }
6,235
sets the value of the track1 property . concode_field_sep String track1 concode_elem_sep String track2 concode_field_sep String getTrack2 concode_elem_sep String getTrack1 concode_elem_sep void setTrack2
void function ( String arg0 ) { this . track1 = arg0 ; }
6,236
sets the value of the verticalcentered property . concode_field_sep Object parent concode_elem_sep Boolean gridLinesSet concode_elem_sep Boolean verticalCentered concode_elem_sep Boolean gridLines concode_elem_sep Boolean headings concode_elem_sep Boolean horizontalCentered concode_field_sep boolean isVerticalCentered ...
void function ( Boolean arg0 ) { this . verticalCentered = arg0 ; }
6,237
progress condition : wait-free population oblivious concode_field_sep AtomicReference<TreeSet<E>> ref concode_field_sep boolean add concode_elem_sep boolean addAll concode_elem_sep boolean remove
boolean function ( Object arg0 ) { return ref . get ( ) . contains ( arg0 ) ; }
6,238
effectively close the executor so no new runnable is accepted and tries to terminate all the running thread for 2 seconds . threads must catch interruptedexception and check the interrupted flag and stop if it 's thread was interrupted . concode_field_sep SimpleDateFormat format concode_field_sep void sleep concode_ele...
void function ( ExecutorService arg0 ) { shutdownAndAwaitTermination ( arg0 , 2 ) ; }
6,239
checks that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void draw concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testE...
void function ( ) { XYDrawableAnnotation loc0 = new XYDrawableAnnotation ( 10.0 , 20.0 , 100.0 , 200.0 , new TestDrawable ( ) ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
6,240
test that this outputs a multi-xsd schema without errors , does n't assert that the output should look a particular way namespaces might be different with different jaxb versions concode_field_sep String SAMPLE_XML concode_field_sep void testMultiXSDWithStrictConstraints concode_elem_sep void generateSchemaAndValidate
void function ( ) { generateSchemaAndValidate ( true ) ; }
6,241
this statement is an assignment . concode_field_sep Arg[] args concode_elem_sep String assignClass concode_elem_sep Class<?> returnClass concode_elem_sep boolean assignment concode_elem_sep boolean staticCall concode_elem_sep String assignVariable concode_elem_sep String objectName concode_elem_sep String methodName co...
void function ( String arg0 , String arg1 ) { this . assignment = true ; this . assignClass = arg0 ; this . assignVariable = arg1 ; }
6,242
return availability of this resource concode_field_sep String bmxUrl concode_elem_sep Log log concode_elem_sep Pattern typePattern concode_elem_sep String DEFAULT_BMX_HANDLER_URL concode_elem_sep String vHost concode_field_sep String getBmxUrl concode_elem_sep Map<String,String> parseInput concode_elem_sep void stop co...
AvailabilityType function ( ) { return AvailabilityType . UP ; }
6,243
provides access to the classes discovered so far . if no calls have been made to any of the find methods , this set will be empty . concode_field_sep Class<? extends Annotation> annotation concode_elem_sep Class<?> parent concode_elem_sep Log log concode_elem_sep ClassLoader classloader concode_elem_sep Set<Class<? ext...
Set < Class < ? extends T >> function ( ) { return matches ; }
6,244
get number of candies from the candyjar . concode_field_sep PokemonGo pgo concode_elem_sep HashMap<PokemonFamilyId,Integer> candies concode_field_sep void addCandy concode_elem_sep void reset concode_elem_sep void removeCandy concode_elem_sep void setCandy
int function ( PokemonFamilyId arg0 ) { if ( candies . containsKey ( arg0 ) ) { return this . candies . get ( arg0 ) ; } else { return 0 ; } }
6,245
get the set key path . concode_field_sep boolean isCollection concode_elem_sep String navOrPropertyPath concode_elem_sep String selectList concode_elem_sep ContextURL contextURL concode_elem_sep String odataPath concode_elem_sep String entitySetOrSingletonOrType concode_elem_sep String keyPath concode_elem_sep URI serv...
String function ( ) { return keyPath ; }
6,246
ping the gateway concode_field_sep short sType concode_elem_sep Logger logger concode_elem_sep String sName concode_elem_sep int iSlot concode_elem_sep boolean isUpdated concode_elem_sep String sNote concode_elem_sep float fState concode_elem_sep int iSoulissNodeID concode_field_sep void setName concode_elem_sep void s...
void function ( DatagramSocket arg0 , short arg1 , short arg2 ) { logger . debug ( "srini_string" , getType ( ) , getName ( ) ) ; SoulissCommGate . sendPing ( arg0 , SoulissNetworkParameter . IPAddressOnLAN , arg1 , arg2 ) ; }
6,247
return a rating instance with a heart-based rating . create and return a new rating instance with a rating style of #rating_heart , and a heart-based rating . concode_field_sep int RATING_3_STARS concode_elem_sep int RATING_4_STARS concode_elem_sep Parcelable.Creator<RatingCompat> CREATOR concode_elem_sep int mRatingSt...
RatingCompat function ( boolean arg0 ) { return new RatingCompat ( RATING_HEART , arg0 ? 1.0f : 0.0f ) ; }
6,248
the album the recording came from . concode_field_sep PlaceHolder placeHolder concode_field_sep String date concode_elem_sep String fileName concode_elem_sep String copyright concode_elem_sep String author concode_elem_sep String composer concode_elem_sep int length concode_elem_sep String title concode_elem_sep int sa...
String function ( ) { return "srini_string" ; }
6,249
signifies the value for the faultaction response ws-addressing faultto header that is provided by the method . concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep URI outputAction concode_elem_sep String expression concode_elem_sep WebServiceMessageSender messageSender concode_elem_sep WebService...
void function ( String arg0 ) { if ( StringUtils . hasText ( arg0 ) ) { setFaultTo ( new URI ( arg0 ) ) ; } }
6,250
the artifactid to use or null if it should not be customized . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String packaging concode_elem_sep String language concode_elem_sep L...
String function ( ) { return this . artifactId ; }
6,251
sets value to position index . if the index is out of bounds the value will be added at the end of the vector concode_field_sep List<T> _vector concode_field_sep boolean isAllElementsEqual concode_elem_sep boolean hasDuplicates concode_elem_sep int countElements concode_elem_sep List<T> getVector concode_elem_sep T get...
void function ( int arg0 , T arg1 ) { try { _vector . set ( arg0 , arg1 ) ; } catch ( IndexOutOfBoundsException loc0 ) { _vector . add ( arg0 , arg1 ) ; } }
6,252
retry listeners to apply to all operations . concode_field_sep Map<Method,MethodInterceptor> delegates concode_elem_sep Sleeper sleeper concode_elem_sep BeanFactory beanFactory concode_elem_sep RetryListener[] listeners concode_elem_sep RetryContextCache retryContextCache concode_elem_sep NewMethodArgumentsIdentifier n...
void function ( Collection < RetryListener > arg0 ) { ArrayList < RetryListener > loc0 = new ArrayList < RetryListener > ( arg0 ) ; AnnotationAwareOrderComparator . sort ( loc0 ) ; this . listeners = loc0 . toArray ( new RetryListener [ 0 ] ) ; }
6,253
execute the callables by a number of threads concode_field_sep boolean isAccumulative concode_elem_sep long start concode_elem_sep int MACHEPS_EXPONENT concode_elem_sep PrintStream out concode_elem_sep PrintStream err concode_elem_sep long previous concode_elem_sep Semaphore JOB_SEMAPHORE concode_elem_sep int DOUBLE_PR...
void function ( int arg0 , List < E > arg1 ) { final ExecutorService loc0 = Executors . newFixedThreadPool ( arg0 ) ; final List < Future < T >> loc1 = loc0 . invokeAll ( arg1 ) ; for ( Future < T > loc2 : loc1 ) loc2 . get ( ) ; }
6,254
returns an array of dataflavor objects indicating the flavors the data can be provided in . the array should be ordered according to preference for providing the data from most richly descriptive to least descriptive . concode_field_sep String fieldName concode_elem_sep DataFlavor ELEMENT_FLAVOR concode_field_sep boole...
DataFlavor [ ] function ( ) { return new DataFlavor [ ] { ELEMENT_FLAVOR } ; }
6,255
returns the bayes instantiated model that is being updated . concode_field_sep long serialVersionUID concode_elem_sep SemEvidence evidence concode_elem_sep SemIm semIm concode_field_sep SemEvidence getEvidence concode_elem_sep SemUpdater serializableInstance concode_elem_sep SemGraph createManipulatedGraph concode_elem...
SemIm function ( ) { return this . semIm ; }
6,256
method to get the type of language . concode_field_sep Object compiled concode_elem_sep String name concode_elem_sep ScriptService.ScriptType type concode_elem_sep String lang concode_field_sep Object compiled concode_elem_sep String name concode_elem_sep String toString concode_elem_sep String lang
ScriptService . ScriptType function ( ) { return type ; }
6,257
returns the address for undertow to bind to . concode_field_sep Class<?>[] DEPENDENCIES concode_elem_sep String DEFAULT_RESPONSE concode_elem_sep HttpHandler DEFAULT_HANDLER concode_field_sep int getPort concode_elem_sep void activate concode_elem_sep ServiceName getServiceName concode_elem_sep void handleRequest conco...
String function ( ) { return TestSuiteEnvironment . getHttpAddress ( ) ; }
6,258
emit a graph to an output stream in graphviz format using this writer . concode_field_sep GraphStyle style concode_field_sep placeholderType placeHolder
void function ( OutputStream arg0 , Walker arg1 ) { if ( arg0 instanceof PrintStream ) { emit ( arg1 , new GraphvizRenderer ( style , ( PrintStream ) arg0 ) ) ; } else { emit ( arg1 , new GraphvizRenderer ( style , new PrintStream ( arg0 ) ) ) ; } }
6,259
sets the node . concode_field_sep Logger logger concode_elem_sep String node concode_elem_sep String password concode_elem_sep int port concode_elem_sep String userName concode_elem_sep AerospikeClient client concode_field_sep void setPassword concode_elem_sep void disconnect concode_elem_sep void setUserName concode_e...
void function ( @ NotNull String arg0 ) { this . node = arg0 ; }
6,260
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getRealPathFromURI_API11to18 concode_elem_sep String getDat...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
6,261
returns an inputstream object that contains a partial blob value , starting with the byte specified by pos , which is length bytes in length . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_elem_sep BlobDataID originalBlob concode_elem_sep int colIn...
InputStream function ( long arg0 , long arg1 ) { if ( ! isInLimits ( Long . MAX_VALUE , arg0 - 1 , arg1 ) ) { throw JDBCUtil . outOfRangeArgument ( ) ; } return new BlobInputStream ( session , blob , arg0 - 1 , arg1 ) ; }
6,262
get the current outputstream . do not store it - it may change from call to call . concode_field_sep ByteArrayOutputStream output concode_elem_sep int hintSize concode_field_sep int getSize concode_elem_sep void clear concode_elem_sep void write concode_elem_sep int outputContents
OutputStream function ( ) { if ( output == null ) { if ( this . hintSize <= 0 ) { output = new ByteArrayOutputStream ( 512 ) ; } else { output = new ByteArrayOutputStream ( this . hintSize ) ; } } return output ; }
6,263
for added parameters , returns expression which should be created at the call site . by default it 's expression based on #getdefaultvalue string representation or default value for a typecould be overridden to provide values which depend on the call site concode_field_sep PlaceHolder placeHolder concode_field_sep void...
PsiElement function ( PsiElement arg0 , Object arg1 ) { return null ; }
6,264
/ / warn / ^ warn / some javadoc . / ^ warn / / / warn / ^ warn / some javadoc . / / warn concode_field_sep InnerInputCorrectJavaDocParagraphCheck anon concode_elem_sep byte NUL concode_field_sep placeholderType placeHolder
boolean function ( ) { return false ; }
6,265
gets the value of the attributes property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the attributes property . for example , to add a new item ,...
List < FeedAttribute > function ( ) { if ( attributes == null ) { attributes = new ArrayList < FeedAttribute > ( ) ; } return this . attributes ; }
6,266
returns the value of field ` content ' . the field ` content ' has the following description : internal content storage concode_field_sep java.lang.String _content concode_elem_sep java.lang.String _id concode_field_sep void setContent concode_elem_sep nl.tjonahen.cpv.applicationxml.Connector unmarshal concode_elem_sep...
java . lang . String function ( ) { return this . _content ; }
6,267
returns the task 's configuration object . concode_field_sep int numberOfSubtasks concode_elem_sep String invokableClassName concode_elem_sep JobVertexID vertexID concode_elem_sep Configuration taskConfiguration concode_elem_sep List<BlobKey> requiredJarFiles concode_elem_sep int targetSlotNumber concode_elem_sep JobID...
Configuration function ( ) { return taskConfiguration ; }
6,268
the number of sockets on the dedicated host . concode_field_sep Integer totalVCpus concode_elem_sep Integer cores concode_elem_sep String instanceType concode_elem_sep Integer sockets concode_field_sep void setCores concode_elem_sep void setSockets concode_elem_sep HostProperties withSockets concode_elem_sep HostProper...
Integer function ( ) { return sockets ; }
6,269
returns the first item . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep int[] items concode_field_sep void mul concode_elem_sep void insert concode_elem_sep int pop concode_elem_sep int random concode_elem_sep boolean removeAll concode_elem_sep void truncate concode_elem_sep int hashCode c...
int function ( ) { if ( size == 0 ) throw new IllegalStateException ( "srini_string" ) ; return items [ 0 ] ; }
6,270
returns true if type is one of the nineprimitive-wrapper types , such as integer . concode_field_sep Map<Class<?>,Class<?>> PRIMITIVE_TO_WRAPPER_TYPE concode_elem_sep Map<Class<?>,Class<?>> WRAPPER_TO_PRIMITIVE_TYPE concode_field_sep void add concode_elem_sep boolean isPrimitive concode_elem_sep Class<T> wrap concode_e...
boolean function ( Type arg0 ) { return WRAPPER_TO_PRIMITIVE_TYPE . containsKey ( $Gson$Preconditions . checkNotNull ( arg0 ) ) ; }
6,271
returns the number of bytes of current input remaining to be read by the inflater . concode_field_sep boolean needsDictionary concode_elem_sep int inLength concode_elem_sep long streamHandle concode_elem_sep boolean finished concode_elem_sep int inRead concode_field_sep boolean needsDictionary concode_elem_sep int getA...
int function ( ) { return inLength - inRead ; }
6,272
sets the value of the dateofbirth property . concode_field_sep String number concode_elem_sep String dateOfBirth concode_elem_sep String state concode_field_sep String getNumber concode_elem_sep String getState concode_elem_sep String getDateOfBirth concode_elem_sep void setState concode_elem_sep void setNumber
void function ( String arg0 ) { this . dateOfBirth = arg0 ; }
6,273
returns whether the matrix is the same as this matrix . concode_field_sep int m_columns concode_elem_sep double[][] m_data concode_elem_sep int m_rows concode_field_sep Matrix minus concode_elem_sep Matrix times concode_elem_sep void swap concode_elem_sep Matrix identity concode_elem_sep Matrix solve concode_elem_sep S...
boolean function ( Matrix arg0 ) { Matrix loc0 = this ; if ( arg0 . m_rows != loc0 . m_rows || arg0 . m_columns != loc0 . m_columns ) { return false ; } for ( int loc1 = 0 ; loc1 < m_rows ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < m_columns ; loc2 ++ ) { if ( loc0 . m_data [ loc1 ] [ loc2 ] != arg0 . m_data [ loc1 ] [ l...
6,274
add inputs that are optional concode_field_sep List<FormValidator> mGlobalValidators concode_elem_sep List<String> mAllInputs concode_elem_sep List<String> mValidationErrors concode_elem_sep Request mRequest concode_elem_sep Map<String,List<FormInputValidator>> mInputValidators concode_elem_sep List<String> mRequiredIn...
void function ( String ... arg0 ) { addInputs ( arg0 ) ; }
6,275
returns the number of rows matching the dynamic query . concode_field_sep PhoneLocalService _service concode_field_sep com.liferay.portal.kernel.model.Phone getPhone concode_elem_sep com.liferay.portal.kernel.model.Phone getPhoneByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
6,276
sets the value of the rval property . concode_field_sep AdGroupBidModifierPage rval concode_field_sep AdGroupBidModifierPage getRval
void function ( AdGroupBidModifierPage arg0 ) { this . rval = arg0 ; }
6,277
gets the start line number in the jsp file of the jsp element responsible for the compilation error . concode_field_sep int javaLineNum concode_elem_sep String javaFileName concode_elem_sep int jspBeginLineNum concode_elem_sep StringBuilder errMsg concode_elem_sep String jspExtract concode_elem_sep String jspFileName c...
int function ( ) { return this . jspBeginLineNum ; }
6,278
returns the date of creation of a shoppinglist concode_field_sep String name concode_elem_sep int id concode_elem_sep int productCount concode_elem_sep Date dateOfCreation concode_elem_sep List<Product> products concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setProductCount concode...
Date function ( ) { return dateOfCreation ; }
6,279
identifying manager for this host . keymanagerfactory may be null forclient contexts , which disables mutual authentication . using a keymanagerfactory is only supported for sslprovider #jdk ; for other providers , you must use #keymanager file , file or #keymanager file , file , string . concode_field_sep X509Certific...
SslContextBuilder function ( KeyManagerFactory arg0 ) { if ( forServer ) { checkNotNull ( arg0 , "srini_string" ) ; } keyCertChain = null ; key = null ; keyPassword = null ; this . keyManagerFactory = arg0 ; return this ; }
6,280
gets the reason phrase from the origin httpresponse , for example , `` not modified '' . concode_field_sep Map<String,String> variantMap concode_elem_sep StatusLine statusLine concode_elem_sep HeaderGroup responseHeaders concode_elem_sep Resource resource concode_elem_sep Date requestDate concode_elem_sep long serialVe...
String function ( ) { return this . statusLine . getReasonPhrase ( ) ; }
6,281
return type metadata object concode_field_sep java.lang.Long labelId concode_elem_sep com.google.api.ads.dfp.axis.v201502.CreativeWrapperHtmlSnippet footer concode_elem_sep com.google.api.ads.dfp.axis.v201502.CreativeWrapperOrdering ordering concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_se...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
6,282
add all the properties found in the argument named ` props ' to an interpretationcontext . concode_field_sep PlaceHolder placeHolder concode_field_sep Scope stringToScope concode_elem_sep void setProperty
void function ( InterpretationContext arg0 , Properties arg1 , Scope arg2 ) { switch ( arg2 ) { case LOCAL : arg0 . addSubstitutionProperties ( arg1 ) ; break ; case CONTEXT : ContextUtil loc0 = new ContextUtil ( arg0 . getContext ( ) ) ; loc0 . addProperties ( arg1 ) ; break ; case SYSTEM : OptionHelper . setSystemPro...
6,283
sets the url to the photo . concode_field_sep Bitmap bitmap concode_elem_sep Uri imageUrl concode_elem_sep Creator<SharePhoto> CREATOR concode_elem_sep boolean userGenerated concode_field_sep Builder setUserGenerated concode_elem_sep boolean getUserGenerated concode_elem_sep Builder readFrom concode_elem_sep Builder re...
Builder function ( @ Nullable final Uri arg0 ) { this . imageUrl = arg0 ; return this ; }
6,284
compare the coordinate of each given dependency for equivalence . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
boolean function ( Dependency arg0 , Dependency arg1 ) { if ( arg0 == arg1 ) { return true ; } if ( ( arg0 == null ) && ( arg1 == null ) ) { return true ; } else if ( ( arg0 == null ) || ( arg1 == null ) ) { return false ; } return areEquivalent ( arg0 . getCoordinate ( ) , arg1 . getCoordinate ( ) ) ; }
6,285
sets the value of the startdatetime property . concode_field_sep String startDateTime concode_elem_sep String lastModifiedDateTime concode_elem_sep ExperimentServingStatus servingStatus concode_elem_sep Long campaignId concode_elem_sep String name concode_elem_sep Long id concode_elem_sep Long controlId concode_elem_se...
void function ( String arg0 ) { this . startDateTime = arg0 ; }
6,286
sets the default max size of a stanza / packet collector before it will delete the older packets . concode_field_sep List<XMPPInputOutputStream> compressionHandlers concode_elem_sep ParsingExceptionCallback defaultCallback concode_elem_sep SmackDebuggerFactory debuggerFactory concode_elem_sep List<String> defaultMechs ...
void function ( int arg0 ) { packetCollectorSize = arg0 ; }
6,287
wait until at least one token is available , and then acquire it , and reduce the value . concode_field_sep int value concode_field_sep void release concode_elem_sep void release concode_elem_sep int tryAcquireAll
void function ( ) { while ( value < 1 ) { wait ( ) ; } value -- ; }
6,288
converts a float value to a sortable int . concode_field_sep PlaceHolder placeHolder concode_field_sep long doubleToSortableLong concode_elem_sep float sortableIntToFloat concode_elem_sep double sortableLongToDouble
int function ( float arg0 ) { int loc0 = Float . floatToIntBits ( arg0 ) ; return loc0 ^ ( loc0 >> 31 ) & Integer . MAX_VALUE ; }
6,289
returns a mutable set of errorpage errorpages that will be used whenhandling exceptions . concode_field_sep boolean persistSession concode_elem_sep InetAddress address concode_elem_sep String contextPath concode_elem_sep String displayName concode_elem_sep MimeMappings mimeMappings concode_elem_sep int port concode_ele...
Set < ErrorPage > function ( ) { return this . errorPages ; }
6,290
returns the user id of this meetups registration . concode_field_sep MeetupsRegistration _meetupsRegistration concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep...
long function ( ) { return _meetupsRegistration . getUserId ( ) ; }
6,291
instance group ids of the newly created instance groups . concode_field_sep com.amazonaws.internal.SdkInternalList<String> instanceGroupIds concode_elem_sep String jobFlowId concode_field_sep void setJobFlowId concode_elem_sep String getJobFlowId concode_elem_sep AddInstanceGroupsResult withJobFlowId concode_elem_sep v...
java . util . List < String > function ( ) { if ( instanceGroupIds == null ) { instanceGroupIds = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return instanceGroupIds ; }
6,292
fill an array with the given value . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillInt concode_elem_sep void fillByte
void function ( byte [ ] arg0 , byte arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { arg0 [ loc0 ] = arg1 ; } }
6,293
gets the item table . concode_field_sep List itemTable concode_field_sep void init concode_elem_sep void setItemTable concode_elem_sep double getTotal concode_elem_sep List getShoppingList
List function ( ) { return itemTable ; }
6,294
determine whether a query is plsenabled . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean referToRecAggrBinding concode_elem_sep int getOutmostPlsGroupLevel concode_elem_sep List<String> getReCalGroupNames concode_elem_sep boolean isPLSProcessedBinding concode_elem_sep IQueryDefinition populateBindi...
boolean function ( IQueryDefinition arg0 ) { return arg0 . getQueryExecutionHints ( ) != null && arg0 . getQueryExecutionHints ( ) . getTargetGroupInstances ( ) . size ( ) > 0 ; }
6,295
delete the named file concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep FileUtil fileUtil concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement concode_elem_sep java.io.InputStream openInputStreamElem...
void function ( String arg0 ) { ( new File ( arg0 ) ) . delete ( ) ; }
6,296
a convenience method that performs click-and-hold at the location of the source element , moves to the location of the target element , then releases the mouse . concode_field_sep Mouse mouse concode_elem_sep Keyboard keyboard concode_elem_sep WebDriver driver concode_elem_sep CompositeAction action concode_field_sep A...
Actions function ( WebElement arg0 , WebElement arg1 ) { action . addAction ( new ClickAndHoldAction ( mouse , ( Locatable ) arg0 ) ) ; action . addAction ( new MoveMouseAction ( mouse , ( Locatable ) arg1 ) ) ; action . addAction ( new ButtonReleaseAction ( mouse , ( Locatable ) arg1 ) ) ; return this ; }
6,297
encodes the given uri user info with the given encoding . concode_field_sep String LAST_PATTERN concode_elem_sep String QUERY_PATTERN concode_elem_sep Pattern URI_PATTERN concode_elem_sep String HTTP_PATTERN concode_elem_sep String USERINFO_PATTERN concode_elem_sep String PORT_PATTERN concode_elem_sep Pattern HTTP_URL_...
String function ( String arg0 , String arg1 ) { return HierarchicalUriComponents . encodeUriComponent ( arg0 , arg1 , HierarchicalUriComponents . Type . USER_INFO ) ; }
6,298
add the given handlermethodreturnvaluehandler s. concode_field_sep Log logger concode_elem_sep List<HandlerMethodReturnValueHandler> returnValueHandlers concode_field_sep HandlerMethodReturnValueHandlerComposite addHandler concode_elem_sep boolean supportsReturnType concode_elem_sep boolean isAsyncReturnValue concode_e...
HandlerMethodReturnValueHandlerComposite function ( List < ? extends HandlerMethodReturnValueHandler > arg0 ) { if ( arg0 != null ) { for ( HandlerMethodReturnValueHandler loc0 : arg0 ) { this . returnValueHandlers . add ( loc0 ) ; } } return this ; }
6,299
create an instance of jaxbelement concode_field_sep QName _Lock_QNAME concode_elem_sep QName _Clippath_QNAME concode_elem_sep QName _Shapelayout_QNAME concode_elem_sep QName _Fill_QNAME concode_elem_sep QName _Ink_QNAME concode_elem_sep QName _Left_QNAME concode_elem_sep QName _Signatureline_QNAME concode_elem_sep QNam...
JAXBElement < CTStrokeChild > function ( CTStrokeChild arg0 ) { return new JAXBElement < CTStrokeChild > ( _Left_QNAME , CTStrokeChild . class , null , arg0 ) ; }