idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
35,300
test method for the device list constructor with no parameters passed edu.ncsu.csc216.androtech.model.devices.devicelist #devicelist . concode_field_sep Scanner sc concode_elem_sep ComDevice one concode_elem_sep ComDevice three concode_elem_sep VRDevice two concode_elem_sep DeviceList commonlist concode_field_sep void ...
void function ( ) { DeviceList loc0 = new DeviceList ( ) ; assertEquals ( false , loc0 . iterator ( ) . hasNext ( ) ) ; }
35,301
a count of how many times each member name is defined . concode_field_sep long duration concode_elem_sep List<JSIdentifier> implieds concode_elem_sep Map<String,Integer> member concode_elem_sep List<Issue> issues concode_elem_sep List<JSIdentifier> unused concode_elem_sep List<String> urls concode_elem_sep String name ...
Map < String , Integer > function ( ) { return member ; }
35,302
get loghttpheaders property . concode_field_sep boolean logExceptions concode_elem_sep boolean logHTTPHeaders concode_elem_sep ExceptionFilter messageLoggingFilter concode_elem_sep boolean logSOAPMessages concode_field_sep void setMessageLoggingFilter concode_elem_sep boolean isLogExceptions concode_elem_sep void setLo...
boolean function ( ) { return logHTTPHeaders ; }
35,303
gets whether this time zone has is checked , and so should be displayed in the bottom table ui . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonI...
boolean function ( ) { return currentlyShowing ; }
35,304
check whether a particular artifact type can be accepted for deployment . if the type does n't exist in the acceptance list , we assume that it does n't require any special features to be installed in the system . therefore , that type is accepted . if the type exists in the acceptance list , the acceptance value is re...
boolean function ( String arg0 ) { if ( acceptanceList == null ) { acceptanceList = AppDeployerUtils . buildAcceptanceList ( BPELAppDeployerDSComponent . getRequiredFeatures ( ) ) ; } Boolean loc0 = acceptanceList . get ( arg0 ) ; return ( loc0 == null || loc0 ) ; }
35,305
frees up the memory associated with this large bitmap , and mark the large bitmap as `` dead '' , meaning it will throw an exception if decoderegion , getwidth or getheight is called . this operation can not be reversed , so it should only be called if you are sure there are no further uses for the large bitmap . this ...
void function ( ) { if ( ! mRecycled ) { nativeClean ( mNativeLargeBitmap ) ; mRecycled = true ; } }
35,306
test if font engine is available on the class path and it has been disabled with the proeprty awtfontsubstitution . concode_field_sep Logger logger concode_elem_sep String NFONT_OPEN_TYPE concode_elem_sep int FONT_TYPE_3 concode_elem_sep boolean awtFontLoading concode_elem_sep int FONT_OPEN_TYPE concode_elem_sep boolea...
boolean function ( ) { try { Class . forName ( NFONT_CLASS ) ; foundNFont = true ; } catch ( ClassNotFoundException loc0 ) { } return foundNFont && ! awtFontSubstitution ; }
35,307
returns a string representing the object . concode_field_sep RectangleEdge LEFT concode_elem_sep RectangleEdge RIGHT concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep RectangleEdge TOP concode_elem_sep RectangleEdge BOTTOM concode_field_sep double coordinate concode_elem_sep Object re...
String function ( ) { return this . name ; }
35,308
return the order on the specified type , or the specified default value if none can be found . take care of order @order and @javax . annotation.priority . concode_field_sep Class<? extends Annotation> priorityAnnotationType concode_field_sep Integer getPriority
Integer function ( Class < ? > arg0 , Integer arg1 ) { Order loc0 = AnnotationUtils . findAnnotation ( arg0 , Order . class ) ; if ( loc0 != null ) { return loc0 . value ( ) ; } Integer loc1 = getPriority ( arg0 ) ; if ( loc1 != null ) { return loc1 ; } return arg1 ; }
35,309
firstly attempts to load the library from java.library.path , if that fails then it falls back to extracting the library from the classpath org.rocksdb.nativelibraryloader #loadlibraryfromjar java.lang.string concode_field_sep String sharedLibraryName concode_elem_sep String tempFilePrefix concode_elem_sep NativeLibrar...
void function ( final String arg0 ) { try { System . loadLibrary ( sharedLibraryName ) ; } catch ( final UnsatisfiedLinkError loc0 ) { try { System . loadLibrary ( jniLibraryName ) ; } catch ( final UnsatisfiedLinkError loc1 ) { loadLibraryFromJar ( arg0 ) ; } } }
35,310
builds the content of a single group node . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
ZyLabelContent function ( final INaviGroupNode arg0 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; final ZyLabelContent loc0 = new ZyLabelContent ( null ) ; buildContent ( loc0 , arg0 ) ; return loc0 ; }
35,311
constructs a new string by decoding the specified array of bytes using the utf-16be charset . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep byte[] getBytesUtf16Le concode_elem_sep String newStringUsAscii concode_elem_sep String newStringUtf8 concode_elem_sep byte[] ge...
String function ( byte [ ] arg0 ) { return StringUtils . newString ( arg0 , CharEncoding . UTF_16BE ) ; }
35,312
invoked when an svg 1.2 accesskey value timing specifier is parsed . concode_field_sep TimingSpecifierHandler INSTANCE concode_field_sep void mediaMarker concode_elem_sep void syncbase concode_elem_sep void offset concode_elem_sep void accesskey concode_elem_sep void repeat concode_elem_sep void repeat concode_elem_sep...
void function ( float arg0 , String arg1 ) { }
35,313
sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; }
35,314
returns the instance number of a service starting to process the request . concode_field_sep int instanceId concode_elem_sep long requestId concode_elem_sep String serviceName concode_field_sep String getServiceName concode_elem_sep long getRequestId
int function ( ) { return instanceId ; }
35,315
gets the multi-factor authentication device serial number . concode_field_sep String deviceSerialNumber concode_elem_sep String token concode_field_sep void setDeviceSerialNumber concode_elem_sep void setToken concode_elem_sep String getToken concode_elem_sep MultiFactorAuthentication withDeviceSerialNumber concode_ele...
String function ( ) { return deviceSerialNumber ; }
35,316
tests the failed setting of the maximum distance . concode_field_sep PlaceHolder placeHolder concode_field_sep void setMinimumFail2 concode_elem_sep void setMaximum concode_elem_sep void setMinAndMax concode_elem_sep void setMinimumFail1 concode_elem_sep void createFail5 concode_elem_sep void createFail4 concode_elem_s...
void function ( ) { RopeJoint loc0 = new RopeJoint ( new Body ( ) , new Body ( ) , new Vector2 ( ) , new Vector2 ( ) ) ; loc0 . setLowerLimit ( 2 ) ; loc0 . setUpperLimit ( 1 ) ; }
35,317
returns all registered interceptors . concode_field_sep List<InterceptorRegistration> registrations concode_field_sep InterceptorRegistration addInterceptor concode_elem_sep InterceptorRegistration addWebRequestInterceptor
List < Object > function ( ) { List < Object > loc0 = new ArrayList < Object > ( ) ; for ( InterceptorRegistration loc1 : registrations ) { loc0 . add ( loc1 . getInterceptor ( ) ) ; } return loc0 ; }
35,318
finds reference to a snapshotted file by its original name concode_field_sep BlobStoreIndexShardSnapshots PROTO concode_elem_sep List<SnapshotFiles> shardSnapshots concode_elem_sep String SNAPSHOTS concode_elem_sep String FILES concode_elem_sep ParseField FILES concode_elem_sep Map<String,FileInfo> files concode_elem_s...
List < FileInfo > function ( String arg0 ) { return physicalFiles . get ( arg0 ) ; }
35,319
test method for com.flatironschool.javacs.wikisearch #or com.flatironschool.javacs.wikisearch . concode_field_sep WikiSearch search2 concode_elem_sep WikiSearch search1 concode_field_sep void testAnd concode_elem_sep void testSort concode_elem_sep void testMinus concode_elem_sep void setUp
void function ( ) { WikiSearch loc0 = search1 . or ( search2 ) ; assertThat ( loc0 . getRelevance ( "srini_string" ) , is ( 1 ) ) ; assertThat ( loc0 . getRelevance ( "srini_string" ) , is ( 6 ) ) ; assertThat ( loc0 . getRelevance ( "srini_string" ) , is ( 8 ) ) ; assertThat ( loc0 . getRelevance ( "srini_string" ) , ...
35,320
gets the value of the decryptedbinarydata 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 decryptedbinarydata property . for example , t...
List < DecryptXMLResponseType . DecryptedBinaryData > function ( ) { if ( decryptedBinaryData == null ) { decryptedBinaryData = new ArrayList < DecryptXMLResponseType . DecryptedBinaryData > ( ) ; } return this . decryptedBinaryData ; }
35,321
returns the user uuid of this lock . concode_field_sep Lock _lock concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getInheritable concode_elem_sep boolean i...
java . lang . String function ( ) { return _lock . getUserUuid ( ) ; }
35,322
the css condition attribute $ = value concode_field_sep int CHILD_AXIS concode_elem_sep int HOVER_PSEUDOCLASS concode_elem_sep int selectorID concode_elem_sep Selector siblingSelector concode_elem_sep String _name concode_elem_sep int _axis concode_elem_sep int FOCUS_PSEUDOCLASS concode_elem_sep int _pc concode_elem_se...
void function ( String arg0 , String arg1 , String arg2 ) { _specificityC ++ ; addCondition ( Condition . createAttributeSuffixCondition ( arg0 , arg1 , arg2 ) ) ; }
35,323
the list of type names that must be declared prior to this type because it inherits from them . concode_field_sep List<String> superTypes concode_elem_sep Set<Import> headerForwardDeclarations concode_elem_sep String publicDeclarationCode concode_elem_sep Set<Import> implementationIncludes concode_elem_sep Set<Import> ...
List < String > function ( ) { return superTypes ; }
35,324
enable advanced highlighting . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresentationRecon...
void function ( ) { fPresenter = getPresenterProvider ( ) . get ( ) ; fPresenter . install ( fSourceViewer , fPresentationReconciler ) ; if ( styledTextXtextAdapter != null ) { fReconciler = reconcilerProvider . get ( ) ; fReconciler . install ( styledTextXtextAdapter , fSourceViewer , fPresenter ) ; } }
35,325
loads the model from a file . the method load loads the complete model state with the specified name or default model-dependent name from the specified xml or yaml file . the previous model state is cleared by `` cvstatmodel.clear '' . concode_field_sep long nativeObj concode_field_sep void load_0 concode_elem_sep void...
void function ( String arg0 ) { load_1 ( nativeObj , arg0 ) ; return ; }
35,326
returns the element on which validation has been performed . concode_field_sep boolean isSchemaValid concode_elem_sep String schemaErrorMessage concode_elem_sep String assertionErrorMessage concode_elem_sep boolean isAssertionValid concode_elem_sep Element element concode_field_sep boolean isSchemaValid concode_elem_se...
Element function ( ) { return element ; }
35,327
called when the system received an http authentication request . plugin can use the supplied httpauthhandler to process this auth challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_fie...
boolean function ( CordovaWebView arg0 , ICordovaHttpAuthHandler arg1 , String arg2 , String arg3 ) { return false ; }
35,328
return the list of exception resolvers to delegate to . concode_field_sep int order concode_elem_sep List<HandlerExceptionResolver> resolvers concode_field_sep void setOrder concode_elem_sep int getOrder concode_elem_sep void setExceptionResolvers concode_elem_sep ModelAndView resolveException
List < HandlerExceptionResolver > function ( ) { return Collections . unmodifiableList ( resolvers ) ; }
35,329
get the invalid types concode_field_sep Color COLOR_HIGHLIGHT concode_elem_sep String PREFIX concode_elem_sep String EVENTS concode_elem_sep String DEBUG concode_elem_sep String UNDEFINED concode_elem_sep String TRACING concode_field_sep boolean isDateType concode_elem_sep boolean isNumberType concode_elem_sep boolean ...
Collection < String > function ( ) { IDataTypeManagerService loc0 = ModelerCore . getTeiidDataTypeManagerService ( ) ; return Collections . singleton ( loc0 . getDefaultDataType ( DataTypeName . NULL ) ) ; }
35,330
record the current state of the network concode_field_sep String LOG_TAG concode_elem_sep State mTransitionTarget concode_elem_sep StateTransitionDirection mTransitionDirection concode_elem_sep String mReason concode_elem_sep List<State> mStateDepository concode_field_sep void setStateTransitionCriteria concode_elem_se...
void function ( State arg0 ) { mStateDepository . add ( arg0 ) ; }
35,331
this method was generated by mybatis generator . this method sets the value of the database column sys_role_menu . role_id concode_field_sep Integer createBy concode_elem_sep Date createTime concode_elem_sep Integer updateBy concode_elem_sep Integer roleId concode_elem_sep Boolean enable concode_elem_sep Integer menuId...
void function ( Integer arg0 ) { this . roleId = arg0 ; }
35,332
drops an active trigger by specifying the ontable and triggername concode_field_sep char[] hexArray concode_field_sep void notifyModelChanged concode_elem_sep void notifyModelChanged concode_elem_sep void addContentValues concode_elem_sep String getContentValuesKey concode_elem_sep long longForQuery concode_elem_sep St...
void function ( Class < ModelClass > arg0 , String arg1 ) { QueryBuilder loc0 = new QueryBuilder ( "srini_string" ) . append ( arg1 ) ; FlowManager . getDatabaseForTable ( arg0 ) . getWritableDatabase ( ) . execSQL ( loc0 . getQuery ( ) ) ; }
35,333
sign a public key asserting ownership of username@mockmyid.com with mockmyid.com 's private key . concode_field_sep BigInteger MOCKMYID_g concode_elem_sep SigningPrivateKey cachedMockMyIDPrivateKey concode_elem_sep BigInteger MOCKMYID_y concode_elem_sep BigInteger MOCKMYID_p concode_elem_sep BigInteger MOCKMYID_x conco...
String function ( final VerifyingPublicKey arg0 , String arg1 , final long arg2 , final long arg3 ) { if ( ! arg1 . endsWith ( "srini_string" ) ) { arg1 = arg1 + "srini_string" ; } SigningPrivateKey loc0 = getMockMyIDPrivateKey ( ) ; return JSONWebTokenUtils . createCertificate ( arg0 , arg1 , "srini_string" , arg2 , a...
35,334
inserts a string array value into the mapping of this bundle , replacing any existing value for the given key . either key or value may be null . concode_field_sep Bundle bundle concode_field_sep Bundler putIntegerArrayList concode_elem_sep Bundler putStringArrayList concode_elem_sep Bundler putBundle concode_elem_sep ...
Bundler function ( String arg0 , String [ ] arg1 ) { bundle . putStringArray ( arg0 , arg1 ) ; return this ; }
35,335
does a repaint that is guaranteed to work on some systems , plain repaint fails if there 's lots of updates going on as is the case in our simulator thread . notably , macos x 1.3.1 has problems . concode_field_sep int DIALOG_WIDTH concode_elem_sep int TRACE_FRAME_HEIGHT concode_elem_sep int TRACE_FRAME_WIDTH concode_f...
void function ( final Component arg0 ) { SwingUtilities . invokeLater ( new Runnable ( ) { public void run ( ) { if ( arg0 != null ) arg0 . repaint ( ) ; } } ) ; }
35,336
test update null provider concode_field_sep ProviderDao providerDao concode_elem_sep ProviderServiceImpl providerServiceImpl concode_field_sep void testGetInvalidIdProvider concode_elem_sep void testUpdateProvider concode_elem_sep void testAddNullProvider concode_elem_sep void setUp concode_elem_sep void testAddNewProv...
void function ( ) { Provider loc0 = null ; replay ( providerDao ) ; try { providerServiceImpl . updateProvider ( loc0 ) ; fail ( "srini_string" ) ; } catch ( NullPointerException loc1 ) { } verify ( providerDao ) ; }
35,337
tostring concode_field_sep Double m_latitude concode_elem_sep long serialVersionUID concode_elem_sep Double m_longitude concode_field_sep GWTLatLng fromCoordinates concode_elem_sep Double getLongitude concode_elem_sep int hashCode concode_elem_sep Double getLatitude concode_elem_sep boolean equals concode_elem_sep GWTL...
String function ( ) { return "srini_string" + m_latitude + "srini_string" + m_longitude + "srini_string" ; }
35,338
this is the percentage of badness which is acceptable ... example : a should be 0.20 20 % bad than b before b is choosen rathar than a. concode_field_sep long serialVersionUID concode_elem_sep Map<HClientPool,Double> scores concode_elem_sep List<LatencyAwareHClientPool> allPools concode_elem_sep int UPDATE_INTERVAL con...
void function ( double arg0 ) { DYNAMIC_BADNESS_THRESHOLD = arg0 ; }
35,339
returns the open source of this s c license . concode_field_sep SCLicense _scLicense concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_ele...
boolean function ( ) { return _scLicense . getOpenSource ( ) ; }
35,340
change symbols shape . default : stylebuilder.mark _ circle concode_field_sep Color _color concode_elem_sep ArrayList<Integer> _sizes concode_elem_sep ArrayList<Color> _colors concode_elem_sep double _size concode_elem_sep StyleBuilder _styleBuilder concode_elem_sep String _knownSymbol concode_elem_sep Iterator<Color> ...
void function ( final String arg0 ) { if ( ! isKnownSymbol ( arg0 ) ) { throw new IllegalArgumentException ( arg0 + "srini_string" ) ; } _knownSymbol = arg0 ; }
35,341
get the stream to use . thread-safe . concode_field_sep boolean doCloseStreams concode_elem_sep Path path concode_elem_sep int hbaseChecksumOffCount concode_elem_sep HFileSystem hfs concode_elem_sep FSDataInputStream streamNoFsChecksum concode_elem_sep FileLink link concode_elem_sep Object streamNoFsChecksumFirstCreate...
FSDataInputStream function ( boolean arg0 ) { return arg0 ? this . streamNoFsChecksum : this . stream ; }
35,342
returns true iff lista 0 , lista 1 , ... , lista lista.size is the same as listb start , listb start +1 , ... , listb listb.size -1 , listb 0 , ... , listb start-1 concode_field_sep HashMultimap<ImmutableSet<T>,ImmutableList<T>> knownCyclesByMembers concode_field_sep boolean seen
boolean function ( ImmutableList < T > arg0 , ImmutableList < T > arg1 , int arg2 ) { if ( arg0 . size ( ) != arg1 . size ( ) ) { return false ; } int loc0 = arg0 . size ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { if ( ! arg0 . get ( loc1 ) . equals ( arg1 . get ( ( loc1 + arg2 ) % loc0 ) ) ) { return false ; ...
35,343
compare the controldom and testdom and save and return the differences in a list . concode_field_sep Document testDOM concode_elem_sep Document controlDOM concode_field_sep placeholderType placeHolder
List < Difference > function ( ) { Diff loc0 = new Diff ( this . controlDOM , this . testDOM ) ; DetailedDiff loc1 = new DetailedDiff ( loc0 ) ; return loc1 . getAllDifferences ( ) ; }
35,344
gets the usersubject representing this client authentication concode_field_sep String clientIpAddress concode_elem_sep String clientId concode_elem_sep List<String> allowedGrantTypes concode_elem_sep boolean isConfidential concode_elem_sep List<String> applicationCertificates concode_elem_sep UserSubject subject concod...
UserSubject function ( ) { return subject ; }
35,345
returns a new snippet that will document the http request for the apioperation . concode_field_sep PlaceHolder placeHolder concode_field_sep Snippet httpResponse concode_elem_sep Snippet httpResponse
Snippet function ( ) { return new HttpRequestSnippet ( ) ; }
35,346
specify the http server 's hostname to bind to . default is localhost ; can be overridden with a specific network address to bind to . concode_field_sep HttpServer server concode_elem_sep String hostname concode_elem_sep Log logger concode_elem_sep int backlog concode_elem_sep Executor executor concode_elem_sep int shu...
void function ( String arg0 ) { this . hostname = arg0 ; }
35,347
gets the value of the rval property . concode_field_sep CampaignFeedReturnValue rval concode_field_sep void setRval
CampaignFeedReturnValue function ( ) { return rval ; }
35,348
return the token issuer . can not be null . concode_field_sep String _defaultFormat concode_elem_sep String _format concode_elem_sep String _value concode_field_sep String getFormat concode_elem_sep String toString
String function ( ) { return this . _value ; }
35,349
this will get the key of this page in the structural parent tree . concode_field_sep PDResources pageResources concode_elem_sep PDRectangle mediaBox concode_elem_sep COSDictionary page concode_field_sep PDRectangle getBBox concode_elem_sep void setActions concode_elem_sep PDRectangle getArtBox concode_elem_sep int getR...
int function ( ) { return page . getInt ( COSName . STRUCT_PARENTS , 0 ) ; }
35,350
create a new annotation to be dynamically inserted in the byte code . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasAnnotation concode_elem_sep boolean hasAnnotation concode_elem_sep void generateAccessors concode_elem_sep boolean isAccessor concode_elem_sep boolean isProperty concode_elem_sep ...
void function ( AnnotationsAttribute arg0 , Class < ? extends java . lang . annotation . Annotation > arg1 ) { createAnnotation ( arg0 , arg1 , new HashMap < String , MemberValue > ( ) ) ; }
35,351
returns the string . concode_field_sep String string concode_elem_sep Collection several concode_elem_sep String prop concode_elem_sep String id concode_field_sep void setString concode_elem_sep Collection getSeveral concode_elem_sep void setId concode_elem_sep void setSeveral concode_elem_sep String getId concode_elem...
String function ( ) { return string ; }
35,352
dispatches a notificationlite value to the actual observer . concode_field_sep Action1<SubjectObserver<T>> onTerminated concode_elem_sep Observer<? super T> actual concode_elem_sep boolean emitting concode_elem_sep boolean caughtUp concode_elem_sep NotificationLite<T> nl concode_elem_sep SubjectObserver[] NO_OBSERVERS ...
void function ( Object arg0 , final NotificationLite < T > arg1 ) { if ( arg0 != null ) { arg1 . accept ( actual , arg0 ) ; } }
35,353
call when the object is released after being pulled . this will begin the `` decay '' phase of the effect . after calling this method the host view should android.view.view #invalidate if this methodreturns true and thereby draw the results accordingly . concode_field_sep EdgeEffectImpl IMPL concode_elem_sep Object mEd...
boolean function ( ) { return IMPL . onRelease ( mEdgeEffect ) ; }
35,354
get 1 promotion in product concode_field_sep PlaceHolder placeHolder concode_field_sep List lstPromotions concode_elem_sep Promotions getPromotions concode_elem_sep boolean insertPromotions concode_elem_sep boolean updatePromotions concode_elem_sep boolean deletePromotions
Promotions function ( Products arg0 , String arg1 ) { return PromotionDAO . getPromotion ( arg0 , arg1 ) ; }
35,355
convert a key-value pair to a json string . concode_field_sep Object[] EMPTY_OBJECT_ARRAY concode_field_sep Map<String,Object> toJsonMap concode_elem_sep Map<String,Object> toJsonMap concode_elem_sep Map<String,Object> toJsonMap concode_elem_sep Map<String,Object> toJsonMap concode_elem_sep Map<String,Object> toJsonMap...
String function ( final String arg0 , final Object arg1 ) { final Map < String , Object > loc0 = new TreeMap < String , Object > ( ) ; loc0 . put ( arg0 , arg1 ) ; ObjectMapper loc1 = new ObjectMapper ( ) ; try { return loc1 . writeValueAsString ( loc0 ) ; } catch ( IOException loc2 ) { } return null ; }
35,356
warning 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 . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
35,357
returns the jira change group id of this j i r a change item . concode_field_sep JIRAChangeItem _jiraChangeItem concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_s...
long function ( ) { return _jiraChangeItem . getJiraChangeGroupId ( ) ; }
35,358
populate the supplied response modelnode with information about the supplied provider concode_field_sep ObjectTypeAttributeDefinition PROPERTY concode_elem_sep SimpleAttributeDefinition RELATIVE_TO concode_elem_sep ObjectListAttributeDefinition INDEXED_PROPERTY_LIST concode_elem_sep SimpleAttributeDefinition PATH conco...
void function ( final ModelNode arg0 , final Provider arg1 , final boolean arg2 ) { arg0 . get ( ElytronDescriptionConstants . NAME ) . set ( arg1 . getName ( ) ) ; arg0 . get ( ElytronDescriptionConstants . INFO ) . set ( arg1 . getInfo ( ) ) ; arg0 . get ( ElytronDescriptionConstants . VERSION ) . set ( arg1 . getVer...
35,359
fedoraclient.getdatastreamdissemination throws http 404 in case of undefined streams . concode_field_sep Logger LOG concode_elem_sep HashSet<String> exportedPids concode_elem_sep byte[] buffer concode_elem_sep Queue<String> toExport concode_elem_sep RemoteStorage rstorage concode_field_sep List<DatastreamType> getDataS...
List < String > function ( List < String > arg0 , List < DatastreamType > arg1 ) { ArrayList < String > loc0 = new ArrayList < String > ( arg0 . size ( ) ) ; for ( DatastreamType loc1 : arg1 ) { if ( arg0 . contains ( loc1 . getDsid ( ) ) ) { loc0 . add ( loc1 . getDsid ( ) ) ; if ( arg0 . size ( ) == loc0 . size ( ) )...
35,360
tests that configuration classes are registered according to convention concode_field_sep BeanB b concode_elem_sep BeanC c concode_elem_sep ApplicationContext applicationContext concode_elem_sep String name concode_elem_sep String autowiredName concode_field_sep void registerAndRefresh concode_elem_sep void individualN...
void function ( ) { ApplicationContext loc0 = new AnnotationConfigApplicationContext ( Config . class ) ; Config loc1 = ( Config ) loc0 . getBean ( "srini_string" ) ; assertNotNull ( loc1 ) ; }
35,361
updates the checksum with the byte b. concode_field_sep int BASE concode_elem_sep int checksum concode_field_sep long getValue concode_elem_sep void reset
void function ( int arg0 ) { int loc0 = checksum & 0xffff ; int loc1 = checksum >>> 16 ; loc0 = ( loc0 + ( arg0 & 0xFF ) ) % BASE ; loc1 = ( loc0 + loc1 ) % BASE ; checksum = ( loc1 << 16 ) + loc0 ; }
35,362
sets the value of the value property . concode_field_sep List<Integer> evidence concode_elem_sep String id concode_elem_sep String value concode_field_sep List<Integer> getEvidence concode_elem_sep String getValue concode_elem_sep void setId concode_elem_sep String getId
void function ( String arg0 ) { this . value = arg0 ; }
35,363
return the library file . concode_field_sep File file concode_elem_sep LibraryScope scope concode_elem_sep boolean unpackRequired concode_elem_sep String name concode_field_sep String getName concode_elem_sep boolean isUnpackRequired concode_elem_sep LibraryScope getScope
File function ( ) { return this . file ; }
35,364
projectionevents are ordered first by their x-value , and then by their eventtype . it is important that insert events are sorted before delete events , so that items whose insert and delete events occur at the same x-value will be correctly handled . concode_field_sep int DELETE concode_elem_sep Object edgeSet concode...
int function ( Object arg0 ) { SweepLineEvent loc0 = ( SweepLineEvent ) arg0 ; if ( xValue < loc0 . xValue ) return - 1 ; if ( xValue > loc0 . xValue ) return 1 ; if ( eventType < loc0 . eventType ) return - 1 ; if ( eventType > loc0 . eventType ) return 1 ; return 0 ; }
35,365
returns the identifier of the icon . concode_field_sep String iconID concode_elem_sep ClassLoader formClassLoader concode_elem_sep boolean isAdvanced concode_elem_sep String titleID concode_elem_sep ResourceManagementService resources concode_elem_sep int index concode_elem_sep String formClassName concode_field_sep St...
String function ( ) { return iconID ; }
35,366
sets the stage for the created injector . if the stage is stage #production , this class will eagerly load singletons . concode_field_sep Injector delegateInjector concode_elem_sep BindingProcessor bindingProcesor concode_elem_sep InjectorShell.Builder shellBuilder concode_elem_sep Stage stage concode_elem_sep Initiali...
InjectorBuilder function ( Stage arg0 ) { shellBuilder . arg0 ( arg0 ) ; this . stage = arg0 ; return this ; }
35,367
default constructor . concode_field_sep Logger LOGGER concode_elem_sep double m_lastComputedFitnessValue concode_elem_sep double NO_FITNESS_VALUE concode_elem_sep String CVS_REVISION concode_elem_sep double MAX_FITNESS_VALUE concode_field_sep double getLastComputedFitnessValue concode_elem_sep double evaluate concode_e...
void function ( ) { }
35,368
set the tables to be archived . internally adds each table and attempts to register it . note : all previous tables will be removed in favor of these tables . concode_field_sep Log LOG concode_elem_sep Set<String> archivedTables concode_field_sep boolean shouldArchiveTable concode_elem_sep void removeTable concode_elem...
void function ( List < String > arg0 ) { archivedTables . clear ( ) ; archivedTables . addAll ( arg0 ) ; }
35,369
sets the mappinginfo object that must be used when mapping principals . concode_field_sep AuditInfo auditInfo concode_elem_sep BaseAuthenticationInfo authenticationInfo concode_elem_sep AuthorizationInfo authorizationInfo concode_elem_sep IdentityTrustInfo identityTrustInfo concode_elem_sep String name concode_elem_sep...
void function ( MappingInfo arg0 ) { this . setMappingInfo ( "srini_string" , arg0 ) ; }
35,370
wraps the output of #writegraph outputstream , graph , #writevertices outputstream , iterator and #writevertices outputstream , iterator , direction in a json object . by default , this valueis false which means that the output is such that there is one json object vertex per line.when true the line breaks are not writ...
Builder function ( final boolean arg0 ) { this . wrapAdjacencyList = arg0 ; return this ; }
35,371
as defined in fips-197 : in the shiftrows transformation , the bytes in the last three rows of the state are cyclically shifted over different numbers of bytes offsets . the first row , r = 0 , is not shifted . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[][] invShiftRows concode_elem_sep byte[][] m...
byte [ ] [ ] function ( byte [ ] [ ] arg0 ) { byte [ ] [ ] loc0 = new byte [ 4 ] [ 4 ] ; loc0 [ 0 ] = arg0 [ 0 ] ; for ( int loc1 = 1 ; loc1 <= 3 ; loc1 ++ ) { System . arraycopy ( arg0 [ loc1 ] , loc1 , loc0 [ loc1 ] , 0 , 4 - loc1 ) ; System . arraycopy ( arg0 [ loc1 ] , 0 , loc0 [ loc1 ] , 4 - loc1 , loc1 ) ; } retu...
35,372
a build data dictionary for the signature handler that was used to create the parent signature . concode_field_sep COSDictionary dictionary concode_field_sep PDPropBuildDataDict getApp concode_elem_sep void setPDPropBuildFilter concode_elem_sep void setPDPropBuildApp concode_elem_sep void setPDPropBuildPubSec concode_e...
PDPropBuildDataDict function ( ) { PDPropBuildDataDict loc0 = null ; COSDictionary loc1 = ( COSDictionary ) dictionary . getDictionaryObject ( COSName . FILTER ) ; if ( loc1 != null ) { loc0 = new PDPropBuildDataDict ( loc1 ) ; } return loc0 ; }
35,373
factory method called by the android framework to create new action views . this method returns a new action view for the given menuitem . if your actionprovider implementation overrides the deprecated no-argument overload #oncreateactionview , overriding this method for devices running api 16 or later is recommended b...
View function ( MenuItem arg0 ) { return onCreateActionView ( ) ; }
35,374
protect classes from modification by the web application by adding them to the webappconfiguration #getsystemclasses and expose them to the web application by adding them as exclusions to the webappconfiguration #getserverclasses concode_field_sep List<String> _after concode_elem_sep List<String> _beforeThis concode_el...
void function ( String ... arg0 ) { for ( String loc0 : arg0 ) { if ( loc0 . startsWith ( "srini_string" ) ) throw new IllegalArgumentException ( ) ; _system . add ( loc0 ) ; _server . add ( "srini_string" + loc0 ) ; } }
35,375
check that setting a tool tip generator for a series does override the default generator . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void chartChanged concode_elem_sep JFreeChart createChart concode_elem_sep void testReplaceDataset concode_elem_sep void setUp concode_elem_sep vo...
void function ( ) { XYPlot loc0 = ( XYPlot ) this . chart . getPlot ( ) ; XYItemRenderer loc1 = loc0 . getRenderer ( ) ; StandardXYToolTipGenerator loc2 = new StandardXYToolTipGenerator ( ) ; loc1 . setSeriesToolTipGenerator ( 0 , loc2 ) ; XYToolTipGenerator loc3 = loc1 . getToolTipGenerator ( 0 , 0 ) ; assertTrue ( lo...
35,376
returns the sprite scale along the y axis . concode_field_sep String TAG concode_elem_sep Drawable2d mDrawable concode_elem_sep float mAngle concode_elem_sep float mScaleX concode_elem_sep float[] mModelViewMatrix concode_elem_sep float mPosY concode_elem_sep float[] mScratchMatrix concode_elem_sep boolean mMatrixReady...
float function ( ) { return mScaleY ; }
35,377
return whether the stop watch is currently running . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long startTimeNS concode_elem_sep List<TaskInfo> taskList concode_elem_s...
boolean function ( ) { return this . running ; }
35,378
move to the next byte with an index in the byte array divisable by four . concode_field_sep int streamPosition concode_elem_sep byte[] bytes concode_elem_sep int bytesLength concode_field_sep boolean isBundle concode_elem_sep int lengthOfCurrentString concode_elem_sep OSCMessage convertMessage concode_elem_sep String r...
void function ( ) { int loc0 = streamPosition % 4 ; streamPosition += ( 4 - loc0 ) ; }
35,379
returns the length of the stored value , of the length of the formatted value in case of numeric or alpha . it does n't include the field length header in case of llvar or lllvar . concode_field_sep TimeZone tz concode_elem_sep int length concode_elem_sep IsoType type concode_elem_sep String encoding concode_elem_sep T...
int function ( ) { return length ; }
35,380
called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
35,381
gets the number of edges out of this process . concode_field_sep int[] sources concode_elem_sep int[] destinations concode_elem_sep int[] sourceWeights concode_elem_sep int[] destWeights concode_elem_sep boolean weighted concode_field_sep boolean isWeighted concode_elem_sep int getDestination concode_elem_sep int getDe...
int function ( ) { return destinations . length ; }
35,382
return a fully-qualified version of the given symlink target if it has no scheme and authority . partially and fully-qualified paths are returned unmodified . concode_field_sep PlaceHolder placeHolder concode_field_sep T next concode_elem_sep T resolve
Path function ( final URI arg0 , Path arg1 , Path arg2 ) { final URI loc0 = arg2 . toUri ( ) ; final String loc1 = loc0 . getScheme ( ) ; final String loc2 = loc0 . getAuthority ( ) ; return ( loc1 == null && loc2 == null ) ? arg2 . makeQualified ( arg0 , arg1 . getParent ( ) ) : arg2 ; }
35,383
if true , we will prefer allocating off-heap byte buffers within netty . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String SPARK_NETWORK...
boolean function ( ) { return conf . getBoolean ( SPARK_NETWORK_IO_PREFERDIRECTBUFS_KEY , true ) ; }
35,384
returns the result of interpreting the object as an instance of 'em ployee ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep EmployeePackage modelPackage concode_field_sep T caseDepartment concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_elem...
T function ( Employee arg0 ) { return null ; }
35,385
used to create , setup , and start an intervalrenderer from the passed rendermanager this is used in conjunction with faces-config.xml to allow the same single render manager to be set in all timezonebeans concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFo...
void function ( RenderManager arg0 ) { clock = arg0 . getIntervalRenderer ( "srini_string" ) ; clock . setInterval ( renderInterval ) ; clock . add ( this ) ; clock . requestRender ( ) ; }
35,386
get bean events . concode_field_sep int defaultPropertyIndex concode_elem_sep PropertyDescriptor[] propertyDescriptors concode_elem_sep EventSetDescriptor[] eventSetDescriptors concode_elem_sep MethodDescriptor[] methodDescriptors concode_elem_sep BeanInfo[] additionalBeanInfo concode_elem_sep BeanDescriptor beanDescri...
EventSetDescriptor [ ] function ( ) { return eventSetDescriptors ; }
35,387
returns the date of the beginning of winter . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep void setAutumn concode_elem_sep Calendar getNextSeason conco...
Calendar function ( ) { return winter ; }
35,388
the availability options configured for the domain . indicates whether multi-az is enabled for the domain . concode_field_sep AvailabilityOptionsStatus availabilityOptions concode_field_sep AvailabilityOptionsStatus getAvailabilityOptions concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep De...
void function ( AvailabilityOptionsStatus arg0 ) { this . availabilityOptions = arg0 ; }
35,389
getter . concode_field_sep List<PlyProperty> facetProperties concode_elem_sep List<PlyProperty> vertexProperties concode_elem_sep int numberOfVertices concode_elem_sep Format format concode_elem_sep int numberOfFacets concode_field_sep int getNumberOfVertexProperties concode_elem_sep void setNumberOfVertices concode_el...
int function ( ) { return facetProperties . size ( ) ; }
35,390
sets the content 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 boolean isEscapedModel concode_elem_sep java....
void function ( java . lang . String arg0 ) { _entry . setContent ( arg0 ) ; }
35,391
... test that checks if the area of the triangle is calculated correctly concode_field_sep double PRECISION concode_field_sep void whenPointsInLineThenReturnNull
void function ( ) { final Point loc0 = new Point ( 0 , 0 ) ; final Point loc1 = new Point ( 4 , 0 ) ; final Point loc2 = new Point ( 0 , 4 ) ; final Triangle loc3 = new Triangle ( loc0 , loc1 , loc2 ) ; final double loc4 = loc3 . loc4 ( ) ; assertEquals ( 1.0 / 2.0 * 4.0 * 4.0 , loc4 , PRECISION ) ; }
35,392
gets the value of the shippingmethod property . concode_field_sep XMLGregorianCalendar shippingDate concode_elem_sep XMLGregorianCalendar expectedDelDt concode_elem_sep String shippingMethod concode_elem_sep Address shippingAddress concode_field_sep Address getShippingAddress concode_elem_sep void setShippingAddress co...
String function ( ) { return shippingMethod ; }
35,393
reads a variable-length number with given length . sign-extension is optionally provided . concode_field_sep long odexOffset concode_elem_sep RandomAccessFile file concode_elem_sep DexOptimizationData dexOptimizationData concode_elem_sep boolean dumpOn concode_elem_sep PrintStream dump concode_elem_sep long dumpBaseOff...
long function ( int arg0 , boolean arg1 ) { long loc0 = 0L ; int loc1 = 0 ; int loc2 = 0 ; for ( int loc3 = 0 ; loc3 < arg0 ; ++ loc3 , loc2 += 8 ) { loc1 = read8Bit ( ) ; loc0 |= loc1 << loc2 ; } if ( arg1 && ( ( loc1 & 0x80 ) != 0 ) ) { for ( int loc3 = arg0 * 8 ; loc3 < 64 ; loc3 += 8 ) loc0 |= 0xFFL << loc3 ; } ret...
35,394
gets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
String function ( ) { return password ; }
35,395
get the param value for the menu item which fired the event . concode_field_sep String param concode_elem_sep String actionFired concode_elem_sep String orientation concode_field_sep void setOrientation concode_elem_sep String getOrientation concode_elem_sep String getActionFired concode_elem_sep void setParam concode_...
String function ( ) { return param ; }
35,396
an empty infinite loop for the empty goto optimizer concode_field_sep PlaceHolder placeHolder concode_field_sep void edgeSplitMoveException concode_elem_sep void voidFunction
void function ( ) { while ( true ) { } }
35,397
helper called by generated code to determine if a byte array is a valid utf-8 encoded string such that the original bytes can be converted to a string object and then back to a byte array round tripping the bytes without loss . more precisely , returns true whenever : arrays.equals bytestring.tobytearray , new string b...
boolean function ( ByteString arg0 ) { return arg0 . isValidUtf8 ( ) ; }
35,398
listener for the add student button click action . concode_field_sep String selectedCourse concode_elem_sep Course currentCourse concode_elem_sep List studentCourses concode_elem_sep List courseItems concode_elem_sep String selectedStudent concode_elem_sep Student newStudent concode_elem_sep List studentItems concode_e...
void function ( ActionEvent arg0 ) { Session loc0 = HibernateUtil . getSessionFactory ( ) . getCurrentSession ( ) ; loc0 . beginTransaction ( ) ; Student loc1 = newStudent ; loc0 . save ( loc1 ) ; loc0 . getTransaction ( ) . commit ( ) ; loc1 . clear ( ) ; init ( ) ; }
35,399
return the number of times the value has been set . concode_field_sep double average concode_elem_sep double max concode_elem_sep long count concode_elem_sep String AVG concode_elem_sep String VAL concode_elem_sep double min concode_elem_sep String MIN concode_elem_sep double alpha concode_elem_sep String name concode_...
long function ( ) { return this . count ; }