idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
11,400
needs to be called when the shape is no longer used , e.g. after a fixture was created based on the shape . concode_field_sep long addr concode_field_sep void jniSetRadius concode_elem_sep void jniDispose concode_elem_sep Type getType concode_elem_sep float jniGetRadius concode_elem_sep float getRadius concode_elem_sep...
void function ( ) { jniDispose ( addr ) ; }
11,401
gets the value of the refid property . concode_field_sep String refId concode_field_sep void setRefId
String function ( ) { return refId ; }
11,402
get the slug value . concode_field_sep String filetype concode_elem_sep boolean noOp concode_elem_sep boolean checksumError concode_elem_sep String filepath concode_elem_sep String destination concode_elem_sep String onBehalfOf concode_elem_sep String packaging concode_elem_sep String userAgent concode_elem_sep boolean...
String function ( ) { return this . slug ; }
11,403
sets the wed close of this org labor . concode_field_sep OrgLabor _orgLabor concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setSunClose concode_elem_sep boole...
void function ( int arg0 ) { _orgLabor . setWedClose ( arg0 ) ; }
11,404
sets the value of the scountryname property . concode_field_sep String sCountryName concode_field_sep String getSCountryName
void function ( String arg0 ) { this . sCountryName = arg0 ; }
11,405
flushes to database . clears created and deleted map . puts this in the soft map . caller must remove from hard map . concode_field_sep String filterKey concode_elem_sep Serializable selId concode_elem_sep Set<Serializable> existing concode_elem_sep Map<Serializable,Selection> hardMap concode_elem_sep Log log concode_e...
void function ( ) { if ( created != null ) { if ( existing == null ) { existing = new HashSet < Serializable > ( ) ; } existing . addAll ( created ) ; warnIfBig ( created . size ( ) ) ; created = null ; } deleted = null ; softMap . put ( selId , this ) ; }
11,406
check server trusted concode_field_sep PlaceHolder placeHolder concode_field_sep void checkClientTrusted concode_elem_sep X509Certificate[] getAcceptedIssuers
void function ( X509Certificate [ ] arg0 , String arg1 ) { }
11,407
sets a new value for a given key . an older value is overwritten . concode_field_sep ConcurrentHashMap<K,ManagedReference<V>> internalMap concode_elem_sep ReferenceBundle bundle concode_field_sep V get concode_elem_sep void setBundle
void function ( final K arg0 , V arg1 ) { ManagedReference < V > loc0 = new ManagedReference < V > ( bundle , arg1 ) { @ Override public void finalizeReference ( ) { super . finalizeReference ( ) ; internalMap . remove ( arg0 , get ( ) ) ; } } ; internalMap . put ( arg0 , loc0 ) ; }
11,408
reset the loop counter . concode_field_sep StringBuilder builder concode_elem_sep int index concode_field_sep void appendExceptFirst concode_elem_sep int length concode_elem_sep void appendOnlyFirst concode_elem_sep String toString concode_elem_sep StatementBuilder append concode_elem_sep StatementBuilder append concod...
StatementBuilder function ( ) { index = 0 ; return this ; }
11,409
deletes the akismet data with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep AkismetDataLocalService _akismetDataLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.akismet.mo...
com . liferay . akismet . model . AkismetData function ( long arg0 ) { return _akismetDataLocalService . deleteAkismetData ( arg0 ) ; }
11,410
returns the name of the input jar , where to read classes from . concode_field_sep Filter mFilter concode_elem_sep boolean mVerbose concode_elem_sep boolean mDumpSource concode_elem_sep String mInputJarPath concode_elem_sep String mOutputJarPath concode_field_sep void addStringsFromFile concode_elem_sep void process co...
String function ( ) { return mInputJarPath ; }
11,411
this should write the codecfactory from the cdr intput stream , but this is not possible as codecfactory is a local object . concode_field_sep String UNSUPPORTED concode_field_sep CodecFactory extract concode_elem_sep CodecFactory read concode_elem_sep void insert concode_elem_sep CodecFactory narrow concode_elem_sep S...
void function ( OutputStream arg0 , CodecFactory arg1 ) { throw new MARSHAL ( UNSUPPORTED , 0 , CompletionStatus . COMPLETED_NO ) ; }
11,412
get item xml for a given item type as a typeifc . concode_field_sep long ITEM_AUDIO concode_elem_sep long ITEM_TF concode_elem_sep long ITEM_ESSAY concode_elem_sep long ITEM_MCMC_SS concode_elem_sep long ITEM_MXSURVEY concode_elem_sep long ITEM_CALCQ concode_elem_sep Log log concode_elem_sep long ITEM_MCSC concode_elem...
Item function ( Long arg0 ) { AuthoringXml loc0 = getAuthoringXml ( ) ; InputStream loc1 ; String loc2 = getTemplateFromType ( arg0 ) ; loc1 = loc0 . getTemplateInputStream ( loc2 ) ; Item loc3 = readXMLDocument ( loc1 ) ; return loc3 ; }
11,413
logout from fb concode_field_sep GDXFacebook fbHandle concode_elem_sep Long userID concode_elem_sep boolean isLogonReadPermission concode_elem_sep String username concode_elem_sep boolean isLogonPublishPermission concode_elem_sep FBService inst concode_elem_sep Result lastActionResult concode_field_sep boolean isLogonR...
void function ( ) { fbHandle . signOut ( false ) ; isLogonReadPermission = true ; isLogonPublishPermission = false ; }
11,414
increments by one the value currently associated with key , and returns the new value . concode_field_sep Map<K,Long> asMap concode_elem_sep ConcurrentHashMap<K,AtomicLong> map concode_field_sep long getAndIncrement concode_elem_sep Map<K,Long> createAsMap concode_elem_sep Map<K,Long> asMap concode_elem_sep boolean con...
long function ( K arg0 ) { return addAndGet ( arg0 , 1 ) ; }
11,415
check if global securitycontroller was already installed . concode_field_sep SecurityController global concode_field_sep void initGlobal concode_elem_sep Class<?> getStaticSecurityDomainClass concode_elem_sep GeneratedClassLoader createLoader concode_elem_sep Class<?> getStaticSecurityDomainClassInternal concode_elem_s...
boolean function ( ) { return global != null ; }
11,416
find the _ fields constant that matches fieldid , or null if its not found . concode_field_sep org.apache.thrift.protocol.TField SCRIPT_FIELD_DESC concode_elem_sep String _fieldName concode_elem_sep org.apache.thrift.protocol.TStruct STRUCT_DESC concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,org.apache.t...
_Fields function ( int arg0 ) { switch ( arg0 ) { case 1 : return EXECUTION_COMMAND ; case 2 : return SCRIPT ; default : return null ; } }
11,417
returns the reference to the archiveregistry . concode_field_sep StringBuilder xmlConfig concode_elem_sep ArchiveRegistry archives concode_elem_sep ComponentRegistry components concode_elem_sep boolean enableStatsOutput concode_elem_sep boolean enableZipCompression concode_elem_sep boolean enable7Zip concode_elem_sep O...
ArchiveRegistry function ( ) { return archives ; }
11,418
a role for impersonation for delivering log events to the target . concode_field_sep Long creationTime concode_elem_sep String roleArn concode_elem_sep String destinationName concode_elem_sep String accessPolicy concode_elem_sep String arn concode_elem_sep String targetArn concode_field_sep Destination withAccessPolicy...
String function ( ) { return this . roleArn ; }
11,419
updates an existing usergroup in the db concode_field_sep MenuIoOperations ioOperations concode_field_sep String getUsrInfo concode_elem_sep boolean updatePassword concode_elem_sep boolean setGroupMenu concode_elem_sep ArrayList<User> getUser concode_elem_sep ArrayList<User> getUser concode_elem_sep boolean newUser con...
boolean function ( UserGroup arg0 ) { try { return ioOperations . updateUserGroup ( arg0 ) ; } catch ( OHException loc0 ) { JOptionPane . showMessageDialog ( null , loc0 . getMessage ( ) ) ; return false ; } }
11,420
sets the value of the ` xlink : role ' attribute of the given element . concode_field_sep PlaceHolder placeHolder concode_field_sep String getXLinkHref concode_elem_sep void setXLinkHref concode_elem_sep String getXLinkShow concode_elem_sep void setXLinkShow concode_elem_sep String getXLinkTitle concode_elem_sep String...
void function ( Element arg0 , String arg1 ) { arg0 . setAttributeNS ( XLINK_NAMESPACE_URI , "srini_string" , arg1 ) ; }
11,421
gets the language , if present concode_field_sep String[] GENRES concode_elem_sep String description concode_elem_sep String language concode_elem_sep String text concode_field_sep String getTitle concode_elem_sep String getYear concode_elem_sep String getGenre concode_elem_sep String getComposer concode_elem_sep Strin...
String function ( ) { return language ; }
11,422
gets queuing options . when used with a string , can be ` front ' or ` end ' to queue the effect in the global effects queue at the beginning or end , or a queue parameter object that can have position : ` front/end ' , scope : ` scope ' , limit :1 concode_field_sep boolean fired concode_elem_sep boolean submit concode...
String function ( ) { return queue ; }
11,423
returns the destination port of this udpslaveterminal . concode_field_sep int m_LocalPort concode_elem_sep int m_Timeout concode_elem_sep InetAddress m_LocalAddress concode_elem_sep int m_RemotePort concode_elem_sep InetAddress m_RemoteAddress concode_elem_sep DatagramSocket m_Socket concode_elem_sep Logger logger conc...
int function ( ) { return m_RemotePort ; }
11,424
returns the number of times #get returned null or required a newvalue to be created . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_el...
int function ( ) { return missCount ; }
11,425
gets motechuser with given email concode_field_sep MotechUsersDataService dataService concode_field_sep void add concode_elem_sep List<MotechUser> findByRole concode_elem_sep MotechUser findByUserName concode_elem_sep List<MotechUser> getUsers concode_elem_sep void addOpenIdUser concode_elem_sep void update concode_ele...
MotechUser function ( String arg0 ) { return null == arg0 ? null : dataService . findByEmail ( arg0 ) ; }
11,426
creates a connection factory instance . concode_field_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep Byte first concode_elem_sep ResourceAdapter ra concode_elem_sep Short second concode_field_sep void setSecond concode_elem_sep ManagedConnection createManag...
Object function ( ) { throw new ResourceException ( "srini_string" ) ; }
11,427
compareto concode_field_sep Long m_priority concode_elem_sep StatusDetails m_statusDetails concode_elem_sep String m_name concode_elem_sep long serialVersionUID concode_elem_sep Set<String> m_locations concode_elem_sep Integer m_id concode_elem_sep Set<GWTMonitoredService> m_services concode_field_sep void setName conc...
int function ( final ApplicationInfo arg0 ) { return new CompareToBuilder ( ) . append ( this . getStatusDetails ( ) , arg0 . getStatusDetails ( ) ) . append ( this . getPriority ( ) , arg0 . getPriority ( ) ) . append ( this . getName ( ) , arg0 . getName ( ) ) . append ( this . getId ( ) , arg0 . getId ( ) ) . toComp...
11,428
adds an object with a specified revision number . concode_field_sep List<Integer> revisionNumbers concode_elem_sep List<T> objects concode_field_sep T getObject concode_elem_sep int getRevisionNumber concode_elem_sep List<Integer> getRevisionNumbers concode_elem_sep int size concode_elem_sep void setRevisionNumber conc...
void function ( T arg0 , int arg1 ) { this . getObjects ( ) . add ( arg0 ) ; this . getRevisionNumbers ( ) . add ( arg1 ) ; }
11,429
get all books by book name vague query warning : this process could consume high because it can not make use of the index of the database . next version , we will use solr to solve this problem concode_field_sep BookInfoMapper infoMapper concode_field_sep BookInfo getByName concode_elem_sep List<BookInfo> getAllBooksBy...
List < BookInfo > function ( String arg0 ) { return infoMapper . getAllByVgName ( arg0 ) ; }
11,430
notify subclasses that the xtend file was successfully loaded concode_field_sep Resource xtendFile concode_elem_sep ExecutionContext executionContext concode_elem_sep Logger logger concode_field_sep void process concode_elem_sep ExecutionContext getExecutionContext concode_elem_sep Resource loadXtendFile concode_elem_s...
void function ( ) { }
11,431
determines if the receiver is constant . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean apply concode_elem_sep boolean apply concode_elem_sep boolean apply concode_elem_sep boolean apply concode_elem_sep boolean apply concode_elem_sep boolean apply concode_elem_sep boolean defaultHandler concode_el...
boolean function ( ) { return false ; }
11,432
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
ClassLoader function ( IProject arg0 ) { return createClassLoader ( arg0 , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
11,433
extract the forwardrequest from given any . this method uses the forwardrequestholder . concode_field_sep PlaceHolder placeHolder concode_field_sep ForwardRequest read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
ForwardRequest function ( Any arg0 ) { try { return ( ( ForwardRequestHolder ) arg0 . extract_Streamable ( ) ) . value ; } catch ( ClassCastException loc0 ) { BAD_OPERATION loc1 = new BAD_OPERATION ( id ( ) + "srini_string" ) ; loc1 . minor = Minor . Any ; loc1 . initCause ( loc0 ) ; throw loc1 ; } }
11,434
return the argument concode_field_sep NamingStrategy INSTANCE concode_field_sep String classToTableName concode_elem_sep String collectionTableName concode_elem_sep String propertyToColumnName concode_elem_sep String logicalColumnName concode_elem_sep String joinKeyColumnName concode_elem_sep String logicalCollectionCo...
String function ( String arg0 ) { return arg0 ; }
11,435
get the callablestatementcreatorfactory being used concode_field_sep String callString concode_elem_sep Map<String,RowMapper<?>> declaredRowMappers concode_elem_sep Log logger concode_elem_sep CallableStatementCreatorFactory callableStatementFactory concode_elem_sep JdbcTemplate jdbcTemplate concode_elem_sep boolean co...
CallableStatementCreatorFactory function ( ) { return this . callableStatementFactory ; }
11,436
returns the simulation length in milliseconds concode_field_sep int IS_FULL concode_elem_sep int simulationID concode_elem_sep Logger log concode_elem_sep int simulationLength concode_elem_sep int[] roles concode_elem_sep int flags concode_elem_sep String RESERVED concode_elem_sep String type concode_elem_sep String pa...
int function ( ) { return simulationLength ; }
11,437
this method is called once by the system when the request is about to be processed by the system . the library makes sure that a single request is pre-processed only once . please note : pre-processing does not run on the main thread , and thus any ui activities that you must perform should be properly dispatched to th...
void function ( AsyncHttpRequest arg0 ) { }
11,438
the message indicating that logs failed to be delivered . returns a reference to this object so that method calls can be chained together . concode_field_sep String bucketName concode_elem_sep String lastFailureMessage concode_elem_sep Boolean loggingEnabled concode_elem_sep java.util.Date lastSuccessfulDeliveryTime co...
EnableLoggingResult function ( String arg0 ) { this . lastFailureMessage = arg0 ; return this ; }
11,439
sets the value of the firstname property . concode_field_sep String lastName concode_elem_sep List<String> aliasName concode_elem_sep String militaryRank concode_elem_sep TimePeriod effectivePeriod concode_elem_sep String prefix concode_elem_sep String fullName concode_elem_sep String maidenName concode_elem_sep long s...
void function ( String arg0 ) { this . firstName = arg0 ; }
11,440
adds the ` orderby ' clause . concode_field_sep HashMap<String,Object> properties concode_field_sep String build concode_elem_sep SOSLReturningBuilder limit concode_elem_sep SOSLReturningBuilder orderBy concode_elem_sep SOSLReturningBuilder objectName concode_elem_sep SOSLReturningBuilder getInstanceWithObjectName conc...
SOSLReturningBuilder function ( String arg0 ) { properties . put ( "srini_string" , arg0 ) ; return this ; }
11,441
set matrix attribute values with values in this fxgmatrix object . concode_field_sep double a concode_elem_sep double b concode_elem_sep double c concode_elem_sep double d concode_elem_sep double tx concode_elem_sep double ty concode_field_sep void rotate concode_elem_sep FXGMatrix convertToMatrix concode_elem_sep void...
void function ( MatrixNode arg0 ) { arg0 . a = this . a ; arg0 . b = this . b ; arg0 . c = this . c ; arg0 . d = this . d ; arg0 . tx = this . tx ; arg0 . ty = this . ty ; }
11,442
returns the wrapped member , containing the injection point . concode_field_sep Field field concode_elem_sep MethodParameter methodParameter concode_elem_sep Annotation[] fieldAnnotations concode_field_sep MethodParameter getMethodParameter concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ...
Member function ( ) { return ( this . field != null ? this . field : this . methodParameter . getMember ( ) ) ; }
11,443
sets the spring bean id for this bean . concode_field_sep TestAnswerLocalService _testAnswerLocalService concode_field_sep java.util.List<com.liferay.lms.model.TestAnswer> getTestAnswers concode_elem_sep void setWrappedService concode_elem_sep com.liferay.lms.model.TestAnswer fetchTestAnswer concode_elem_sep java.util....
void function ( java . lang . String arg0 ) { _testAnswerLocalService . setBeanIdentifier ( arg0 ) ; }
11,444
disallows glsl fragment shaders to use different colors for front and back facing colors . with this , gl_backcolor in the vertex shader is ignored . it is disabled by default . concode_field_sep int VERTEX concode_elem_sep int GEOMETRY concode_elem_sep int FRAGMENT concode_field_sep void enableTwoSide concode_elem_sep...
void function ( ) { GL11 . glDisable ( GL20 . GL_VERTEX_PROGRAM_TWO_SIDE ) ; }
11,445
appends the child to the current location on hdfs . returns a new instance of location . concode_field_sep Path path concode_elem_sep FileSystem fs concode_elem_sep HDFSLocationFactory locationFactory concode_field_sep String getName concode_elem_sep Location renameTo concode_elem_sep String getOwner concode_elem_sep v...
Location function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 1 ) ; } return new HDFSLocation ( locationFactory , new Path ( URI . create ( path . toUri ( ) + "srini_string" + arg0 ) ) ) ; }
11,446
this method was generated by mybatis generator . this method returns the value of the database column public.countries.name _ es concode_field_sep String nameRu concode_elem_sep String nameAr concode_elem_sep String nameEs concode_elem_sep String nameZh concode_elem_sep String nameFr concode_elem_sep Integer id concode...
String function ( ) { return nameEs ; }
11,447
/ concode_field_sep char[] tapeSymbols concode_elem_sep char[] inputSymbols concode_elem_sep ArrayList<State> statesQ concode_elem_sep String statesStr concode_elem_sep ArrayList<String> haltStates concode_elem_sep Delta[] transitionFunction concode_elem_sep char blankSymbol concode_elem_sep String startState concode_e...
Delta [ ] function ( ) { Delta [ ] loc0 = this . transitionFunction ; return loc0 ; }
11,448
returns the icon to show in the run or debug toolwindow tab corresponding to this content . concode_field_sep ExecutionConsole myExecutionConsole concode_elem_sep boolean myReuseToolWindowActivation concode_elem_sep Runnable myActivationCallback concode_elem_sep boolean myActivateToolWindowWhenAdded concode_elem_sep JC...
Icon function ( ) { return myIcon ; }
11,449
sets the uuid of this k b folder . concode_field_sep KBFolder _kbFolder concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep long...
void function ( java . lang . String arg0 ) { _kbFolder . setUuid ( arg0 ) ; }
11,450
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
11,451
get how many slots allowed for one user to sign in in this meeting concode_field_sep boolean receiveEmailByOwner concode_elem_sep List<SignupTimeslot> signupTimeSlots concode_elem_sep String creatorUserId concode_elem_sep boolean createGroups concode_elem_sep Calendar cal concode_elem_sep net.fortuna.ical4j.model.compo...
Integer function ( ) { if ( maxNumOfSlots == null ) { maxNumOfSlots = new Integer ( 1 ) ; } return maxNumOfSlots ; }
11,452
disposes of any system resources or security-sensitive information the saslclient might be using . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslClient saslClient concode_elem_sep String expectedQop concode_field_sep byte[] firs...
void function ( ) { if ( saslClient != null ) { try { saslClient . dispose ( ) ; } catch ( SaslException loc0 ) { } finally { saslClient = null ; } } }
11,453
writes the specified quantity of zero 'd blocks . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COMPRESSION concode_elem_sep File targetFile conc...
void function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 ; loc0 ++ ) { write ( ZERO_BLOCK , ZERO_BLOCK . length ) ; } }
11,454
bind the given object to the current jndi context , using the given name . concode_field_sep Properties environment concode_elem_sep Log logger concode_field_sep void releaseContext concode_elem_sep Object lookup concode_elem_sep T lookup concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep Contex...
void function ( final String arg0 , final Object arg1 ) { if ( logger . isDebugEnabled ( ) ) { logger . debug ( "srini_string" + arg0 + "srini_string" ) ; } execute ( new JndiCallback < Object > ( ) { @ Override public Object doInContext ( Context arg2 ) throws NamingException { arg2 . bind ( arg0 , arg1 ) ; return nul...
11,455
get the 0-based line number of this line . concode_field_sep String fileName concode_elem_sep int lineIdx concode_elem_sep Set<LineHighlight> listeners concode_elem_sep Position pos concode_elem_sep Document doc concode_field_sep void removeUpdate concode_elem_sep String fileName concode_elem_sep void updatePosition co...
int function ( ) { return lineIdx ; }
11,456
the target namespace of this object , or null if it is unspecified . concode_field_sep String fData concode_elem_sep SchemaGrammar fGrammar concode_field_sep String getName concode_elem_sep boolean writeAnnotation concode_elem_sep short getType concode_elem_sep void writeToSAX concode_elem_sep String getAnnotationStrin...
String function ( ) { return null ; }
11,457
returns a new aggregate subscription whose #unsubscribe method calls unsubscribe on both this subscription and other subscription . concode_field_sep Subscription[] subscriptions concode_elem_sep Subscription EMPTY concode_elem_sep Subscription s1 concode_elem_sep Subscription s2 concode_field_sep void unsubscribe conc...
Subscription function ( Subscription arg0 ) { return new BiSubscription ( this , arg0 ) ; }
11,458
test method for activitycontroller #handleevent org.osgi.service.event.event verifies that illegalargumentexception is thrown when event 's activityevent #message_key property isnull . concode_field_sep ServerMessage mockServerMessage concode_elem_sep ServerSession mockServerSession concode_elem_sep HashMap<String,Obje...
void function ( ) { testEventProperties . put ( ActivityEvent . MESSAGE_KEY , null ) ; acitivityController . handleEvent ( new Event ( ActivityEvent . EVENT_TOPIC , testEventProperties ) ) ; }
11,459
add information message to a specific client . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Object ...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_WARN , arg1 , arg1 ) ) ; }
11,460
gets contained image concode_field_sep File file concode_elem_sep int imageNumber concode_elem_sep BufferedImage bufferedImage concode_elem_sep int imageNumberCounter concode_field_sep void resetImageNumberCounter concode_elem_sep String getOutputPrefix concode_elem_sep File getFile concode_elem_sep int getImageNumber
BufferedImage function ( ) { return this . bufferedImage ; }
11,461
clears all of the previously set sounds and events . concode_field_sep MediaPlayer mCurrentMediaPlayer concode_elem_sep HashMap<State,Integer> mSoundMap concode_elem_sep Context mContext concode_field_sep void onPullEvent concode_elem_sep void addSoundEvent concode_elem_sep void playSound concode_elem_sep MediaPlayer g...
void function ( ) { mSoundMap . clear ( ) ; }
11,462
return an iterable over all of the variables declared in this scope . concode_field_sep Scope parent concode_elem_sep int depth concode_elem_sep Map<String,Var> vars concode_elem_sep Var arguments concode_elem_sep Node rootNode concode_field_sep int getDepth concode_elem_sep Var declare concode_elem_sep Scope getGlobal...
Iterable < Var > function ( ) { return vars . values ( ) ; }
11,463
gets the itemid . concode_field_sep int itemId concode_elem_sep long serialVersionUID concode_elem_sep String trollBabyName concode_elem_sep Map<Integer,PetDetails> petDetails concode_elem_sep int npcId concode_elem_sep Player player concode_field_sep void init concode_elem_sep Player getPlayer concode_elem_sep boolean...
int function ( ) { return itemId ; }
11,464
returns the value for key replacing every occurrence of 0 with param . this is a shortcut method for values with only one placeholder . concode_field_sep String SUFFIX_NAME concode_elem_sep String SUFFIX_WIDTH concode_elem_sep String SUFFIX_FROMDATACACHE concode_elem_sep String SUFFIX_HEIGHT concode_elem_sep String SUF...
String function ( String arg0 , Object arg1 ) { return getString ( arg0 , new Object [ ] { arg1 } ) ; }
11,465
util method to wait for the list of elements to be present on the page . this method should be used while using page object factory model of locating strategy provided by the framework . concode_field_sep int DEFAULT_TIMEOUT concode_field_sep ExpectedCondition<Boolean> presenceOfElements concode_elem_sep ExpectedCondit...
void function ( WebDriver arg0 , List < WebElement > arg1 , long arg2 ) { WebDriverWait loc0 = new WebDriverWait ( arg0 , arg2 ) ; loc0 . until ( presenceOfElements ( arg1 ) ) ; }
11,466
checks that psi element represents item of json array . concode_field_sep PlaceHolder placeHolder concode_field_sep String stripQuotes concode_elem_sep String getElementTextWithoutHostEscaping concode_elem_sep boolean isEscapedChar concode_elem_sep PsiElement findFurthestSiblingOfSameType concode_elem_sep boolean isPro...
boolean function ( @ NotNull PsiElement arg0 ) { return arg0 instanceof JsonValue && arg0 . getParent ( ) instanceof JsonArray ; }
11,467
adds a connection event listener to the managedconnection instance . concode_field_sep ValidManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object ...
void function ( ConnectionEventListener arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } listeners . add ( arg0 ) ; }
11,468
get the fill area color for this plot . concode_field_sep DataLine dataLine concode_elem_sep Color color concode_elem_sep String legend concode_elem_sep Data pointSizes concode_elem_sep Data yData concode_elem_sep List<MarkedPoints> markedPointsList concode_elem_sep Priority priority concode_elem_sep List<Marker> marke...
Color function ( ) { return fillAreaColor ; }
11,469
returns the date/time when the message was sent or received . concode_field_sep String textMessage concode_elem_sep Contact from concode_elem_sep Contact to concode_elem_sep Date timestamp concode_field_sep String getTextMessage concode_elem_sep Contact getTo concode_elem_sep Contact getFrom
Date function ( ) { return timestamp ; }
11,470
given a path return the number of free bytes in the filesystem containing the path . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists
long function ( String arg0 ) { try { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 ; } catch ( IllegalArgumentException loc0 ) { return 0 ; } }
11,471
a convenience method for logging a ` debug ' message . concode_field_sep String contextPrefix concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void log concode_elem_sep void log concode_elem_sep boolean isInfoEnabled concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep b...
void function ( final Object arg0 ) { log ( LogTarget . DEBUG , arg0 ) ; }
11,472
get the report title . concode_field_sep Date modifiedOn concode_elem_sep String createdBy concode_elem_sep ReportParams reportParams concode_elem_sep String reportDefinitionXml concode_elem_sep String siteId concode_elem_sep String description concode_elem_sep boolean hidden concode_elem_sep String modifiedBy concode_...
String function ( ) { return title ; }
11,473
creates a timeevictor that keeps the given number of elements . concode_field_sep long windowSize concode_elem_sep long serialVersionUID concode_field_sep long getWindowSize concode_elem_sep String toString concode_elem_sep int evict
TimeEvictor < W > function ( Time arg0 ) { return new TimeEvictor < > ( arg0 . toMilliseconds ( ) ) ; }
11,474
set the rabbitproperties to use . concode_field_sep MessageConverter messageConverter concode_elem_sep RabbitProperties rabbitProperties concode_field_sep void configure concode_elem_sep void setMessageConverter
void function ( RabbitProperties arg0 ) { this . rabbitProperties = arg0 ; }
11,475
sets the buffering mode of the listener to record and return only the most recent the last , the latest velocityupdate . concode_field_sep Vector trackerUpdates concode_elem_sep Vector accelerationUpdates concode_elem_sep int LAST_UPDATE concode_elem_sep int velocityBufferMode concode_elem_sep Vector velocityUpdates co...
void function ( ) { velocityBufferMode = LAST_UPDATE ; if ( ! velocityUpdates . isEmpty ( ) ) { Object loc0 = velocityUpdates . lastElement ( ) ; velocityUpdates . removeAllElements ( ) ; velocityUpdates . addElement ( loc0 ) ; } }
11,476
returns true if this connection has been idle for longer than keepalivedurationns . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep So...
boolean function ( long arg0 ) { return getIdleStartTimeNs ( ) < System . nanoTime ( ) - arg0 ; }
11,477
setdefaultmap concode_field_sep List<String> m_users concode_elem_sep String m_name concode_elem_sep String m_comments concode_elem_sep List<String> m_authorizedCategories concode_elem_sep String m_defaultMap concode_elem_sep List<String> m_dutySchedules concode_field_sep void setName concode_elem_sep String getDefault...
void function ( String arg0 ) { m_defaultMap = arg0 ; }
11,478
returns the data at the specified position in the ancillary data list of this isolate . concode_field_sep ArrayList<String> values concode_field_sep void add concode_elem_sep void set concode_elem_sep int length concode_elem_sep int weight concode_elem_sep String toString concode_elem_sep String getID
String function ( int arg0 ) { if ( arg0 < 0 || arg0 >= length ( ) ) return null ; return values . get ( arg0 ) ; }
11,479
sets the output . concode_field_sep OutputStream output concode_elem_sep String LINE_SEPARATOR concode_elem_sep boolean disabled concode_field_sep void printLine concode_elem_sep void printLine concode_elem_sep void printLine concode_elem_sep void print concode_elem_sep void print concode_elem_sep void formatLine conco...
void function ( OutputStream arg0 ) { output = arg0 ; }
11,480
instantiate generic function processor . concode_field_sep PlaceHolder placeHolder concode_field_sep Object process concode_elem_sep Object process concode_elem_sep Object process concode_elem_sep Object process concode_elem_sep ExprNodeDesc processColumnDesc concode_elem_sep NodeProcessor getFieldProcessor concode_ele...
NodeProcessor function ( ) { return new GenericFuncExprProcessor ( ) ; }
11,481
return the number of days in the given month . concode_field_sep int MILLIS_PER_SECOND concode_elem_sep int JULIAN_1_CE concode_elem_sep int[] DAYS_BEFORE concode_elem_sep int MILLIS_PER_HOUR concode_elem_sep long MIN_MILLIS concode_elem_sep int[] MONTH_LENGTH concode_elem_sep long MAX_MILLIS concode_elem_sep int MILLI...
int function ( int arg0 , int arg1 ) { return MONTH_LENGTH [ arg1 + ( isLeapYear ( arg0 ) ? 12 : 0 ) ] ; }
11,482
singleton pattern for keymanager concode_field_sep String READ_OBJECT_SQL concode_elem_sep SteadyKey steadykey concode_elem_sep String WRITE_OBJECT_SQL concode_elem_sep KeyManager INSTANCE concode_elem_sep int STEADYKEY_ID concode_elem_sep Logger log concode_field_sep SecretKey getKey concode_elem_sep void readJavaObje...
KeyManager function ( ) { if ( INSTANCE == null ) { INSTANCE = new KeyManager ( ) ; } return INSTANCE ; }
11,483
return true if each row in board contains the values 1 - 9 unique , false otherwise concode_field_sep int[][] quadCenters concode_elem_sep int[][] adj concode_field_sep boolean eachQuadContains1_9 concode_elem_sep boolean runAllTests concode_elem_sep boolean compareSolution concode_elem_sep void main concode_elem_sep b...
boolean function ( Integer [ ] [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { Vector < Integer > loc1 = new Vector < Integer > ( ) ; for ( int loc2 = 0 ; loc2 < arg0 [ 0 ] . length ; loc2 ++ ) { if ( loc1 . contains ( arg0 [ loc0 ] [ loc2 ] ) ) return false ; else loc1 . add ( arg0 [ loc0 ] [ loc2...
11,484
equivalent to decompress in , 0 , in.length , out . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Buffer function ( byte [ ] arg0 , Buffer arg1 ) { return decompress ( arg0 , 0 , arg0 . length , arg1 ) ; }
11,485
writes a single register to the slave . concode_field_sep WriteSingleRegisterRequest m_WriteSingleRegisterRequest concode_elem_sep ReadInputDiscretesRequest m_ReadInputDiscretesRequest concode_elem_sep WriteMultipleCoilsRequest m_WriteMultipleCoilsRequest concode_elem_sep ReadInputRegistersRequest m_ReadInputRegistersR...
void function ( int arg0 , int arg1 , Register arg2 ) { m_WriteSingleRegisterRequest . setUnitID ( arg0 ) ; m_WriteSingleRegisterRequest . setReference ( arg1 ) ; m_WriteSingleRegisterRequest . setRegister ( arg2 ) ; m_Transaction . setRequest ( m_WriteSingleRegisterRequest ) ; m_Transaction . execute ( ) ; }
11,486
get color concode_field_sep String className concode_elem_sep String color concode_field_sep String toIndentedString concode_elem_sep void setColor concode_elem_sep Animal color concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Animal className concode_elem_sep String toString concode_elem_...
String function ( ) { return color ; }
11,487
3 pans v capacity concode_field_sep double BT concode_elem_sep double OC concode_elem_sep double PD concode_elem_sep double BW concode_elem_sep double PW concode_elem_sep boolean panIsRound concode_elem_sep double PL concode_field_sep double VMRC concode_elem_sep double VORC concode_elem_sep double VSAO concode_elem_se...
double function ( ) { if ( BW / PD <= 2 ) { return 0 ; } else { if ( BW / PD >= 3 ) { return 0 ; } else { return VORC ( ) + VMRC ( ) ; } } }
11,488
return integer tied to key + index pair concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_sep int...
int function ( String arg0 , int arg1 ) { return CMemoryImpl . getInstance ( ) . tied ( arg0 , arg1 ) ; }
11,489
returns true if the given interpolation is legal based on the items registered with outputdb . concode_field_sep Map<Object,TemplateModel> globalModels concode_elem_sep DoubleKeyMap<Object,Object,ModelFactory> outModels concode_elem_sep Map<Object,ModeModelFactory> modeModels concode_field_sep void ensureMap concode_el...
boolean function ( String arg0 ) { return outModels . containsKey ( arg0 ) ; }
11,490
closes a closeable while suppressing any ioexception that occurs . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( Closeable arg0 ) { if ( arg0 == null ) return ; try { arg0 . close ( ) ; } catch ( IOException loc0 ) { assert true ; } }
11,491
sets the authenticated client id . this is meant to be used by the authentication layer . trying to set a different client id after it 's been set will result in an exception . concode_field_sep TransportResponseHandler handler concode_elem_sep Logger logger concode_elem_sep String clientId concode_elem_sep boolean tim...
void function ( String arg0 ) { Preconditions . checkState ( clientId == null , "srini_string" ) ; this . clientId = arg0 ; }
11,492
lists summaries of the operations . type : complex type containing a list of operation summaries children : operationid , status , submitteddate , type concode_field_sep com.amazonaws.internal.SdkInternalList<OperationSummary> operations concode_elem_sep String nextPageMarker concode_field_sep ListOperationsResult with...
java . util . List < OperationSummary > function ( ) { if ( operations == null ) { operations = new com . amazonaws . internal . SdkInternalList < OperationSummary > ( ) ; } return operations ; }
11,493
return the maximum value contained in a matrix . concode_field_sep PlaceHolder placeHolder concode_field_sep double rowAverage concode_elem_sep void rowInitNormal concode_elem_sep List<Double> rowDifference concode_elem_sep void columnInitNormal concode_elem_sep int maxInteger concode_elem_sep double rowScalarProduct c...
double function ( Matrix < Double > arg0 ) { double loc0 = Double . MIN_VALUE ; for ( Object loc1 : arg0 . data ) loc0 = Math . loc0 ( loc0 , ( Double ) loc1 ) ; return loc0 ; }
11,494
format the given threadinfo object as a string . concode_field_sep ThreadMXBean threadBean concode_elem_sep int STACK_DEPTH concode_field_sep void appendThreadInfo concode_elem_sep String getTaskName concode_elem_sep ThreadInfo getThreadInfo
String function ( ThreadInfo arg0 , String arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; appendThreadInfo ( loc0 , arg0 , arg1 ) ; return loc0 . toString ( ) ; }
11,495
fonction qui va ajouter toutes les productions lues pour les mettre dans la grammaire concode_field_sep List<Production> r concode_elem_sep boolean containEpsilon concode_elem_sep Set<String> t concode_elem_sep String axiome concode_elem_sep Set<String> n concode_field_sep String getAxiome concode_elem_sep void setR co...
void function ( String [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { String [ ] loc1 = arg0 [ loc0 ] . split ( "srini_string" ) ; Production loc2 = new Production ( loc1 [ 0 ] , loc1 [ 1 ] ) ; if ( this . axiome == null ) { this . axiome = loc2 . getNonTerm ( ) ; } r . add ( loc2 ) ; n . add ( lo...
11,496
an implementation of the rsasp method : assuming that the designated rsa private key is a valid one , this method computes a signature representative for a designated message representative signed by the holder of the designated rsa private key . concode_field_sep PRNG prng concode_elem_sep BigInteger ZERO concode_elem...
BigInteger function ( final PrivateKey arg0 , final BigInteger arg1 ) { try { return RSADP ( ( RSAPrivateKey ) arg0 , arg1 ) ; } catch ( IllegalArgumentException loc0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } }
11,497
gets the possuiequipamentosfaltantes value for this certifyout . concode_field_sep int certificacaoOK concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.gvt.www.uraservices.GpsAction[] listAcoes concode_elem_sep com.gvt.www.uraservices.Equipament[] equipamentosFaltantes concode_elem_sep...
boolean function ( ) { return possuiEquipamentosFaltantes ; }
11,498
gets the value of the signature property . concode_field_sep List<SecurityGroupRule> ingressRules concode_elem_sep long sequenceNumber concode_elem_sep String vmName concode_elem_sep long vmId concode_elem_sep String signature concode_elem_sep String vmIp concode_elem_sep String vmMac concode_elem_sep List<SecurityGrou...
String function ( ) { return signature ; }
11,499
obtains a single http header value , or null if undefined concode_field_sep Map<String,String> headers concode_elem_sep int code concode_elem_sep InputStream stream concode_elem_sep String body concode_elem_sep String EMPTY concode_field_sep boolean isSuccessful concode_elem_sep Map<String,String> getHeaders concode_el...
String function ( String arg0 ) { return headers . get ( arg0 ) ; }