idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
15,800
create an instance of jaxbelement concode_field_sep QName _GetStudentsList_QNAME concode_elem_sep QName _GetStudentById_QNAME concode_elem_sep QName _AddStudent_QNAME concode_elem_sep QName _AddStudentResponse_QNAME concode_elem_sep QName _GetStudentByIdResponse_QNAME concode_elem_sep QName _GetStudentsListResponse_QNA...
JAXBElement < GetStudentsMap > function ( GetStudentsMap arg0 ) { return new JAXBElement < GetStudentsMap > ( _GetStudentsMap_QNAME , GetStudentsMap . class , null , arg0 ) ; }
15,801
adds the extra preferences to the panel . subclasses should add additional preferences in this method . concode_field_sep EditTextPreference mServerName concode_elem_sep EditTextPreference mDomainSuffices concode_elem_sep EditTextPreference mPref concode_elem_sep VpnProfile mProfile concode_elem_sep boolean mHadSecret ...
void function ( PreferenceGroup arg0 ) { }
15,802
return the text of a node , or the value of an attribute concode_field_sep PlaceHolder placeHolder concode_field_sep List<Node> selectNodes concode_elem_sep List<Node> selectNodes concode_elem_sep Node selectNode concode_elem_sep Node selectNode concode_elem_sep DOMXPath getDOMXPath
String function ( String arg0 , Object arg1 ) { return selectText ( arg0 , arg1 , null ) ; }
15,803
add a group . concode_field_sep Log LOG concode_elem_sep Map<String,G> fgroups concode_elem_sep Map<String,String> legacyMap concode_elem_sep Limits limits concode_elem_sep Map<String,G> groups concode_elem_sep Map<Enum<?>,C> cache concode_elem_sep CounterGroupFactory<C,G> groupFactory concode_elem_sep boolean writeAll...
G function ( G arg0 ) { String loc0 = arg0 . getName ( ) ; if ( isFrameworkGroup ( loc0 ) ) { fgroups . put ( loc0 , arg0 ) ; } else { limits . checkGroups ( groups . size ( ) + 1 ) ; groups . put ( loc0 , arg0 ) ; } return arg0 ; }
15,804
given the position of a bit , return the corresponding sequence id . concode_field_sep long INTERSECTION_COUNT concode_elem_sep BitSet bitmap concode_elem_sep int lastSID concode_elem_sep int support concode_elem_sep int sidsum concode_elem_sep int firstItemsetID concode_field_sep int lastBitOfSID concode_elem_sep Bitm...
int function ( int arg0 , List < Integer > arg1 ) { int loc0 = Collections . binarySearch ( arg1 , arg0 ) ; if ( loc0 >= 0 ) { return loc0 ; } return 0 - loc0 - 2 ; }
15,805
this method was generated by mybatis generator . this method returns the value of the database column public.questionstablescolumns.deleted concode_field_sep String headerS concode_elem_sep String headerC concode_elem_sep String headerR concode_elem_sep String headerA concode_elem_sep Integer deleted concode_elem_sep I...
Integer function ( ) { return deleted ; }
15,806
get the definition kind repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep DefinitionKind extract concode_elem_sep DefinitionKind read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write
String function ( ) { return "srini_string" ; }
15,807
set the vector to random data in the range 0 to 99 . this has significant overhead for random number generation . use setsample to reduce overhead . concode_field_sep byte[][] colorsBytes concode_elem_sep String[] COLORS concode_field_sep void setSampleLongCol concode_elem_sep void setRepeatingDoubleCol concode_elem_se...
void function ( LongColumnVector arg0 ) { int loc0 = arg0 . vector . length ; Random loc1 = new Random ( System . currentTimeMillis ( ) ) ; for ( int loc2 = 0 ; loc2 != loc0 ; loc2 ++ ) { arg0 . vector [ loc2 ] = Math . abs ( loc1 . nextInt ( ) % 100 ) ; } }
15,808
get the respective andes message id for a given browser message id . concode_field_sep PrintWriter printWriterGlobal concode_elem_sep String MQTT_TOPIC_STORAGE_QUEUE_PREFIX concode_elem_sep String AMQP_TOPIC_STORAGE_QUEUE_PREFIX concode_elem_sep ConcurrentHashMap<String,Long> browserMessageIdCorrelater concode_elem_sep...
Long function ( String arg0 ) { Long loc0 ; if ( browserMessageIdCorrelater . containsKey ( arg0 ) ) { loc0 = browserMessageIdCorrelater . get ( arg0 ) ; } else { loc0 = - 1L ; } return loc0 ; }
15,809
getter for charactersheets . only called by campaign #getcharactersheets and that function is never usedelsewhere within maptool . yet . ; - concode_field_sep String defaultSightType concode_elem_sep boolean initiativeMovementLock concode_elem_sep String DEFAULT_TOKEN_PROPERTY_TYPE concode_elem_sep Map<String,BooleanTo...
Map < String , String > function ( ) { if ( characterSheets == null ) initCharacterSheetsMap ( ) ; return characterSheets ; }
15,810
sets the specified range as changed region for the given partitioning . concode_field_sep Document fDocument concode_elem_sep Map<String,Region> fMap concode_field_sep Document getDocument concode_elem_sep boolean isEmpty concode_elem_sep Region getChangedRegion concode_elem_sep Region getCoverage concode_elem_sep Stri...
void function ( String arg0 , int arg1 , int arg2 ) { Assert . isNotNull ( arg0 ) ; fMap . put ( arg0 , new RegionImpl ( arg1 , arg2 ) ) ; }
15,811
retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_elem_sep LongKeyIntValueHashMap useMap concode_field_sep Statement compile concode_elem_sep voi...
long function ( ) { next_cs_id ++ ; return next_cs_id ; }
15,812
find out how much work needs to be done . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode...
int function ( ) { return lengthOfTask ; }
15,813
the code for an aws service returned by the describeservices response . the name element contains the corresponding friendly name . concode_field_sep String code concode_elem_sep String name concode_elem_sep com.amazonaws.internal.SdkInternalList<Category> categories concode_field_sep void setName concode_elem_sep void...
void function ( String arg0 ) { this . code = arg0 ; }
15,814
optimize an objective function . concode_field_sep GoalType goal concode_elem_sep double[] upperBound concode_elem_sep MultivariateFunction function concode_elem_sep Incrementor evaluations concode_elem_sep double[] start concode_elem_sep double[] lowerBound concode_elem_sep ConvergenceChecker<PointValuePair> checker c...
PointValuePair function ( int arg0 , FUNC arg1 , GoalType arg2 , OptimizationData ... arg3 ) { return optimizeInternal ( arg0 , arg1 , arg2 , arg3 ) ; }
15,815
returns all the contained attributes as a map of key - value pairs . concode_field_sep Map<String,Object[]> attributeMap concode_elem_sep Identifier categoryIdentifier concode_field_sep void addAttribute concode_elem_sep void addAttribute concode_elem_sep void addAttribute concode_elem_sep void addAttribute concode_ele...
Map < String , Object [ ] > function ( ) { return Collections . unmodifiableMap ( attributeMap ) ; }
15,816
return whether the set of method overrides is empty . concode_field_sep boolean modified concode_elem_sep Set<MethodOverride> overrides concode_field_sep void addOverrides concode_elem_sep MethodOverride getOverride concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Set<MethodOverride> getOv...
boolean function ( ) { return ( ! this . modified || this . overrides . isEmpty ( ) ) ; }
15,817
revokes the specified privilege on the specified table from the specified user concode_field_sep PlaceHolder placeHolder concode_field_sep List<SchemaTableName> listTables concode_elem_sep Optional<ConnectorNewTableLayout> getNewTableLayout concode_elem_sep boolean supportsMetadataDelete concode_elem_sep void createTab...
void function ( ConnectorSession arg0 , SchemaTableName arg1 , Set < Privilege > arg2 , String arg3 , boolean arg4 ) { throw new PrestoException ( NOT_SUPPORTED , "srini_string" ) ; }
15,818
retrieve the message for the given code , using the defaulthtmlescape setting . concode_field_sep boolean defaultHtmlEscape concode_elem_sep MessageSource messageSource concode_field_sep void setMessageSource
String function ( String arg0 , String arg1 ) { return getMessage ( arg0 , null , arg1 , defaultHtmlEscape ) ; }
15,819
the shared filesystem repo locations . concode_field_sep Path logsFile concode_elem_sep Settings settings concode_elem_sep Path homeFile concode_elem_sep Path tmpFile concode_elem_sep Path configFile concode_elem_sep Path[] repoFiles concode_elem_sep Path[] dataWithClusterFiles concode_elem_sep Path pidFile concode_ele...
Path [ ] function ( ) { return repoFiles ; }
15,820
returns the text describing the given area in this system of measurement . concode_field_sep SystemOfMeasurement CHINESE concode_elem_sep String areaCustomName concode_elem_sep SystemOfMeasurement METRIC concode_elem_sep SystemOfMeasurement IMPERIAL concode_elem_sep String bName concode_elem_sep double areaCustomValue ...
String function ( double arg0 ) { return getAreaText ( arg0 , null , 0.01 ) ; }
15,821
gets the value of the visible property . concode_field_sep Unit unit concode_elem_sep Boolean visible concode_elem_sep String code concode_elem_sep net.sf.ahtutils.xml.text.Question question concode_elem_sep String topic concode_elem_sep Remark remark concode_elem_sep long serialVersionUID concode_elem_sep Long id conc...
boolean function ( ) { return visible ; }
15,822
opens the textcache object . concode_field_sep LockFile lockFile concode_elem_sep boolean needsCheckpoint concode_elem_sep Log log concode_elem_sep SimpleLog appLog concode_elem_sep boolean logStatements concode_elem_sep boolean syncFile concode_field_sep void checkpoint concode_elem_sep int getLogSize concode_elem_sep...
DataFileCache function ( Table arg0 , String arg1 , boolean arg2 , boolean arg3 ) { return log . openTextCache ( arg0 , arg1 , arg2 , arg3 ) ; }
15,823
serialize an instance , restore it , and check for equality . concode_field_sep double EPSILON concode_field_sep void testCloning concode_elem_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testConstructor concode_elem_sep void testHashcode concode_elem_sep void testEquals
void function ( ) { CandlestickRenderer loc0 = new CandlestickRenderer ( ) ; CandlestickRenderer loc1 = ( CandlestickRenderer ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
15,824
gets the manager id . concode_field_sep String empID concode_elem_sep OfficialDetails officialDetail concode_elem_sep PersonalDetails personalDetail concode_field_sep OfficialDetails getOfficialDetails concode_elem_sep String getDesignation concode_elem_sep String getPersonalEmailID concode_elem_sep String getEmpID con...
String function ( ) { return this . getOfficialDetails ( ) . getManagerID ( ) ; }
15,825
checks if the content model matches an empty input stream . the empty content is created using sgml dtd keyword empty . the empty model is a model with the content field equal to null . concode_field_sep ContentModel next concode_elem_sep int type concode_elem_sep long serialVersionUID concode_elem_sep Object content c...
boolean function ( ) { return content == null ; }
15,826
this method is used for setting the map with configuration values of the rule . key - id of the configdescriptionparameter value - the value of the corresponding property concode_field_sep String uid concode_elem_sep Visibility visibility concode_elem_sep Configuration configuration concode_elem_sep List<ConfigDescript...
void function ( Configuration arg0 ) { this . configuration = arg0 ; }
15,827
returns branch name for discrete attributes . currently we always create a separate branch for every discrete attribute . concode_field_sep String splitAttributeName concode_elem_sep BranchGroup splitData concode_elem_sep Double splitPoint concode_field_sep BranchGroup getSplitData concode_elem_sep void setSplitData co...
String function ( String arg0 ) { return arg0 ; }
15,828
gets the server item concode_field_sep String mItemId concode_elem_sep String mTableName concode_elem_sep String mErrorMessage concode_elem_sep String mServerResponse concode_elem_sep JsonObject mServerItem concode_elem_sep String mId concode_elem_sep JsonObject mClientItem concode_elem_sep TableOperationKind mOperatio...
JsonObject function ( ) { return this . mServerItem ; }
15,829
set the two characters to use to format date values , in joda-time style . the first character is used for the date style ; the second is for the time style . supported characters are : 's ' = small 'm ' = medium ` l' = long ` f ' = full ' - ' = omitted concode_field_sep ISO iso concode_elem_sep String pattern concode_...
void function ( String arg0 ) { this . style = arg0 ; }
15,830
this method was generated by mybatis generator . this method returns the value of the database column actani.curcde concode_field_sep String sysidt concode_elem_sep String actflg concode_elem_sep String curcde concode_elem_sep String apcode concode_elem_sep String recsts concode_elem_sep String orgidt concode_elem_sep ...
String function ( ) { return curcde ; }
15,831
gets the value of the sigpolicyhash property . concode_field_sep SigPolicyQualifiersListType sigPolicyQualifiers concode_elem_sep DigestAlgAndValueType sigPolicyHash concode_elem_sep TransformsType transforms concode_elem_sep ObjectIdentifierType sigPolicyId concode_elem_sep long serialVersionUID concode_field_sep Tran...
DigestAlgAndValueType function ( ) { return sigPolicyHash ; }
15,832
call to resolve a url from a target url , the url may be a partial url that this method is expected to complete . the url may even simply be a mnemonic reference that is mapped to a complete url by this method . concode_field_sep HttpServletRequest _oHttpServletRequest concode_elem_sep RedirectResolverExecutor _oRedire...
String function ( String arg0 ) { return _oRedirectResolverExecutor . resolveRedirect ( _oHttpServletRequest , new Redirect ( arg0 ) ) ; }
15,833
returns a new mapfactory . concode_field_sep Map<K,Provider<V>> contributingMap concode_field_sep Map<K,V> get
MapFactory < K , V > function ( Provider < Map < K , Provider < V >>> arg0 ) { Map < K , Provider < V >> loc0 = arg0 . get ( ) ; return new MapFactory < K , V > ( loc0 ) ; }
15,834
set the suffix that gets appended to view names when building a url . concode_field_sep UrlBasedViewResolver viewResolver concode_field_sep UrlBasedViewResolverRegistration prefix concode_elem_sep UrlBasedViewResolverRegistration viewNames concode_elem_sep UrlBasedViewResolverRegistration suffix concode_elem_sep UrlBas...
UrlBasedViewResolverRegistration function ( String arg0 ) { this . viewResolver . setSuffix ( arg0 ) ; return this ; }
15,835
sets the value of the id property . concode_field_sep CachingName cachingName concode_elem_sep String id concode_elem_sep List<CachingElement> cachingElement concode_field_sep CachingName getCachingName concode_elem_sep List<CachingElement> getCachingElement concode_elem_sep String getId concode_elem_sep void setCachin...
void function ( final String arg0 ) { this . id = arg0 ; }
15,836
cancel the local notification . create an intent that looks similar , to the one that was registered using schedule . making sure the notification id in the action is the same . now we can search for such an intent using the ` getservice ' method and cancel it . concode_field_sep Class<?> defaultReceiver concode_elem_s...
void function ( ) { Intent loc0 = new Intent ( context , receiver ) . setAction ( options . getIdStr ( ) ) ; PendingIntent loc1 = PendingIntent . getBroadcast ( context , 0 , loc0 , 0 ) ; getAlarmMgr ( ) . cancel ( loc1 ) ; getNotMgr ( ) . cancel ( options . getId ( ) ) ; unpersist ( ) ; }
15,837
sets the value of the billtoaddressline1 property . concode_field_sep String billToEmail concode_elem_sep String billToPostalCode concode_elem_sep Boolean isAddressChange concode_elem_sep String billToRegion concode_elem_sep long serialVersionUID concode_elem_sep String billToName concode_elem_sep String billToAddressL...
void function ( String arg0 ) { this . billToAddressLine1 = arg0 ; }
15,838
returns a set with one pathfragment for each file that was changed since the last build , or an empty set if the set is unknown or would be too big . concode_field_sep Set<PathFragment> changedFiles concode_elem_sep int changedFileCount concode_field_sep int getChangedFileCount
Set < PathFragment > function ( ) { return changedFiles ; }
15,839
get a string from the underlying resource bundle and format it with the given object arguments . these arguments can of course be string objects . concode_field_sep Hashtable managers concode_elem_sep ResourceBundle bundle concode_elem_sep org.apache.juli.logging.Log log concode_field_sep StringManager getManager conco...
String function ( String arg0 , Object arg1 , Object arg2 ) { Object [ ] loc0 = new Object [ ] { arg1 , arg2 } ; return getString ( arg0 , loc0 ) ; }
15,840
the version of the health check . you can optionally pass this value in a call to updatehealthcheck to prevent overwriting another change to the health check . concode_field_sep Long healthCheckVersion concode_elem_sep String callerReference concode_elem_sep String id concode_elem_sep HealthCheckConfig healthCheckConfi...
Long function ( ) { return this . healthCheckVersion ; }
15,841
devuelve un stringbuilder con el log al completo concode_field_sep StringBuilder log concode_elem_sep String formato concode_elem_sep Date t0 concode_field_sep void appendTimedLogLine
StringBuilder function ( ) { return log ; }
15,842
multiply and substract result from accum b concode_field_sep long A concode_elem_sep long B concode_field_sep void negB concode_elem_sep void negA concode_elem_sep void clearB concode_elem_sep void clearA concode_elem_sep void squareAndAddToB concode_elem_sep void mulAndAddToA concode_elem_sep int getUpperA concode_ele...
void function ( int arg0 , int arg1 ) { B -= arg0 * arg1 ; }
15,843
returns the comment , with internal backslashes and parentheses preceded by backslashes . the outer parentheses themselves are not added by this method . concode_field_sep String mAddress concode_elem_sep String mName concode_elem_sep String mComment concode_field_sep void setName concode_elem_sep String getName concod...
String function ( String arg0 ) { int loc0 = arg0 . length ( ) ; StringBuilder loc1 = new StringBuilder ( ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { char loc3 = arg0 . charAt ( loc2 ) ; if ( loc3 == '(' || loc3 == ')' || loc3 == '|' ) { loc1 . append ( '|' ) ; } loc1 . append ( loc3 ) ; } return loc1 . toString...
15,844
returns the protocol associated to this server . concode_field_sep byte[] password concode_elem_sep String address concode_elem_sep int port concode_elem_sep String PROTOCOL_TCP concode_elem_sep String PROTOCOL_SSLTCP concode_elem_sep int MAX_STUN_SERVER_COUNT concode_elem_sep boolean isOldTurn concode_elem_sep String ...
String function ( ) { return protocol ; }
15,845
this method returns the indexing key of a peptide match after curation . concode_field_sep HashMap<String,TargetDecoyMap> peptideMaps concode_elem_sep String DUSTBIN concode_elem_sep long serialVersionUID concode_elem_sep String SEPARATOR concode_elem_sep ArrayList<String> groupedMaps concode_field_sep String getKey co...
String function ( String arg0 ) { if ( groupedMaps . contains ( arg0 ) ) { return DUSTBIN ; } return arg0 ; }
15,846
returns true if the bit is set at the specified index . concode_field_sep long WORD_SIZE concode_field_sep void set concode_elem_sep boolean anySet concode_elem_sep int nextSetBit concode_elem_sep void unset
boolean function ( Object arg0 , long arg1 , int arg2 ) { assert arg2 >= 0 : "srini_string" + arg2 + "srini_string" ; final long loc0 = 1L << ( arg2 & 0x3f ) ; final long loc1 = arg1 + ( arg2 >> 6 ) * WORD_SIZE ; final long loc2 = Platform . getLong ( arg0 , loc1 ) ; return ( loc2 & loc0 ) != 0 ; }
15,847
method to compute the squared magnitude of a complex number . concode_field_sep double imaginary concode_elem_sep double real concode_field_sep double getReal concode_elem_sep void divideComplex concode_elem_sep void scaleComplex concode_elem_sep void set concode_elem_sep void multiplyComplex concode_elem_sep void rese...
double function ( ) { double loc0 ; loc0 = this . real * this . real + this . imaginary * this . imaginary ; return loc0 ; }
15,848
called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
15,849
converts two octets into the number that they represent . concode_field_sep ByteArrayInputStream in concode_elem_sep int length concode_field_sep byte[] getOS concode_elem_sep boolean hasMoreElements concode_elem_sep String getText concode_elem_sep long getScalar concode_elem_sep BigInteger getMPI concode_elem_sep Inpu...
int function ( byte [ ] arg0 ) { final int loc0 = ( arg0 [ 0 ] & 0xFF ) << 8 | ( arg0 [ 1 ] & 0xFF ) ; if ( loc0 > Registry . SASL_TWO_BYTE_MAX_LIMIT ) throw new SaslEncodingException ( "srini_string" ) ; return loc0 ; }
15,850
implements annotation #equals . concode_field_sep AnnotationChecker scopeChecker concode_elem_sep LoadingCache<Class<? extends Annotation>,Boolean> cache concode_elem_sep AnnotationChecker bindingAnnotationChecker concode_elem_sep MapJoiner JOINER concode_elem_sep LoadingCache<Class<? extends Annotation>,Annotation> ca...
boolean function ( Class < ? extends Annotation > arg0 , Map < String , Object > arg1 , Object arg2 ) { if ( ! arg0 . isInstance ( arg2 ) ) { return false ; } for ( Method loc0 : arg0 . getDeclaredMethods ( ) ) { String loc1 = loc0 . getName ( ) ; if ( ! Arrays . deepEquals ( new Object [ ] { loc0 . invoke ( arg2 ) } ,...
15,851
sets the report file to generate concode_field_sep List<String> propertiesList concode_elem_sep Logger LOG concode_elem_sep File resharperReportFile concode_elem_sep VisualStudioSolution solution concode_elem_sep VisualStudioProject vsProject concode_elem_sep ArrayList<String> arguments concode_elem_sep File executable...
ReSharperCommandBuilder function ( File arg0 ) { this . resharperReportFile = arg0 ; return this ; }
15,852
determines whether a default image will be returned on error concode_field_sep boolean disposed concode_elem_sep ImageCache cache concode_elem_sep List<ImageReference> refs concode_elem_sep Image image concode_elem_sep ImageDescriptor descriptor concode_elem_sep Map<ImageDescriptor,ImageCache> caches concode_elem_sep D...
boolean function ( ) { return cache . returnMissingImageOnError ; }
15,853
per the jdbc 3.0 spec , this commits the transaction for the specified xid , not necessarily for the transaction associated with this xaresource object . concode_field_sep boolean originalAutoCommitMode concode_elem_sep int XA_STATE_INITIAL concode_elem_sep int XA_STATE_DISPOSED concode_elem_sep int XA_STATE_PREPARED c...
void function ( Xid arg0 , boolean arg1 ) { System . err . println ( "srini_string" + ( arg1 ? "srini_string" : "srini_string" ) + "srini_string" + arg0 ) ; JDBCXAResource loc0 = xaDataSource . getResource ( arg0 ) ; if ( loc0 == null ) { throw new XAException ( "srini_string" + arg0 ) ; } loc0 . commitThis ( arg1 ) ; ...
15,854
gets the value of the creativeid property . concode_field_sep Double manualCreativeRotationWeight concode_elem_sep Long creativeSetId concode_elem_sep StartDateTimeType startDateTimeType concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep Long lineItemId concode_elem_sep String destinationUrl concode_elem_s...
Long function ( ) { return creativeId ; }
15,855
increase the number of checked elements , as a statistics measure to know how many elements were actually examined . its thread safe by using the atomicinteger concode_field_sep Object elementsLock concode_elem_sep Collection<String> elements concode_elem_sep AtomicInteger counter concode_elem_sep EventableConditionChe...
void function ( ) { counter . getAndIncrement ( ) ; }
15,856
checks if the specified state has at least one exit action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasAtLeastOneAction con...
boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; }
15,857
returns whether the given service is supported in this region . concode_field_sep RegionImpl regionImpl concode_field_sep T createClient concode_elem_sep String getDomain concode_elem_sep String getPartition concode_elem_sep String getName concode_elem_sep Collection<String> getAvailableEndpoints concode_elem_sep Regio...
boolean function ( String arg0 ) { return regionImpl . isServiceSupported ( arg0 ) ; }
15,858
this is to get expired tokens from token store concode_field_sep Log log concode_field_sep Token[] getCancelledTokens concode_elem_sep void addToken concode_elem_sep Token[] getValidTokens concode_elem_sep void updateToken concode_elem_sep String[] getAllTokenKeys concode_elem_sep void removeToken concode_elem_sep Toke...
Token [ ] function ( int arg0 ) { return getTokens ( arg0 ) ; }
15,859
returns the tool tip of this segment or null if not defined . concode_field_sep PlaceHolder placeHolder concode_field_sep void layout concode_elem_sep boolean contains concode_elem_sep boolean intersects concode_elem_sep boolean advanceLocator concode_elem_sep void computeSelection concode_elem_sep void paint concode_e...
String function ( ) { return null ; }
15,860
fetches the text segment label symbol which , if declared global , indicates the starting address for execution . concode_field_sep String filename concode_elem_sep int NOT_FOUND concode_elem_sep String startLabel concode_elem_sep ArrayList table concode_field_sep ArrayList getTextSymbols concode_elem_sep void addSymbo...
String function ( ) { return startLabel ; }
15,861
doc bzhou comment method `` parse '' . concode_field_sep String PATTERN_1 concode_elem_sep String PATTERN_5 concode_elem_sep Logger log concode_elem_sep String PATTERN_7 concode_elem_sep String PATTERN_2 concode_elem_sep String PATTERN_4 concode_elem_sep String PATTERN_3 concode_elem_sep String PATTERN_6 concode_elem_s...
Date function ( String arg0 , String arg1 ) { Date loc0 = null ; SimpleDateFormat loc1 = new SimpleDateFormat ( arg0 ) ; loc0 = loc1 . parse ( arg1 ) ; return loc0 ; }
15,862
model change of a monitored table . called after po.beforesave / po.beforedelete when you called addmodelchange for the table concode_field_sep int m_AD_Role_ID concode_elem_sep CLogger log concode_elem_sep int m_AD_User_ID concode_elem_sep int m_AD_Client_ID concode_field_sep String docValidate concode_elem_sep String...
String function ( PO arg0 , int arg1 ) { if ( arg0 . get_TableName ( ) . equals ( "srini_string" ) && arg1 == TYPE_CHANGE ) { MOrder loc0 = ( MOrder ) arg0 ; log . info ( arg0 . toString ( ) ) ; } return null ; }
15,863
returns an unsigned 8-bit int calculated from the next byte of the sequence . concode_field_sep boolean _isMotorolaByteOrder concode_field_sep int getInt32 concode_elem_sep byte getByte concode_elem_sep int getUInt16 concode_elem_sep void setMotorolaByteOrder concode_elem_sep short getInt16 concode_elem_sep double getD...
short function ( ) { return ( short ) ( getByte ( ) & 0xFF ) ; }
15,864
create a new jndi initial context . invoked by #getcontext . the default implementation use this template 's environment settings . can be subclassed for custom contexts , e.g. for testing . concode_field_sep Properties environment concode_elem_sep Log logger concode_field_sep void releaseContext concode_elem_sep Objec...
Context function ( ) { Hashtable < ? , ? > loc0 = null ; Properties loc1 = getEnvironment ( ) ; if ( loc1 != null ) { loc0 = new Hashtable < Object , Object > ( loc1 . size ( ) ) ; CollectionUtils . mergePropertiesIntoMap ( loc1 , loc0 ) ; } return new InitialContext ( loc0 ) ; }
15,865
prints a double to standard output and then terminates the line . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_ele...
void function ( double arg0 ) { out . println ( arg0 ) ; }
15,866
converts the given openhab state to a protocolvalue which can besent to the physical device . concode_field_sep PlaceHolder placeHolder concode_field_sep OPENHAB_TYPE convertToImpl concode_elem_sep BINDING_TYPE convertFromImpl concode_elem_sep OPENHAB_TYPE convertTo
BINDING_TYPE function ( State arg0 ) { if ( arg0 == null ) { return null ; } return convertFromImpl ( ( OPENHAB_TYPE ) arg0 ) ; }
15,867
retrieves a character from the alphabet for display in the ui . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_sep Object row concode_elem_sep ...
String function ( int arg0 , int arg1 ) { String loc0 = "srini_string" ; intValue = ( arg0 + ( arg1 * rows ) ) ; if ( intValue <= NUMBER_OF_ITEMS ) { loc0 = getCharacter ( intValue ) ; } return loc0 ; }
15,868
adds given entry to context by given entry type . concode_field_sep StdMatcherBuilder myMatcherBuilder concode_elem_sep boolean nestedComposite concode_elem_sep String myNamePattern concode_elem_sep String myText concode_elem_sep MultiValuesMap<StdArrangementTokenType,ArrangementAtomMatchCondition> context concode_elem...
void function ( @ NotNull StdArrangementSettingsToken arg0 , @ NotNull ArrangementAtomMatchCondition arg1 ) { StdArrangementTokenType loc0 = arg0 . getTokenType ( ) ; context . put ( loc0 , arg1 ) ; }
15,869
returns a string description of the instance . concode_field_sep List<RenderPipelineTask> taskList concode_elem_sep Logger logger concode_elem_sep String message concode_elem_sep List<Node> nodeList concode_field_sep void logIntermediateRendererListForDebugging concode_elem_sep List<RenderPipelineTask> generateFrom con...
String function ( ) { return String . format ( "srini_string" , message ) ; }
15,870
get the realmparser object to use . concode_field_sep Object encryptionCryptoProperties concode_elem_sep Bus bus concode_elem_sep Crypto signatureCrypto concode_elem_sep SignatureProperties signatureProperties concode_elem_sep Logger LOG concode_elem_sep String issuer concode_elem_sep EncryptionProperties encryptionPro...
RealmParser function ( ) { return realmParser ; }
15,871
returns the label . concode_field_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep Range range concode_elem_sep String label concode_elem_sep long serialVersionUID concode_field_sep Paint getBackgroundPaint concode_elem_sep Range getRange concode_elem_...
String function ( ) { return this . label ; }
15,872
gets a string representation of the set . concode_field_sep CharSet ASCII_ALPHA_UPPER concode_elem_sep CharSet ASCII_NUMERIC concode_elem_sep Map<String,CharSet> COMMON concode_elem_sep CharSet EMPTY concode_elem_sep long serialVersionUID concode_elem_sep Set<CharRange> set concode_elem_sep CharSet ASCII_ALPHA concode_...
String function ( ) { return set . toString ( ) ; }
15,873
+ sets the application identifier of the application which contains the did . concode_field_sep int TLSv12 concode_elem_sep String dataSetName concode_elem_sep boolean alwaysReadable concode_elem_sep String didName concode_elem_sep int TLSv10 concode_elem_sep byte[] rawCertificate concode_elem_sep int TLSv11 concode_el...
void function ( byte [ ] arg0 ) { applicationIdentifier = arg0 ; }
15,874
documentation pending concode_field_sep String course_id concode_elem_sep String templateOrderBy concode_elem_sep Collection templateNames concode_elem_sep Collection templateIds concode_elem_sep String agent_id concode_elem_sep Collection templateList concode_elem_sep long serialVersionUID concode_elem_sep Log log con...
void function ( Collection arg0 ) { templateIds = arg0 ; }
15,875
returns the password policy rel id of this password policy rel . concode_field_sep PasswordPolicyRel _passwordPolicyRel concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep v...
long function ( ) { return _passwordPolicyRel . getPasswordPolicyRelId ( ) ; }
15,876
adds the given value to all three components of the vector . concode_field_sep Vector3 tmp concode_elem_sep Vector3 Zero concode_elem_sep Vector3 X concode_elem_sep float x concode_elem_sep float y concode_elem_sep Vector3 Y concode_elem_sep float z concode_elem_sep long serialVersionUID concode_elem_sep Vector3 tmp2 c...
Vector3 function ( float arg0 ) { return this . set ( this . x + arg0 , this . y + arg0 , this . z + arg0 ) ; }
15,877
reads and rebuilds the lua scenario info table describing the settings used for the match . returns the table as a hashtable with the proper relationships . concode_field_sep int index concode_elem_sep int THREEBYTES concode_elem_sep int TWOBYTES concode_elem_sep int ONEBYTE concode_elem_sep int FOURBYTES concode_field...
Hashtable function ( long arg0 , FileInputStream arg1 ) { byte [ ] loc0 = new byte [ ( int ) arg0 ] ; arg1 . read ( loc0 ) ; Hashtable loc1 = ( Hashtable ) Header . parseLuaTable ( loc0 ) ; Header . index = 0 ; return loc1 ; }
15,878
converts a frequency in hertz into radians . concode_field_sep float TWO_PI concode_elem_sep float phase concode_elem_sep float origPhase concode_elem_sep Stack<WaveState> stateStack concode_elem_sep float offset concode_elem_sep float amp concode_elem_sep float PI concode_elem_sep float value concode_elem_sep float fr...
float function ( float arg0 , float arg1 ) { return arg0 / arg1 * TWO_PI ; }
15,879
gets the value of the search property . concode_field_sep Integer numOfRecord concode_elem_sep JAXBElement<String> search concode_elem_sep JAXBElement<ArrayOfstring> searchColumns concode_elem_sep Integer startRecord concode_elem_sep JAXBElement<ArrayOfstring> sort concode_elem_sep JAXBElement<String> direction concode...
JAXBElement < String > function ( ) { return search ; }
15,880
create a post route for the given path pattern . concode_field_sep Method actionMethod concode_elem_sep String method concode_elem_sep Pattern paramExtractor concode_elem_sep List<Route> routes concode_elem_sep String name concode_elem_sep PathBindable<?> pathBindable concode_elem_sep Object action concode_elem_sep Str...
PathPatternMatcher function ( String arg0 ) { return new PathPatternMatcher ( "srini_string" , arg0 ) ; }
15,881
set the flag indicating whether lines will wrap . this affects the behavior of write . concode_field_sep int maxLineLength concode_elem_sep int endOffset concode_elem_sep char NEWLINE concode_elem_sep Document document concode_elem_sep ElementIterator iter concode_elem_sep boolean canWrapLines concode_elem_sep char[] l...
void function ( boolean arg0 ) { this . canWrapLines = arg0 ; }
15,882
sometimes a tag starts somewhere and has a comment in the middle with text following and ends afterwards concode_field_sep PlaceHolder placeHolder concode_field_sep void method5 concode_elem_sep void method1 concode_elem_sep void method2 concode_elem_sep void method3
void function ( ) { }
15,883
set the relationtargetauditmode property value . concode_field_sep String mapKey concode_elem_sep ModificationStore store concode_elem_sep RelationTargetAuditMode relationTargetAuditMode concode_elem_sep AuditJoinTable joinTable concode_elem_sep String accessType concode_elem_sep String relationMappedBy concode_elem_se...
void function ( RelationTargetAuditMode arg0 ) { this . relationTargetAuditMode = arg0 ; }
15,884
create an instance of getpersonresponse concode_field_sep PlaceHolder placeHolder concode_field_sep UnknownPersonFault createUnknownPersonFault concode_elem_sep GetPerson createGetPerson
GetPersonResponse function ( ) { return new GetPersonResponse ( ) ; }
15,885
ejbcreate concode_field_sep javax.ejb.EntityContext myEntityCtx concode_field_sep void ejbLoad concode_elem_sep void unsetEntityContext concode_elem_sep void ejbPostCreate concode_elem_sep void ejbStore concode_elem_sep java.lang.Integer getId concode_elem_sep void ejbActivate concode_elem_sep void ejbRemove concode_el...
java . lang . Integer function ( java . lang . Integer arg0 , java . lang . String arg1 ) { setId ( arg0 ) ; setDesc ( arg1 ) ; return null ; }
15,886
gets the value of the name property . concode_field_sep String name concode_elem_sep String technologyType concode_elem_sep Long id concode_field_sep void setName concode_elem_sep void setTechnologyType concode_elem_sep void setId concode_elem_sep String getTechnologyType concode_elem_sep Long getId
String function ( ) { return name ; }
15,887
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" ) ; }
15,888
no-op concode_field_sep Logger LOG concode_field_sep ReqContext populateContext concode_elem_sep String getUserName
void function ( Map arg0 ) { }
15,889
returns true if the given state is currently active otherwise false . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep SCInterface getSCInte...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; default : return false ; } }
15,890
returns the prime factor . concode_field_sep BigInteger prime concode_elem_sep BigInteger primeExponent concode_elem_sep BigInteger crtCoefficient concode_field_sep BigInteger getCrtCoefficient concode_elem_sep BigInteger getExponent
BigInteger function ( ) { return prime ; }
15,891
unit tests the minpq data type . concode_field_sep Key[] pq concode_elem_sep Comparator<Key> comparator concode_elem_sep MinPQ<Key> copy concode_elem_sep int N concode_field_sep Key next concode_elem_sep Key delMin concode_elem_sep boolean isMinHeap concode_elem_sep boolean isMinHeap concode_elem_sep void sink concode_...
void function ( String [ ] arg0 ) { MinPQ < String > loc0 = new MinPQ < String > ( ) ; while ( ! StdIn . isEmpty ( ) ) { String loc1 = StdIn . readString ( ) ; if ( ! loc1 . equals ( "srini_string" ) ) loc0 . insert ( loc1 ) ; else if ( ! loc0 . isEmpty ( ) ) StdOut . print ( loc0 . delMin ( ) + "srini_string" ) ; } St...
15,892
the clock sequence value associated with this uuid . the 14 bit clock sequence value is constructed from the clock sequence field of this uuid . the clock sequence field is used to guarantee temporal uniqueness in a time-based uuid . the clocksequence value is only meaningful in a time-baseduuid , which has version typ...
int function ( ) { if ( version ( ) != 1 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } return ( int ) ( ( leastSigBits & 0x3FFF000000000000L ) >>> 48 ) ; }
15,893
removes a dependent instancetime for this interval . concode_field_sep LinkedList beginDependents concode_elem_sep InstanceTime endInstanceTime concode_elem_sep LinkedList endDependents concode_elem_sep InstanceTime beginInstanceTime concode_elem_sep float end concode_elem_sep float begin concode_field_sep float getBeg...
void function ( InstanceTime arg0 , boolean arg1 ) { if ( arg1 ) { beginDependents . remove ( arg0 ) ; } else { endDependents . remove ( arg0 ) ; } }
15,894
the snapshot identifier . concode_field_sep String snapshotId concode_elem_sep String name concode_elem_sep String directoryId concode_elem_sep java.util.Date startTime concode_elem_sep String type concode_elem_sep String status concode_field_sep void setName concode_elem_sep Snapshot withStatus concode_elem_sep Snapsh...
void function ( String arg0 ) { this . snapshotId = arg0 ; }
15,895
gets the image data for this game as a bitmap . concode_field_sep String path concode_elem_sep Bitmap image concode_elem_sep String name concode_elem_sep long filesize concode_field_sep String getName concode_elem_sep long getFilesize concode_elem_sep String getPath concode_elem_sep int compareTo
Bitmap function ( ) { return image ; }
15,896
notification that the native object has been destroyed . concode_field_sep ControlAppManager mControlAppManager concode_elem_sep long mNativeExternalDataUseObserverBridge concode_elem_sep String mControlAppPackageName concode_elem_sep boolean mInstalled concode_field_sep void onReportDataUseDone concode_elem_sep void o...
void function ( ) { mNativeExternalDataUseObserverBridge = 0 ; }
15,897
gets the maximum age in seconds . concode_field_sep List<String> allowedHeaders concode_elem_sep List<String> allowedOrigins concode_elem_sep EnumSet<CorsHttpMethods> allowedMethods concode_elem_sep List<String> exposedHeaders concode_elem_sep int maxAgeInSeconds concode_field_sep void setMaxAgeInSeconds concode_elem_s...
int function ( ) { return this . maxAgeInSeconds ; }
15,898
sets the fields of the url u to the values of the suppliedarguments . concode_field_sep PlaceHolder placeHolder concode_field_sep void parseURL concode_elem_sep String toExternalForm concode_elem_sep String toExternalForm concode_elem_sep boolean hostsEqual concode_elem_sep int getDefaultPort concode_elem_sep URLConnec...
void function ( URL arg0 , String arg1 , String arg2 , int arg3 , String arg4 , String arg5 ) { if ( this != arg0 . streamHandler ) { throw new SecurityException ( ) ; } arg0 . set ( arg1 , arg2 , arg3 , arg4 , arg5 ) ; }
15,899
sets up all dependencies before a test runs . concode_field_sep BlockStoreLocation MEM_LOC concode_elem_sep BlockStoreLocation SSD_LOC concode_elem_sep BlockHeartbeatReporter mReporter concode_elem_sep BlockStoreLocation HDD_LOC concode_elem_sep int SESSION_ID concode_field_sep void generateReportMoveTest concode_elem_...
void function ( ) { mReporter = new BlockHeartbeatReporter ( ) ; }