code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
UserWithRoles function ( ) { return new UserWithRoles ( this ) ; } | builds userwithroles instance . concode_field_sep String password concode_elem_sep Set<String> roles concode_elem_sep String name concode_elem_sep Set<String> roles concode_field_sep String getPassword concode_elem_sep String getName concode_elem_sep Builder builder concode_elem_sep Builder withPassword concode_elem_se... |
void function ( Closeable arg0 ) { try { if ( arg0 != null ) { arg0 . close ( ) ; } } catch ( IOException loc0 ) { logger . error ( "srini_string" , loc0 ) ; } } | closes the given object , ignoring ioexceptions . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep ImmutableMap<String,TimeUnit> timeSuffixes concode_field_sep long timeStringAsSec concode_elem_sep void deleteRecursi... |
void function ( EntityKey arg0 ) { if ( arg0 . isBatchLoadable ( ) ) batchLoadableEntityKeys . remove ( arg0 ) ; } | after evicting or deleting or loading an entity , we do n't need to batch fetch it anymore , remove it from the queue if necessary concode_field_sep Map batchLoadableEntityKeys concode_elem_sep PersistenceContext context concode_elem_sep Map subselectsByEntityKey concode_elem_sep Object MARKER concode_field_sep Subsele... |
void function ( ) { byte [ ] loc0 = new byte [ 100 ] ; LengthCheckInputStream loc1 = new LengthCheckInputStream ( new ByteArrayInputStream ( loc0 ) , 99 , INCLUDE_SKIPPED_BYTES ) ; try { loc1 . skip ( 100 ) ; fail ( ) ; } catch ( AmazonClientException loc2 ) { } loc1 . close ( ) ; } | skipped more than what 's expected . concode_field_sep String sampleData concode_field_sep void testMarkAndResetAtEnd concode_elem_sep void testContentLength concode_elem_sep void testSkipExcluded concode_elem_sep void testSkipIncluded concode_elem_sep void testSkipIncludedFailure concode_elem_sep void testMarkAndReset... |
String function ( ) { return leftAlias ; } | returns left alias if any - this is used for merging later on . concode_field_sep String leftAlias concode_elem_sep String[] leftAliases concode_elem_sep ArrayList<Boolean> nullsafes concode_elem_sep String[] rightAliases concode_elem_sep List<ASTNode> postJoinFilters concode_elem_sep QBJoinTree joinSrc concode_elem_se... |
void function ( char [ ] arg0 ) { keyStorePassword = arg0 ; } | set the keystore password . concode_field_sep Logger logR concode_elem_sep String keyStoreType concode_elem_sep Properties additionalParams concode_elem_sep char[] keyStorePassword concode_field_sep char[] getKeystorePassword concode_elem_sep Properties getAdditionalParams concode_elem_sep void setAdditionalParams conc... |
void function ( String arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg0 == "srini_string" ) { throw new IllegalArgumentException ( "srini_string" ) ; } mDescription = arg0 ; } | sets a description for the drm plug-in agent . concode_field_sep String mDescription concode_elem_sep ArrayList<String> mMimeTypeList concode_elem_sep ArrayList<String> mFileSuffixList concode_field_sep String getDescriprition concode_elem_sep boolean isSupportedMimeType concode_elem_sep void addFileSuffix concode_elem... |
int [ ] function ( DataInput arg0 ) { int loc0 = arg0 . readInt ( ) ; int [ ] loc1 = new int [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = arg0 . readInt ( ) ; } return loc1 ; } | reads an int from a datainput concode_field_sep PlaceHolder placeHolder concode_field_sep void storeWritable concode_elem_sep void writeArray concode_elem_sep void writeArray concode_elem_sep void writeArray concode_elem_sep Node[] readNodeArray concode_elem_sep double[] readDoubleArray concode_elem_sep void storeStrin... |
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } | interface abc : operation paramop param1 : integer , param2 : boolean : string operation stringop in event voidevent in event intevent : integer var intvar : integer var boolvar : boolean concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Ste... |
ConcurrentLinkedQueue < E > function ( ) { return new ConcurrentLinkedQueue < E > ( ) ; } | creates an empty concurrentlinkedqueue . concode_field_sep PlaceHolder placeHolder concode_field_sep SynchronousQueue<E> newSynchronousQueue concode_elem_sep PriorityBlockingQueue<E> newPriorityBlockingQueue concode_elem_sep PriorityBlockingQueue<E> newPriorityBlockingQueue concode_elem_sep PriorityQueue<E> newPriority... |
String function ( ) { return uri ; } | gets the value of the uri property . concode_field_sep DigestAlgAndValueType certDigest concode_elem_sep X509IssuerSerialType issuerSerial concode_elem_sep String uri concode_field_sep void setIssuerSerial concode_elem_sep X509IssuerSerialType getIssuerSerial concode_elem_sep void setURI concode_elem_sep DigestAlgAndVa... |
void function ( long arg0 ) { this . startTime = arg0 ; } | sets snapshot start time concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processedS... |
String function ( ) { return purposeOfShipmentDescription ; } | gets the value of the purposeofshipmentdescription property . concode_field_sep String originatorName concode_elem_sep List<String> comments concode_elem_sep PurposeOfShipmentType purpose concode_elem_sep List<CustomerReference> customerReferences concode_elem_sep String purposeOfShipmentDescription concode_elem_sep Mo... |
void function ( ValueChangeMode arg0 ) { this . valueChangeMode = arg0 ; } | sets the value change mode to use . concode_field_sep Owner owner concode_elem_sep int valueChangeTimeout concode_elem_sep boolean scheduled concode_elem_sep Timer valueChangeTrigger concode_elem_sep ValueChangeMode valueChangeMode concode_field_sep void timeoutTextChange concode_elem_sep void eagerTextChange concode_e... |
void function ( String arg0 , Object ... arg1 ) { logger . warn ( arg0 , arg1 ) ; } | log a message with the warn level . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void trace concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void debug concode_elem_s... |
byte [ ] function ( ) { return securityDomainAID ; } | getter for property securitydomainaid . concode_field_sep byte signature[] concode_elem_sep byte securityDomainAID[] concode_field_sep void setSecurityDomainAID concode_elem_sep void setSignature concode_elem_sep byte[] getSignature |
void function ( StackSummary arg0 ) { this . stackSummary = arg0 ; } | a stacksummary object that contains the results . concode_field_sep StackSummary stackSummary concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeStackSummaryResult clone concode_elem_sep String toString concode_elem_sep StackSummary getStackSummary concode_elem_sep DescribeStackSumm... |
void function ( int arg0 ) { _loaihopdongLocalService . deleteloaihopdong ( arg0 ) ; } | deletes the loaihopdong with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep loaihopdongLocalService _loaihopdongLocalService concode_field_sep loaihopdongLocalService getWrappedloaihopdongLocalService concode_elem_sep void setWrappedService concode_elem_sep com.new... |
ConfigOption < String > function ( ) { return new ConfigOption < > ( key , null ) ; } | creates a string-valued option with no default value . string-valued options are the only ones that can have no default value . concode_field_sep String key concode_field_sep ConfigOption<T> defaultValue concode_elem_sep OptionBuilder key |
Map < K , V > function ( K arg0 , V arg1 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; return loc0 ; } | returns map containing a single entry . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put |
List < Integer > function ( ) { return diffs ; } | returns the diff positions at mapped indicees . concode_field_sep AuditTrailEntryList ateList concode_elem_sep int[] mapped concode_elem_sep boolean[] diffed concode_elem_sep Diff diff concode_elem_sep int[] reverse concode_elem_sep ArrayList<Integer> diffs concode_field_sep int getDiffStart concode_elem_sep void initM... |
String function ( ) { return mName ; } | return the name of the sqlite database being opened , as given tp the constructor . concode_field_sep boolean mIsInitializing concode_elem_sep DatabaseErrorHandler mErrorHandler concode_elem_sep SQLiteDatabase mDatabase concode_elem_sep String TAG concode_elem_sep String mName concode_elem_sep int mNewVersion concode_e... |
long [ ] function ( final String arg0 ) { return this . bundle . getLongArray ( arg0 ) ; } | gets an array of long values out of the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDoubl... |
String function ( ) { return scAddress ; } | returns the address of the sms service center that relayed this message or null if there is none . concode_field_sep int codeUnitsRemaining concode_elem_sep byte[] userData concode_elem_sep String emailBody concode_elem_sep int codeUnitSize concode_elem_sep boolean isMwi concode_elem_sep String LOG_TAG concode_elem_sep... |
byte [ ] function ( ) { return digestValue ; } | gets the value of the digestvalue property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep ... |
ExchangeRateRefreshRate function ( ) { return refreshRate ; } | gets the value of the refreshrate property . concode_field_sep ExchangeRateRefreshRate refreshRate concode_elem_sep Long exchangeRate concode_elem_sep Long id concode_elem_sep String currencyCode concode_elem_sep ExchangeRateDirection direction concode_field_sep Long getExchangeRate concode_elem_sep String getCurrencyC... |
void function ( boolean arg0 ) { this . lenient = arg0 ; } | specify whether or not parsing is to be lenient . default is false . with lenient parsing , the parser may allow inputs that do not precisely match the format . with strict parsing , inputs must match the format exactly . concode_field_sep String stylePattern concode_elem_sep ISO iso concode_elem_sep String pattern con... |
FreenetInetAddress [ ] function ( ) { FreenetInetAddress loc0 = crypto . getBindTo ( ) ; if ( loc0 . isRealInternetAddress ( false , true , false ) ) { return new FreenetInetAddress [ ] { loc0 } ; } return ipDetector . detectPrimaryIPAddress ( ! crypto . config . includeLocalAddressesInNoderefs ) ; } | combine the nodeipdetector 's output with any per-port information we may have to get a definitive for that port/nodecrypto list of ip addresses still without port numbers . concode_field_sep Node node concode_elem_sep boolean logMINOR concode_elem_sep NodeARKInserter arkPutter concode_elem_sep NodeIPDetector ipDetecto... |
PathToRouterBuilder function ( final PathPattern arg0 ) { startNewRoute ( arg0 ) ; return this ; } | complete the currently built unfinished sub-route if any and start building a new one . the completed sub-route is added to the list of the routes accepted by the router that is being built . concode_field_sep List<Router> currentRouters concode_elem_sep List<Route> acceptedRoutes concode_field_sep PathMatchingRouter b... |
int function ( String arg0 ) { int loc0 = labelMap . get ( arg0 ) ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < numLabels ( ) ; loc2 ++ ) { loc1 += confusionMatrix [ loc0 ] [ loc2 ] ; } return loc1 ; } | sum of true positives and false negatives concode_field_sep int[][] confusionMatrix concode_elem_sep int samples concode_elem_sep String defaultLabel concode_elem_sep Logger LOG concode_elem_sep Map<String,Integer> labelMap concode_field_sep String[] sortLabels concode_elem_sep double getWeightedF1score concode_elem_se... |
void function ( ) { mActivity . startSearch ( null , false , Bundle . EMPTY , false ) ; } | invoke `` search '' action , triggering a default search . concode_field_sep Activity mActivity concode_field_sep View addActionButtonCompatFromMenuItem concode_elem_sep boolean onKeyDown concode_elem_sep ActivityHelper createInstance concode_elem_sep void goHome concode_elem_sep void setupHomeActivity concode_elem_sep... |
F function ( ) { mImmutable = true ; @ SuppressWarnings ( "srini_string" ) F loc0 = ( F ) this ; return loc0 ; } | makes this flag immutable . this is a non-reversable operation . concode_field_sep boolean mImmutable concode_elem_sep int mFlags concode_field_sep F setFlag concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getFlags |
int function ( int arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { return - 1 ; } | read this file starting at the specified position and return the number of bytes successfully read . if no bytes were read because of a fatal error , returns -1 concode_field_sep FileSystem fileSystem concode_elem_sep String name concode_field_sep String getName concode_elem_sep int tell concode_elem_sep int length con... |
java . lang . Double function ( ) { return defaultHours ; } | gets the defaulthours value for this employeeearning . concode_field_sep java.lang.Boolean defaultEarning concode_elem_sep java.lang.Boolean inactive concode_elem_sep java.lang.String payRate concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep j... |
Long function ( ) { return id ; } | the id for the class . since we use an oracle database , normally we have a sequence here . also , because oracle can be annoying , there is some additional stuff we have to do here to register the oracle sequnce . concode_field_sep String author concode_elem_sep Long id concode_elem_sep Date createDate concode_field_s... |
ContentDistributionService function ( ) { return contentDistributionService ; } | gets the contentdistributionservice responsible for distributing content to subscribers . concode_field_sep String HUB_BASE_URL concode_elem_sep SettingsFacade settingsFacade concode_elem_sep HubValidator hubValidator concode_elem_sep Logger LOGGER concode_elem_sep SubscriptionService subscriptionService concode_elem_s... |
boolean function ( int arg0 , boolean arg1 ) { arg0 = arg0 - LEFT_SHIFT ; if ( arg0 < 0 || arg0 > 2 ) return false ; if ( ! arg1 ) { int loc0 = getShiftOperationBytecode ( arg0 ) ; controller . getMethodVisitor ( ) . visitInsn ( loc0 ) ; controller . getOperandStack ( ) . replace ( getNormalOpResultType ( ) , 2 ) ; } r... | write shifting operations . type is one of left_shift , right_shift , or right_shift_unsigned concode_field_sep WriterController controller concode_elem_sep MethodCaller arrayGet concode_elem_sep int[] stdCompareCodes concode_elem_sep MethodCaller arraySet concode_field_sep MethodCaller getArraySetCaller concode_elem_s... |
boolean function ( ) { return onWhere ; } | checks if is on where . concode_field_sep boolean onWhere concode_elem_sep SelectStatementInfo selectInfo concode_field_sep void setOnWhere concode_elem_sep SelectStatementInfo getSelectStatementInfo |
boolean function ( final long arg0 , final TimeUnit arg1 ) { return true ; } | may be overridden by managers to perform processing while the manager is being released and the lock is held . a timeout is passed for implementors to use as they see fit . concode_field_sep Map<String,AbstractManager> MAP concode_elem_sep int count concode_elem_sep String name concode_elem_sep Logger LOGGER concode_el... |
void function ( org . restlet . security . Verifier arg0 ) { this . defaultVerifier = arg0 ; } | sets a local verifier that can check the validity of user/secret couples based on restlet default authorization model . concode_field_sep Restlet serverDispatcher concode_elem_sep ScheduledExecutorService executorService concode_elem_sep Restlet clientDispatcher concode_elem_sep Logger logger concode_elem_sep ThreadLoc... |
short function ( ) { return 1 ; } | size of the boolean for the ov-chip protocol layer , see ds.ov2.util.apdu _ serializable #size apdu_serializable . size . concode_field_sep boolean value concode_field_sep boolean is_compatible_with concode_elem_sep short to_byte_array concode_elem_sep short from_byte_array |
void function ( ValueChangeEvent arg0 ) { String loc0 = ( String ) arg0 . getNewValue ( ) ; if ( loc0 != null ) { currentChartType = loc0 ; currentChartModel = ( AbstractChartData ) chartDataModels . get ( loc0 ) ; if ( currentChartModel != null ) currentChartModel . renderOnSubmit = true ; } } | chart type change listener . chart data model is updated when a new chart type has been selected . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep Str... |
String function ( ) { return descriptorMask ; } | gets the value of the descriptormask property . concode_field_sep String descriptorMask concode_elem_sep long serialVersionUID concode_elem_sep List<VisualDType> descriptor concode_elem_sep int numOfPartY concode_elem_sep int numOfPartX concode_field_sep List<VisualDType> getDescriptor concode_elem_sep void setNumOfPar... |
StreamCaching function ( List < InterceptStrategy > arg0 ) { for ( InterceptStrategy loc0 : arg0 ) { if ( loc0 instanceof StreamCaching ) { return ( StreamCaching ) loc0 ; } } return null ; } | a helper method to return the streamcaching instance for a given list of interceptors concode_field_sep PlaceHolder placeHolder concode_field_sep Processor wrapProcessorInInterceptors concode_elem_sep void noStreamCaching concode_elem_sep String toString |
void function ( XSElementDeclaration arg0 , GrammarComplexType arg1 ) { _elementDeclarationComplexTypes . put ( arg0 , arg1 ) ; } | gets called from the constructors of children , so that the document knows about all of them . concode_field_sep SchemaGrammar _grammar concode_elem_sep Hashtable _elementDeclarationComplexTypes concode_elem_sep Hashtable _namedComplexTypes concode_elem_sep Vector _declaredComplexTypes concode_elem_sep Vector _complexT... |
int function ( ) { return mIconResId ; } | the icon resource id for the icon to show . concode_field_sep Creator<StatusHints> CREATOR concode_elem_sep ComponentName mPackageName concode_elem_sep Bundle mExtras concode_elem_sep CharSequence mLabel concode_elem_sep int mIconResId concode_field_sep CharSequence getLabel concode_elem_sep int hashCode concode_elem_s... |
long function ( ) { return _membershipRequest . getMembershipRequestId ( ) ; } | returns the membership request id of this membership request . concode_field_sep MembershipRequest _membershipRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getReplierUserUuid c... |
void function ( ) { List < Stock > loc0 = createStocks ( ) ; saveStocks ( loc0 ) ; Stock loc1 = loc0 . get ( 0 ) ; loc1 . setSymbol ( "srini_string" ) ; stockService . update ( loc1 ) ; } | tests the defaultstockservice #update stock method . concode_field_sep StockService stockService concode_field_sep List<Stock> createStocks concode_elem_sep Stock createStock concode_elem_sep void testGet concode_elem_sep void testGetAll concode_elem_sep Archive createTestArchive concode_elem_sep void assertStock conco... |
long function ( ) { return _keHoachDauNam . getIdNguoiTao ( ) ; } | returns the id nguoi tao of this ke hoach dau nam . concode_field_sep KeHoachDauNam _keHoachDauNam concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setBaoCaoDL... |
Portlets function ( String arg0 ) { return getService ( ) . getReference ( arg0 ) ; } | given a locator string path , returns a portlets collecton concode_field_sep PlaceHolder placeHolder concode_field_sep PortletControl getControl concode_elem_sep PortletControl getControl concode_elem_sep PortletSet getSet concode_elem_sep PortletSkin getSkin concode_elem_sep PortletSkin getSkin concode_elem_sep Securi... |
void function ( NamedObj arg0 , String arg1 ) { } | in this class , do nothing . concode_field_sep Set _classesSeen concode_elem_sep HashMap _classesToBeIndexed concode_elem_sep String _modelPath concode_elem_sep Class _namedObjClass concode_field_sep String filterAttributeValue concode_elem_sep void reset concode_elem_sep String toString |
String function ( ) { if ( bufpos >= tokenBegin ) return new String ( buffer , tokenBegin , bufpos - tokenBegin + 1 ) ; else return new String ( buffer , tokenBegin , bufsize - tokenBegin ) + new String ( buffer , 0 , bufpos + 1 ) ; } | get token literal value . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep int bufcolumn[] concode_elem_sep int bufline[] conc... |
void function ( AlarmMonitorDao arg0 ) { this . alarmMonitorDao = arg0 ; } | setter for the field alarmmonitordao . concode_field_sep int status concode_elem_sep AlarmMonitorDao alarmMonitorDao concode_elem_sep ThreadCategory log concode_elem_sep ClassPathXmlApplicationContext m_context concode_elem_sep boolean init concode_field_sep void init concode_elem_sep void setApplicationContext concode... |
String function ( ) { return interposition ; } | returns the xid format interposition strategy . default : null equivalent deprecated property : com.arjuna.ats.jts.interposition concode_field_sep boolean propagateTerminator concode_elem_sep String contextPropMode concode_elem_sep boolean transactionManager concode_elem_sep int commitedTransactionRetryLimit concode_el... |
ResponseEntity < List < AuditEvent >> function ( Pageable arg0 ) { Page < AuditEvent > loc0 = auditEventService . findAll ( arg0 ) ; HttpHeaders loc1 = PaginationUtil . generatePaginationHttpHeaders ( loc0 , "srini_string" ) ; return new ResponseEntity < > ( loc0 . getContent ( ) , loc1 , HttpStatus . OK ) ; } | get / audits : get a page of auditevents . concode_field_sep AuditEventService auditEventService concode_field_sep ResponseEntity<AuditEvent> get concode_elem_sep ResponseEntity<List<AuditEvent>> getByDates |
void function ( ) { } | unimplemented . no analogy in enumeration concode_field_sep Enumeration enumeration concode_field_sep Object next concode_elem_sep boolean hasNext |
boolean function ( ) { try { return this . fs . exists ( this . lockFile ) ; } catch ( IOException loc0 ) { throw new JobLockException ( loc0 ) ; } } | check if the lock is locked . concode_field_sep Path lockFile concode_elem_sep String JOB_LOCK_DIR concode_elem_sep String LOCK_FILE_EXTENSION concode_elem_sep FileSystem fs concode_field_sep void unlock concode_elem_sep void lock concode_elem_sep void close concode_elem_sep boolean tryLock |
FontBase function ( ) { return ( m_fontBase ) ; } | retrieve the font base instance . concode_field_sep boolean m_underline concode_elem_sep boolean m_strikethrough concode_elem_sep BackgroundPattern m_backgroundPattern concode_elem_sep Color m_color concode_elem_sep boolean m_bold concode_elem_sep FontBase m_fontBase concode_elem_sep boolean m_italic concode_elem_sep C... |
boolean function ( String arg0 ) { return removeProperty ( arg0 , true ) ; } | removes the property and fires a vdb property changed event concode_field_sep String PREFIX concode_elem_sep String type concode_elem_sep Map<String,TranslatorOverrideProperty> properties concode_field_sep String validateType concode_elem_sep String getType concode_elem_sep TranslatorOverrideProperty[] getProperties co... |
void function ( String arg0 ) { if ( isEnabled ( TraceSystem . DEBUG ) ) { traceWriter . write ( TraceSystem . DEBUG , module , lineSeparator + "srini_string" + arg0 , null ) ; } } | write java source code with trace level debug to the trace system . concode_field_sep int SETTING concode_elem_sep TraceWriter traceWriter concode_elem_sep int DATABASE concode_elem_sep int FUNCTION concode_elem_sep int PAGE_STORE concode_elem_sep int SEQUENCE concode_elem_sep String module concode_elem_sep int CONSTRA... |
void function ( TransportClient arg0 , long arg1 ) { } | verify that the client is authorized to read from the given stream . concode_field_sep PlaceHolder placeHolder concode_field_sep void connectionTerminated concode_elem_sep ManagedBuffer getChunk concode_elem_sep void registerChannel |
String function ( Element arg0 ) { if ( arg0 != null ) { String loc0 = arg0 . getTextContent ( ) ; if ( loc0 != null ) { return loc0 . trim ( ) . replaceAll ( "srini_string" , "srini_string" ) ; } } return "srini_string" ; } | trims the content of an element , avoiding empty space related issues concode_field_sep String filename concode_elem_sep String LABEL_NAME concode_elem_sep String DEFAULT_FILE concode_elem_sep String LABEL_PAGEID concode_field_sep void printWikiparams concode_elem_sep String getFilename concode_elem_sep ArrayList<WikiP... |
List < Product > function ( ) { if ( results == null ) { results = new ArrayList < Product > ( ) ; } return this . results ; } | gets the value of the results 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 results property . for example , to add a new item , do as... |
PDPageLabelRange function ( int arg0 ) { return labels . get ( arg0 ) ; } | returns the page label range starting at the given page , or null if no such range is defined . concode_field_sep int numPages concode_elem_sep PDPageLabelRange labelInfo concode_elem_sep String[][] ROMANS concode_elem_sep PDDocument doc concode_elem_sep int currentPage concode_elem_sep Map<Integer,PDPageLabelRange> la... |
void function ( String arg0 ) { this . cron = arg0 ; } | this schedules polling to github for new changes in pull requests . concode_field_sep boolean onlyTriggerPhrase concode_elem_sep boolean allowMembersOfWhitelistedOrgsAsAdmin concode_elem_sep boolean displayBuildErrorsOnDownstreamBuilds concode_elem_sep GhprbExtensionContext extensionContext concode_elem_sep List<String... |
void function ( String arg0 ) { this . flavour = arg0 ; } | sets the value of the flavour property . concode_field_sep String button3Value concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String button4Value concode_elem_sep Label label concode_elem_sep String button4Label concode_elem_sep String button2Valu... |
void function ( String arg0 ) { this . name = arg0 ; } | setter for property name . concode_field_sep float[] vv concode_elem_sep float wx concode_elem_sep float w0y concode_elem_sep BoundingBox boundingBox concode_elem_sep float wy concode_elem_sep List<Ligature> ligatures concode_elem_sep float[] w concode_elem_sep String name concode_elem_sep float[] w0 concode_elem_sep f... |
void function ( List < Queue . BlockedItem > arg0 ) { Collections . sort ( arg0 , DEFAULT_BLOCKED_ITEM_COMPARATOR ) ; } | sorts the blocked items list . the items at the beginning will be considered for removal from the blocked state before the items at the end of the list . concode_field_sep Logger LOGGER concode_elem_sep Comparator<Queue.BlockedItem> DEFAULT_BLOCKED_ITEM_COMPARATOR concode_field_sep ExtensionList<QueueSorter> all concod... |
Integer function ( ) { return this . instanceLimit ; } | number of instances allowed . concode_field_sep String eC2InstanceType concode_elem_sep Integer currentInstances concode_elem_sep Integer instanceLimit concode_field_sep EC2InstanceLimit withCurrentInstances concode_elem_sep EC2InstanceLimit withEC2InstanceType concode_elem_sep EC2InstanceLimit withEC2InstanceType conc... |
int function ( ) { return rid ; } | gets the value of the rid property . concode_field_sep String filename concode_elem_sep byte[] data concode_elem_sep String mime concode_elem_sep long oid concode_elem_sep int rid concode_field_sep String getFilename concode_elem_sep void setData concode_elem_sep String getMime concode_elem_sep void setRid concode_elem... |
String [ ] function ( ) { String [ ] loc0 = new String [ axis . length ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = axis [ loc1 ] . getAxisLabel ( ) ; } return loc0 ; } | get axis label . concode_field_sep Axis[] axis concode_elem_sep Base base concode_field_sep void setFrameVisible concode_elem_sep void setAxisLabel concode_elem_sep void setAxisLabel concode_elem_sep boolean isLabelVisible concode_elem_sep boolean isFrameVisible concode_elem_sep void paint concode_elem_sep Axis getAxis... |
Bits function ( ) { return null ; } | optionally provides a bits interface for random accessto matching documents . concode_field_sep DocIdSet EMPTY concode_field_sep DocIdSetIterator iterator concode_elem_sep DocIdSetIterator iterator concode_elem_sep long ramBytesUsed |
String function ( ) { return request . getContentType ( ) ; } | retrieve the content type of the request . concode_field_sep HttpServletRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String toString concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream |
OFMessage function ( short arg0 ) { this . length = arg0 ; return this ; } | set the length of this message concode_field_sep int xid concode_elem_sep short length concode_elem_sep ConcurrentHashMap<String,Object> storage concode_elem_sep byte OFP_VERSION concode_elem_sep OFType type concode_elem_sep int MAXIMUM_LENGTH concode_elem_sep byte version concode_elem_sep int MINIMUM_LENGTH concode_fi... |
java . util . List < com . liferay . portal . model . Contact > function ( int arg0 , int arg1 ) { return _contactLocalService . getContacts ( arg0 , arg1 ) ; } | returns a range of all the contacts . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #all_po... |
void function ( int arg0 , ArrayList < Item > arg1 ) { for ( Item loc0 : arg1 ) loc0 . setRating ( recommend ( arg0 , loc0 . getId ( ) ) ) ; Collections . sort ( arg1 , new ItemComparator ( ) ) ; } | taking a course list , it ranks them based upon recommendation values . note that it modifies the item objects in the arraylist , so nothing is returned . concode_field_sep TranscriptMemHelper tmh concode_field_sep boolean add concode_elem_sep ArrayList<Item> getUnratedCourses concode_elem_sep ArrayList<Item> getUnrate... |
void function ( ) { } | on show concode_field_sep WindowManager mWindowManager concode_elem_sep PopupWindow mWindow concode_elem_sep View mRootView concode_elem_sep Drawable mBackground concode_elem_sep Context mContext concode_field_sep void setBackgroundDrawable concode_elem_sep void onDismiss concode_elem_sep void setOnDismissListener conc... |
void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; } | a states name must not be empty . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_fiel... |
Set < Privilege > function ( ) { return defaultRootPrivileges ; } | retrieves the set of privileges that will be automatically granted to root users . concode_field_sep Set<Privilege> defaultRootPrivileges concode_field_sep ConfigChangeResult applyConfigurationChange concode_elem_sep void setDefaultRootPrivileges concode_elem_sep boolean isConfigurationChangeAcceptable |
UserInfo function ( ) { return getOrganizationOwnerInfo ( ) . getOwner ( ) ; } | get the admin info concode_field_sep Logger logger concode_elem_sep String ADMIN_NAME concode_elem_sep String ADMIN_PASSWORD concode_elem_sep ServiceITSetup setup concode_elem_sep ApplicationInfo applicationInfo concode_elem_sep OrganizationOwnerInfo organizationOwnerInfo concode_field_sep Statement apply concode_elem_... |
void function ( long arg0 ) { _sequenceNumber = arg0 ; } | set the sequence number assocsiated with this logrecord . a sequence number will automatically be assigned to evey newly constructed logrecord , however , this method can override the value . concode_field_sep String _location concode_elem_sep long _sequenceNumber concode_elem_sep long _seqCount concode_elem_sep String... |
void function ( Boolean arg0 ) { this . useSpecificCount = arg0 ; } | sets whether the specific variant count limitations should be used . concode_field_sep Integer nVariants concode_elem_sep long serialVersionUID concode_elem_sep Integer nAaDeletions concode_elem_sep Boolean useSpecificCount concode_elem_sep Integer nAaInsertions concode_elem_sep AaSubstitutionMatrix aaSubstitutionMatri... |
String function ( ) { return gemfireHost ; } | retrieves the gemfire host . concode_field_sep String sparkAppName concode_elem_sep String mongoHost concode_elem_sep String twitterConsumerKey concode_elem_sep int tcpClientPort concode_elem_sep String gemfireHost concode_elem_sep String jdbcUsername concode_elem_sep String twitterAccessTokenSecret concode_elem_sep St... |
Issuer function ( ) { IssuerBuilder loc0 = new IssuerBuilder ( ) ; Issuer loc1 = loc0 . buildObject ( ) ; loc1 . setValue ( Util . getServiceProviderId ( ) ) ; return loc1 ; } | build the issuer object concode_field_sep Log log concode_field_sep AuthnRequest buildAuthenticationRequest concode_elem_sep NameIDPolicy buildNameIDPolicy |
void function ( ) { System . setOut ( this . stdOutMock ) ; } | inject the mocked std-out printstream into the system class before each test concode_field_sep PrintStream stdOutOrig concode_elem_sep PrintStream stdOutMock concode_field_sep PrintStream getStdOutMock concode_elem_sep void tearDown |
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_WARN , arg1 , arg1 ) ) ; } | add information message to a specific client . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_... |
Body function ( ) { return body ; } | gets the body of this entity . concode_field_sep Header header concode_elem_sep Entity parent concode_elem_sep Body body concode_field_sep void writeTo concode_elem_sep Entity getParent concode_elem_sep String getMimeType concode_elem_sep boolean isMimeType concode_elem_sep void setParent concode_elem_sep String getCon... |
int function ( T ... arg0 ) { return toBits ( ImmutableSet . copyOf ( arg0 ) ) ; } | converts a set of enum values to a bit field . requires that the enum contains at most 32 elements . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkImmutable concode_elem_sep Collection<Set<T>> partition concode_elem_sep Collection<Set<T>> partition concode_elem_sep boolean isImmutable concode_el... |
ReportTaskRunnerHeartbeatResult function ( Boolean arg0 ) { setTerminate ( arg0 ) ; return this ; } | indicates whether the calling task runner should terminate . concode_field_sep Boolean terminate concode_field_sep Boolean getTerminate concode_elem_sep void setTerminate concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ReportTaskRunnerHeartbeatResult clone concode_elem_sep String toString... |
String function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { StringBuilder loc0 = new StringBuilder ( ) ; start ( Keys . USER , arg0 , loc0 ) ; addRemoteIP ( loc0 ) ; add ( Keys . OPERATION , arg1 , loc0 ) ; add ( Keys . TARGET , arg3 , loc0 ) ; add ( Keys . RESULT , Constants . FAILURE , l... | a helper api for creating an audit log for a failure event . this is factored out for testing purpose . concode_field_sep Log LOG concode_elem_sep String KEY_VAL_SEPARATOR concode_elem_sep String REFRESH_QUEUE concode_elem_sep String UNAUTHORIZED_USER concode_elem_sep char PAIR_SEPARATOR concode_elem_sep String JOBTRAC... |
ThreadFactory function ( ) { return factory ; } | retrieves the factory implementation that this factory is using to produce threads . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory setImpl |
String function ( ) { return value ; } | the value . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey |
boolean function ( double arg0 ) { if ( arg0 < 0 ) { return false ; } this . cost = arg0 ; return true ; } | sets the cost associated with this file concode_field_sep int resourceId concode_elem_sep double cost concode_elem_sep String ownerName concode_elem_sep int size concode_elem_sep long creationTime concode_elem_sep String name concode_elem_sep int checksum concode_elem_sep boolean masterCopy concode_elem_sep boolean rea... |
double function ( ) { return Math . sqrt ( x * x + y * y ) ; } | returns the polar radius of this point . concode_field_sep Comparator<Point2D> X_ORDER concode_elem_sep Comparator<Point2D> POLAR_ORDER concode_elem_sep Comparator<Point2D> ATAN2_ORDER concode_elem_sep Comparator<Point2D> R_ORDER concode_elem_sep Comparator<Point2D> DISTANCE_TO_ORDER concode_elem_sep double x concode_e... |
long function ( ) { return _passwordTracker . getCompanyId ( ) ; } | returns the company id of this password tracker . concode_field_sep PasswordTracker _passwordTracker concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void set... |
void function ( ) { Arrays . fill ( _history , 0 ) ; } | efface l'historique . concode_field_sep int HISTORY_MOVE_PRIORITY concode_elem_sep int[] _history concode_elem_sep long serialVersionUID concode_field_sep int compare concode_elem_sep int get concode_elem_sep void put |
void function ( T arg0 , ProvidesKey < T > arg1 , StringBuilder arg2 ) { Object loc0 = getKey ( arg0 , arg1 ) ; cell . render ( getValue ( arg0 ) , getViewData ( loc0 ) , arg2 ) ; } | render the object into the cell . concode_field_sep C newValue concode_elem_sep DelayedValueUpdater<C> delayedValueUpdater concode_elem_sep Map<Object,Object> viewDataMap concode_elem_sep Cell<C> cell concode_elem_sep FieldUpdater<T,C> fieldUpdater concode_elem_sep boolean hasNewValue concode_field_sep Object getKey co... |
boolean function ( MovieDb arg0 , String arg1 , String arg2 ) { return compareMovies ( arg0 , arg1 , arg2 , 0 ) ; } | compare the moviedb object with a title & year concode_field_sep PlaceHolder placeHolder concode_field_sep URL createImageUrl concode_elem_sep List<T> nullAsEmpty concode_elem_sep boolean compareDistance concode_elem_sep String convertToJson concode_elem_sep String[] asStringArray concode_elem_sep boolean isValidYear c... |
void function ( DocTask arg0 ) { for ( Integer loc0 : idSet ( ) ) { arg0 . perform ( loc0 , retrieve ( loc0 ) ) ; } } | perform a task on each document in the content store . concode_field_sep Charset DEFAULT_CHARSET concode_field_sep void storePart concode_elem_sep void clear concode_elem_sep void perform concode_elem_sep int store concode_elem_sep void delete concode_elem_sep int getDocLength concode_elem_sep Set<Integer> getDocIds co... |
boolean function ( VectorInt3 arg0 ) { if ( arg0 . getX ( ) < 0 || arg0 . getX ( ) >= resolution . getX ( ) ) return false ; if ( arg0 . getY ( ) < 0 || arg0 . getY ( ) >= resolution . getY ( ) ) return false ; if ( arg0 . getZ ( ) < 0 || arg0 . getZ ( ) >= resolution . getZ ( ) ) return false ; return true ; } | checks if the vec is inbounds . concode_field_sep BoundingBox boundingBox concode_elem_sep Map<VectorInt3,IColorRGB> voxelColors concode_elem_sep Vector voxelDimensions concode_elem_sep VectorInt3 resolution concode_elem_sep Vector locationLowerLeft concode_elem_sep VoxelType[] voxelArray concode_field_sep VoxelType ge... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.