idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
11,000
get int64 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep In...
Long function ( ) { return int64 ; }
11,001
submits the job to the appropriate service executor . concode_field_sep IStepCompletionStatus<T> _completionStatus concode_elem_sep boolean _paused concode_elem_sep StepExecutionContext<T> _context concode_elem_sep String MODULE concode_elem_sep Future<Void> _future concode_elem_sep boolean _cancelled concode_elem_sep ...
Future < V > function ( Callable < V > arg0 ) { return _context . getExecutorService ( ) . submit ( arg0 ) ; }
11,002
describes the loadbalancer . concode_field_sep LoadBalancerDescription loadBalancer concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep EnvironmentResourcesDescription clone concode_elem_sep String toString concode_elem_sep LoadBalancerDescription getLoadBalancer concode_elem_sep Environment...
void function ( LoadBalancerDescription arg0 ) { this . loadBalancer = arg0 ; }
11,003
sets the value of the label property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concod...
void function ( String arg0 ) { this . label = arg0 ; }
11,004
returns the flags for the setting id , or 0 if unset . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZ...
int function ( int arg0 ) { int loc0 = 0 ; if ( isPersisted ( arg0 ) ) loc0 |= Settings . PERSISTED ; if ( persistValue ( arg0 ) ) loc0 |= Settings . PERSIST_VALUE ; return loc0 ; }
11,005
whether to filter by class type or regular expression concode_field_sep YAMLTypeFilterType type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep YAMLTypeFilterType getType concode_elem_sep void setValue
void function ( YAMLTypeFilterType arg0 ) { this . type = arg0 ; }
11,006
gets the short identifier for this instruction . this is its address , if assigned , or its identity hashcode if not . concode_field_sep int address concode_elem_sep RegisterSpecList registers concode_elem_sep SourcePosition position concode_elem_sep Dop opcode concode_field_sep boolean hasAddress concode_elem_sep Stri...
String function ( ) { if ( address != - 1 ) { return String . format ( "srini_string" , address ) ; } return Hex . u4 ( System . identityHashCode ( this ) ) ; }
11,007
a value to use for the field if the field is n't specified for a document . constraints : length : 0 - 1024 concode_field_sep String sourceFields concode_elem_sep Boolean returnEnabled concode_elem_sep String analysisScheme concode_elem_sep String defaultValue concode_elem_sep Boolean highlightEnabled concode_field_sep...
void function ( String arg0 ) { this . defaultValue = arg0 ; }
11,008
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterCompletion concode_elem_sep boolean preHandle concode_elem_sep void afterConcurrentHandlingStarted
void function ( HttpServletRequest arg0 , HttpServletResponse arg1 , Object arg2 , ModelAndView arg3 ) { }
11,009
list all avaiables serial port names in system . concode_field_sep int signBits concode_elem_sep int stopBits concode_elem_sep int parity concode_elem_sep int pingResult concode_elem_sep String terminatorToInsert concode_elem_sep String terminatorToShow concode_elem_sep String signFormat concode_elem_sep int baudRate c...
String [ ] function ( ) { return SerialPortList . getPortNames ( ) ; }
11,010
loads and initializes opencv library from current application package . roughly , it 's an analog of system.loadlibrary `` opencv_java '' . concode_field_sep String OPENCV_VERSION_2_4_4 concode_elem_sep String OPENCV_VERSION_2_4_8 concode_elem_sep String OPENCV_VERSION_3_0_0 concode_elem_sep String OPENCV_VERSION_2_4_3...
boolean function ( ) { return StaticHelper . initOpenCV ( false ) ; }
11,011
return a array of missing dependencies concode_field_sep PlaceHolder placeHolder concode_field_sep ActionDependency checkForAvailability concode_elem_sep ActionDependency checkForAvailability concode_elem_sep String dependenciesAsString
String [ ] function ( String arg0 ) { if ( StringUtils . isEmpty ( arg0 ) ) { return new String [ 0 ] ; } return arg0 . split ( CoordELFunctions . INSTANCE_SEPARATOR ) ; }
11,012
returns the number of feeds . concode_field_sep FeedLocalService _feedLocalService concode_field_sep com.liferay.twitter.model.Feed fetchFeed concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getAc...
int function ( ) { return _feedLocalService . getFeedsCount ( ) ; }
11,013
check if this is a new bean , or if the bean is already persisted . concode_field_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setId concode_elem_sep void preCreate concode_elem_sep void preDelete concode_elem_sep IBeanCUDEvent createEvent concode_elem_s...
boolean function ( ) { return getId ( ) == null ; }
11,014
enlarge this byte vector so that it can receive n more bytes . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_sep ByteVector putUTF8 concode_elem_sep ByteVector putShort concode_elem_sep Byt...
void function ( final int arg0 ) { int loc0 = 2 * data . length ; int loc1 = length + arg0 ; byte [ ] loc2 = new byte [ loc0 > loc1 ? loc0 : loc1 ] ; System . arraycopy ( data , 0 , loc2 , 0 , length ) ; data = loc2 ; }
11,015
convenience for generatecards cards , num , rarity , color , this.choices ; concode_field_sep ArrayList<String> choices concode_field_sep String getCardName concode_elem_sep String getCardName concode_elem_sep ArrayList<String> getQuestStarterDeck
ArrayList < String > function ( Generator < Card > arg0 , int arg1 , String arg2 , String arg3 ) { return generateCards ( arg0 , arg1 , arg2 , arg3 , choices ) ; }
11,016
get single integer argument . concode_field_sep String m_command concode_elem_sep StringBuilder m_response concode_elem_sep String[] m_arg concode_elem_sep boolean m_hasId concode_elem_sep String m_line concode_elem_sep int m_id concode_field_sep StringBuilder preprocessLine concode_elem_sep void checkNuArgLessEqual co...
int function ( ) { checkNuArg ( 1 ) ; return getIntArg ( 0 ) ; }
11,017
the maximum concurrent requests for this client . concode_field_sep int maxRequestsPerHost concode_elem_sep X509Certificate certificate concode_elem_sep String certificateAlias concode_elem_sep String userName concode_elem_sep int maxRequests concode_elem_sep TimeUnit readTimeoutUnit concode_elem_sep String token conco...
ClientBuilder function ( int arg0 ) { this . maxRequests = arg0 ; return this ; }
11,018
checks if a given file name represents a toplevel class . concode_field_sep ClassLoader classLoader concode_elem_sep String[] apkPaths concode_elem_sep String[] classPath concode_elem_sep ClassLoader CLASS_LOADER concode_elem_sep SimpleCache<String,ClassPathPackageInfo> cache concode_elem_sep Map<File,Set<String>> jarF...
boolean function ( String arg0 ) { return arg0 . indexOf ( '$' ) < 0 ; }
11,019
the item has left the queue , either by getting queue #cancel item cancelled or by gettingpicked up by an executor and starts running . concode_field_sep PlaceHolder placeHolder concode_field_sep void onEnterBuildable concode_elem_sep ExtensionList<QueueListener> all concode_elem_sep void onLeaveBlocked concode_elem_se...
void function ( LeftItem arg0 ) { }
11,020
set the transaction manager to be used for registering jobs and triggers that are defined by this schedulerfactorybean . default is none ; setting this only makes sense when specifying a datasource for the scheduler . concode_field_sep Log logger concode_elem_sep Map<String,Calendar> calendars concode_elem_sep String[]...
void function ( PlatformTransactionManager arg0 ) { this . transactionManager = arg0 ; }
11,021
ends the drawing and restores the opengl state . concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep bo...
void function ( GL10 arg0 ) { checkState ( STATE_DRAWING , STATE_INITIALIZED ) ; arg0 . glDisable ( GL10 . GL_BLEND ) ; arg0 . glMatrixMode ( GL10 . GL_PROJECTION ) ; arg0 . glPopMatrix ( ) ; arg0 . glMatrixMode ( GL10 . GL_MODELVIEW ) ; arg0 . glPopMatrix ( ) ; }
11,022
creates a new javax.xml.bind.unmarshaller that handles the supplied class . concode_field_sep ConcurrentHashMap<Class,JAXBContext> jaxbContexts concode_elem_sep Map<String,Object> properties concode_elem_sep Map<String,Object> properties concode_field_sep Builder withMarshallerNoNamespaceSchemaLocation concode_elem_sep...
Unmarshaller function ( Class < ? > arg0 ) { JAXBContext loc0 = getContext ( arg0 ) ; return loc0 . createUnmarshaller ( ) ; }
11,023
returns whether there are any characters left to be read . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_sep char next concode_elem_sep ...
boolean function ( ) { return pos < srcEnd ; }
11,024
creates and returns an icon used when rendering jcheckboxmenuitem components . concode_field_sep CheckBoxIcon checkBoxIcon concode_elem_sep long serialVersionUID concode_elem_sep RadioButtonIcon radioButtonIcon concode_field_sep int getIconWidth concode_elem_sep int getIconWidth concode_elem_sep int getIconWidth concod...
Icon function ( ) { return new CheckBoxMenuItemIcon ( ) ; }
11,025
initialize the font to the java editor font . concode_field_sep Font fStatusTextFont concode_elem_sep Label fSeparator concode_elem_sep boolean fIsSystemBackgroundColor concode_elem_sep int BORDER concode_elem_sep StyledText fText concode_elem_sep Color fBackgroundColor concode_elem_sep int fMaxWidth concode_elem_sep S...
void function ( ) { Font loc0 = JFaceResources . getFont ( "srini_string" ) ; StyledText loc1 = getViewer ( ) . getTextWidget ( ) ; loc1 . setFont ( loc0 ) ; }
11,026
gets the value of the tag property . concode_field_sep Tag tag concode_field_sep void setTag concode_elem_sep boolean isSetTag
Tag function ( ) { return tag ; }
11,027
add a command to this action that is executed before the delay concode_field_sep ArrayList<CommandOPEN> preDelayCommandList concode_elem_sep Integer[] sensorIdInhibitionList concode_elem_sep String description concode_elem_sep ArrayList<CommandOPEN> resetCommandList concode_elem_sep boolean commandWithDelay concode_ele...
void function ( CommandOPEN arg0 ) { preDelayCommandList . add ( arg0 ) ; }
11,028
same as setaccuracyinmeterslocked without the pre-lock requirement . concode_field_sep boolean D concode_elem_sep long CHANGE_INTERVAL_MS concode_elem_sep long FASTEST_INTERVAL_MS concode_elem_sep float DEFAULT_ACCURACY_IN_METERS concode_elem_sep long mNextInterval concode_elem_sep Context mContext concode_elem_sep Str...
void function ( float arg0 ) { synchronized ( mLock ) { setAccuracyInMetersLocked ( arg0 ) ; } }
11,029
this is setter method for categoryid concode_field_sep int subSubCatId concode_elem_sep List escalationTemplateDetails concode_elem_sep String subSubCategoryName concode_elem_sep long serialVersionUID concode_elem_sep int escRuleId concode_elem_sep String userLoginName concode_elem_sep List escalationTypeDetails concod...
void function ( int arg0 ) { this . categoryId = arg0 ; }
11,030
sets the secure attribute of the cookie . when true the cookie should only be sent using a secure protocol https . this should only be set when the cookie 's originating server used a secure protocol to set the cookie 's value . concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_s...
void function ( final boolean arg0 ) { isSecure = arg0 ; }
11,031
compare the angle between the specified directions . concode_field_sep double EPS concode_field_sep void testCompass concode_elem_sep void testPredefined concode_elem_sep void testAngle2 concode_elem_sep void testNameMatches concode_elem_sep void testAngle concode_elem_sep void testPredefinedAxis
void function ( final double arg0 , final String arg1 , final String arg2 ) { final AxisDirection loc0 = getDirection ( arg1 ) ; final AxisDirection loc1 = getDirection ( arg2 ) ; assertNotNull ( loc0 ) ; assertNotNull ( loc1 ) ; assertEquals ( arg0 , getAngle ( loc0 , loc1 ) , EPS ) ; }
11,032
sets this item to an integer item . concode_field_sep int intVal concode_elem_sep double doubleVal concode_elem_sep int hashCode concode_elem_sep float floatVal concode_elem_sep char type concode_elem_sep long longVal concode_elem_sep String strVal1 concode_elem_sep String strVal3 concode_elem_sep String strVal2 concod...
void function ( final int arg0 ) { this . type = 'I' ; this . intVal = arg0 ; this . hashCode = 0x7FFFFFFF & ( type + arg0 ) ; }
11,033
gets the rsid value for this report_suite_pages . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.omniture.www.Page[] pages concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String rsid concode_elem_sep boolean __hashCodeCalc concode_field_sep void setRsid co...
java . lang . String function ( ) { return rsid ; }
11,034
initializes this agent . this method is package protected to ensure that only agentservice can call it . concode_field_sep AgentService service concode_elem_sep String ADMIN concode_elem_sep int lastID concode_elem_sep String COORDINATOR concode_field_sep String getName concode_elem_sep void sendMessage concode_elem_se...
void function ( AgentService arg0 ) { if ( this . service != null ) { throw new IllegalStateException ( "srini_string" ) ; } this . service = arg0 ; }
11,035
gets the value of the value property . concode_field_sep boolean minutes concode_elem_sep boolean messages concode_elem_sep long serialVersionUID concode_elem_sep BigInteger value concode_field_sep void setValue concode_elem_sep void setMessages concode_elem_sep void setMinutes concode_elem_sep boolean isMessages conco...
BigInteger function ( ) { return value ; }
11,036
parses a query string into a map concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,Deque<String>> mergeQueryParametersWithNewQueryString concode_elem_sep Map<String,Deque<String>> mergeQueryParametersWithNewQueryString concode_elem_sep String decodeParam concode_elem_sep String buildQueryString con...
Map < String , Deque < String >> function ( final String arg0 ) { return parseQueryString ( arg0 , null ) ; }
11,037
searches recursively for the first child that has the given name concode_field_sep PlaceHolder placeHolder concode_field_sep Node getChildByAttribute concode_elem_sep String getAttributeValue concode_elem_sep Node getChildByNameAndAttribute concode_elem_sep List<Node> getChildrenByName concode_elem_sep Document readDoc...
Node function ( Node arg0 , String arg1 ) { NodeList loc0 = arg0 . getChildNodes ( ) ; if ( arg0 . getNodeName ( ) . equals ( arg1 ) ) return arg0 ; for ( int loc1 = 0 ; loc1 < loc0 . getLength ( ) ; loc1 ++ ) { Node loc2 = getChildByName ( loc0 . item ( loc1 ) , arg1 ) ; if ( loc2 != null ) return loc2 ; } return null...
11,038
gets the value of the field property . concode_field_sep Object parent concode_elem_sep Boolean collapsedLevelsAreSubtotals concode_elem_sep CTPivotAreaReferences references concode_elem_sep Boolean labelOnly concode_elem_sep String offset concode_elem_sep CTExtensionList extLst concode_elem_sep STPivotAreaType type co...
Integer function ( ) { return field ; }
11,039
change the security identity of this invocation . concode_field_sep InvocationContext invocationContext concode_elem_sep Object[] args concode_elem_sep InvocationType invocationType concode_elem_sep String[] INVOKE_SIGNATURE concode_elem_sep Map transient_payload concode_elem_sep Method method concode_elem_sep Map payl...
void function ( Principal arg0 ) { getAsIsPayload ( ) . put ( InvocationKey . PRINCIPAL , arg0 ) ; }
11,040
set the name of the server virtual host to process this request . concode_field_sep Request request concode_field_sep Request getWrappedRequest concode_elem_sep ServletRequest getRequest concode_elem_sep void setContentLength concode_elem_sep void setProtocol concode_elem_sep void setWrapper concode_elem_sep void finis...
void function ( String arg0 ) { request . setServerName ( arg0 ) ; }
11,041
this is setter method for type concode_field_sep String type concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getType concode_elem_sep void setKey
void function ( String arg0 ) { this . type = arg0 ; }
11,042
unregister a call concode_field_sep Vector calls concode_elem_sep String name concode_elem_sep int areacode concode_field_sep Call call concode_elem_sep int getAreacode concode_elem_sep void merge concode_elem_sep void pickup concode_elem_sep String toString concode_elem_sep void addCall concode_elem_sep boolean localT...
void function ( Call arg0 ) { calls . removeElement ( arg0 ) ; }
11,043
returns the item least recently added to this queue . concode_field_sep Node<Item> next concode_elem_sep Item item concode_elem_sep Node<Item> current concode_elem_sep Node<Item> last concode_elem_sep int N concode_elem_sep Node<Item> first concode_field_sep Item next concode_elem_sep void enqueue concode_elem_sep Iter...
Item function ( ) { if ( isEmpty ( ) ) throw new NoSuchElementException ( "srini_string" ) ; return first . item ; }
11,044
test method for com.mks.cms.gae.dao.moduledao #getmodules . concode_field_sep ModuleDao moduleDao concode_elem_sep LocalServiceTestHelper helper concode_field_sep void testGetModuleByKey concode_elem_sep void testSave concode_elem_sep void testUpdate concode_elem_sep void testDeleteModuleDTO
void function ( ) { fail ( "srini_string" ) ; }
11,045
destroys the native counterpart of this object . concode_field_sep long mNativeUrlFilterBridge concode_field_sep UrlFilterBridge create concode_elem_sep void nativeDestroy concode_elem_sep boolean matchesUrl concode_elem_sep boolean nativeMatchesUrl
void function ( ) { assert mNativeUrlFilterBridge != 0 ; nativeDestroy ( mNativeUrlFilterBridge ) ; mNativeUrlFilterBridge = 0 ; }
11,046
returns the back-off policy which is used when an i/o exception is thrown inside #gettoken or null for none . concode_field_sep boolean received401 concode_elem_sep GoogleAccountManager accountManager concode_elem_sep String accountName concode_elem_sep BackOff backOff concode_elem_sep String scope concode_elem_sep Str...
BackOff function ( ) { return backOff ; }
11,047
lookup a servermethoddefinition by its fully-qualified name . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
ServerMethodDefinition < ? , ? > function ( String arg0 ) { return lookupMethod ( arg0 , null ) ; }
11,048
returns the osgi service identifier . concode_field_sep ServiceTracker<CalendarResourceService,CalendarResourceService> _serviceTracker concode_field_sep com.liferay.calendar.model.CalendarResource deleteCalendarResource concode_elem_sep java.util.List<com.liferay.calendar.model.CalendarResource> search concode_elem_se...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
11,049
returns the sum of all counts . concode_field_sep long[] times concode_elem_sep int total concode_elem_sep String objectTitle concode_elem_sep int[] counts concode_elem_sep long objectId concode_field_sep long[] getTimes concode_elem_sep int[] getCounts concode_elem_sep String getObjectTitle concode_elem_sep long getOb...
int function ( ) { return total ; }
11,050
returns the red component in the range 0-255 in the default srgb space . concode_field_sep Color black concode_elem_sep Color darkGray concode_elem_sep Color orange concode_elem_sep Color lightGray concode_elem_sep Color BLUE concode_elem_sep Color gray concode_elem_sep Color green concode_elem_sep Color ORANGE concode...
int function ( ) { return ( getRGB ( ) >> 16 ) & 0xFF ; }
11,051
set the expression defining this parameter concode_field_sep List<Object> resultSetIDs concode_elem_sep int OUT concode_elem_sep Expression expression concode_elem_sep boolean usingDefault concode_elem_sep ElementSymbol parameterSymbol concode_elem_sep boolean varArg concode_elem_sep int index concode_elem_sep int IN c...
void function ( Expression arg0 ) { this . expression = arg0 ; }
11,052
returns whether this is mark is caused by the given class . concode_field_sep String reason concode_elem_sep int depth concode_elem_sep Member member concode_elem_sep boolean certain concode_elem_sep Clazz clazz concode_field_sep String getReason concode_elem_sep boolean isCertain concode_elem_sep boolean isShorter con...
boolean function ( Clazz arg0 ) { return arg0 . equals ( this . clazz ) ; }
11,053
this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep SCInterface getSCInterface concode_elem_sep boolean check_main_regi...
void function ( ) { sCInterface . clearEvents ( ) ; }
11,054
getter method for the call back mode concode_field_sep String comments concode_elem_sep String callbackMode concode_field_sep void setCallbackMode concode_elem_sep String getComments concode_elem_sep void setComments
String function ( ) { return callbackMode ; }
11,055
receives `` city '' node from the `` data '' object in json response concode_field_sep String UNHEALTHY concode_elem_sep AirQualityJsonIaqi iaqi concode_elem_sep AirQualityJsonCity city concode_elem_sep String VERY_UNHEALTHY concode_elem_sep String MODERATE concode_elem_sep String HAZARDOUS concode_elem_sep String NO_D...
AirQualityJsonCity function ( ) { return city ; }
11,056
this method was generated by mybatis generator . this method sets the value of the database column acc_user . nick_name concode_field_sep String weiboUrl concode_elem_sep Long createUserId concode_elem_sep String signature concode_elem_sep Long updateUserId concode_elem_sep String nickName concode_elem_sep String mobil...
void function ( String arg0 ) { this . nickName = arg0 ; }
11,057
returns the response as a character stream decoded with the charset of the content-type header . if that header is either absent or lacks a charset , this will attempt to decode the response body as utf-8 . concode_field_sep Request request concode_elem_sep RawHeaders headers concode_elem_sep int code concode_elem_sep ...
Reader function ( ) { if ( reader == null ) { reader = new InputStreamReader ( byteStream ( ) , charset ( ) ) ; } return reader ; }
11,058
sets the planetid id for this student . concode_field_sep Set<Satellite> satellites concode_elem_sep String planetName concode_elem_sep String star concode_elem_sep Integer planetId concode_elem_sep String galaxy concode_field_sep void setPlanetName concode_elem_sep void setStar concode_elem_sep String getGalaxy concod...
void function ( Integer arg0 ) { this . planetId = arg0 ; }
11,059
group all encumbrances with/without the given document type code by fiscal year , chart , account , sub-account , object code , sub object code , and balance type code , and summarize the encumbrance amount and the encumbrance close amount . concode_field_sep EncumbranceDao encumbranceDao concode_elem_sep org.apache.lo...
Iterator function ( String arg0 , boolean arg1 ) { return encumbranceDao . getSummarizedEncumbrances ( arg0 , arg1 ) ; }
11,060
add a now aitask . args : priority , task concode_field_sep int tickRate concode_elem_sep boolean using concode_elem_sep int tickCount concode_elem_sep int disabledControlFlags concode_elem_sep Set<EntityAITasks.EntityAITaskEntry> executingTaskEntries concode_elem_sep Profiler theProfiler concode_elem_sep EntityAIBase ...
void function ( int arg0 , EntityAIBase arg1 ) { this . taskEntries . add ( new EntityAITasks . EntityAITaskEntry ( arg0 , arg1 ) ) ; }
11,061
returns the selector list . concode_field_sep SelectorList selectorList concode_elem_sep short TYPE concode_elem_sep StyleDeclaration styleDeclaration concode_field_sep void setStyleDeclaration concode_elem_sep StyleDeclaration getStyleDeclaration concode_elem_sep short getType concode_elem_sep void setSelectorList con...
SelectorList function ( ) { return selectorList ; }
11,062
return the timerlistener to schedule . concode_field_sep long period concode_elem_sep boolean fixedRate concode_elem_sep long delay concode_elem_sep TimerListener timerListener concode_field_sep boolean isFixedRate concode_elem_sep long getDelay concode_elem_sep boolean isOneTimeTask concode_elem_sep void setTimerListe...
TimerListener function ( ) { return this . timerListener ; }
11,063
this is setter method for callinglocation concode_field_sep String calledNo concode_elem_sep String cdrCallType concode_elem_sep String balAftCall concode_elem_sep String calledIMSI concode_elem_sep String location concode_elem_sep String calledLocation concode_elem_sep long serialVersionUID concode_elem_sep String rec...
void function ( String arg0 ) { this . callingLocation = arg0 ; }
11,064
a time saver . just for typing less code . concode_field_sep boolean DEBUG concode_field_sep ObjectifyFactory factory
Objectify function ( ) { return ObjectifyService . ofy ( ) ; }
11,065
returns the next socket address to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns con...
InetSocketAddress function ( ) { InetSocketAddress loc0 = new InetSocketAddress ( socketAddresses [ nextSocketAddressIndex ++ ] , socketPort ) ; if ( nextSocketAddressIndex == socketAddresses . length ) { socketAddresses = null ; nextSocketAddressIndex = 0 ; } return loc0 ; }
11,066
stop the servlet container . concode_field_sep Server server concode_elem_sep String host concode_elem_sep String contextPath concode_elem_sep Context context concode_elem_sep int port concode_field_sep int getPort concode_elem_sep String getContextURL concode_elem_sep String getServletURL concode_elem_sep void start c...
void function ( ) { try { server . stop ( ) ; } catch ( Exception loc0 ) { } try { server . destroy ( ) ; } catch ( Exception loc0 ) { } host = null ; port = - 1 ; }
11,067
adds the version . concode_field_sep String KEYWORDS concode_elem_sep String PART concode_elem_sep String PRODUCER concode_elem_sep String VERSION concode_field_sep void setProducer concode_elem_sep void setKeywords
void function ( XMPMeta arg0 , String arg1 ) { arg0 . setProperty ( XMPConst . NS_PDF , VERSION , arg1 ) ; }
11,068
sets an explicit password which will be used instead of password map concode_field_sep String explicitPassword concode_elem_sep Logger log concode_elem_sep LinkedHashMap<Pattern,String> passwordMap concode_field_sep String getPassword concode_elem_sep LinkedHashMap<Pattern,String> parseRulesFile concode_elem_sep String...
void function ( String arg0 ) { this . explicitPassword = arg0 ; }
11,069
sets id . concode_field_sep String cgdChangeLog concode_elem_sep String customerCode concode_elem_sep String availability concode_elem_sep Date itemLastUpdatedDate concode_elem_sep String itemCreatedBy concode_elem_sep String itemCatalogingStatus concode_elem_sep String root concode_elem_sep String id concode_elem_sep ...
void function ( String arg0 ) { this . id = arg0 ; }
11,070
puts the expiration date into a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String LAST_REFRESH_DATE_KEY concode_elem_sep String...
void function ( Bundle arg0 , long arg1 ) { Validate . notNull ( arg0 , "srini_string" ) ; arg0 . putLong ( EXPIRATION_DATE_KEY , arg1 ) ; }
11,071
public api - reads a long integer argument . concode_field_sep ValueReader in concode_elem_sep int bits concode_elem_sep int nextBitMask concode_field_sep int readOctet concode_elem_sep boolean readBit concode_elem_sep Date readTimestamp concode_elem_sep void clearBits concode_elem_sep int readLong concode_elem_sep int...
long function ( ) { clearBits ( ) ; return in . readLonglong ( ) ; }
11,072
if the clientmode is true , mina consumer will connect the address as a tcp client . concode_field_sep boolean disconnect concode_elem_sep int maximumPoolSize concode_elem_sep SSLContextParameters sslContextParameters concode_elem_sep boolean autoStartTls concode_elem_sep boolean sync concode_elem_sep long timeout conc...
void function ( boolean arg0 ) { this . clientMode = arg0 ; }
11,073
use the modelloaderfactory currently registered for the given model type for parcelfiledescriptor s to load a thumbnail for the video represented by the given model . concode_field_sep ModelLoader<T,InputStream> loader concode_elem_sep Class<T> dataClass concode_elem_sep Context context concode_elem_sep ModelLoader<A,T...
DrawableTypeRequest < T > function ( T arg0 ) { return loadGeneric ( arg0 ) ; }
11,074
send email concode_field_sep String COOKIE_NAME concode_field_sep Properties getCtx concode_elem_sep void deleteCookieWebUser concode_elem_sep void addCookieWebUser concode_elem_sep String getCookieWebUser concode_elem_sep String getFrom
String function ( HttpServletRequest arg0 , WebUser arg1 , String arg2 , Object [ ] arg3 ) { return WebUtil . sendEMail ( arg0 , arg1 , arg2 , arg3 ) ; }
11,075
retrieve the flag indicating whether the host is a domain controller or not concode_field_sep long serialVersionUID concode_elem_sep String _hostName concode_elem_sep boolean _isDomainController concode_field_sep String getHostName
boolean function ( ) { return _isDomainController ; }
11,076
get the encryption value . concode_field_sep Encryption encryption concode_elem_sep Kind kind concode_elem_sep AccessTier accessTier concode_elem_sep String location concode_elem_sep Sku sku concode_elem_sep CustomDomain customDomain concode_elem_sep Map<String,String> tags concode_field_sep StorageAccountCreateParamet...
Encryption function ( ) { return this . encryption ; }
11,077
clears this list . concode_field_sep Face head concode_elem_sep Face tail concode_field_sep void add concode_elem_sep boolean isEmpty concode_elem_sep Face first
void function ( ) { head = tail = null ; }
11,078
gets the value of the referenceinfo 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 referenceinfo property . for example , to add a new ...
List < ReferenceInfoType > function ( ) { if ( referenceInfo == null ) { referenceInfo = new ArrayList < ReferenceInfoType > ( ) ; } return this . referenceInfo ; }
11,079
copies the given date . concode_field_sep int lastDayOfWeekend concode_elem_sep Date curMonthAndYear concode_elem_sep int firstDayOfWeekend concode_elem_sep String[] dayOfWeekNames concode_elem_sep int DAYS_IN_WEEK concode_elem_sep int WEEKS_IN_MONTH concode_elem_sep int numDaysInMonth concode_elem_sep String[] dayOfMo...
Date function ( Date arg0 ) { if ( arg0 == null ) { return null ; } Date loc0 = new Date ( ) ; loc0 . setTime ( arg0 . getTime ( ) ) ; return loc0 ; }
11,080
gets the current handler . concode_field_sep String PARTIAL concode_elem_sep String GROUPS_SRC concode_elem_sep HashMap<String,String> pagenames concode_elem_sep String YES concode_elem_sep MetaEntityList entityList concode_elem_sep String SUPPORT_SRC concode_elem_sep HashMap<String,HashMap<String,String>> supported co...
String function ( ) { return handlerName ; }
11,081
returns the user name of this kaleo condition . concode_field_sep KaleoCondition _kaleoCondition concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel co...
java . lang . String function ( ) { return _kaleoCondition . getUserName ( ) ; }
11,082
sets the value of the k1 property . concode_field_sep AdditionalInfoType additionalInformation concode_elem_sep String activityReason concode_elem_sep String serialNumber concode_elem_sep String k1 concode_elem_sep String pool concode_elem_sep long serialVersionUID concode_elem_sep String imsi concode_elem_sep Boolean ...
void function ( String arg0 ) { this . k1 = arg0 ; }
11,083
replies true if this layer should be uploaded to the server ; false , otherwise concode_field_sep UploadOrSaveState uploadState concode_elem_sep File file concode_elem_sep UploadOrSaveState saveState concode_elem_sep boolean doUploadToServer concode_elem_sep boolean doCheckSaveConditions concode_elem_sep AbstractModifi...
boolean function ( ) { return doUploadToServer ; }
11,084
sets the value of the lastname property . concode_field_sep String firstName concode_elem_sep String lastName concode_field_sep void setFirstName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getFirstName concode_elem_sep String getLastName
void function ( String arg0 ) { this . lastName = arg0 ; }
11,085
asserts the given condition , throwing an assertionexception if the condition does n'thold . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnreachable concode_elem_sep T assertNotNull
void function ( boolean arg0 , String arg1 ) { if ( ! arg0 ) { throw new AssertionException ( arg1 ) ; } }
11,086
return a stable identifier for this client based on the name of the implementation class , the hostname , and the hash code of the client readable and likely to be unique , but uniqueness is not guaranteed . concode_field_sep Logger log concode_elem_sep UUID uuid concode_elem_sep IBigdataClient<?> client concode_elem_s...
String function ( ) { return client . getClass ( ) . getName ( ) + "srini_string" + AbstractStatisticsCollector . fullyQualifiedHostName + "srini_string" + client . hashCode ( ) ; }
11,087
gets the value of the accounttype property . concode_field_sep String actCode concode_elem_sep String actReasonCode concode_elem_sep String accountSubType concode_elem_sep String ixcCode concode_elem_sep String accountType concode_elem_sep String location concode_elem_sep long serialVersionUID concode_elem_sep String b...
String function ( ) { return accountType ; }
11,088
unsetter for declarative services . concode_field_sep boolean isProperlyConfigured concode_elem_sep Logger logger concode_field_sep Class<?> getActionClass concode_elem_sep void setXplTransportService concode_elem_sep void activate concode_elem_sep String getActionClassName concode_elem_sep void deactivate
void function ( XplTransportService arg0 ) { Xpl . xplTransportService = null ; }
11,089
returns the maxcachesize . concode_field_sep AtomicLong misses concode_elem_sep long serialVersionUID concode_elem_sep AtomicLong hits concode_elem_sep int maxCacheSize concode_elem_sep AtomicLong evicted concode_elem_sep boolean stopOnEviction concode_elem_sep ConcurrentLinkedHashMap<K,V> map concode_elem_sep Logger L...
int function ( ) { return maxCacheSize ; }
11,090
sets 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...
void function ( String arg0 ) { this . queue = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
11,091
writes buffered imate to this object . if images caching is enabled , the images is written to disk , otherwise it is kept in memory . concode_field_sep Method imageIOWriteMethod concode_elem_sep long length concode_elem_sep boolean isScaled concode_elem_sep boolean isCached concode_elem_sep boolean isCachingEnabled co...
void function ( BufferedImage arg0 ) { setImage ( arg0 , isCached ) ; }
11,092
minimum size of a block that we should start using memory map rather than reading in through normal io operations . this prevents spark from memory mapping very small blocks . in general , memory mapping has high overhead for blocks close to or below the page size of the os . concode_field_sep String SPARK_NETWORK_IO_N...
int function ( ) { return Ints . checkedCast ( JavaUtils . byteStringAsBytes ( conf . get ( "srini_string" , "srini_string" ) ) ) ; }
11,093
get value from byte using normalized index concode_field_sep PlaceHolder placeHolder concode_field_sep char cArrayGet concode_elem_sep void fArraySet concode_elem_sep void zArraySet concode_elem_sep double dArrayGet concode_elem_sep boolean isOrigFArray concode_elem_sep void dArraySet concode_elem_sep boolean isOrigLAr...
byte function ( byte [ ] arg0 , int arg1 ) { try { return arg0 [ arg1 ] ; } catch ( Throwable loc0 ) { return arg0 [ DefaultGroovyMethodsSupport . normaliseIndex ( arg1 , arg0 . length ) ] ; } }
11,094
check that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { ArrowNeedle loc0 = new ArrowNeedle ( false ) ; ArrowNeedle loc1 = ( ArrowNeedle ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
11,095
gets the average vote . concode_field_sep AverageRating averageRating concode_field_sep int getNbVotes concode_elem_sep String getMethod
float function ( ) { if ( averageRating == null ) { return 0 ; } else { return averageRating . getAverageVote ( ) ; } }
11,096
some checks for the getorder method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCoefficients concode_elem_sep void testSerialization concode_elem_sep void testConstructor concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { PolynomialFunction2D loc0 = new PolynomialFunction2D ( new double [ ] { 1.0 , 2.0 } ) ; assertEquals ( 1 , loc0 . getOrder ( ) ) ; }
11,097
whether to use the gsonbuilder #setprettyprinting when writingjson . this is a shortcut for setting up a gson as follows : new gsonbuilder . setprettyprinting . create ; concode_field_sep String dateFormatPattern concode_elem_sep boolean disableHtmlEscaping concode_elem_sep boolean prettyPrinting concode_elem_sep Gson ...
void function ( boolean arg0 ) { this . prettyPrinting = arg0 ; }
11,098
list components in session concode_field_sep String COMPSESSION concode_elem_sep String AUTHSESSION concode_field_sep void setSession concode_elem_sep Auth getAuthSession
List < Component > function ( HttpServletRequest arg0 ) { HttpSession loc0 = arg0 . getSession ( false ) ; return ( List < Component > ) loc0 . getAttribute ( COMPSESSION ) ; }
11,099
sac : implements org.w3c.css.sac.selectorfactory #createrootnodeselector . concode_field_sep SelectorFactory INSTANCE concode_field_sep CharacterDataSelector createTextNodeSelector concode_elem_sep DescendantSelector createChildSelector concode_elem_sep SimpleSelector createAnyNodeSelector concode_elem_sep NegativeSele...
SimpleSelector function ( ) { throw new CSSException ( "srini_string" ) ; }