idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
4,300
clears all elements in this model . note that review phase name is not cleared . concode_field_sep Map<String,ColumnData> columnNameKeyMap concode_elem_sep List<String> allColumnNameKeyList concode_field_sep void add concode_elem_sep int allSize concode_elem_sep void addAll concode_elem_sep ColumnPixelData[] getEnabled...
void function ( ) { this . columnNameKeyMap . clear ( ) ; this . allColumnNameKeyList . clear ( ) ; }
4,301
reset flightgear concode_field_sep Logger LOGGER concode_elem_sep ConsoleClient consoleClient concode_field_sep void disconnect concode_elem_sep boolean isConnected concode_elem_sep void connect concode_elem_sep void pause
void function ( ) { LOGGER . debug ( "srini_string" ) ; consoleClient . run ( new Reset ( ) ) ; }
4,302
slowly move the square vertically by ` distance ' pixels . concode_field_sep int xPosition concode_elem_sep int size concode_elem_sep String color concode_elem_sep int yPosition concode_elem_sep boolean isVisible concode_field_sep void erase concode_elem_sep void changeColor concode_elem_sep void makeVisible concode_el...
void function ( int arg0 ) { int loc0 ; if ( arg0 < 0 ) { loc0 = - 1 ; arg0 = - arg0 ; } else { loc0 = 1 ; } for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { yPosition += loc0 ; draw ( ) ; } }
4,303
gets the value of the storeid property . concode_field_sep String merchantId concode_elem_sep String posBatchId concode_elem_sep String posTransactionId concode_elem_sep long serialVersionUID concode_elem_sep String terminalId concode_elem_sep String storeId concode_field_sep String getTerminalId concode_elem_sep void ...
String function ( ) { return storeId ; }
4,304
gets the value of the description property . concode_field_sep String valueType concode_elem_sep Long idGoalType concode_elem_sep String description concode_elem_sep String type concode_elem_sep MeasureType measureType concode_field_sep void setValueType concode_elem_sep String getType concode_elem_sep void setMeasureT...
String function ( ) { return description ; }
4,305
atomically decrements by one the element at index i . concode_field_sep Unsafe unsafe concode_elem_sep int base concode_elem_sep long[] array concode_elem_sep int shift concode_elem_sep long serialVersionUID concode_field_sep long getAndIncrement concode_elem_sep void set concode_elem_sep long incrementAndGet concode_e...
long function ( int arg0 ) { return getAndAdd ( arg0 , - 1 ) ; }
4,306
returns the unique raw not normalized ratio of a given sample . null if not found . concode_field_sep HashMap<String,Double> rawRatios concode_elem_sep HashMap<String,Double> uniqueRawRatios concode_elem_sep HashMap<String,Double> sharedRawRatios concode_field_sep Double getUniqueRatio concode_elem_sep void setUniqueRa...
Double function ( String arg0 ) { if ( uniqueRawRatios == null ) { return null ; } return uniqueRawRatios . get ( arg0 ) ; }
4,307
sets the modification time of the entry . concode_field_sep short version concode_elem_sep short minVersion concode_elem_sep short internalAttributes concode_elem_sep Compression method concode_elem_sep short flags concode_elem_sep long crc concode_elem_sep int bit concode_elem_sep long localHeaderOffset concode_elem_s...
void function ( long arg0 ) { this . time = arg0 ; }
4,308
lockuser . concode_field_sep PasswordEncoder passwordEncoder concode_elem_sep UserRepository userRepository concode_field_sep boolean unLockuser concode_elem_sep boolean enableUser concode_elem_sep UserDetails loadUserByUsername concode_elem_sep void registerUser concode_elem_sep List<User> getAllUser concode_elem_sep ...
boolean function ( String arg0 ) { User loc0 = userRepository . getOne ( arg0 ) ; if ( loc0 != null ) { loc0 . setAccountNonLocked ( false ) ; return true ; } return false ; }
4,309
sets the constraint converter . concode_field_sep IConstraintConverter constraintConverter concode_elem_sep ValidatorFactory validatorFactory concode_field_sep void addError concode_elem_sep boolean process
void function ( IConstraintConverter arg0 ) { this . constraintConverter = arg0 ; }
4,310
formats a key as a series of comma delimited unsigned bytes . concode_field_sep String NULL concode_field_sep placeholderType placeHolder
String function ( final byte [ ] arg0 ) { if ( arg0 == null ) return NULL ; return toString ( arg0 , 0 , arg0 . length ) ; }
4,311
executes an jpa query concode_field_sep EntityManager em concode_field_sep void clearPersistenceContext concode_elem_sep void commitTransaction concode_elem_sep Set<List<?>> getAllRows concode_elem_sep List<T> executeJPAQuery concode_elem_sep void executeSQL
void function ( String arg0 ) { em . createQuery ( arg0 ) . executeUpdate ( ) ; }
4,312
record the fact that a servlet context attribute was added . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void sessionDestroyed concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDestr...
void function ( HttpSessionBindingEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; }
4,313
gets the proper next-hop sipurl for the selected url . it return the sipurl used to reach the selected url . concode_field_sep String domain concode_elem_sep SocketAddress nexthop concode_field_sep String toString
SipURL function ( SipURL arg0 ) { String loc0 = arg0 . getHost ( ) ; if ( ( loc0 . equalsIgnoreCase ( domain ) ) ) { return new SipURL ( arg0 . getUserName ( ) , nexthop . getAddress ( ) . toString ( ) , nexthop . getPort ( ) ) ; } else return null ; }
4,314
returns the current project level configuration state . concode_field_sep OpenCmsPluginConfigurationForm form concode_elem_sep OpenCmsPluginConfigurationData configurationData concode_elem_sep Project project concode_field_sep String getComponentName concode_elem_sep void loadState concode_elem_sep void initComponent c...
OpenCmsPluginConfigurationData function ( ) { return configurationData ; }
4,315
sets the value of the tutorials property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep Tutorials getTutorials concode_elem_sep ResourceType getTemplateRef concode_el...
void function ( Tutorials arg0 ) { this . tutorials = arg0 ; }
4,316
returns the useremail . concode_field_sep long m_userDateCreated concode_elem_sep String m_userEmail concode_elem_sep int m_userFlags concode_elem_sep String m_userId concode_elem_sep String m_userLastName concode_elem_sep String m_userOu concode_elem_sep long m_userLastLogin concode_elem_sep String m_userPassword conc...
String function ( ) { return m_userEmail ; }
4,317
gets the status of the message . concode_field_sep String titleId concode_elem_sep String inReplyTo concode_elem_sep Date timeSent concode_elem_sep String appUrl concode_elem_sep String body concode_elem_sep String title concode_elem_sep Type type concode_elem_sep String senderId concode_elem_sep List<Url> urls concode...
Status function ( ) { return status ; }
4,318
returns the currently signed in account . concode_field_sep String TAG concode_elem_sep String DEFAULT_ACCOUNT concode_elem_sep MockAccountManager sAccountManager concode_elem_sep Context sContext concode_field_sep void resetSigninState concode_elem_sep Account createTestAccount concode_elem_sep Account addAndSignInTes...
Account function ( ) { assert sContext != null ; return ChromeSigninController . get ( sContext ) . getSignedInUser ( ) ; }
4,319
the number of aws resources ignored by trusted advisor because information was unavailable . concode_field_sep Long resourcesIgnored concode_elem_sep Long resourcesFlagged concode_elem_sep Long resourcesProcessed concode_elem_sep Long resourcesSuppressed concode_field_sep TrustedAdvisorResourcesSummary withResourcesPro...
void function ( Long arg0 ) { this . resourcesIgnored = arg0 ; }
4,320
sets the to user uuid of this entry . concode_field_sep Entry _entry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setContent concode_elem_sep boolean...
void function ( java . lang . String arg0 ) { _entry . setToUserUuid ( arg0 ) ; }
4,321
returns the named bean . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isReadOnly concode_elem_sep void setBeanValue concode_elem_sep boolean canCreateBean concode_elem_sep boolean isNameResolved
Object function ( String arg0 ) { return null ; }
4,322
32-bit fnv hash function concode_field_sep int GB2312_FIRST_CHAR concode_elem_sep int GB2312_CHAR_NUM concode_elem_sep int CHAR_NUM_IN_FILE concode_field_sep int hash2 concode_elem_sep int hash2 concode_elem_sep short getGB2312Id concode_elem_sep String getCCByGB2312Id
long function ( char arg0 [ ] ) { final long loc0 = 1099511628211L ; long loc1 = 0xcbf29ce484222325L ; for ( int loc2 = 0 ; loc2 < arg0 . length ; loc2 ++ ) { char loc3 = arg0 [ loc2 ] ; loc1 = ( loc1 ^ ( loc3 & 0x00FF ) ) * loc0 ; loc1 = ( loc1 ^ ( loc3 >> 8 ) ) * loc0 ; } return loc1 ; }
4,323
gets the value of the valign property . concode_field_sep List<Tr> trs concode_elem_sep String charoff concode_elem_sep List<String> clazzs concode_elem_sep String valign concode_elem_sep String style concode_elem_sep String language concode_elem_sep String id concode_elem_sep String align concode_elem_sep String _char...
String function ( ) { return valign ; }
4,324
check if the given payload is empty . concode_field_sep MessageConverter converter concode_field_sep Class<?> getPayloadType concode_elem_sep Object resolveArgument concode_elem_sep boolean supportsParameter concode_elem_sep Object convertPayload
boolean function ( Object arg0 ) { if ( arg0 == null ) { return true ; } else if ( arg0 instanceof byte [ ] ) { return ( ( byte [ ] ) arg0 ) . length == 0 ; } else if ( arg0 instanceof String ) { return ! StringUtils . hasText ( ( String ) arg0 ) ; } else { return false ; } }
4,325
get the description of this location concode_field_sep LocationImpl UNKNOWN concode_elem_sep int line concode_elem_sep int column concode_elem_sep String description concode_elem_sep String uri concode_field_sep int getLineNumber concode_elem_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep Locatio...
String function ( ) { return this . description ; }
4,326
obtains the single instance of egl . calling this method requires the runtimepermission `` loadlibrary . '' . concode_field_sep int EGL_OPENGL_API concode_elem_sep int EGL_CONFIG_ID concode_elem_sep int EGL_VG_COLORSPACE_LINEAR concode_elem_sep int EGL_STENCIL_SIZE concode_elem_sep int EGL_HORIZONTAL_RESOLUTION concode...
EGL function ( ) { checkPermissions ( ) ; return instance ; }
4,327
call this from oncreate so that any saved startactivityforresult parameters will be restored . concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle...
void function ( Bundle arg0 ) { initCallbackService = arg0 . getString ( "srini_string" ) ; savedPluginState = arg0 . getBundle ( "srini_string" ) ; activityWasDestroyed = true ; }
4,328
for auditing purposes , this method tells you the username of the person that created the request . this is not a relationship to an actual subject because we want to maintain the audit trail , even if a subject has been deleted from the database . if the configuration update was automatically detected by the plugin th...
String function ( ) { return subjectName ; }
4,329
debug . concode_field_sep Logger log concode_field_sep void warn concode_elem_sep void fatal concode_elem_sep void info
void function ( String arg0 ) { log . debug ( arg0 ) ; }
4,330
create an instance of jaxbelement concode_field_sep QName _OverallWidthWindow_QNAME concode_elem_sep QName _Column_QNAME concode_elem_sep QName _StairFlight_QNAME concode_elem_sep QName _FlowTerminal_QNAME concode_elem_sep QName _OverallWidthDoor_QNAME concode_elem_sep QName _Stair_QNAME concode_elem_sep QName _Beam_QN...
JAXBElement < Double > function ( Double arg0 ) { return new JAXBElement < Double > ( _OverallHeightWindow_QNAME , Double . class , null , arg0 ) ; }
4,331
get the unique instance of the controller . concode_field_sep Controller INSTANCE concode_elem_sep List<String> mAdBlockWhiteList concode_elem_sep List<String> mMobileViewUrlList concode_elem_sep SharedPreferences mPreferences concode_elem_sep List<CustomWebView> mWebViewList concode_elem_sep List<DownloadItem> mDownlo...
Controller function ( ) { return ControllerHolder . INSTANCE ; }
4,332
this method was generated by mybatis generator . this method returns the value of the database column public.questions.name _ e concode_field_sep String nameF concode_elem_sep String nameE concode_elem_sep String nameS concode_elem_sep String nameC concode_elem_sep Integer deleted concode_elem_sep Integer id concode_el...
String function ( ) { return nameE ; }
4,333
check to ensure that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals1481087 concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { StandardCategoryToolTipGenerator loc0 = new StandardCategoryToolTipGenerator ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
4,334
returns the type concode_field_sep Integer diskInMb concode_elem_sep Integer instances concode_elem_sep Integer memoryInMb concode_elem_sep String id concode_elem_sep String type concode_field_sep Integer getInstances concode_elem_sep ScaleApplicationRequest withInstances concode_elem_sep ValidationResult isValid conco...
String function ( ) { return this . type ; }
4,335
returns lock for object . concode_field_sep ReadWriteLock[] locks concode_field_sep int concurrencyLevel concode_elem_sep ReadWriteLock[] getAllLocks concode_elem_sep String toString
ReadWriteLock function ( @ Nullable Object arg0 ) { return arg0 == null ? locks [ 0 ] : getLock ( arg0 . hashCode ( ) ) ; }
4,336
if method returns zero , then default color for snackbar will be used . concode_field_sep String mActionText concode_elem_sep int UMA_DOWNLOAD_FAILED concode_elem_sep int mIdentifier concode_elem_sep Object mActionData concode_elem_sep int UMA_AUTO_LOGIN concode_elem_sep int UMA_LOFI concode_elem_sep int mBackgroundCol...
int function ( ) { return mBackgroundColor ; }
4,337
returns the given date as a well formatted string . the above defined dateutil #date_pattern is used . concode_field_sep String DATE_PATTERN concode_elem_sep DateTimeFormatter DATE_FORMATTER concode_field_sep boolean validDate concode_elem_sep LocalDate parse
String function ( LocalDate arg0 ) { if ( arg0 == null ) { return null ; } return DATE_FORMATTER . format ( arg0 ) ; }
4,338
returns true if value is neither nan nor infinite . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToBytes concode_elem_sep long bytesToLong concode_elem_sep long bytesToLong concode_elem_sep byte[] doubleToBytes concode_elem_sep byte[] floatToBytes concode_elem_sep short bytesToShort concode_el...
boolean function ( double arg0 ) { if ( Double . isNaN ( arg0 ) || Double . isInfinite ( arg0 ) ) { return false ; } return true ; }
4,339
test the deployment succeeded . concode_field_sep Logger logger concode_field_sep Archive createDeployment
void function ( ) { final NoOpEJB loc0 = InitialContext . doLookup ( "srini_string" + NoOpEJB . class . getSimpleName ( ) ) ; loc0 . doNothing ( ) ; }
4,340
hook for redirecting requests . applies to webview requests as well as requests made by plugins . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep ...
Uri function ( Uri arg0 ) { return null ; }
4,341
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 ( ) ) ; }
4,342
create an instance of careferencecollection concode_field_sep QName _CommonName_QNAME concode_field_sep CAURI createCAURI concode_elem_sep RequestFilter createRequestFilter concode_elem_sep OIDCollection createOIDCollection concode_elem_sep OID createOID concode_elem_sep CertificateValidity createCertificateValidity co...
CAReferenceCollection function ( ) { return new CAReferenceCollection ( ) ; }
4,343
returns the spring bean id for this bean . concode_field_sep FooService _fooService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.model.User getUser concode_elem_sep FooService getWrappedFooService concode_elem_sep java.util.List<com.liferay.portal.model.Group> getUserSitesGroups concode_...
java . lang . String function ( ) { return _fooService . getBeanIdentifier ( ) ; }
4,344
sets the offset . concode_field_sep long serialVersionUID concode_elem_sep long offset concode_elem_sep String sortColumns concode_elem_sep long limit concode_elem_sep long pageSize concode_field_sep long getPageSize concode_elem_sep long getLimit concode_elem_sep void setLimit concode_elem_sep long getOffset concode_e...
void function ( long arg0 ) { this . offset = arg0 ; }
4,345
will always fail after 2 tries . expected result : f concode_field_sep int counter3 concode_elem_sep Logger LOGGER concode_elem_sep int counter concode_elem_sep int counter2 concode_elem_sep PassFailResults pfr concode_elem_sep boolean warmupvariable concode_field_sep void runBeforeMethod concode_elem_sep void skippedT...
void function ( ) { LOGGER . info ( "srini_string" + ++ counter3 + "srini_string" ) ; Assert . assertTrue ( false ) ; }
4,346
compares this object against the specified object . the result is true if and only if the argument is not null and it represents the same proxy as this object . two instances of proxy represent the same address if both the socketaddresses and type are equal . concode_field_sep Type type concode_elem_sep SocketAddress s...
boolean function ( Object arg0 ) { if ( arg0 == null || ! ( arg0 instanceof Proxy ) ) return false ; Proxy loc0 = ( Proxy ) arg0 ; if ( loc0 . type ( ) == type ( ) ) { if ( address ( ) == null ) { return ( loc0 . address ( ) == null ) ; } else return address ( ) . equals ( loc0 . address ( ) ) ; } return false ; }
4,347
gets the search type concode_field_sep boolean filterCache concode_elem_sep int DEFAULT_MULTIPLIER concode_elem_sep int DEFAULT_CONCURRENCY concode_elem_sep SearchType DEFAULT_SEARCH_TYPE concode_elem_sep boolean numSlowestFinalized concode_elem_sep boolean fieldDataCache concode_elem_sep ClearCachesSettings clearCache...
SearchType function ( ) { return searchType ; }
4,348
create a mutable integer counter concode_field_sep Map<String,MutableMetric> metricsMap concode_elem_sep Map<String,MetricsTag> tagsMap concode_elem_sep MetricsInfo metricsInfo concode_field_sep void add concode_elem_sep void add concode_elem_sep MutableGaugeInt newGauge concode_elem_sep MutableGaugeInt newGauge concod...
MutableCounterInt function ( String arg0 , String arg1 , int arg2 ) { return newCounter ( Interns . info ( arg0 , arg1 ) , arg2 ) ; }
4,349
indicate that a new listener is registered by providing it 's name . it is possible to store multiple listeners with the same name . concode_field_sep AtomicLong publishedEventCounter concode_elem_sep AtomicLong listenerCount concode_elem_sep List<String> listeners concode_field_sep void resetReceivedEventsCount concod...
void function ( String arg0 ) { this . listeners . add ( arg0 ) ; this . listenerCount . incrementAndGet ( ) ; }
4,350
gets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep void setReturnval
ManagedObjectReference function ( ) { return returnval ; }
4,351
sets new title . concode_field_sep SimpleDateFormat df concode_elem_sep String path concode_elem_sep String description concode_elem_sep long datetimeLong concode_elem_sep String title concode_field_sep void setDatetime concode_elem_sep void setDatetime concode_elem_sep Calendar getDatetime concode_elem_sep String getT...
void function ( String arg0 ) { this . title = arg0 ; }
4,352
method called by the jpa layer before persisting the fields . concode_field_sep long serialVersionUID concode_elem_sep Identity identity concode_elem_sep String identityOrRole concode_elem_sep BitMaskPermission permission concode_elem_sep ACLImpl acl concode_elem_sep long entryID concode_elem_sep int bitMask concode_fi...
void function ( ) { if ( this . permission != null ) this . bitMask = this . permission . getMaskValue ( ) ; }
4,353
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Endpoint endpoint concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteEndpointResult clone concode_elem_sep Endpoint getEndpoint concode_elem_sep DeleteEndpointResult withEndpoint conc...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getEndpoint ( ) != null ) loc0 . append ( "srini_string" + getEndpoint ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
4,354
equivalent to addimport type.getname . concode_field_sep String packagePrefix concode_elem_sep Pattern TYPE_PATTERN concode_elem_sep List<Scope> scopes concode_elem_sep Map<String,String> importedTypes concode_elem_sep String INDENT concode_elem_sep Writer out concode_field_sep void annotation concode_elem_sep void ann...
void function ( Class < ? > arg0 ) { addImport ( arg0 . getName ( ) ) ; }
4,355
runs the jira-client library tools against a given rest-formatted query . this requires a pre-formatted basic query single-use and works only for epic-style values . concode_field_sep int pageIndex concode_elem_sep String basicQuery concode_elem_sep GetResponseBuilder jiraConnection concode_elem_sep int pageSize concod...
JSONArray function ( ) { JSONArray loc0 = new JSONArray ( ) ; HttpRequestFactory loc1 = jiraConnection . generateRequestFactory ( ) ; JSONObject loc2 = jiraConnection . getResponse ( loc1 , this . getBasicQuery ( ) ) ; loc0 . add ( loc2 ) ; return loc0 ; }
4,356
converts 32 bits int packaged into a 64bits long to ipv4 inetaddress . concode_field_sep PlaceHolder placeHolder concode_field_sep int inetAddress2Int concode_elem_sep long inetAddress2Long concode_elem_sep InetAddress int2InetAddress concode_elem_sep LinkedHashSet<String> getNetworkIPs concode_elem_sep TreeSet<String>...
InetAddress function ( long arg0 ) { if ( ( arg0 < 0 ) || ( arg0 > 0xFFFFFFFFL ) ) { } return int2InetAddress ( ( int ) arg0 ) ; }
4,357
flush any pending data out of a transport buffer . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOpen concode_elem_sep int read concode_elem_sep void close concode_elem_sep void write concode_elem_sep void write concode_elem_sep void open concode_elem_sep int readAll concode_elem_sep boolean pee...
void function ( ) { }
4,358
returns true if the current exit code represents a failure of blaze infrastructure , vs. a build failure . concode_field_sep ExitCode RESERVED concode_elem_sep ExitCode ANALYSIS_FAILURE concode_elem_sep ExitCode BLAZE_INTERNAL_ERROR concode_elem_sep ExitCode NO_TESTS_FOUND concode_elem_sep ExitCode PARSING_FAILURE conc...
boolean function ( ) { return infrastructureFailure ; }
4,359
get the clientrequestid value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep PoolAddHeaders withDataServiceId concode_elem_sep PoolAddHeaders withLastModified ...
String function ( ) { return this . clientRequestId ; }
4,360
define valor do atributo datainicio . concode_field_sep String nomeCategoriaServico concode_elem_sep String nomeCategoriaServicoPai concode_elem_sep Date dataFim concode_elem_sep long serialVersionUID concode_elem_sep Integer idEmpresa concode_elem_sep Date dataInicio concode_elem_sep String nomeCategoriaServicoConcate...
void function ( Date arg0 ) { this . dataInicio = arg0 ; }
4,361
unfollow a site given an id or domain https://developer.wordpress.com/docs/api/1/post/sites/%24site/follows/mine/delete/ concode_field_sep String sUserAgent concode_elem_sep RestClient mRestClient concode_elem_sep int REST_MAX_RETRIES_GET concode_elem_sep int REST_TIMEOUT_MS concode_elem_sep String NOTIFICATION_FIELDS ...
void function ( String arg0 , Listener arg1 , ErrorListener arg2 ) { String loc0 = String . format ( "srini_string" , arg0 ) ; post ( loc0 , arg1 , arg2 ) ; }
4,362
returns empty event from the event pool events are freed by eventloop itself concode_field_sep Array<Event> eventQueueCurrent concode_elem_sep Array<Event> eventQueueNext concode_elem_sep IntMap<Array<EventListener>> listenerMap concode_elem_sep EventPool eventPool concode_field_sep void swapQueues concode_elem_sep voi...
Event function ( ) { return eventPool . obtain ( ) ; }
4,363
creates a sequence of actioninput s from a sequence of string paths . concode_field_sep String path concode_elem_sep Function<ActionInput,String> EXEC_PATH_STRING_FORMATTER concode_elem_sep Function<String,ActionInput> FROM_PATH concode_field_sep Iterable<String> toExecPaths concode_elem_sep ActionInput fromPath concod...
Collection < ActionInput > function ( Collection < String > arg0 ) { return Collections2 . transform ( arg0 , FROM_PATH ) ; }
4,364
create and store a new form status associated with given form id and namespace concode_field_sep Logger log concode_elem_sep Map formStatuses concode_field_sep void destroyFormStatus concode_elem_sep FormStatusManager lookup concode_elem_sep void cascadeClearWrongFields concode_elem_sep FormStatus getParent concode_ele...
FormStatus function ( Form arg0 , String arg1 , Map < String , Object > arg2 ) { arg1 = StringUtils . defaultIfEmpty ( arg1 , FormProcessor . DEFAULT_NAMESPACE ) ; FormStatus loc0 = new FormStatus ( arg0 , arg1 , arg2 ) ; formStatuses . put ( arg1 + FormProcessor . NAMESPACE_SEPARATOR + arg0 . getId ( ) , loc0 ) ; retu...
4,365
flatten this object in to a parcel . concode_field_sep int TX_ENABLED concode_elem_sep int RX_ENABLED concode_elem_sep int PAUSED concode_elem_sep int QUALITY_HIGH concode_elem_sep int mVideoState concode_elem_sep int QUALITY_LOW concode_elem_sep int mQuality concode_elem_sep Parcelable.Creator<VideoProfile> CREATOR co...
void function ( Parcel arg0 , int arg1 ) { arg0 . writeInt ( mVideoState ) ; arg0 . writeInt ( mQuality ) ; }
4,366
cache a new java.io.file in the cache buffer concode_field_sep Map<String,File> cache concode_elem_sep boolean isTraceEnabled concode_field_sep void setTraceEnabled concode_elem_sep void clear concode_elem_sep boolean remove
boolean function ( File arg0 ) { if ( cache . containsKey ( arg0 . getName ( ) ) ) { return false ; } cache . put ( arg0 . getName ( ) , arg0 ) ; return true ; }
4,367
get the non-upgrade delegate handler . concode_field_sep HttpUpgradeHandshake handshake concode_elem_sep HttpHandler nonUpgradeHandler concode_elem_sep CopyOnWriteMap<String,List<Holder>> handlers concode_elem_sep ChannelListener<? super StreamConnection> listener concode_field_sep void addProtocol concode_elem_sep voi...
HttpHandler function ( ) { return nonUpgradeHandler ; }
4,368
gets the value of the name property . concode_field_sep List<Node> nodes concode_elem_sep String name concode_elem_sep List<Extra> extras concode_elem_sep String id concode_elem_sep Asset asset concode_field_sep Asset getAsset concode_elem_sep void setName concode_elem_sep List<Node> getNodes concode_elem_sep void setA...
String function ( ) { return name ; }
4,369
gets the value of the criteriontype property . concode_field_sep String criterionType concode_elem_sep Long id concode_elem_sep CriterionType type concode_field_sep CriterionType getType concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep void setType concode_elem_sep void setCriterionType
String function ( ) { return criterionType ; }
4,370
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep List<List<Long>> arrayArrayOfInteger concode_elem_sep List<String> arrayOfString concode_elem_sep List<List<ReadOnlyFirst>> arrayArrayOfModel concode_field_sep void setArrayOfString concode_elem_sep void set...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
4,371
get the data in this glyf as a byte buffer . return the basic glyf data only , since there is no specific data . this method returns the data un-flipped , so subclasses can simply append to the allocated buffer . concode_field_sep short minY concode_elem_sep short minX concode_elem_sep short maxY concode_elem_sep short...
ByteBuffer function ( ) { ByteBuffer loc0 = ByteBuffer . allocate ( getLength ( ) ) ; loc0 . putShort ( getNumContours ( ) ) ; loc0 . putShort ( getMinX ( ) ) ; loc0 . putShort ( getMinY ( ) ) ; loc0 . putShort ( getMaxX ( ) ) ; loc0 . putShort ( getMaxY ( ) ) ; return loc0 ; }
4,372
finds the first webelement using the given method , with a timeout . concode_field_sep WebDriver driver concode_elem_sep WebElement userServicesForm concode_field_sep T getWebFragment concode_elem_sep T getWebFragment concode_elem_sep List<WebElement> findElementsWithTimeout concode_elem_sep T asPage concode_elem_sep b...
WebElement function ( By arg0 ) { return Locator . findElementWithTimeout ( arg0 ) ; }
4,373
returns the size of the memory managed by the system for caching , hashing , sorting , ... concode_field_sep long sizeOfManagedMemory concode_elem_sep int numberOfCPUCores concode_elem_sep long sizeOfJvmHeap concode_elem_sep long serialVersionUID concode_elem_sep long sizeOfPhysicalMemory concode_field_sep int getNumbe...
long function ( ) { return this . sizeOfManagedMemory ; }
4,374
create a jwt auth handler concode_field_sep io.vertx.ext.web.handler.JWTAuthHandler delegate concode_field_sep AuthHandler addAuthorities concode_elem_sep JWTAuthHandler setIssuer concode_elem_sep AuthHandler addAuthority concode_elem_sep JWTAuthHandler setIgnoreExpiration concode_elem_sep void handle concode_elem_sep ...
JWTAuthHandler function ( AuthProvider arg0 ) { JWTAuthHandler loc0 = JWTAuthHandler . newInstance ( io . vertx . ext . web . handler . JWTAuthHandler . create ( ( io . vertx . ext . auth . AuthProvider ) arg0 . getDelegate ( ) ) ) ; return loc0 ; }
4,375
returns true if #connect has been attempted on this connection . 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 Socket socket concode...
boolean function ( ) { return connected ; }
4,376
creates a localized description of this throwable . subclasses may override this method in order to produce a locale-specific message . for subclasses that do not override this method , the default implementation returns the same result as getmessage . concode_field_sep String detailMessage concode_field_sep String get...
String function ( ) { return getMessage ( ) ; }
4,377
returns the number of chars required to encode the given bytes . concode_field_sep int numBytes concode_elem_sep int middleShift concode_elem_sep int initialShift concode_elem_sep int advanceBytes concode_elem_sep CodingCase[] CODING_CASES concode_elem_sep short middleMask concode_elem_sep short finalMask concode_elem_...
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { return ( int ) ( ( 8L * arg2 + 14L ) / 15L ) + 1 ; }
4,378
returns common translation for current local . concode_field_sep Map<Locale,ResourceBundle> localeToBundle concode_elem_sep ResourceBundle RESOURCE_BUNDLE concode_elem_sep String BUNDLE_NAME concode_field_sep ResourceBundle getReportResourceBundle concode_elem_sep ResourceBundle getReportResourceBundle concode_elem_sep...
String function ( String arg0 , Locale arg1 ) { try { String loc0 = getReportResourceBundle ( arg1 ) . getString ( arg0 ) ; return loc0 ; } catch ( Exception loc0 ) { assert false ; return arg0 ; } }
4,379
returns the revocationfinder that was configured , or null if none was configured concode_field_sep Map<String,Object> customAttr concode_elem_sep RevocationFinder revocationFinder concode_elem_sep AttributeFinder attributeFinder concode_elem_sep ResourceFinder resourceFinder concode_elem_sep PolicyFinder policyFinder ...
RevocationFinder function ( ) { return this . revocationFinder ; }
4,380
the method should read this object from the cdr input stream , but following the jdk 1.5 api it does not . concode_field_sep NameDynAnyPair[] value concode_field_sep org.omg.CORBA.TypeCode _type concode_elem_sep void _write
void function ( InputStream arg0 ) { value = NameDynAnyPairSeqHelper . read ( arg0 ) ; }
4,381
return the configuration required to use launcherurihandler in the launcher concode_field_sep Set<Class<?>> launcherClassesToShip concode_elem_sep String URI_HANDLER_DEFAULT concode_elem_sep Map<String,URIHandler> cache concode_elem_sep String URI_HANDLER_SUPPORTED_SCHEMES_SUFFIX concode_elem_sep XLog LOG concode_elem_...
Configuration function ( ) { return launcherConf ; }
4,382
returns the tip text for this property concode_field_sep long serialVersionUID concode_elem_sep ClusterGenerator m_Parent concode_field_sep Enumeration<Option> listOptions concode_elem_sep ClusterGenerator getParent concode_elem_sep void setOptions concode_elem_sep String globalInfo concode_elem_sep String toString con...
String function ( ) { return "srini_string" ; }
4,383
this method should be used when you need to stub out creating nativearrays in unit tests . concode_field_sep PlaceHolder placeHolder concode_field_sep WritableMap fromBundle concode_elem_sep WritableArray fromArray concode_elem_sep WritableNativeArray fromJavaArgs concode_elem_sep WritableMap createMap concode_elem_sep...
WritableArray function ( ) { return new WritableNativeArray ( ) ; }
4,384
method that may be called to see if the pointer would match property of a json object with given name . concode_field_sep int _matchingElementIndex concode_elem_sep JsonPointer _head concode_elem_sep JsonPointer _nextSegment concode_elem_sep String _matchingPropertyName concode_elem_sep JsonPointer EMPTY concode_elem_s...
boolean function ( String arg0 ) { return ( _nextSegment != null ) && _matchingPropertyName . equals ( arg0 ) ; }
4,385
returns the currently defined closed-brace char . concode_field_sep char closingBraceChar concode_elem_sep int ESCAPE_MODE_ALL concode_elem_sep char escapeChar concode_elem_sep int EXPECT_DOLLAR concode_elem_sep char markerChar concode_elem_sep int ESCAPE_MODE_NONE concode_elem_sep int ESCAPE_MODE_STRICT concode_elem_s...
char function ( ) { return closingBraceChar ; }
4,386
prefixes enum values , if they start with illegal character other than letter , dollar sign or underscore concode_field_sep PlaceHolder placeHolder concode_field_sep boolean startsWithLetter concode_elem_sep Collection<String> prefixEnumValues
String function ( String arg0 ) { return arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) || startsWithLetter ( arg0 ) ? arg0 : "srini_string" . concat ( arg0 ) ; }
4,387
truncate strings that are to be used for the ` value ' columns concode_field_sep int valueColumnMaxChars concode_elem_sep String valueColumnOmissionMark concode_elem_sep int sortColumnMaxChars concode_field_sep String truncateSortValue concode_elem_sep String truncateSortValue concode_elem_sep int getSortColumnMaxChars...
String function ( String arg0 ) { return this . trunctateString ( arg0 , this . valueColumnMaxChars , valueColumnOmissionMark ) ; }
4,388
returns the interval for grouping on a range of contiguous group key values . concode_field_sep boolean ascendingOrder concode_elem_sep int interval concode_elem_sep int dataType concode_elem_sep double intervalRange concode_elem_sep List filters concode_elem_sep int sortDirection concode_elem_sep Comparator comparator...
int function ( ) { return interval ; }
4,389
sets the domain variables . concode_field_sep String targetUniqueId concode_elem_sep Map<String,String> messageVariables concode_elem_sep Set<String> decVariables concode_elem_sep String id concode_elem_sep Set<String> intVariables concode_elem_sep Map<Integer,String> stringsConstant concode_elem_sep boolean hasTarget ...
void function ( final Map < String , Set < Serializable >> arg0 ) { this . domainVariables = arg0 ; }
4,390
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
4,391
sync a model if it provides the underlying graph provides sync . do nothing otherwise . concode_field_sep List<SystemInfo> versions concode_field_sep void syncGraph concode_elem_sep void registerSubSystem concode_elem_sep void syncObject concode_elem_sep Iterator<SystemInfo> registeredSubsystems
void function ( Model arg0 ) { sync ( arg0 . getGraph ( ) ) ; }
4,392
gets the red value of this color . concode_field_sep Color GREEN concode_elem_sep int green concode_elem_sep Color LIGHT_GRAY concode_elem_sep Color RED concode_elem_sep Color BLACK concode_elem_sep int red concode_elem_sep Color WHITE concode_elem_sep int blue concode_elem_sep Color GRAY concode_elem_sep Color ORANGE ...
int function ( ) { return red ; }
4,393
get result for all components on the frame that support result values . concode_field_sep String dialogType concode_elem_sep List<StepComponent> components concode_elem_sep Thread bgThread concode_elem_sep Step step concode_elem_sep SwingStepResult stepResult concode_elem_sep long serialVersionUID concode_elem_sep Logg...
List < OutputInfoUnit > function ( ) { ArrayList < OutputInfoUnit > loc0 = new ArrayList < > ( components . size ( ) ) ; for ( StepComponent loc1 : components ) { if ( loc1 . isValueType ( ) ) { loc0 . add ( loc1 . getValue ( ) ) ; } } return loc0 ; }
4,394
method for checking the content disposition . concode_field_sep Part part concode_elem_sep int num concode_field_sep boolean hasMimeType concode_elem_sep String getFilename concode_elem_sep String getContent concode_elem_sep String getNum concode_elem_sep boolean hasFilename concode_elem_sep boolean hasDescription conc...
boolean function ( ) { if ( part . getDisposition ( ) != null ) return part . getDisposition ( ) . equals ( Part . INLINE ) ; else return true ; }
4,395
sets parameter to device . concode_field_sep int deviceType concode_elem_sep String protocol concode_elem_sep String data concode_elem_sep String name concode_elem_sep String model concode_elem_sep int supportedMethods concode_elem_sep int deviceId concode_elem_sep int status concode_elem_sep int TELLSTICK_SUCCESS conc...
boolean function ( String arg0 , String arg1 ) { return JNA . CLibrary . INSTANCE . tdSetDeviceParameter ( getId ( ) , arg0 , arg1 ) ; }
4,396
returns the number of elements in the buffer . concode_field_sep int DEFAULT_CAPACITY concode_elem_sep int offset concode_elem_sep int length concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void set concode_elem_sep void prepend concode_elem_sep void prepend concode_elem_...
int function ( ) { return length ; }
4,397
consumes remaining contents of this object , and returns them as a string . concode_field_sep PlaceHolder placeHolder concode_field_sep Byte next concode_elem_sep byte nextByte concode_elem_sep int nextBuf concode_elem_sep long bytesLeft concode_elem_sep byte[] toArray concode_elem_sep boolean hasNext concode_elem_sep ...
String function ( ) { Charset loc0 = Charset . forName ( "srini_string" ) ; CharBuffer loc1 = loc0 . decode ( ByteBuffer . wrap ( this . toArray ( ) ) ) ; return loc1 . toString ( ) ; }
4,398
get the type of noise to add . concode_field_sep int color concode_elem_sep boolean monochrome concode_elem_sep Random randomNumbers concode_elem_sep int radius concode_elem_sep float shine concode_elem_sep float amount concode_field_sep Point2D getPoint2D concode_elem_sep int mod concode_elem_sep void blur concode_ele...
boolean function ( ) { return monochrome ; }
4,399
the non-empty rows of the matrix the ones that contain at least one true entry , with their ids . concode_field_sep List<int[]> row_list concode_field_sep int numberOfEntries concode_elem_sep void set concode_elem_sep void grow concode_elem_sep IntList getEntriesByColumn concode_elem_sep int numEntriesByRow concode_ele...
List < Pair < Integer , int [ ] >> function ( ) { ArrayList < Pair < Integer , int [ ] >> loc0 = new ArrayList < Pair < Integer , int [ ] >> ( ) ; for ( int loc1 = 0 ; loc1 < row_list . size ( ) ; loc1 ++ ) if ( row_list . get ( loc1 ) . length > 0 ) loc0 . add ( new Pair < Integer , int [ ] > ( loc1 , row_list . get (...