idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
21,000
returns the value of an attribute . returns null if an attribute with the given name does not exist . concode_field_sep NestedPolicy nestedPolicy concode_elem_sep AssertionData data concode_elem_sep AssertionSet parameters concode_field_sep QName getName concode_elem_sep Map<QName,String> getAttributes concode_elem_sep...
String function ( final QName arg0 ) { return data . getAttributeValue ( arg0 ) ; }
21,001
gets the instreamasset value for this instreamassetuploadrequest . concode_field_sep boolean nonLinear concode_elem_sep boolean companion concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api....
com . google . api . ads . dfa . axis . v1_20 . CreativeAsset function ( ) { return inStreamAsset ; }
21,002
optional . details of the marker . constraints : length : 0 - 32768 concode_field_sep String details concode_elem_sep String markerName concode_field_sep RecordMarkerDecisionAttributes withDetails concode_elem_sep String getMarkerName concode_elem_sep RecordMarkerDecisionAttributes withMarkerName concode_elem_sep int h...
String function ( ) { return details ; }
21,003
return the sequence number of the payload . 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 logOutgoing concode_elem_sep...
long function ( ) { return this . sequence ; }
21,004
switches the application 's view to a specific project . concode_field_sep TaApplication currentApplicationInstance concode_elem_sep String ERROR_LOADING_PROJECT concode_elem_sep String INVALID_URL concode_elem_sep UserRpcAsync userService concode_elem_sep String INVALID_PROJECT_ID_TEXT concode_elem_sep String ERROR_LO...
void function ( Project arg0 ) { if ( arg0 . getProjectId ( ) == null ) { return ; } GWT . log ( "srini_string" + arg0 . getProjectId ( ) . toString ( ) ) ; currentApplicationInstance = new TaApplication ( arg0 , projectService , userService , dataService ) ; setPageContent ( currentApplicationInstance ) ; }
21,005
set the maximum memory to be used by the cache . concode_field_sep ConcurrentHashMap<String,MVTable> tableMap concode_elem_sep long statisticsStart concode_elem_sep int temporaryMapId concode_elem_sep MVStore store concode_elem_sep TransactionStore transactionStore concode_elem_sep int state concode_elem_sep Transactio...
void function ( int arg0 ) { store . setCacheSize ( Math . max ( 1 , arg0 / 1024 ) ) ; }
21,006
constructs a string with all attributes in name = value format . concode_field_sep String name concode_elem_sep long id concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals
String function ( ) { return "srini_string" + "srini_string" + this . id + "srini_string" + "srini_string" + this . name + "srini_string" ; }
21,007
gets the storage class used by amazon s3 for this version . concode_field_sep Owner owner concode_elem_sep String bucketName concode_elem_sep String versionId concode_elem_sep String storageClass concode_elem_sep boolean isLatest concode_elem_sep long size concode_elem_sep boolean isDeleteMarker concode_elem_sep String...
String function ( ) { return storageClass ; }
21,008
method to stop the progress thread this will toggle the isrunning state to false , and interrupt the thread since the isrunning boolean is checked inside the progress loop in the thread , switching it to false will stop the process from running concode_field_sep int PAUSE_AMOUNT_S concode_elem_sep PortableRenderer rend...
void function ( ) { isRunning = false ; if ( progressThread != null ) { progressThread . interrupt ( ) ; } }
21,009
close an outputstream . calls outputstream #close , any exceptions will be ignored . this is used in finally blocks . concode_field_sep PlaceHolder placeHolder concode_field_sep int byteToUnsignedInt concode_elem_sep byte[] writeByteArray concode_elem_sep byte hiByte concode_elem_sep long bytes2Long concode_elem_sep in...
void function ( OutputStream arg0 ) { try { if ( arg0 != null ) { arg0 . close ( ) ; } } catch ( Throwable loc0 ) { if ( RuntimeDetect . isBlueCove ) { Logger . error ( "srini_string" , loc0 ) ; } } }
21,010
returns an array of javafoldingstructureproviderdescriptor describing all extension to the foldingproviders extension point . concode_field_sep String EXTENSION_POINT concode_elem_sep Map fDescriptors concode_field_sep IJavaFoldingStructureProvider getCurrentFoldingProvider concode_elem_sep void reloadExtensions concod...
JavaFoldingStructureProviderDescriptor [ ] function ( ) { synchronized ( this ) { ensureRegistered ( ) ; return ( JavaFoldingStructureProviderDescriptor [ ] ) fDescriptors . values ( ) . toArray ( new JavaFoldingStructureProviderDescriptor [ fDescriptors . size ( ) ] ) ; } }
21,011
this implementation parses bean definitions according to the `` spring-beans '' xsd or dtd , historically . opens a dom document ; then initializes the default settings specified at the level ; then parses the contained bean definitions . concode_field_sep XmlReaderContext readerContext concode_elem_sep BeanDefinitionP...
void function ( Document arg0 , XmlReaderContext arg1 ) { this . readerContext = arg1 ; logger . debug ( "srini_string" ) ; Element loc0 = arg0 . getDocumentElement ( ) ; doRegisterBeanDefinitions ( loc0 ) ; }
21,012
returns the response stream . this method can not be called after calling asstring or asdcoument it is suggested to call disconnect after consuming the stream . disconnects the internal httpurlconnection silently . concode_field_sep boolean streamConsumed concode_elem_sep JSONObject json concode_elem_sep InputStream is...
InputStream function ( ) { if ( streamConsumed ) { throw new IllegalStateException ( "srini_string" ) ; } return is ; }
21,013
gets the property value as text . concode_field_sep String SECOND concode_elem_sep String HOUR concode_elem_sep String MONTH concode_elem_sep String MINUTE concode_elem_sep String YEAR concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Map<Class,String> tagMap concode_elem_sep String MILLISEC...
String function ( ) { if ( value == null ) { return null ; } else { return tagMap . get ( value ) ; } }
21,014
mac address of player concode_field_sep String macAddress concode_elem_sep String name concode_elem_sep String model concode_elem_sep String uuid concode_elem_sep String ipAddr concode_field_sep void setName concode_elem_sep String getModel concode_elem_sep String getName concode_elem_sep String getIpAddr concode_elem_...
String function ( ) { return macAddress ; }
21,015
get a user-defined or drools-defined property . concode_field_sep long serialVersionUID concode_elem_sep ObjectFilter objectFilter concode_elem_sep String description concode_elem_sep InternalKnowledgePackage pkg concode_elem_sep Map properties concode_elem_sep String defaultObjectFilterClassName concode_elem_sep Inter...
Object function ( final Object arg0 ) { return this . properties . get ( arg0 ) ; }
21,016
calculate the tile for a geopoint based on the spherical mercator . concode_field_sep Viewport viewPort concode_elem_sep int zoomlevel concode_elem_sep LeastRecentlyUsedMap<Integer,Tile> tileCache concode_elem_sep double LONGITUDE_MAX concode_elem_sep int TILE_SIZE concode_elem_sep double LONGITUDE_MIN concode_elem_sep...
int function ( final Geopoint arg0 ) { return ( int ) ( ( arg0 . getLongitude ( ) + 180.0 ) / 360.0 * NUMBER_OF_TILES [ this . zoomlevel ] ) ; }
21,017
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
21,018
tag key , a string . the key must not start with `` aws : '' . concode_field_sep String value concode_elem_sep String key concode_field_sep String getValue concode_elem_sep Tag withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Tag clone concode_elem_...
String function ( ) { return this . key ; }
21,019
method to get the source path . concode_field_sep String associationType concode_elem_sep String DEPENDS concode_elem_sep String USED_BY concode_elem_sep String destinationPath concode_elem_sep String sourcePath concode_field_sep void setSourcePath concode_elem_sep void setDestinationPath concode_elem_sep String getAss...
String function ( ) { return sourcePath ; }
21,020
sets option whether imageloader will use flushedinputstream for network downloads to handle this known problem or not . concode_field_sep Map<String,ReentrantLock> uriLocks concode_elem_sep AtomicBoolean networkDenied concode_elem_sep AtomicBoolean slowNetwork concode_elem_sep ImageLoaderConfiguration configuration con...
void function ( boolean arg0 ) { slowNetwork . set ( arg0 ) ; }
21,021
get the persistentfacesstate . concode_field_sep int percent concode_elem_sep File file concode_elem_sep String fileName concode_elem_sep String contentType concode_elem_sep PersistentFacesState state concode_elem_sep RenderManager renderManager concode_field_sep void renderingException concode_elem_sep void setPercent...
PersistentFacesState function ( ) { return state ; }
21,022
returns the log . concode_field_sep Log log concode_elem_sep String name concode_field_sep void debug concode_elem_sep void debug concode_elem_sep String getName concode_elem_sep void configure concode_elem_sep void error concode_elem_sep void error concode_elem_sep void fatal concode_elem_sep void fatal concode_elem_s...
Log function ( ) { if ( log == null ) { log = LogFactory . getLog ( name ) ; } return log ; }
21,023
gets the authentication failure map . concode_field_sep Principal principal concode_elem_sep List<CredentialMetaData> credentials concode_elem_sep Map<String,Class<? extends Exception>> failures concode_elem_sep Map<String,Object> attributes concode_elem_sep Date authenticationDate concode_elem_sep Map<String,HandlerRe...
Map < String , Class < ? extends Exception >> function ( ) { return this . failures ; }
21,024
sets the value of the firstname property . concode_field_sep String firstname concode_elem_sep String password concode_elem_sep Long idPerson concode_elem_sep String birthdate concode_elem_sep String email concode_elem_sep String lastname concode_elem_sep String username concode_field_sep void setPassword concode_elem_...
void function ( String arg0 ) { this . firstname = arg0 ; }
21,025
sets the name of the ship strategy for the represented input . concode_field_sep IntermediateDataSetID sourceId concode_elem_sep String preProcessingOperationName concode_elem_sep String shipStrategyName concode_elem_sep String operatorLevelCachingDescription concode_elem_sep long serialVersionUID concode_elem_sep Inte...
void function ( String arg0 ) { this . shipStrategyName = arg0 ; }
21,026
opens the textcache object . concode_field_sep Log log concode_elem_sep SimpleLog appLog concode_elem_sep boolean logStatements concode_elem_sep LockFile lf concode_elem_sep boolean syncFile concode_field_sep void checkpoint concode_elem_sep int getLogSize concode_elem_sep void synchLog concode_elem_sep void releaseLoc...
DataFileCache function ( Table arg0 , String arg1 , boolean arg2 , boolean arg3 ) { return log . openTextCache ( arg0 , arg1 , arg2 , arg3 ) ; }
21,027
shares the spdy connection with the pool . callers to this method may continue to use connection . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CO...
void function ( Connection arg0 ) { executorService . submit ( connectionsCleanupCallable ) ; if ( ! arg0 . isSpdy ( ) ) { return ; } if ( arg0 . isAlive ( ) ) { synchronized ( this ) { connections . addFirst ( arg0 ) ; } } }
21,028
sets the value of the encapsulated long to the specified value . concode_field_sep long serialVersionUID concode_elem_sep long value concode_field_sep void copyTo concode_elem_sep long getValue concode_elem_sep void read concode_elem_sep int getBinaryLength concode_elem_sep int hashCode concode_elem_sep boolean equals ...
void function ( final long arg0 ) { this . value = arg0 ; }
21,029
sets the old index concode_field_sep Comparator<DetailsConnectorChange> REMOVED_FIRST_COMPARATOR concode_elem_sep Connector connector concode_elem_sep boolean shouldStillBeVisible concode_elem_sep Integer oldIndex concode_elem_sep Integer newIndex concode_field_sep Connector getConnector concode_elem_sep void setConnec...
void function ( Integer arg0 ) { this . oldIndex = arg0 ; }
21,030
generate a key pair concode_field_sep PlaceHolder placeHolder concode_field_sep void addCertificate concode_elem_sep void addCertificate concode_elem_sep KeyStore getKeyStore concode_elem_sep KeyStore getKeyStore concode_elem_sep KeyStore getKeyStore concode_elem_sep KeyStore getKeyStore concode_elem_sep KeyStore getKe...
KeyPair function ( String arg0 ) { KeyPairGenerator loc0 = KeyPairGenerator . getInstance ( arg0 ) ; return loc0 . genKeyPair ( ) ; }
21,031
releases resources for this instance and all associated statementportals , and removes this instance from the containing map . concode_field_sep List portals concode_elem_sep Session session concode_elem_sep String query concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Map containingMap...
void function ( ) { containingMap . remove ( handle ) ; while ( portals . size ( ) > 0 ) { ( ( StatementPortal ) portals . remove ( 1 ) ) . close ( ) ; } }
21,032
sets the value of the name property . concode_field_sep GlobalPrivilegesType privileges concode_elem_sep Boolean isDefault concode_elem_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Boolean isSuperUser concode_elem_sep Int...
void function ( String arg0 ) { this . name = arg0 ; }
21,033
unregister the service . concode_field_sep ZooKeeper zkClient concode_field_sep void registerService concode_elem_sep List<String> listServices concode_elem_sep void process concode_elem_sep String getServiceData
void function ( String arg0 ) { try { zkClient . delete ( arg0 , - 1 ) ; } catch ( KeeperException loc0 ) { throw new IOException ( loc0 ) ; } }
21,034
inject the mocked std-out printstream into the system class before each test concode_field_sep int INVENTORY_SIZE concode_elem_sep int THREAD_COUNT concode_elem_sep PrintStream stdOutOrig concode_elem_sep PrintStream stdOutMock concode_field_sep void testAddItem concode_elem_sep void tearDown
void function ( ) { System . setOut ( this . stdOutMock ) ; }
21,035
the expression to evaluate for sorting while processing a search request . the expression syntax is based on javascript expressions . for more information , see configuring expressions in the amazon cloudsearch developer guide . constraints : length : 1 - 10240 concode_field_sep String expressionValue concode_elem_sep ...
String function ( ) { return expressionValue ; }
21,036
save user concode_field_sep AccessRightsDao accessRightsDao concode_elem_sep UserDao userDao concode_field_sep Users getByEmail
void function ( Users arg0 ) { userDao . saveUser ( arg0 ) ; AccessRights loc0 = new AccessRights ( ) ; loc0 . setAuthority ( "srini_string" ) ; loc0 . setUser ( arg0 ) ; accessRightsDao . saveAccessRights ( loc0 ) ; }
21,037
marks the current transaction as successful . do not do any more database work between calling this and calling endtransaction . do as little non-database work as possible in that situation too . if any errors are encountered between this and endtransaction the transaction will still be committed . concode_field_sep St...
void function ( ) { transaccionSatisfactoria = true ; }
21,038
this method is used for getting the type of template . it is unique in scope of ruleengine . concode_field_sep String UID concode_elem_sep Visibility visibility concode_elem_sep Set<ConfigDescriptionParameter> configDescriptions concode_elem_sep String description concode_elem_sep String label concode_elem_sep List<Tri...
String function ( ) { return UID ; }
21,039
performs any required operation for unlinking the row from its nodes . is used only when the database row is deleted , not when it is freed from the cache . concode_field_sep Node nPrimaryNode concode_elem_sep Object[] oData concode_elem_sep int iPos concode_field_sep int getRealSize concode_elem_sep int getStorageSize...
void function ( ) { Record . memoryRecords ++ ; nPrimaryNode = null ; }
21,040
setaddress2 concode_field_sep String m_state concode_elem_sep String m_zip concode_elem_sep String m_city concode_elem_sep String m_address2 concode_elem_sep Float m_latitude concode_elem_sep String m_address1 concode_elem_sep Float m_longitude concode_elem_sep long serialVersionUID concode_elem_sep String m_country co...
void function ( String arg0 ) { m_address2 = arg0 ; }
21,041
auto generated axis2 call back method for enumtimeperiods method override this method for handling normal response from enumtimeperiods operation concode_field_sep Object clientData concode_field_sep void receiveErrorenumScenarios concode_elem_sep void receiveResultopenEntity concode_elem_sep void receiveResultenumAcco...
void function ( com . hyperion . hsf . hsfwebservices . EnumTimePeriodsResponse arg0 ) { }
21,042
returns number of segments in the transaction concode_field_sep ICommonsList<Segment> m_aSegments concode_elem_sep Context m_aContext concode_field_sep Iterator<Segment> iterator concode_elem_sep Segment setSegment concode_elem_sep Segment setSegment concode_elem_sep Segment setSegment concode_elem_sep Segment addSegme...
int function ( ) { return m_aSegments . size ( ) ; }
21,043
no transformation is required as the framework handles this data concode_field_sep String CONTENT_TYPE concode_field_sep String fromObject concode_elem_sep String getExtension concode_elem_sep String getContentType
void function ( Reader arg0 , Object arg1 ) { }
21,044
called on page transitions concode_field_sep PluginManager pluginManager concode_elem_sep String appContentUrlPrefix concode_elem_sep int expectedBridgeSecret concode_elem_sep String loadedUrl concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBr...
void function ( ) { expectedBridgeSecret = - 1 ; }
21,045
returns a hazelcast member by a node info id , passed as argument . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkAdministrator concode_elem_sep NodeInfo searchAvailableNodeInfo concode_elem_sep void checkAuthentication concode_elem_sep HazelcastInstance getInstance concode_elem_sep NodeInfo get...
Member function ( String arg0 ) { Cluster loc0 = getInstance ( ) . getCluster ( ) ; Set < Member > loc1 = loc0 . getMembers ( ) ; for ( Member loc2 : loc1 ) { if ( loc2 . getUuid ( ) . equalsIgnoreCase ( arg0 ) ) { return loc2 ; } } throw new ServiceMessageException ( UserInterfaceMessage . JEMG023E , "srini_string" ) ...
21,046
get _ return concode_field_sep Integer _return concode_field_sep String toIndentedString concode_elem_sep ModelReturn _return concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setReturn concode_elem_sep String toString
Integer function ( ) { return _return ; }
21,047
gets the value of the testaccount property . concode_field_sep String companyName concode_elem_sep Boolean testAccount concode_elem_sep String name concode_elem_sep Long customerId concode_elem_sep String dateTimeZone concode_elem_sep String currencyCode concode_elem_sep Boolean canManageClients concode_field_sep void ...
Boolean function ( ) { return testAccount ; }
21,048
override this method to setup the application to use . by default this will call the old #providefakeapplication providefakeapplication method . concode_field_sep Application app concode_elem_sep int port concode_elem_sep TestServer testServer concode_field_sep int providePort concode_elem_sep void startServer concode_...
Application function ( ) { return provideFakeApplication ( ) ; }
21,049
add a valid transition from one state to one or more states concode_field_sep Map<T,Set<T>> transitions concode_elem_sep T currentState concode_field_sep StateMachine<T> next concode_elem_sep void nextOrStay concode_elem_sep StateMachine<T> of concode_elem_sep boolean is concode_elem_sep String toString
StateMachine < T > function ( T arg0 , T arg1 , T ... arg2 ) { transitions . put ( arg0 , EnumSet . of ( arg1 , arg2 ) ) ; return this ; }
21,050
add a single classloaderfile to the collection . concode_field_sep Map<String,SourceFolder> sourceFolders concode_elem_sep Map<String,ClassLoaderFile> files concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Set<Entry<String,ClassLoaderFile>> getFilesEntrySet...
void function ( String arg0 , String arg1 , ClassLoaderFile arg2 ) { Assert . notNull ( arg0 , "srini_string" ) ; Assert . notNull ( arg1 , "srini_string" ) ; Assert . notNull ( arg2 , "srini_string" ) ; removeAll ( arg1 ) ; getOrCreateSourceFolder ( arg0 ) . add ( arg1 , arg2 ) ; }
21,051
setter method concode_field_sep String departmentName concode_elem_sep String holidayID concode_elem_sep int departmentID concode_elem_sep ArrayList displayDetails concode_elem_sep long serialVersionUID concode_elem_sep String status concode_elem_sep String holidayDate concode_elem_sep ArrayList departmentDetails conco...
void function ( String arg0 ) { this . holidayDate = arg0 ; }
21,052
sets the float format string . concode_field_sep String byteFormatString concode_elem_sep String longFormatString concode_elem_sep String continuousFormatString concode_elem_sep DecimalFormat doubleFormat concode_elem_sep DecimalFormat floatFormat concode_elem_sep DecimalFormat byteFormat concode_elem_sep String intFor...
void function ( String arg0 ) { this . floatFormatString = arg0 ; }
21,053
create a ` hard ' syllable boundary . i.e. , a ' . ' concode_field_sep PlaceHolder placeHolder concode_field_sep IntonationGroup createIntonationGroup concode_elem_sep Pause createPause concode_elem_sep CompoundPhone createCompoundPhone concode_elem_sep CompoundPhone createCompoundPhone concode_elem_sep StressMarker cr...
SyllableBoundary function ( ) { return new SyllableBoundary ( ) ; }
21,054
number of drawables in list concode_field_sep Link head concode_elem_sep Link next concode_elem_sep Drawable d concode_elem_sep Link tail concode_elem_sep int size concode_elem_sep Link it concode_field_sep void add concode_elem_sep Drawable next concode_elem_sep void clear concode_elem_sep void updateAll concode_elem_...
int function ( ) { return size ; }
21,055
gets the message producer at this circuit end point . concode_field_sep MessageMonitor messageMonitor concode_elem_sep Session session concode_elem_sep ExceptionMonitor exceptionMonitor concode_elem_sep MessageProducer producer concode_elem_sep MessageConsumer consumer concode_field_sep ExceptionMonitor getExceptionMon...
MessageProducer function ( ) { return producer ; }
21,056
convert a propertyid to an array of greg values . concode_field_sep PlaceHolder placeHolder concode_field_sep List<BigDecimal> doublesToDecs concode_elem_sep List<BigDecimal> toDecs concode_elem_sep List<GregorianCalendar> toDates concode_elem_sep String replace concode_elem_sep String getPathById concode_elem_sep Stri...
List < String > function ( PropertyId arg0 ) { List < String > loc0 = arg0 . getValues ( ) ; List < String > loc1 = null ; if ( loc0 == null ) { return loc1 ; } for ( String loc2 : loc0 ) { loc1 . add ( loc2 ) ; } return loc1 ; }
21,057
this method was generated by mybatis generator . this method sets the value of the database column ptlogicact.logicclass concode_field_sep String logicmethod concode_elem_sep String logiccode concode_elem_sep String logicdesc concode_elem_sep String logicclass concode_elem_sep String logicenabled concode_field_sep Stri...
void function ( String arg0 ) { this . logicclass = arg0 ; }
21,058
returns detailed information about job with given id . concode_field_sep JobsRecords previousJobsRecords concode_elem_sep MotechSchedulerDatabaseService motechSchedulerDatabaseService concode_field_sep JobsRecords retrieveJobInfo
JobDetailedInfo function ( @ PathVariable int arg0 ) { if ( previousJobsRecords != null ) { return motechSchedulerDatabaseService . getScheduledJobDetailedInfo ( previousJobsRecords . getRows ( ) . get ( arg0 - 1 ) ) ; } else { return null ; } }
21,059
generates a new map of experience levels with all of the pairs set to false not selected . this is built using the static pre-built list . concode_field_sep String[] experienceLevels concode_field_sep boolean isExperienceLevel
Map < String , Boolean > function ( ) { Map < String , Boolean > loc0 = new HashMap < String , Boolean > ( ) ; for ( String loc1 : experienceLevels ) { loc0 . put ( loc1 , false ) ; } return loc0 ; }
21,060
gets the value of the type property . concode_field_sep JAXBElement<String> subject concode_elem_sep int attendeeCnt concode_elem_sep JAXBElement<XMLGregorianCalendar> startTime concode_elem_sep long serialVersionUID concode_elem_sep JAXBElement<XMLGregorianCalendar> endTime concode_elem_sep int type concode_elem_sep L...
int function ( ) { return type ; }
21,061
the arn of the client . concode_field_sep String clientArn concode_field_sep void setClientArn concode_elem_sep String getClientArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateLunaClientResult clone concode_elem_sep String toString
CreateLunaClientResult function ( String arg0 ) { setClientArn ( arg0 ) ; return this ; }
21,062
json string convert to javabean concode_field_sep JsonConfig config concode_elem_sep Logger LOG concode_field_sep String getStringOfFirstValue concode_elem_sep Object processArrayValue concode_elem_sep Map<String,Object> json2map concode_elem_sep List<T> json2list concode_elem_sep String toJson concode_elem_sep String ...
T function ( String arg0 , Class < T > arg1 ) { JSONObject loc0 = JSONObject . fromObject ( arg0 ) ; T loc1 = ( T ) JSONObject . toBean ( loc0 , arg1 ) ; return loc1 ; }
21,063
add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep void ...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; }
21,064
find an available udp port randomly selected from the range @value #port_range_min , @value #port_range_max . concode_field_sep int PORT_RANGE_MAX concode_elem_sep Random random concode_elem_sep int PORT_RANGE_MIN concode_field_sep int findAvailableTcpPort concode_elem_sep int findAvailableTcpPort concode_elem_sep int ...
int function ( ) { return findAvailableUdpPort ( PORT_RANGE_MIN ) ; }
21,065
parent s of the given revision of the given file . if there are two of them in the case of merge the first element of the pair is the latest parent i.e. having greater revision number , second one is the earlier parent having smaller revision number . concode_field_sep Project myProject concode_elem_sep Logger LOG conc...
Couple < HgRevisionNumber > function ( @ NotNull VirtualFile arg0 , @ Nullable FilePath arg1 , @ Nullable HgRevisionNumber arg2 ) { final List < HgRevisionNumber > loc0 = getRevisions ( arg0 , "srini_string" , arg1 , arg2 , true ) ; switch ( loc0 . size ( ) ) { case 1 : return Couple . of ( loc0 . get ( 0 ) , null ) ; ...
21,066
debug 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 setLogLevel concode_elem_sep void setLogLevel concod...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; }
21,067
returns true if the client has a currently open socket . concode_field_sep DatagramSocketFactory __DEFAULT_SOCKET_FACTORY concode_elem_sep int _timeout_ concode_elem_sep boolean _isOpen_ concode_elem_sep DatagramSocket _socket_ concode_elem_sep DatagramSocketFactory _socketFactory_ concode_field_sep void setDefaultTime...
boolean function ( ) { return _isOpen_ ; }
21,068
returns an iterator for the outlier lists . concode_field_sep List outlierLists concode_elem_sep boolean highFarOut concode_elem_sep boolean lowFarOut concode_field_sep boolean add concode_elem_sep boolean isHighFarOut concode_elem_sep boolean isLowFarOut concode_elem_sep boolean updateOutlierList concode_elem_sep void...
Iterator function ( ) { return this . outlierLists . iterator ( ) ; }
21,069
attach the user previous login date to the current http session concode_field_sep String SESSION_USER concode_elem_sep String SESSION_USER_LASTLOGIN concode_elem_sep String SESSION_SECURITY_POLICY concode_field_sep void setCurrentUser concode_elem_sep void setAccessPolicy concode_elem_sep void setAccessPolicy concode_e...
void function ( Date arg0 ) { HttpSession loc0 = getHttpSession ( ) ; if ( loc0 != null ) { loc0 . setAttribute ( SESSION_USER_LASTLOGIN , arg0 ) ; } }
21,070
creates a decimaltype by specifying the precision and scale . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType concode_elem_sep DataType LongType concode_elem_sep DataType DoubleTyp...
DecimalType function ( int arg0 , int arg1 ) { return DecimalType$ . MODULE$ . apply ( arg0 , arg1 ) ; }
21,071
gets the value of the enrollmentstatus property . concode_field_sep String optout concode_elem_sep String purpose concode_elem_sep List<PhoneContactInfoType> phone concode_elem_sep String enrollmentStatus concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep String emailValidationFlag con...
String function ( ) { return enrollmentStatus ; }
21,072
this simlulates a long server retried operations . multiple threads start an operation that takes long time and finally succeeds . the retries in this case end up waiting for the current operation to complete . all the retries then complete based on the entry in the retry cache . concode_field_sep AtomicInteger operati...
void function ( ) { testOperations ( r . nextInt ( ) , 100 , 20 , true , false , newCall ( ) ) ; }
21,073
simply removes an eobject from its container . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_...
void function ( EObject arg0 ) { EcoreUtil . remove ( arg0 ) ; if ( arg0 . eResource ( ) != null ) { arg0 . eResource ( ) . getContents ( ) . remove ( arg0 ) ; } }
21,074
get choice for given state . concode_field_sep int[] choices concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setChoice
int function ( int arg0 ) { return choices [ arg0 ] ; }
21,075
stores the defaultactioninvocation and actioncontext into the session using the provided key for loading later using #loadinvocation concode_field_sep ActionInvocation invocation concode_elem_sep long serialVersionUID concode_elem_sep String INVOCATION_MAP_KEY concode_elem_sep String token concode_field_sep void setInv...
void function ( String arg0 , String arg1 , ActionInvocation arg2 ) { InvocationContext loc0 = new InvocationContext ( arg2 . serialize ( ) , arg1 ) ; Map loc1 = getInvocationMap ( ) ; loc1 . put ( arg0 , loc0 ) ; setInvocationMap ( loc1 ) ; }
21,076
returns the `` absolute label '' indent instance , indicating that the block will be indented by the number of spaces indicated in the `` project code style | general | label indent '' setting from the leftmost column in the document . concode_field_sep Type NONE concode_elem_sep Type CONTINUATION concode_elem_sep Type...
Indent function ( ) { return myFactory . getAbsoluteLabelIndent ( ) ; }
21,077
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 ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
21,078
check whether this socketbinding is bound . all bound socketshave to be registered at the socketbindingmanager against whichthis check is performed . concode_field_sep boolean isFixedPort concode_elem_sep int port concode_elem_sep List<ClientMapping> clientMappings concode_elem_sep NetworkInterfaceBinding networkInterf...
boolean function ( ) { final SocketBindingManager . NamedManagedBindingRegistry loc0 = this . socketBindings . getNamedRegistry ( ) ; return loc0 . isRegistered ( name ) ; }
21,079
gets the value of the rval property . concode_field_sep CriterionBidLandscapePage rval concode_field_sep void setRval
CriterionBidLandscapePage function ( ) { return rval ; }
21,080
normalizes and encodes a hostname and port to be included in url . in particular , this method makes sure that ipv6 address literals have the proper formatting to be included in urls . concode_field_sep PlaceHolder placeHolder concode_field_sep String ipAddressAndPortToUrlString concode_elem_sep int getAvailablePort co...
String function ( String arg0 , int arg1 ) { return ipAddressAndPortToUrlString ( InetAddress . getByName ( arg0 ) , arg1 ) ; }
21,081
adds an amount of points to the highscore . concode_field_sep long score concode_elem_sep Date time concode_field_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep long getScore
void function ( int arg0 ) { if ( arg0 > 0 ) { this . score += arg0 ; } else { throw new IllegalArgumentException ( "srini_string" ) ; } }
21,082
returns the next work day after the date in the given date . concode_field_sep long MILLISECONDS_IN_DAY concode_elem_sep long MILLISECONDS_IN_MINUTE concode_field_sep Date date concode_elem_sep GregorianCalendar setToNextDayOfWeek concode_elem_sep int year concode_elem_sep Date normalizeToMidnight concode_elem_sep Greg...
Date function ( Date arg0 ) { arg0 = normalizeToMidnight ( arg0 ) ; arg0 = arg0 ( year ( arg0 ) , monthOfYear ( arg0 ) , dayOfMonth ( arg0 ) + 1 ) ; while ( ! isWorkday ( arg0 ) ) { arg0 = arg0 ( year ( arg0 ) , monthOfYear ( arg0 ) , dayOfMonth ( arg0 ) + 1 ) ; } return arg0 ; }
21,083
verbose log message . 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 concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; }
21,084
sets the value of the rtn property . concode_field_sep STTLTriggerEvent evt concode_elem_sep String delay concode_elem_sep CTTLTriggerTimeNodeID tn concode_elem_sep CTTLTimeTargetElement tgtEl concode_elem_sep CTTLTriggerRuntimeNode rtn concode_field_sep CTTLTimeTargetElement getTgtEl concode_elem_sep void setEvt conco...
void function ( CTTLTriggerRuntimeNode arg0 ) { this . rtn = arg0 ; }
21,085
returns an iterator over the prefixes defined at the current depth . concode_field_sep ArrayList stack concode_field_sep void pop concode_elem_sep void define concode_elem_sep void push concode_elem_sep String getURI
Iterator function ( ) { HashMap loc0 = ( HashMap ) stack . get ( stack . size ( ) - 1 ) ; if ( loc0 == null ) { return Collections . EMPTY_LIST . iterator ( ) ; } else { return loc0 . keySet ( ) . iterator ( ) ; } }
21,086
like #with object , action , but unchecks any exceptions thrown by the action via ratpack.util.exceptions #uncheck throwable . concode_field_sep PlaceHolder placeHolder concode_field_sep Consumer<T> toConsumer concode_elem_sep Action<O> prepend concode_elem_sep void execute concode_elem_sep Action<? super T> noopIfNull...
T function ( T arg0 , Action < ? super T > arg1 ) { return arg1 . uncheckedWith ( arg0 ) ; }
21,087
sets to which the yearview belongs to concode_field_sep int mYear concode_elem_sep BtCalendarView mParentCalendar concode_elem_sep BtDate mMaxDate concode_elem_sep BtDate mMinDate concode_field_sep void unsetMinDate concode_elem_sep BtDate getMinDate concode_elem_sep BtDate getMaxDate concode_elem_sep void setYear conc...
void function ( BtCalendarView arg0 ) { mParentCalendar = arg0 ; }
21,088
gets all headers from this parsehttpresponse . concode_field_sep Map<String,String> headers concode_elem_sep long totalSize concode_elem_sep String reasonPhrase concode_elem_sep String contentType concode_elem_sep InputStream content concode_elem_sep int statusCode concode_field_sep Builder setHeaders concode_elem_sep ...
Map < String , String > function ( ) { return headers ; }
21,089
get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201405.Value value concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String key concode_field_sep java.lang.String getKey co...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
21,090
set up a month equal to dec 9999 . request the next month , it should be null . concode_field_sep Month jan1900 concode_elem_sep Month dec9999 concode_elem_sep Month nov9999 concode_elem_sep Month feb1900 concode_field_sep void testDateConstructor1 concode_elem_sep void testParseMonth concode_elem_sep void testGetStart...
void function ( ) { Month loc0 = ( Month ) this . dec9999 . loc0 ( ) ; assertNull ( loc0 ) ; }
21,091
report a delete operation at the current system time concode_field_sep CleanerMetrics INSTANCE concode_elem_sep MetricsSource metricSource concode_elem_sep MutableGaugeLong processedFiles concode_elem_sep MutableGaugeLong fileErrors concode_elem_sep MutableCounterLong totalProcessedFiles concode_elem_sep MutableGaugeLo...
void function ( ) { totalProcessedFiles . incr ( ) ; processedFiles . incr ( ) ; totalDeletedFiles . incr ( ) ; deletedFiles . incr ( ) ; }
21,092
gets the value of the label property . concode_field_sep List<Extension> extensions concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep String version concode_elem_sep String uuid concode_elem_sep Object idref concode_field_sep String getVer...
String function ( ) { return label ; }
21,093
return all possible priorities as an array of level objects in descending order . concode_field_sep Priority FATAL concode_elem_sep int level concode_elem_sep Priority DEBUG concode_elem_sep Priority WARN concode_elem_sep int syslogEquivalent concode_elem_sep int WARN_INT concode_elem_sep int OFF_INT concode_elem_sep i...
Priority [ ] function ( ) { return new Priority [ ] { Priority . FATAL , Priority . ERROR , Level . WARN , Priority . INFO , Priority . DEBUG } ; }
21,094
print a formatted string to standard output using the specified locale , format string , and arguments , and flush standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void pr...
void function ( Locale arg0 , String arg1 , Object ... arg2 ) { out . printf ( arg0 , arg1 , arg2 ) ; out . flush ( ) ; }
21,095
append a long value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONWri...
JSONWriter function ( long arg0 ) { return this . append ( Long . toString ( arg0 ) ) ; }
21,096
obtiene la informacion de una actividad economica especifica . concode_field_sep Connection conn concode_elem_sep DbManager db concode_field_sep ResultSet getActEconomicas concode_elem_sep void desconectar
ResultSet function ( int arg0 ) { String loc0 = "srini_string" + arg0 ; loc0 += "srini_string" ; ResultSet loc1 = db . ejecutar ( conn , loc0 ) ; return loc1 ; }
21,097
gets the value of the name property . concode_field_sep List<GetServerListResponse.Server> server concode_elem_sep String name concode_elem_sep String id concode_elem_sep String type concode_elem_sep String value concode_elem_sep String status concode_field_sep List<GetServerListResponse.Server> getServer concode_elem_...
String function ( ) { return name ; }
21,098
reinjecting into a method . concode_field_sep PicoContainer parent concode_elem_sep ComponentMonitor monitor concode_elem_sep Properties NO_PROPERTIES concode_elem_sep NullLifecycleStrategy NO_LIFECYCLE concode_field_sep Method toMethod
Object function ( Class < ? > arg0 , Enum arg1 ) { return reinject ( arg0 , arg0 , parent . getComponent ( arg0 ) , NO_PROPERTIES , new MethodInjection ( toMethod ( arg1 ) ) ) ; }
21,099
sets the modified date of this user group . concode_field_sep UserGroup _userGroup 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 boolean isEscapedModel concode...
void function ( Date arg0 ) { _userGroup . setModifiedDate ( arg0 ) ; }