code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
String function ( Object arg0 , FacesContext arg1 ) { Map loc0 = arg1 . getExternalContext ( ) . getSessionMap ( ) ; if ( loc0 . get ( CACHE_KEY ) == null ) { loc0 . put ( CACHE_KEY , new HashMap ( ) ) ; } Map loc1 = ( Map ) loc0 . get ( CACHE_KEY ) ; String loc2 = KEY_START + loc1 . size ( ) + KEY_END ; loc1 . put ( l... | add a value to the cache concode_field_sep String KEY_START concode_elem_sep String CACHE_CLEARED concode_elem_sep String KEY_END concode_elem_sep String CACHE_KEY concode_elem_sep Logger log concode_field_sep Object get |
SQLiteDatabase function ( ) { return disk . getReadableDatabase ( ) ; } | open the database when the read data . concode_field_sep SQLiteOpenHelper disk concode_elem_sep boolean DEBUG concode_field_sep int countColumn concode_elem_sep List<T> getAll concode_elem_sep List<T> getAll concode_elem_sep void closeReader concode_elem_sep String getTableName concode_elem_sep void closeWriter concode... |
MockRestServiceServer function ( RestGatewaySupport arg0 ) { return bindTo ( arg0 ) . build ( ) ; } | a shortcut for bindto restgateway . build . concode_field_sep RequestExpectationManager expectationManager concode_elem_sep RestTemplate restTemplate concode_elem_sep boolean ignoreExpectOrder concode_elem_sep AsyncRestTemplate asyncRestTemplate concode_field_sep MockAsyncClientHttpRequest createRequestInternal concode... |
TestSummary . Builder function ( ConfiguredTarget arg0 ) { synchronized ( summaryLock ) { return summaries . get ( asKey ( arg0 ) ) ; } } | returns the known aggregate results for the given target at the current moment . concode_field_sep boolean blazeHalted concode_elem_sep Object summaryLock concode_elem_sep EventBus eventBus concode_elem_sep Multimap<LabelAndConfiguration,Artifact> remainingRuns concode_elem_sep TestResultAnalyzer analyzer concode_elem_... |
void function ( ) { } | calling compiler.enable will cause the compiler to resume operation if it was previously disabled . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean compileClasses concode_elem_sep void disable concode_elem_sep Object command concode_elem_sep boolean compileClass |
String function ( ) { return rank ; } | accesses this card 's rank . concode_field_sep int pointValue concode_elem_sep String rank concode_elem_sep String suit concode_field_sep int pointValue concode_elem_sep String toString concode_elem_sep String suit concode_elem_sep boolean matches |
boolean function ( String arg0 ) { boolean loc0 = false ; if ( arg0 . charAt ( 0 ) == '#' ) loc0 = true ; else { Set loc1 = COLOR_MAP . keySet ( ) ; for ( Iterator loc2 = loc1 . iterator ( ) ; loc2 . hasNext ( ) && loc0 == false ; ) { String loc3 = ( String ) loc2 . next ( ) ; if ( loc3 . equalsIgnoreCase ( arg0 ) ) lo... | returns true if the specified value is a valid color value , false otherwise . concode_field_sep Color color concode_elem_sep String value concode_elem_sep HashMap COLOR_MAP concode_field_sep Color convertValue concode_elem_sep Color getValue concode_elem_sep String toString |
int function ( byte [ ] arg0 , int arg1 ) { byte loc0 = ( byte ) ( M . length - mOff ) ; for ( int loc1 = mOff ; loc1 < M . length ; loc1 ++ ) { M [ loc1 ] = loc0 ; } processCheckSum ( M ) ; processBlock ( M ) ; processBlock ( C ) ; System . arraycopy ( X , xOff , arg0 , arg1 , 16 ) ; reset ( ) ; return DIGEST_LENGTH ;... | close the digest , producing the final digest value . the dofinal call leaves the digest reset . concode_field_sep int xOff concode_elem_sep int mOff concode_elem_sep byte[] S concode_elem_sep int COff concode_elem_sep int DIGEST_LENGTH concode_elem_sep byte[] C concode_elem_sep byte[] M concode_elem_sep byte[] X conco... |
String function ( ) { return this . key ; } | public getter concode_field_sep long serialVersionUID concode_elem_sep String value concode_elem_sep String key concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep void setKey |
void function ( List < MultipartUpload > arg0 ) { this . multipartUploads = arg0 ; } | sets the list of multipart uploads . concode_field_sep boolean isTruncated concode_elem_sep String bucketName concode_elem_sep String nextKeyMarker concode_elem_sep List<String> commonPrefixes concode_elem_sep String delimiter concode_elem_sep String prefix concode_elem_sep String uploadIdMarker concode_elem_sep String... |
String function ( ) { final StringBuilder loc0 = new StringBuilder ( ) ; if ( parent != null ) { loc0 . append ( parent ) . append ( ENTRY_SEPARATOR ) ; } loc0 . append ( local ) ; return loc0 . toString ( ) ; } | get the absolute jndi name as a string . concode_field_sep JndiName parent concode_elem_sep String ENTRY_SEPARATOR concode_elem_sep long serialVersionUID concode_elem_sep String local concode_field_sep JndiName getParent concode_elem_sep String getLocalName concode_elem_sep int hashCode concode_elem_sep JndiName of con... |
String function ( ) { return type ; } | gets the value of the type property . concode_field_sep Values values concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep Boolean required concode_field_sep void setName concode_elem_sep Boolean isRequired concode_elem_sep void setRequired concode_elem_sep S... |
String function ( ) { return marketCode ; } | gets the value of the marketcode property . concode_field_sep String accountStatus concode_elem_sep Boolean hasWifi concode_elem_sep List<SubscriberList> subscriberList concode_elem_sep Boolean hasSignalBars concode_elem_sep String marketCode concode_elem_sep AccountType customerAccountType concode_elem_sep long serial... |
void function ( ) { if ( closed . compareAndSet ( false , true ) ) { doClose ( ) ; } } | closes this strategy and releases any zookeeper resources ; but keeps the zookeeper instance open concode_field_sep Logger LOG concode_elem_sep ZooKeeper zookeeper concode_elem_sep List<ACL> acl concode_elem_sep AtomicBoolean closed concode_elem_sep long retryDelay concode_elem_sep int retryCount concode_field_sep Obje... |
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } | get custom serializer concode_field_sep java.lang.String workflowRequestActionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep java.lang.String getWorkflowRequestActionType concode_elem_sep org.ap... |
double function ( ) { return getPoint ( ) . getY ( ) ; } | returns the y coordinate of the bounding box containing the outlier ellipse . concode_field_sep double radius concode_elem_sep Point2D point concode_field_sep Point2D getPoint concode_elem_sep double getX concode_elem_sep void setPoint concode_elem_sep boolean equals concode_elem_sep boolean overlaps concode_elem_sep S... |
void function ( ) { synchronized ( mEvent ) { if ( mHappened ) return ; while ( ! mHappened ) { mEvent . wait ( ) ; } mHappened = false ; } } | wait for the javascript event happen , there is no timeout parameter , you usually should depend on unit test 's timeout . concode_field_sep boolean mHappened concode_elem_sep Object mEvent concode_field_sep void notifyJava concode_elem_sep void register |
String function ( ) { if ( datum . getWorkflowAdjacencies ( ) != null ) { return datum . getWorkflowAdjacencies ( ) . toString ( ) ; } return null ; } | get the adjacencies of the workflow concode_field_sep JobSubmitted datum concode_field_sep JobID getJobId concode_elem_sep String getWorkflowNodeName concode_elem_sep String getJobName concode_elem_sep long getSubmitTime concode_elem_sep String getWorkflowName concode_elem_sep EventType getEventType concode_elem_sep Ob... |
List < BroadleafCurrency > function ( ) { return currencyDao . getAllCurrencies ( ) ; } | returns a list of all the broadleaf currencies concode_field_sep BroadleafCurrencyDao currencyDao concode_field_sep BroadleafCurrency findDefaultBroadleafCurrency concode_elem_sep BroadleafCurrency save concode_elem_sep BroadleafCurrency create concode_elem_sep BroadleafCurrency findCurrencyByCode |
void function ( FunctionCodeLocation arg0 ) { this . code = arg0 ; } | the object for the lambda function location . concode_field_sep FunctionCodeLocation code concode_elem_sep FunctionConfiguration configuration concode_field_sep GetFunctionResult withConfiguration concode_elem_sep FunctionConfiguration getConfiguration concode_elem_sep GetFunctionResult withCode concode_elem_sep int ha... |
int function ( String arg0 , LaggedFactor arg1 ) { int loc0 = this . factors . indexOf ( arg0 ) ; int loc1 = this . factors . indexOf ( arg1 . getFactor ( ) ) ; IndexedParent loc2 = new IndexedParent ( loc1 , arg1 . getLag ( ) ) ; return getIndex ( loc0 , loc2 ) ; } | returns the index of the given parent for the given factor . concode_field_sep long serialVersionUID concode_elem_sep List<String> factors concode_elem_sep IndexedParent[][] parents concode_field_sep IndexedConnectivity serializableInstance concode_elem_sep IndexedParent getParent concode_elem_sep String toString conco... |
void function ( String ... arg0 ) { this . commandWithArguments . addAll ( Arrays . asList ( arg0 ) ) ; } | add command commandwitharguments - this method is only meant for use by sub-classes concode_field_sep List<String> commandWithArguments concode_elem_sep String command concode_field_sep String getCommandWithArguments concode_elem_sep String getCommandOption |
CSSOverflow function ( ) { return style . overflow ; } | get this node 's overflow property , as defined in the style concode_field_sep CSSNode mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNode nextChild concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep Object mData concode_elem_sep boolean mIsTextNode concode_elem_s... |
void function ( final TextFragment arg0 ) { this . fragments . remove ( arg0 ) ; } | removes a fragment from the line . concode_field_sep List fragments concode_elem_sep long serialVersionUID concode_field_sep void addFragment concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep TextFragment getFirstTextFragment concode_elem_sep void draw concode_elem_sep Size2D calculateDimen... |
XMLGregorianCalendar function ( ) { return birthDate ; } | gets the value of the birthdate property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String password concode_elem_sep XMLGregorianCalendar birthDate concode_elem_sep String email concode_elem_sep String username concode_field_sep void setLastName concode_elem_sep void setPassw... |
int function ( ) { long loc0 = System . currentTimeMillis ( ) ; long loc1 = options . getTriggerTime ( ) ; if ( ! wasInThePast ( ) ) return 0 ; if ( ! isRepeating ( ) ) return 1 ; return ( int ) ( ( loc0 - loc1 ) / options . getRepeatInterval ( ) ) ; } | count of triggers since schedule . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean w... |
JodaTimeContext function ( ) { return jodaTimeContextHolder . get ( ) ; } | return the jodatimecontext associated with the current thread , if any . concode_field_sep ThreadLocal<JodaTimeContext> jodaTimeContextHolder concode_field_sep void setJodaTimeContext concode_elem_sep void resetJodaTimeContext concode_elem_sep DateTimeFormatter getFormatter |
double function ( ) { return this . x ; } | returns the x-value . concode_field_sep double x concode_elem_sep double y concode_field_sep double getY concode_elem_sep double getAngle concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep double getLength |
String function ( ) { return cacheParameterGroupFamily ; } | specifies the name of the cache parameter group family to which the engine default parameters apply . concode_field_sep String cacheParameterGroupFamily concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters concode_elem_sep String marker concod... |
ComputeNodeGetRemoteDesktopOptions function ( String arg0 ) { this . clientRequestId = arg0 ; return this ; } | set the clientrequestid value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer timeout concode_field_sep DateTime ocpDate concode_elem_sep ComputeNodeGetRemoteDesktopOptions withReturnClientRequestId concode_elem_... |
void function ( final SummarySchema arg0 , final String arg1 ) { exportSummary ( null , arg0 , arg1 ) ; } | export the requested summary schema to its compressed xml file . assert : you have already mined the given summary schema using miner . concode_field_sep long idGenerator concode_elem_sep Map<Address,Long> addressToID concode_field_sep void addTags concode_elem_sep Q contributeExports concode_elem_sep Q findNode concod... |
void function ( ChangeInfo arg0 ) { this . changeInfo = arg0 ; } | a complex type that contains information about changes made to your hosted zone . this element contains an id that you use when performing a getchange action to get detailed information about the change . concode_field_sep ChangeInfo changeInfo concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem... |
AnyType function ( ) { if ( isEmpty ( ) ) throw new UnderflowException ( ) ; return findMax ( root ) . element ; } | find the largest item in the tree . concode_field_sep BinaryNode<AnyType> left concode_elem_sep BinaryNode<AnyType> root concode_elem_sep BinaryNode<AnyType> right concode_elem_sep AnyType element concode_field_sep boolean contains concode_elem_sep boolean contains concode_elem_sep void makeEmpty concode_elem_sep boole... |
String function ( ) { return description ; } | get string describing the instruction . this is not used internally by mars , but is for display to the user . concode_field_sep int INSTRUCTION_LENGTH_BITS concode_elem_sep int INSTRUCTION_LENGTH concode_elem_sep char[] operandMask concode_elem_sep String mnemonic concode_elem_sep String description concode_elem_sep S... |
void function ( ) { Preferences loc0 = getPreferences ( ) ; loc0 . setValue ( IMechanicPreferences . SHOW_POPUP_PREF , true ) ; } | enable preference that shows the notification popup . for tests only . concode_field_sep MechanicLog log concode_elem_sep ConcurrentMap<String,String> sourcesFailingInitialization concode_field_sep Set<String> getBlockedTaskIds concode_elem_sep int getThreadSleepSeconds concode_elem_sep int cleanSleepSeconds concode_el... |
void function ( ) { fs . createNewFile ( new Path ( "srini_string" ) ) ; HashMap < String , String > loc0 = backingStore . getContainerMetadata ( ) ; assertNotNull ( loc0 ) ; assertEquals ( AzureNativeFileSystemStore . CURRENT_WASB_VERSION , loc0 . get ( AzureNativeFileSystemStore . VERSION_METADATA_KEY ) ) ; } | tests that wasb stamped the version in the container metadata . concode_field_sep MockStorageInterface mockStorage concode_elem_sep AzureBlobStorageTestAccount testAccount concode_elem_sep InMemoryBlockBlobStore backingStore concode_elem_sep NativeAzureFileSystem fs concode_field_sep void testFolderMetadata concode_ele... |
void function ( AbstractErrorEntry arg0 ) { currentSheetErrorSummary . appendError ( arg0 ) ; } | add a new error to this errorlog . like errors from the same columns are joined instead of repeated . this saves output space but requires more calculation at run time . concode_field_sep ArrayList<SheetErrorSummary> sheetErrorSummaries concode_elem_sep OUTPUT_LOG_TYPE outputLogType concode_elem_sep SheetErrorSummary c... |
void function ( String arg0 ) { this . itemLabel = arg0 ; } | sets the item label . concode_field_sep String lastName concode_elem_sep String firstName concode_elem_sep int level concode_elem_sep String buLabel concode_elem_sep String itemCode concode_elem_sep String itemLabel concode_field_sep void setLastName concode_elem_sep int getLevel concode_elem_sep String getItemLabel co... |
void function ( ) { queryQueueManager . teardown ( ) ; } | this method should be called from the com.datatorrent.api.operator #teardown method so that thequerymanagersynchronous can correctly initialize its internal state . concode_field_sep QueryExecutor<QUERY_TYPE,META_QUERY,QUEUE_CONTEXT,RESULT> queryExecutor concode_elem_sep QueueManager<QUERY_TYPE,META_QUERY,QUEUE_CONTEXT... |
List < Class < ? >> function ( @ Nonnull final Class < ? > arg0 ) { return getClassList ( arg0 ) . getAsList ( ) ; } | get the complete super class hierarchy of the passed class including all super classes and all interfaces of the passed class and of all parent classes . concode_field_sep ReadWriteLock s_aRWLock concode_elem_sep ClassHierarchyCache s_aInstance concode_elem_sep List<WeakReference<Class<?>>> m_aList concode_elem_sep Map... |
void function ( double arg0 ) { this . mean = arg0 ; } | set mean value concode_field_sep double sigma concode_elem_sep double max concode_elem_sep double meanMin concode_elem_sep double sigmaMin concode_elem_sep double p2pNoise1 concode_elem_sep double p2pNoise2 concode_elem_sep double repeatNoise2 concode_elem_sep double repeatNoise1 concode_elem_sep double minMean concode... |
String function ( int [ ] arg0 , String arg1 , String arg2 ) { int loc0 = arg0 . length ; StringBuffer loc1 = new StringBuffer ( loc0 * 8 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( arg2 ) ; loc1 . append ( arg0 [ loc2 ] ) ; loc1 . append ( arg2 ) ; if ( loc2 + 1 < loc0 ) { loc1 . append ( arg1 )... | builds a csv list from the specified int , separator string and quote string . all arguments are assumed to be non-null . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . concode_field_sep PlaceHolder placeHolder concode_fiel... |
String function ( ) { try { return System . getenv ( HAXE_ENVIRONMENT_VARIABLE ) ; } catch ( SecurityException loc0 ) { EclihxCore . getLogHelper ( ) . logError ( loc0 ) ; } return null ; } | haxe installation directory . concode_field_sep String HAXE_ENVIRONMENT_VARIABLE concode_elem_sep String HAXE_COMPILER_FILENAME concode_elem_sep boolean IS_PLATFORM_WIN32 concode_elem_sep String HAXE_HAXELIB_FILENAME concode_field_sep boolean isInstalled concode_elem_sep String getHaxeCompiler |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep SIPV2190b.AstFichaSDT ficha concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode_elem_sep org.apache.... |
long function ( ) { return id ; } | get the bd row id . concode_field_sep Date modifiedOn concode_elem_sep String createdBy concode_elem_sep ReportParams reportParams concode_elem_sep String reportDefinitionXml concode_elem_sep String siteId concode_elem_sep String description concode_elem_sep boolean hidden concode_elem_sep String modifiedBy concode_ele... |
Collection < ClusterNode > function ( ) { return topNodes ; } | gets topology nodes from topology snapshot . if spi implementation does not support versioning , the best effort snapshot will be captured . concode_field_sep Collection<ClusterNode> topNodes concode_elem_sep long topVer concode_field_sep long topologyVersion concode_elem_sep String toString |
int function ( ) { return downstreamCRM ; } | gets the downstreamcrm value for this ossturbonetdiagnosticobandalargain . concode_field_sep int upstreamCRM concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetIn ossTurbonetIn concode_elem_sep org.apache.axis.description... |
void function ( ) { assumeTrue ( IBM_JVM . equals ( currentJVM ) , "srini_string" ) ; assumeTrue ( "srini_string" . equals ( Utils . getConfiguredProperty ( "srini_string" ) ) , "srini_string" ) ; assertTrue ( isFIPS ( "srini_string" ) , "srini_string" ) ; } | it will test fips on ibm env . if jvm is not ibm test will not fail . it will simply skipped . concode_field_sep String ORACLE_JVM concode_elem_sep Logger logger concode_elem_sep String SAP_JVM concode_elem_sep String currentJVM concode_elem_sep Properties p concode_elem_sep String IBM_JVM concode_field_sep void testFI... |
Column function ( ) { ArrayList < Column > loc0 = New . arrayList ( ) ; for ( Column loc1 : columns ) { if ( Column . isConditionType ( config , loc1 . getType ( ) ) ) { loc0 . add ( loc1 ) ; } } if ( loc0 . size ( ) == 0 ) { return null ; } return loc0 . get ( config . random ( ) . getInt ( loc0 . size ( ) ) ) ; } | get a random column that can be used in a condition . concode_field_sep boolean temporary concode_elem_sep Column[] primaryKeys concode_elem_sep Column[] columns concode_elem_sep ArrayList<Index> indexes concode_elem_sep String name concode_elem_sep TestSynth config concode_elem_sep boolean globalTemporary concode_fiel... |
Iterator function ( ) { return Collections . EMPTY_LIST . iterator ( ) ; } | this should return the list of extensions implemented by this bridgeextension . concode_field_sep PlaceHolder placeHolder concode_field_sep String getURL concode_elem_sep String getAuthor concode_elem_sep float getPriority concode_elem_sep boolean isDynamicElement concode_elem_sep void registerTags concode_elem_sep Str... |
String function ( ) { return ref ; } | gets the value of the ref property . concode_field_sep String ref concode_elem_sep String name concode_elem_sep String attributes concode_field_sep void setName concode_elem_sep String getAttributes concode_elem_sep String getName concode_elem_sep void setRef concode_elem_sep void setAttributes |
boolean function ( ) { return nullable ; } | returns true if null is a legal value for this dependency . concode_field_sep boolean nullable concode_elem_sep int parameterIndex concode_elem_sep Key<T> key concode_elem_sep InjectionPoint injectionPoint concode_field_sep Key<T> getKey concode_elem_sep InjectionPoint getInjectionPoint concode_elem_sep int getParamete... |
int function ( ) { return extent ; } | returns the current extent of this bounded range model , which is a number greater than or equal to zero . in a scroll bar visualization of a boundedrangemodel , the extent is displayed as the size of the thumb . concode_field_sep int extent concode_elem_sep long serialVersionUID concode_elem_sep EventListenerList list... |
String function ( ) { return name ; } | the optional listener name ; concode_field_sep String protocol concode_elem_sep ConcurrentMap<String,Listener> listeners concode_elem_sep Set<HttpUpgradeMetadata> httpUpgradeMetadata concode_elem_sep Map<String,Object> contextInformation concode_elem_sep String name concode_elem_sep String serverName concode_elem_sep S... |
int function ( ) { int loc0 = 0 ; for ( Connection loc1 : connections ) { if ( loc1 . isSpdy ( ) ) loc0 ++ ; } return loc0 ; } | returns total number of spdy connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP concode_elem_sep Callab... |
NSDictionary function ( String arg0 ) { if ( arg0 == null ) { return null ; } else { try { return ( NSDictionary ) NSPropertyListSerialization . propertyListFromString ( arg0 ) ; } catch ( Exception loc0 ) { return null ; } } } | creates a dictionary from a string in plist format . this is a wrapper method for nspropertylistserialization.propertylistfromstring concode_field_sep PlaceHolder placeHolder concode_field_sep NSArray arrayFromFile concode_elem_sep NSDictionary dictionaryFromInputStream concode_elem_sep NSArray arrayFromInputStream con... |
String function ( ) { return ( this . name ) ; } | return the name of this web resource collection . concode_field_sep String description concode_elem_sep String name concode_elem_sep String methods[] concode_elem_sep String patterns[] concode_elem_sep Log log concode_field_sep void setName concode_elem_sep String[] findMethods concode_elem_sep String[] findPatterns co... |
List function ( ) { return cityDictionary ; } | gets the citydictionary of cities . concode_field_sep ArrayList cityDictionary concode_elem_sep Log log concode_elem_sep Comparator LABEL_COMPARATOR concode_elem_sep boolean initialized concode_elem_sep String DATA_RESOURCE_PATH concode_field_sep void init concode_elem_sep int compare concode_elem_sep ArrayList generat... |
void function ( final String arg0 , final ValidationProblem arg1 , final IResource arg2 ) { IMarker loc0 = arg2 . createMarker ( IMarker . PROBLEM ) ; if ( arg0 != null ) loc0 . setAttribute ( IMarker . LOCATION , arg0 ) ; loc0 . setAttribute ( IMarker . MESSAGE , arg1 . getMessage ( ) ) ; setMarkerSeverity ( loc0 , ar... | create a marker given a validationproblem concode_field_sep PlaceHolder placeHolder concode_field_sep void validationStarted concode_elem_sep boolean isValidatorForResource concode_elem_sep void setMarkerSeverity concode_elem_sep void createMarker concode_elem_sep boolean isValidatorForObject concode_elem_sep void addM... |
void function ( final CDMessage arg0 ) { this . message = arg0 ; } | set the message object concode_field_sep CDMessage message concode_elem_sep CDRelationMessage relation concode_field_sep void setRelation concode_elem_sep CDMessage getMessage concode_elem_sep CDRelationMessage getRelation |
boolean function ( ) { return areaMapEnabled ; } | indicates that current chart instance supports image map interaction concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizont... |
void function ( String arg0 ) { this . source = arg0 ; } | set the source . concode_field_sep String bitstreamFormat concode_elem_sep String internalId concode_elem_sep int storeNumber concode_elem_sep boolean deleted concode_elem_sep long size concode_elem_sep int bitstreamId concode_elem_sep String name concode_elem_sep String checksumAlgorithm concode_elem_sep String source... |
Builder function ( long arg0 ) { mMaxCacheSize = arg0 ; return this ; } | this is the default maximum size of the cache . concode_field_sep CacheEventListener mCacheEventListener concode_elem_sep Supplier<File> mBaseDirectoryPathSupplier concode_elem_sep String mBaseDirectoryName concode_elem_sep long mMaxCacheSizeOnVeryLowDiskSpace concode_elem_sep long mMaxCacheSizeOnLowDiskSpace concode_e... |
String function ( ) { String loc0 = "srini_string" ; for ( BasicEffect loc1 : subeffects ) { loc0 += loc1 . toString ( ) + "srini_string" ; } return ( ! subeffects . isEmpty ( ) ) ? loc0 . substring ( 0 , loc0 . length ( ) - 3 ) : "srini_string" ; } | returns a string representation for the effect concode_field_sep Condition equivalentCondition concode_elem_sep Logger log concode_elem_sep List<BasicEffect> subeffects concode_elem_sep Map<String,Map<Value,Double>> valueTable concode_elem_sep Set<String> randomsToGenerate concode_elem_sep boolean fullyGrounded concode... |
void function ( String arg0 ) { this . nextToken = arg0 ; } | the string that you use in a subsequent request to get the next page of results in a paginated response . concode_field_sep com.amazonaws.internal.SdkInternalList<ResourceIdentifier> resourceIdentifiers concode_elem_sep String nextToken concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Lis... |
String function ( ) { return algorithm ; } | gets the value of the algorithm property . concode_field_sep long serialVersionUID concode_elem_sep List<Object> content concode_elem_sep String algorithm concode_field_sep List<Object> getContent concode_elem_sep void setAlgorithm |
long function ( ) { return - 1 ; } | returns the number of classes that have been unloaded by the virtual machine since it was started . concode_field_sep PlaceHolder placeHolder concode_field_sep int getLoadedClassCount concode_elem_sep boolean isVerbose concode_elem_sep void setVerbose |
String function ( ) { return mimeType ; } | gets the value of the mimetype property . concode_field_sep String id concode_elem_sep String mimeType concode_elem_sep String encoding concode_elem_sep List<Object> content concode_field_sep String getEncoding concode_elem_sep void setEncoding concode_elem_sep List<Object> getContent concode_elem_sep void setMimeType ... |
byte [ ] function ( String arg0 ) { if ( encoding == null ) { return arg0 . getBytes ( ) ; } else { try { return arg0 . getBytes ( encoding ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new ZipException ( loc0 . getMessage ( ) ) ; } } } | retrieve the bytes for the given string in the encoding set for this stream . concode_field_sep int level concode_elem_sep long written concode_elem_sep JBZipFile myFile concode_elem_sep CRC32 crc concode_elem_sep String comment concode_elem_sep byte[] LFH_SIG concode_elem_sep byte[] CFH_SIG concode_elem_sep int DEFAUL... |
void function ( Object [ ] arg0 ) { this . arguments = ( arg0 != null ? arg0 : new Object [ 0 ] ) ; } | set arguments for the method invocation . if this property is not set , or the object array is of length 0 , a method with no arguments is assumed . concode_field_sep Object targetObject concode_elem_sep String targetMethod concode_elem_sep Class<?> targetClass concode_elem_sep Method methodObject concode_elem_sep Stri... |
void function ( Integer arg0 ) { this . foodProcurementAppplicantId = arg0 ; } | sets the food procurement appplicant id . concode_field_sep FoodProcurementActivity foodProcurementProcessActivity concode_elem_sep FoodProcurementActivityStatus foodProcurementActivityStatus concode_elem_sep Integer foodProcurementAppplicantId concode_elem_sep RevisionType revisionType concode_elem_sep String changedB... |
void function ( long arg0 ) { _systemEvent . setCompanyId ( arg0 ) ; } | sets the company id of this system event . concode_field_sep SystemEvent _systemEvent concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep... |
int function ( ) { checkIsOpen ( ) ; return readUserAreaSize ( device . getHandle ( ) ) ; } | retrieves the size of the user area within the eeprom . concode_field_sep Device device concode_elem_sep DeviceDescriptor deviceDescriptor concode_field_sep void writeUserArea concode_elem_sep void writeUserArea concode_elem_sep void erase concode_elem_sep void erase concode_elem_sep DeviceDescriptor readDeviceDescript... |
boolean function ( ) { if ( locations . size ( ) > 2 ) { return true ; } else if ( locations . size ( ) == 2 ) { Location loc0 = getLocationAtIndex ( 0 ) ; Location loc1 = getLocationAtIndex ( 1 ) ; if ( Math . abs ( loc0 . col - loc1 . col ) != 1 ) { return true ; } } return false ; } | this method is used to determine if the move contains jumps concode_field_sep int nextId concode_elem_sep Vector locations concode_elem_sep int moveId concode_field_sep Location getLocationAtIndex concode_elem_sep int locationCount concode_elem_sep boolean equals concode_elem_sep void removeLastLocation concode_elem_se... |
List < PseudoClassElement > function ( ) { try { return _reader . getPseudoClasses ( getIndex ( ) ) ; } catch ( IOException loc0 ) { IdeLog . logError ( CSSCorePlugin . getDefault ( ) , loc0 ) ; } return Collections . emptyList ( ) ; } | getpseudoclasses concode_field_sep CSSIndexReader _reader concode_field_sep IndexManager getIndexManager concode_elem_sep PropertyElement getProperty concode_elem_sep PseudoClassElement getPseudoClass concode_elem_sep Set<String> getColors concode_elem_sep Index getIndex concode_elem_sep List<PseudoElementElement> getP... |
List < Integer > function ( String arg0 , String arg1 ) { String [ ] loc0 = arg0 . split ( arg1 ) ; List < Integer > loc1 = new ArrayList < Integer > ( ) ; for ( Integer loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 . add ( new Integer ( loc0 [ loc2 ] ) ) ; } return loc1 ; } | extractidgrantedauthorityfromstring concode_field_sep PlaceHolder placeHolder concode_field_sep GenericUser getUser concode_elem_sep Group getGroup concode_elem_sep int getNumPage concode_elem_sep Pager getPager concode_elem_sep Pager getPager concode_elem_sep Pager getPager concode_elem_sep boolean addSessionAttribute... |
String function ( ) { return name ; } | returns the principal name . concode_field_sep String name concode_field_sep int hashCode concode_elem_sep boolean equals |
void function ( IndentLevel arg0 ) { mLevels . or ( arg0 . mLevels ) ; } | adds one more acceptable indentation level . concode_field_sep BitSet mLevels concode_field_sep int getLastIndentLevel concode_elem_sep boolean isMultiLevel concode_elem_sep int getFirstIndentLevel concode_elem_sep String toString concode_elem_sep boolean gt concode_elem_sep boolean accept |
Permutations < T > function ( T [ ] arg0 , T [ ] arg1 , int arg2 ) { return new Permutations < T > ( arg0 , arg1 , arg2 ) ; } | create a new permutations object . concode_field_sep T[] in concode_elem_sep int[] index concode_elem_sep int m concode_elem_sep int n concode_elem_sep T[] out concode_elem_sep boolean hasNext concode_field_sep boolean next concode_elem_sep void moveIndex concode_elem_sep int rightmostDip concode_elem_sep void reverseA... |
String function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; int loc1 = arg0 . length ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { char loc3 = arg0 . charAt ( loc2 ) ; if ( loc3 == '|' || loc3 == '"' ) { loc0 . append ( '|' ) ; } loc0 . append ( loc3 ) ; } return loc0 . toString ( ) ; } | returns the name , with internal backslashes and quotation marks preceded by backslashes . the outer quote marks 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 conco... |
Key function ( ) { if ( N == 0 ) throw new NoSuchElementException ( "srini_string" ) ; return keys [ pq [ 1 ] ] ; } | returns a minimum key . concode_field_sep int[] pq concode_elem_sep int NMAX concode_elem_sep Key[] keys concode_elem_sep IndexMinPQ<Key> copy concode_elem_sep int N concode_elem_sep int[] qp concode_field_sep Integer next concode_elem_sep int delMin concode_elem_sep Key keyOf concode_elem_sep void sink concode_elem_se... |
boolean function ( Collection arg0 , Map arg1 ) { return false ; } | by default , do n't provide any copy override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_elem_sep OverrideCopyOperation getOverride... |
String function ( ) { return scheme ; } | returns scheme . concode_field_sep String password concode_elem_sep String scheme concode_elem_sep String string concode_elem_sep long serialVersionUID concode_elem_sep String BEARER_SCHEME concode_elem_sep String user concode_elem_sep String value concode_elem_sep String BASIC_SCHEME concode_field_sep String getValue ... |
void function ( int arg0 , String arg1 ) { if ( parser . getEventType ( ) != arg0 ) { throw new RuntimeException ( arg1 ) ; } } | check the current event type . concode_field_sep XmlPullParser parser concode_field_sep void expectNextTag concode_elem_sep String checkNotBlank concode_elem_sep int checkGetInt concode_elem_sep String checkGetAttribute concode_elem_sep void skipTag concode_elem_sep void parse concode_elem_sep String getString concode_... |
Definition function ( ) { synchronized ( monitor ) { return definition ; } } | returns the wsdl4j definition . concode_field_sep Document document concode_elem_sep Definition definition concode_elem_sep Object monitor concode_field_sep Source getSource concode_elem_sep String toString concode_elem_sep void setDefinition |
long function ( ) { return 0 ; } | unsupported returns zero in all cases . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc concode_elem_sep Configuration conf concode_elem_sep Class<? exten... |
boolean function ( ) { return this . isNull ; } | returns a flag . concode_field_sep String propertyName concode_elem_sep boolean isNull concode_elem_sep Class type concode_field_sep Class getType concode_elem_sep String getPropertyName |
String function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; } | get parameter value from request scope . concode_field_sep Properties buildProperties concode_field_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep void addWarnMessage concode_elem_sep Stri... |
Hashtable function ( ) { return checkboxStates ; } | gets the table of checkbox states . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkb... |
boolean function ( Object arg0 ) { if ( toString ( ) == null ) { return ( arg0 != null ) && ( arg0 . toString ( ) == null ) ; } if ( arg0 instanceof Type ) { return toString ( ) . equals ( arg0 . toString ( ) ) ; } return false ; } | finalizes the equals method concode_field_sep Type SND concode_elem_sep String extension concode_elem_sep Type WAVE concode_elem_sep Type AU concode_elem_sep int byteLength concode_elem_sep AudioFormat format concode_elem_sep String name concode_elem_sep int frameLength concode_elem_sep Type AIFF concode_elem_sep Type ... |
void function ( Request arg0 , Response . Receiver arg1 ) { dispatcher . enqueue ( copyWithDefaults ( ) , arg0 , arg1 ) ; } | schedules request to be executed . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxySelecto... |
GetPasswordDataResult function ( String arg0 ) { setPasswordData ( arg0 ) ; return this ; } | the password of the instance . concode_field_sep String passwordData concode_elem_sep String instanceId concode_elem_sep java.util.Date timestamp concode_field_sep String getInstanceId concode_elem_sep GetPasswordDataResult withInstanceId concode_elem_sep java.util.Date getTimestamp concode_elem_sep int hashCode concod... |
Site function ( ) { return new Site ( ) ; } | new a site concode_field_sep Map<String,String> defaultCookies concode_elem_sep int cycleRetryTimes concode_elem_sep String charset concode_elem_sep HttpHost httpProxy concode_elem_sep boolean useGzip concode_elem_sep Table<String,String,String> cookies concode_elem_sep String userAgent concode_elem_sep int sleepTime c... |
void function ( ) { canceled = true ; dialogMessage = null ; } | stop the task . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialogMessage concode_elem_sep MessageFormat search... |
Set < String > function ( ) { return bindingNames ; } | get the set of binding names for this view . concode_field_sep int BRIDGE concode_elem_sep Deque<ViewConfigurator> configurators concode_elem_sep ImmediateInterceptorFactory CLIENT_DISPATCHER_INTERCEPTOR_FACTORY concode_elem_sep boolean useWriteReplace concode_elem_sep DefaultConfigurator INSTANCE concode_elem_sep Stri... |
void function ( ) { Session loc0 = ( Session ) threadLocal . get ( ) ; threadLocal . set ( null ) ; if ( loc0 != null ) { loc0 . close ( ) ; } } | close the single hibernate session instance . concode_field_sep Configuration configuration concode_elem_sep String configFile concode_elem_sep ThreadLocal<Session> threadLocal concode_elem_sep String CONFIG_FILE_LOCATION concode_elem_sep org.hibernate.SessionFactory sessionFactory concode_field_sep Configuration getCo... |
String function ( ) { return groupId ; } | getter for the field groupid . concode_field_sep String groupId concode_elem_sep String classifier concode_elem_sep String artifactId concode_elem_sep String[] ignoreClasses concode_elem_sep String type concode_field_sep void setGroupId concode_elem_sep void setArtifactId concode_elem_sep String[] getIgnoreClasses conc... |
Codec function ( ) { return codecService . codec ( codecName ) ; } | returns the codec used in the engines org.apache.lucene.index.indexwriter note : this settings is only read on startup . concode_field_sep boolean forceNewTranslog concode_elem_sep CodecService codecService concode_elem_sep String INDEX_FORCE_NEW_TRANSLOG concode_elem_sep IndexSettings indexSettings concode_elem_sep Sh... |
long function ( ) { return numberOf ( Operation . UPDATE ) ; } | get the number of operation #update update records that were #accept sourcerecord added to this object . concode_field_sep AtomicLong EMPTY concode_elem_sep AtomicLong tombstones concode_elem_sep EnumMap<Operation,AtomicLong> statsByOperation concode_field_sep long numberOfReads concode_elem_sep SourceRecordStats reset... |
OAuth1Builder function ( ConsumerCredentials arg0 ) { return new OAuth1BuilderImpl ( arg0 ) ; } | get a new builder of oauth1 client support . concode_field_sep String OAUTH_PROPERTY_CONSUMER_CREDENTIALS concode_elem_sep String OAUTH_PROPERTY_OAUTH_SECRETS concode_elem_sep String OAUTH_PROPERTY_ACCESS_TOKEN concode_elem_sep String OAUTH_PROPERTY_OAUTH_PARAMETERS concode_field_sep placeholderType placeHolder |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.