code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
double function ( int arg0 ) { return data [ arg0 ] ; } | returns the ith cartesian coordinate . concode_field_sep double[] data concode_elem_sep int N concode_field_sep Vector minus concode_elem_sep Vector times concode_elem_sep int length concode_elem_sep double dot concode_elem_sep double magnitude concode_elem_sep String toString concode_elem_sep void main concode_elem_se... |
String function ( ) { return hexToString ( stringData ) . toString ( ) ; } | gets a literal string representation of this object 's data . the hexadecimal data is converted to an equivalent string representation . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hex... |
void function ( AssertionInfo arg0 , T arg1 , Condition < ? super T > arg2 ) { assertIsNotNull ( arg2 ) ; if ( ! arg2 . matches ( arg1 ) ) return ; throw failures . failure ( arg0 , shouldNotHave ( arg1 , arg2 ) ) ; } | asserts that the actual value does not satisfy the given condition . concode_field_sep Conditions INSTANCE concode_elem_sep Failures failures concode_field_sep void assertIs concode_elem_sep void assertIsNotNull concode_elem_sep Conditions instance concode_elem_sep void assertHas concode_elem_sep void assertIsNot |
void function ( Date arg0 ) { this . lastRun = arg0 ; } | sets the last time the job executed . concode_field_sep String schedulableClass concode_elem_sep String jobName concode_elem_sep String jobId concode_elem_sep String groupName concode_elem_sep Date lastRun concode_elem_sep JobState state concode_elem_sep String userName concode_elem_sep Map<String,Serializable> jobPara... |
void function ( ) { HasFirstI18NContentMatcher loc0 = new HasFirstI18NContentMatcher ( "srini_string" ) ; List < I18NNonEmptyStringType > loc1 = getI18NListWithContent ( "srini_string" ) ; boolean loc2 = loc0 . matches ( loc1 ) ; assertTrue ( "srini_string" , loc2 ) ; } | can we tell when content matches ? concode_field_sep PlaceHolder placeHolder concode_field_sep List<I18NNonEmptyStringType> getI18NListWithOneItemWithNullContent concode_elem_sep List<I18NNonEmptyStringType> getI18NListWithContent concode_elem_sep void testMatches02 concode_elem_sep List<I18NNonEmptyStringType> getEmpt... |
List < RoleRepresentation > function ( ) { auth . requireView ( ) ; Set < RoleModel > loc0 = user . getClientRoleMappings ( client ) ; List < RoleRepresentation > loc1 = new ArrayList < RoleRepresentation > ( ) ; for ( RoleModel loc2 : loc0 ) { loc1 . add ( ModelToRepresentation . toRepresentation ( loc2 ) ) ; } return... | get client-level role mappings for the user , and the app concode_field_sep RealmAuth auth concode_elem_sep UriInfo uriInfo concode_elem_sep ServicesLogger logger concode_elem_sep ClientModel client concode_elem_sep RealmModel realm concode_elem_sep RoleMapperModel user concode_elem_sep AdminEventBuilder adminEvent con... |
CSSDeclarationBlock function ( String arg0 ) { return setProperties ( arg0 , MARGIN_BOTTOM , MARGIN_LEFT , MARGIN_RIGHT , MARGIN_TOP ) ; } | sets the margin to the given value . concode_field_sep Map<ECSSProperty,String> properties concode_elem_sep List<CSSDeclarationBlock> inheritsFrom concode_field_sep void fillFullPropertyMap concode_elem_sep CSSDeclarationBlock setPadding concode_elem_sep String getProperty concode_elem_sep CSSDeclarationBlock setBorder... |
List < ExitPointSpec > function ( List < ReactionProperty > arg0 ) { List < ExitPointSpec > loc0 = new ArrayList < ExitPointSpec > ( ) ; for ( ReactionProperty loc1 : arg0 ) { if ( loc1 instanceof ExitPointSpec ) { loc0 . add ( ( ExitPointSpec ) loc1 ) ; } } return loc0 ; } | filters the given list of reactionproperty to return only a listof exitpointspec . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNamedExitTransition concode_elem_sep List<Transition>[] getExitSpecSortedTransitions concode_elem_sep boolean isDefault concode_elem_sep Map<Region,List<Entry>> getReg... |
boolean function ( Method arg0 ) { return ( this . transactionFactory != null ) ; } | this implementation returns true if a transaction managerhas been specified ; false otherwise . concode_field_sep TransactionDelegate transactionDelegate concode_elem_sep Log logger concode_elem_sep XAResource xaResource concode_elem_sep boolean rollbackOnly concode_elem_sep String beanName concode_elem_sep ClassLoader... |
void function ( int arg0 ) { frameBuffers [ arg0 ] . end ( ) ; } | end pass n. concode_field_sep ShaderProvider[] passShaderProviders concode_elem_sep BaseLight currentLight concode_elem_sep LightProperties currentLightProperties concode_elem_sep DirectionalAnalyzer directionalAnalyzer concode_elem_sep TextureRegion region concode_elem_sep PointLightProperties currentPointProperties c... |
boolean function ( ) { return ! status ; } | determine whether the submit button is disabled . concode_field_sep String IMAGE_DISABLED concode_elem_sep String IMAGE_ENABLED concode_elem_sep boolean status concode_field_sep String getImageButton concode_elem_sep boolean getStatus concode_elem_sep void setStatus |
RuntimeException function ( ) { return JavaPartialFunction . noMatch ( ) ; } | throw this exception to indicate that a partial function does n't match . concode_field_sep PlaceHolder placeHolder concode_field_sep T[] asArray concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep scala.reflect.ClassTag<C> classTag concode_elem_sep java.util.Map<K,V> asJava concode_elem_sep java.util.Li... |
boolean function ( ) { return tabbedPane3Visible ; } | return the visibility of tab panel 3 . concode_field_sep String tabPlacement concode_elem_sep int tabIndex concode_elem_sep List tabItems concode_elem_sep HtmlSelectOneRadio selectedTabObject concode_elem_sep int index concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep String content con... |
String function ( ) { return lang ; } | get lang concode_field_sep Map<String,String> textTranslations concode_elem_sep Map<String,String> imageTranslations concode_elem_sep I18nService i18nService concode_elem_sep String lang concode_elem_sep boolean allTranslationLoaded concode_field_sep String getTextTranslation concode_elem_sep Map<String,String> getAllI... |
boolean function ( String arg0 ) { if ( filter == null ) { return false ; } for ( String loc0 : filter ) { if ( loc0 . equalsIgnoreCase ( arg0 ) ) { return false ; } } return true ; } | determines if a kvp should be filtered based on #getfilter . concode_field_sep Set<String> filter concode_elem_sep boolean hasRepeatedParameters concode_elem_sep Logger LOGGER concode_elem_sep Class requestBean concode_field_sep Set<String> getFilter concode_elem_sep Class getRequestBean concode_elem_sep Object read co... |
void function ( List < ? extends Pe > arg0 ) { this . peList = arg0 ; } | sets the pe list . concode_field_sep List<? extends Pe> peList concode_elem_sep ArrayList<Integer> vmQueue concode_elem_sep List<Vm> vmsMigratingIn concode_elem_sep RamProvisioner ramProvisioner concode_elem_sep VmScheduler vmScheduler concode_elem_sep List<? extends Vm> vmList concode_elem_sep Datacenter datacenter co... |
void function ( ) { sCInterface . clearEvents ( ) ; } | this method resets the incoming events time events included . concode_field_sep boolean equal concode_elem_sep boolean not concode_elem_sep boolean or concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean and concode_elem_sep int nextStateIndex concode_elem_sep boolean notequal concode_elem_sep boolean ... |
int function ( ) { return loginTimeout ; } | gets the maximum time in seconds that this data source can wait while attempting to connect to a database . a value of zero means that the timeout is the default system timeout if there is one ; otherwise , it means that there is no timeout . when a datasource object is created , the login timeout is initially zero . c... |
void function ( int arg0 ) { if ( mValues [ arg0 ] != DELETED ) { mValues [ arg0 ] = DELETED ; mGarbage = true ; } } | removes the mapping at the specified index . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode_elem_sep void clear concode_elem_sep E valueAt concode_elem_sep int indexOfValue c... |
void function ( String arg0 , String arg1 ) { this . handler . proceed ( arg0 , arg1 ) ; } | instructs the webview to proceed with the authentication with the given credentials . concode_field_sep HttpAuthHandler handler concode_field_sep void cancel |
boolean function ( Object arg0 , Object arg1 ) { if ( arg0 == null && arg1 != null ) { return false ; } else if ( arg0 != null ) { if ( ! arg0 . equals ( arg1 ) ) { return false ; } } return true ; } | returns true if two objects are equal . this is a helper method to assist with the case that one or both objects are null ; if both objects are null then they 're considered equal . concode_field_sep Date creationDateRangeMax concode_elem_sep Date lastActivityDateRangeMin concode_elem_sep int SORT_NUM_CLIENT_PACKETS co... |
void function ( Format arg0 ) { ObjectHelper . notNull ( arg0 , "srini_string" , this ) ; this . format = arg0 ; } | sets the data format for sending messages . concode_field_sep SearchType searchType concode_elem_sep Logger LOG concode_elem_sep AS400ConnectionPool connectionPool concode_elem_sep String searchKey concode_elem_sep Jt400Type type concode_elem_sep String userID concode_elem_sep boolean keyed concode_elem_sep String obje... |
Processor function ( final String arg0 , final Expression arg1 ) { return new Processor ( ) { public void process ( Exchange arg2 ) { Object loc0 = arg1 . evaluate ( arg2 , Object . class ) ; arg2 . setProperty ( arg0 , loc0 ) ; } @ Override public String toString ( ) { return "srini_string" + arg0 + "srini_string" + a... | sets the property on the exchange concode_field_sep PlaceHolder placeHolder concode_field_sep Processor removeHeader concode_elem_sep Processor setOutBody concode_elem_sep Processor removeProperties concode_elem_sep Processor removeProperties concode_elem_sep Processor removeFaultHeader concode_elem_sep Processor setOu... |
void function ( String arg0 ) { this . authorizationType = arg0 ; } | specifies the type of authorization used for the method . concode_field_sep Boolean apiKeyRequired concode_elem_sep String authorizationType concode_field_sep String getAuthorizationType concode_elem_sep void setApiKeyRequired concode_elem_sep Boolean getApiKeyRequired concode_elem_sep int hashCode concode_elem_sep boo... |
void function ( ) { Object [ ] loc0 = new Object [ internalArray . length * 2 ] ; for ( int loc1 = 0 ; loc1 < internalArray . length ; loc1 ++ ) { loc0 [ loc1 ] = internalArray [ loc1 ] ; } internalArray = loc0 ; } | doubles the size of the internalarray and copies over the elements concode_field_sep Object[] internalArray concode_elem_sep int ORIGINALSIZE concode_elem_sep int numElements concode_field_sep ReturnObject add concode_elem_sep ReturnObject add concode_elem_sep void setNumElements concode_elem_sep int size concode_elem_... |
void function ( byte [ ] arg0 , byte [ ] arg1 , byte [ ] arg2 , int arg3 ) { int loc0 = 0 ; while ( ( loc0 < arg0 . arg3 ) && ( loc0 < arg3 ) ) { arg1 [ loc0 ] = ( byte ) ( arg0 [ loc0 ] ^ arg2 [ loc0 ] ) ; loc0 ++ ; } } | encrypt/decrypt function used for password encryption in authentication simple xor is used here but it is ok as we crypt random strings concode_field_sep char PVERSION41_CHAR concode_elem_sep int SHA1_HASH_SIZE concode_field_sep String longToHex concode_elem_sep byte[] passwordHashStage2 concode_elem_sep String makeScr... |
JAXBElement < ServiceRef > function ( final ServiceRef arg0 ) { return new JAXBElement < ServiceRef > ( _ServiceRef_QNAME , ServiceRef . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _WebServicesClient_QNAME concode_elem_sep QName _PortComponentRef_QNAME concode_elem_sep QName _ServiceRef_QNAME concode_elem_sep QName _Handler_QNAME concode_elem_sep QName _ComponentScopedRefs_QNAME concode_field_sep PortComponentRef createPortComponentRef con... |
boolean function ( ) { return this instanceof OptionalComponent ; } | checks if this component is an optionalcomponent optional component concode_field_sep List<PropertyType> propertyTypes concode_elem_sep boolean sequence concode_elem_sep boolean resolve concode_elem_sep boolean tentative concode_elem_sep List<PropertyType> propertyTypes concode_elem_sep boolean tentative concode_elem_s... |
FileSystem function ( @ NonNull final String arg0 , final Properties arg1 , final URI arg2 , final Configuration arg3 ) { return getProxiedFileSystem ( arg0 , arg1 , arg2 , arg3 , null ) ; } | gets a filesystem that can perform any operations allowed by the specified usernametoproxyas . concode_field_sep FileSystem referenceFS concode_elem_sep Configuration configuration concode_elem_sep String userNameToProxyAs concode_elem_sep Path keytabLocation concode_elem_sep String KEY_SEPARATOR concode_elem_sep Strin... |
String function ( ) { return username ; } | gets username . concode_field_sep List<DeAccessionItem> deAccessionItems concode_elem_sep String username concode_field_sep void setUsername concode_elem_sep List<DeAccessionItem> getDeAccessionItems concode_elem_sep void setDeAccessionItems |
void function ( TreeNode < ValueType > arg0 ) { children . add ( arg0 ) ; } | add a child to the children list concode_field_sep TreeNode<ValueType> parent concode_elem_sep Set<TreeNode<ValueType>> children concode_elem_sep ValueType value concode_elem_sep Map<String,Object> properties concode_field_sep Collection<TreeNode<ValueType>> getChildren concode_elem_sep ValueType getValue concode_elem_... |
boolean function ( ) { boolean loc0 = true ; File [ ] loc1 = getElementsAsFile ( ) ; for ( int loc2 = 0 ; loc2 < 0 ; ++ loc2 ) { loc0 = loc1 [ loc2 ] . exists ( ) && loc0 ; } return loc0 ; } | a convenience method that checks the validity of the classpath by checking each element in classpath for existence . concode_field_sep String classpath concode_field_sep String[] getElementsAsString concode_elem_sep File[] getElementsAsFile concode_elem_sep File[] getDirectoryElements concode_elem_sep JarFile[] getJarE... |
void function ( ) { logger1 . info ( "srini_string" ) ; SingleThreadLocalContextProvider loc0 = null ; Map loc1 = null ; } | test of getattributemap method , of class singlethreadlocalcontextprovider . concode_field_sep OutputStream outStream concode_elem_sep Logger logger1 concode_elem_sep Logger logger0 concode_field_sep void testGetVarMap concode_elem_sep void setUpClass concode_elem_sep void testGetRuntime concode_elem_sep void testIsRun... |
void function ( double [ ] arg0 , SimpleMatrix arg1 ) { this . eigenValues = new double [ numComponents ] ; this . eigenVectors = new SimpleMatrix ( numPoints , numComponents ) ; for ( int loc0 = 0 ; loc0 < numComponents ; loc0 ++ ) { this . eigenVectors . setColValue ( loc0 , arg1 . getCol ( loc0 ) ) ; this . eigenVal... | allocates and sets the principal components and the corresponding variation values . is used for dimensionality reduction after the amount of principal components needed has been determined . concode_field_sep int numVertices concode_elem_sep int numPoints concode_elem_sep double variationThreshold concode_elem_sep boo... |
String function ( ) { return description ; } | returns plugin library description . concode_field_sep String file concode_elem_sep String description concode_elem_sep String id concode_elem_sep String title concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getTitle concode_elem_sep void setFile concode_elem_sep void setVers... |
Token function ( ) { if ( token . next != null ) { token = token . next ; } else { token = token . next = token_source . getNextToken ( ) ; } jj_ntk = - 1 ; jj_gen ++ ; return token ; } | get the next token . concode_field_sep int[] jj_expentry concode_elem_sep OBOParserHandler handler concode_elem_sep JavaCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep int[] jj_la1 concode_elem_sep int jj_gen concode_elem_sep java.util... |
SecureRandom function ( ) { return random ; } | return the random source associated with this generator . concode_field_sep SecureRandom random concode_elem_sep int strength concode_field_sep int getStrength |
boolean function ( ) { return disableStartButton ; } | determine whether the progress bar is active . concode_field_sep OutputProgress progressBar concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_elem_sep OutputProgressRenderBean outputBean concode_elem_sep RenderManager renderManager concode_elem_sep boolean disableStartButton concode_elem_... |
void function ( FacesContext arg0 , String arg1 ) { if ( arg1 != null && ! "srini_string" . equals ( arg1 ) ) { arg0 . getExternalContext ( ) . getRequestMap ( ) . put ( FocusController . class . getName ( ) , arg1 ) ; } } | set the element id that should received focus during next update . concode_field_sep Pattern ClientIdPattern concode_field_sep String getFocus concode_elem_sep boolean isFocusSet concode_elem_sep String getReceivedFocus |
String function ( ) { return adGroupCriterionExperimentBidMultiplierType ; } | gets the value of the adgroupcriterionexperimentbidmultipliertype property . concode_field_sep String adGroupCriterionExperimentBidMultiplierType concode_field_sep void setAdGroupCriterionExperimentBidMultiplierType |
de . uhh . l2g . plugins . migration . model . LegacyVideo function ( long arg0 ) { return getPersistence ( ) . remove ( arg0 ) ; } | removes the legacy video with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep LegacyVideoPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<LegacyVideo> findWithDynamicQue... |
String function ( ) { return loc ; } | gets the value of the loc property . concode_field_sep String loc concode_elem_sep URI providerID concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setProviderID concode_elem_sep String getName concode_elem_sep URI getProviderID concode_elem_sep void setLoc |
ThreadFactory function ( ThreadFactory arg0 ) { ThreadFactory loc0 ; loc0 = factory ; factory = ( arg0 == null ) ? this : arg0 ; return loc0 ; } | sets the factory implementation that this factory will use to produce threads . if the specified argument , f , is null , then this factory uses itself as the implementation . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory getImpl |
SimpleVector function ( final SimpleVector arg0 , final SimpleVector arg1 ) { assert ( arg0 . getLen ( ) == arg1 . getLen ( ) ) : new IllegalArgumentException ( "srini_string" ) ; final SimpleVector loc0 = new SimpleVector ( arg0 . getLen ( ) ) ; for ( int loc1 = 0 ; loc1 < arg0 . getLen ( ) ; ++ loc1 ) loc0 . setEleme... | subtracts v2 from v1 concode_field_sep PlaceHolder placeHolder concode_field_sep SimpleVector add concode_elem_sep SimpleMatrix add concode_elem_sep SimpleMatrix multiplyMatrixProd concode_elem_sep SimpleMatrix concatenateHorizontally concode_elem_sep SimpleVector divideElementWise concode_elem_sep SimpleMatrix divideE... |
PoolPatchParameter function ( List < MetadataItem > arg0 ) { this . metadata = arg0 ; return this ; } | set the metadata value . concode_field_sep StartTask startTask concode_elem_sep List<MetadataItem> metadata concode_elem_sep List<ApplicationPackageReference> applicationPackageReferences concode_elem_sep List<CertificateReference> certificateReferences concode_field_sep StartTask startTask concode_elem_sep PoolPatchPa... |
int function ( ) { return name . hashCode ( ) ^ Arrays . hashCode ( args ) ; } | returns a hash code , consistent with the overridden #equals object . concode_field_sep Class<?>[] args concode_elem_sep boolean instance concode_elem_sep Map<MethodSignature,Method> methods concode_elem_sep String name concode_elem_sep Set<Class<?>> innerClasses concode_field_sep Class<?>[] getInnerClasses concode_ele... |
Gen < U > function ( Function < ? super T , ? extends Gen < ? extends U >> arg0 ) { return ( random , status ) -> arg0 . apply ( generate ( random , status ) ) . generate ( random , status ) ; } | gives a generation strategy that produces a random value by having this strategy produce a random value , then applying the given function to that value , and asking the result to produce a value . concode_field_sep PlaceHolder placeHolder concode_field_sep Gen<T> filter concode_elem_sep Gen<List<T>> times concode_elem... |
StreamingStep function ( String arg0 , String arg1 ) { hadoopConfig . put ( arg0 , arg1 ) ; return this ; } | add a hadoop config override - d value . concode_field_sep List<String> inputs concode_elem_sep String output concode_elem_sep String mapper concode_elem_sep String reducer concode_elem_sep Map<String,String> hadoopConfig concode_field_sep void setHadoopConfig concode_elem_sep HadoopJarStepConfig toHadoopJarStepConfig ... |
void function ( ) { synchronized ( paused ) { paused . set ( false ) ; paused . notifyAll ( ) ; } } | resumes engine work . paused `` load & display '' tasks will continue its work . concode_field_sep Map<String,ReentrantLock> uriLocks concode_elem_sep AtomicBoolean networkDenied concode_elem_sep AtomicBoolean slowNetwork concode_elem_sep ImageLoaderConfiguration configuration concode_elem_sep Executor taskExecutor con... |
Key < ? > function ( TypeLiteral < ? > arg0 , Member arg1 , Annotation [ ] arg2 , Errors arg3 ) { int loc0 = arg3 . size ( ) ; Annotation loc1 = findBindingAnnotation ( arg3 , arg1 , arg2 ) ; arg3 . throwIfNewErrors ( loc0 ) ; return loc1 == null ? Key . get ( arg0 ) : Key . get ( arg0 , loc1 ) ; } | gets a key for the given type , member and annotations . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isRetainedAtRuntime concode_elem_sep boolean isScopeAnnotation concode_elem_sep Class<? extends Annotation> findScopeAnnotation concode_elem_sep Class<? extends Annotation> findScopeAnnotation co... |
java . lang . String function ( ) { return os ; } | gets the os value for this profiledata . concode_field_sep java.lang.String os concode_elem_sep java.lang.String os_build concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep ja... |
void function ( int arg0 ) { String loc0 ; try { loc0 = ZZ_ERROR_MSG [ arg0 ] ; } catch ( ArrayIndexOutOfBoundsException loc1 ) { loc0 = ZZ_ERROR_MSG [ ZZ_UNKNOWN_ERROR ] ; } throw new Error ( loc0 ) ; } | reports an error that occured while scanning . in a wellformed scanner no or only correct usage of yypushback int and a match-all fallback rule this method will only be called with things that `` ca n't possibly happen '' . if this method is called , something is seriously wrong e.g. a jflex bug producing a faulty scan... |
void function ( String arg0 , long arg1 ) { details . setProperty ( arg0 , Long . toString ( arg1 ) ) ; } | records that a file checked ok . concode_field_sep String fileName concode_elem_sep String contentHashSum concode_elem_sep String CONFIG_HASH_KEY concode_elem_sep int BUFFER_SIZE concode_elem_sep String location concode_elem_sep Configuration config concode_elem_sep Properties details concode_field_sep Set<ExternalReso... |
JavaArchive function ( ) { JavaArchive loc0 = ShrinkWrap . create ( JavaArchive . class , ARCHIVE_NAME ) ; loc0 . addPackage ( SampleSLSB . class . getPackage ( ) ) ; return loc0 ; } | create the deployment concode_field_sep String MODULE_NAME concode_elem_sep String JAVA_GLOBAL_NAMESPACE_PREFIX concode_elem_sep String JAVA_MODULE_NAMESPACE_PREFIX concode_elem_sep String ARCHIVE_NAME concode_elem_sep String JAVA_APP_NAMESPACE_PREFIX concode_field_sep void testRemoteBindingsOnSLSB concode_elem_sep voi... |
void function ( String arg0 ) { this . value = arg0 ; } | sets the value of the value property . concode_field_sep List<Parameters.Entries.Entry> entry concode_elem_sep Parameters.Entries entries concode_elem_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Parameters.Entries getEntries concode_elem... |
void function ( ConnectorTransactionHandle arg0 , Identity arg1 , SchemaTableName arg2 ) { denyDropView ( arg2 . toString ( ) ) ; } | check if identity is allowed to drop the specified view in this catalog . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkCanCreateTable concode_elem_sep void checkCanCreateViewWithSelectFromView concode_elem_sep void checkCanRenameColumn concode_elem_sep void checkCanDropTable concode_elem_sep vo... |
void function ( ) { int loc0 = todos . size ( ) ; int loc1 = 0 ; for ( ToDoItem loc2 : todos ) { if ( loc2 . isCompleted ( ) ) { loc1 ++ ; } } view . setTaskStatistics ( loc0 , loc1 ) ; } | computes the tasks statistics and updates the view . concode_field_sep ListDataProvider<ToDoItem> filteredTodos concode_elem_sep ViewEventHandler viewHandler concode_elem_sep View view concode_elem_sep EventBus eventBus concode_elem_sep ToDoRouting routing concode_elem_sep List<ToDoItem> todos concode_elem_sep String S... |
void function ( ) { buildRule . executeTarget ( "srini_string" ) ; assertPropertyContains ( "srini_string" , "srini_string" ) ; String loc0 = getProperty ( "srini_string" ) ; URL loc1 = new URL ( loc0 ) ; InputStream loc2 = loc1 . openStream ( ) ; loc2 . close ( ) ; } | test that we can round trip by opening a url that exists concode_field_sep BuildFileRule buildRule concode_field_sep void assertPropertyContains concode_elem_sep String getProperty concode_elem_sep void testWorks concode_elem_sep void assertPropertyEndsWith concode_elem_sep void testEmpty concode_elem_sep void testFile... |
String function ( ) { return encoding ; } | the encoding to use for filenames and the file comment . 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 DEFAULT_COMPRESSION concode... |
void function ( String arg0 ) { this . password = arg0 ; } | sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName |
Enumeration function ( ) { return Collections . enumeration ( map . keySet ( ) ) ; } | returns the set of registered names as an enumeration . concode_field_sep long serialVersionUID concode_elem_sep Map map concode_field_sep String getValue concode_elem_sep void addMapValue concode_elem_sep String[] getValues concode_elem_sep Map asMap concode_elem_sep Enumeration asStringEnum concode_elem_sep String[] ... |
void function ( com . gvt . www . ws . eai . oss . CGNAT . DadosCGNAT arg0 ) { this . dados = arg0 ; } | sets the dados value for this cgnat . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.gvt.www.ws.eai.oss.CGNAT.DadosCGNAT dados concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.CGNAT.StatusCGNAT status con... |
FileInfo function ( String arg0 ) { if ( physicalFiles == null ) { Map < String , FileInfo > loc0 = new HashMap < > ( ) ; for ( FileInfo loc1 : indexFiles ) { loc0 . put ( loc1 . arg0 ( ) , loc1 ) ; } this . physicalFiles = loc0 ; } return physicalFiles . get ( arg0 ) ; } | returns information about a physical file with the given name concode_field_sep List<FileInfo> indexFiles concode_elem_sep Map<String,FileInfo> physicalFiles concode_elem_sep String snapshot concode_field_sep boolean containPhysicalIndexFile concode_elem_sep List<FileInfo> indexFiles concode_elem_sep String snapshot |
void function ( Boolean arg0 ) { this . acceptedTerms = arg0 ; } | sets the value of the acceptedterms property . concode_field_sep Boolean acceptedTerms concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar authorizationTime concode_elem_sep String userId concode_elem_sep String channelId concode_field_sep void setAuthorizationTime concode_elem_sep Boolean isAc... |
void function ( String arg0 , String arg1 , String arg2 ) { } | this method is called when the attributes of an xml element have been processed . concode_field_sep XMLElement parent concode_elem_sep Stack<XMLElement> stack concode_elem_sep XMLElement root concode_field_sep void endElement concode_elem_sep void addAttribute concode_elem_sep void startElement concode_elem_sep void ne... |
double function ( ) { return polygonApproximationFactor ; } | access the current polygonapproximationfactor . the polygonapproximationfactor is used to determine how strictly to follow a curvy polygon when converting it into a simpler polygon with getpolygonapproximation . concode_field_sep PApplet parent concode_elem_sep Rectangle boundingBox concode_elem_sep double polygonAppro... |
String function ( String arg0 , Object ... arg1 ) { return getFunction ( "srini_string" + arg0 , arg1 ) ; } | gets a constructor as a string which then can be passed to the execute . concode_field_sep IJavascriptRuntime runtime concode_elem_sep IWebEngine engine concode_field_sep String getArrayFunction concode_elem_sep String getFunction concode_elem_sep String getFunction concode_elem_sep void setDefaultWebEngine concode_ele... |
String function ( ) { return this . concurrency ; } | return the concurrency for the listener , if any . concode_field_sep String destination concode_elem_sep String selector concode_elem_sep String id concode_elem_sep String subscription concode_elem_sep String concurrency concode_field_sep String getDestination concode_elem_sep void setConcurrency concode_elem_sep Strin... |
WorkflowItem function ( Context arg0 , String arg1 ) { int loc0 = Integer . valueOf ( arg1 . substring ( 1 ) ) ; return WorkflowItem . find ( arg0 , loc0 ) ; } | return the workflow identified by the given id , the id should be prepended with the character s to signify that it is a workflow instead of a workspace . concode_field_sep Logger log concode_field_sep void processUnclaimTask concode_elem_sep void processClaimTask concode_elem_sep void authorizeWorkflowItem concode_ele... |
void function ( ) { empresaDAO = new EmpresaDAO ( ) ; empresa = new Empresa ( ) ; empresa . setNomeDaEmpresa ( "srini_string" ) ; empresa . setCnpj ( "srini_string" ) ; empresa . setNomeFantasia ( "srini_string" ) ; empresa . setEndereco ( "srini_string" ) ; empresa . setTelefone ( "srini_string" ) ; } | cria os objetos que realizam o caso de uso cadastrar empresa concode_field_sep EmpresaDAO empresaDAO concode_elem_sep Empresa empresa concode_field_sep void CT01UC01FBCadastra_empresa_com_sucesso concode_elem_sep void CT04UC01A4Cadastra_empresa_com_dados_invalidos concode_elem_sep void CT02UC01A2Cadastra_empresa_cnpj_j... |
int function ( ) { return getName ( ) . hashCode ( ) ; } | materials are hashed by their name . concode_field_sep String name concode_elem_sep double CTValue concode_elem_sep WeightedAtomicComposition comp concode_elem_sep long serialVersionUID concode_elem_sep double density concode_field_sep void setName concode_elem_sep String getName concode_elem_sep boolean equals concode... |
int function ( ) { return numTries ; } | returns the number of tries so far . concode_field_sep long backOffMillis concode_elem_sep int maxTries concode_elem_sep int numTries concode_field_sep long nextBackOffMillis concode_elem_sep void reset concode_elem_sep int getMaxTries concode_elem_sep MockBackOff setBackOffMillis concode_elem_sep MockBackOff setMaxTri... |
void function ( final AccessControlContext arg0 , final MIDletSuite arg1 , final String arg2 , final String arg3 , final String arg4 , final boolean arg5 ) { throw new ConnectionNotFoundException ( "srini_string" ) ; } | register a dynamic connection with the application management software . once registered , the dynamic connection acts just like a connection preallocated from the descriptor file . the internal implementation includes the storage name that uniquely identifies the midlet . this method bypasses the class loader specific... |
ArgumentListBuilder function ( ) { return args ; } | arguments to the main class . concode_field_sep String mainClass concode_elem_sep Map<String,String> systemProperties concode_elem_sep ArgumentListBuilder args concode_elem_sep ArgumentListBuilder vmopts concode_elem_sep long serialVersionUID concode_elem_sep FilePath pwd concode_elem_sep ClasspathBuilder classpath con... |
ArrayList < String > function ( ) { return terms ; } | gets individual strings that make up the search term , concode_field_sep boolean wholeWord concode_elem_sep ArrayList<String> terms concode_elem_sep boolean caseSensitive concode_elem_sep String term concode_field_sep boolean isCaseSensitive concode_elem_sep String getTerm concode_elem_sep boolean equals concode_elem_s... |
String function ( ) { return id ; } | return the category id . concode_field_sep String name concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setId |
Object function ( Object arg0 ) { return cloneAsDeepAsPossible ( arg0 , 3 ) ; } | clone the provided object if supported . if the depth of the structure is deeper than 3 an exception is thrown . for some of the special cases handled see #cloneasdeepaspossible object , int . concode_field_sep PlaceHolder placeHolder concode_field_sep T createNewInstance concode_elem_sep void cloneMapEntries |
File function ( Context arg0 ) { File loc0 = StorageUtils . getCacheDirectory ( arg0 , false ) ; File loc1 = new File ( loc0 , "srini_string" ) ; if ( loc1 . exists ( ) || loc1 . mkdir ( ) ) { loc0 = loc1 ; } return loc0 ; } | creates reserve disk cache folder which will be used if primary disk cache folder becomes unavailable concode_field_sep AtomicInteger threadNumber concode_elem_sep String namePrefix concode_elem_sep AtomicInteger poolNumber concode_elem_sep int threadPriority concode_elem_sep ThreadGroup group concode_field_sep BitmapD... |
void function ( final CoordinationContextType arg0 , final MAP arg1 ) { } | execute the mixedoutcome concode_field_sep BAParticipantProcessor PARTICIPANT concode_field_sep void cancel concode_elem_sep void exit concode_elem_sep void fail concode_elem_sep void cannotComplete concode_elem_sep void participantCompensationFail concode_elem_sep void unsolicitedComplete concode_elem_sep BAParticipan... |
void function ( final String arg0 ) { } | skip an entity . concode_field_sep List newNamespaces concode_elem_sep Stack namespaceStack concode_elem_sep String identifier concode_elem_sep StringBuffer characterContent concode_elem_sep PrintWriter printWriter concode_elem_sep String prefix concode_elem_sep boolean endStartTag concode_elem_sep String toAddress con... |
void function ( ) { paused . set ( true ) ; } | pauses engine . all new `` load & display '' tasks wo n't be executed until imageloader is #resume resumed . already running tasks are not paused . concode_field_sep Map<String,ReentrantLock> uriLocks concode_elem_sep AtomicBoolean networkDenied concode_elem_sep AtomicBoolean slowNetwork concode_elem_sep ImageLoaderCon... |
int function ( ) { return sequenceAdminServiceStub . getDynamicSequenceCount ( ) ; } | getting dynamic sequence count concode_field_sep String serviceName concode_elem_sep Log log concode_elem_sep SequenceAdminServiceStub sequenceAdminServiceStub concode_field_sep void updateSequence concode_elem_sep SequenceInfo[] getSequences concode_elem_sep String[] getSequences concode_elem_sep void addDynamicSequen... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _passwordPolicyRelLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a range of the matching rows . 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.l... |
void function ( TriggerRepositoryObserver arg0 ) { mTriggerObservers . remove ( arg0 ) ; } | removes a triggerrepositoryobserver . concode_field_sep String TRIGGERS_PREF_KEY concode_elem_sep CopyOnWriteArrayList<TriggerRepositoryObserver> mTriggerObservers concode_elem_sep SharedPreferences mPreferences concode_elem_sep Context mContext concode_elem_sep Multimap<String,Trigger> mTriggers concode_field_sep void... |
Iterator < HashMap < TKey , Object >> function ( ) { return ( Iterator < HashMap < TKey , Object >> ) this . items . keySet ( ) . iterator ( ) ; } | returns an iterator over a set of elements of type t. concode_field_sep List<IPropertyBagChangedDelegate<TKey>> onChange concode_elem_sep List<TKey> removedItems concode_elem_sep List<TKey> addedItems concode_elem_sep Map<TKey,Object> items concode_elem_sep List<TKey> modifiedItems concode_field_sep void internalAddIte... |
void function ( Object arg0 ) { arg0 . finalize ( ) ; } | call the object finalize method on the given object concode_field_sep PlaceHolder placeHolder concode_field_sep RVMType getTypeForClass concode_elem_sep Class<?>[] getAllLoadedClasses concode_elem_sep char[] getBackingCharArray concode_elem_sep Throwable getStillBorn concode_elem_sep void initializeInstrumentation conc... |
void function ( String arg0 ) { if ( TRACESYSTEMOUT ) { System . out . println ( arg0 ) ; } } | used to print messages to system.out concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_sep boolean TRACE concode_elem_sep boolean TRACESYSTEMOUT concode_elem_sep int SQL_CODE... |
double function ( ) { return counter ; } | here we count the sum of all entries concode_field_sep double entropy concode_elem_sep double purity concode_elem_sep double counter concode_elem_sep HashMap<String,MutableDouble> map concode_field_sep double entropy concode_elem_sep double getEntropy concode_elem_sep int size concode_elem_sep Collection<MutableDouble>... |
void function ( Result arg0 , String arg1 ) { this . hintForResult . put ( arg0 , arg1 ) ; } | sets the hint for a particular result . concode_field_sep Result res concode_elem_sep HashMap<Result,Float> fractionForResult concode_elem_sep Kernel kernel concode_elem_sep HashMap<Result,String> hintForResult concode_elem_sep float[] FRACTIONS concode_field_sep boolean hasHint concode_elem_sep boolean isValid concode... |
void function ( final String arg0 ) { this . returnType = arg0 ; } | sets the value of the returntype property . concode_field_sep String returnType concode_elem_sep String sql concode_field_sep String getSql concode_elem_sep String getReturnType concode_elem_sep void setSql |
void function ( ) { this . lastUpdate = monotonicNow ( ) ; } | only leasemanager object can renew a lease concode_field_sep HashSet<Long> files concode_elem_sep HashMap<Long,Lease> leasesById concode_elem_sep String name concode_elem_sep String holder concode_elem_sep Daemon lmthread concode_elem_sep long hardLimit concode_elem_sep FSNamesystem fsnamesystem concode_elem_sep long s... |
void function ( ) { } | some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method6 concode_elem_sep String ... |
MosaicElement function ( ) { return createMosaic ( true ) ; } | once we reach this method it means that we have loaded all the images which were intersecting the requested envelope . next step is to create the final mosaic image and cropping it to the exact requested envelope . concode_field_sep Logger LOGGER concode_elem_sep RasterLayerResponse rasterLayerResponse concode_elem_sep... |
void function ( String arg0 ) { this . webSessionID = arg0 ; } | sets the value of the websessionid property . concode_field_sep String reason concode_elem_sep AuthorizationInfo authorizationInfo concode_elem_sep String confirmationNumber concode_elem_sep String dealerCode concode_elem_sep XMLGregorianCalendar paymentPostingDate concode_elem_sep String webSessionID concode_elem_sep ... |
boolean function ( ) { return ServerConfigurationService . getBoolean ( "srini_string" , showFileUpload ) ; } | should we show file upload question ? concode_field_sep boolean showFillInTheBlank concode_elem_sep boolean showMultipleChoiceMultipleCorrect concode_elem_sep boolean selectFromQuestionPool concode_elem_sep boolean showCalculatedQuestion concode_elem_sep boolean showSurvey concode_elem_sep boolean showImageMapQuestion ... |
String function ( ) { return href ; } | gets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MLDerivedCRSType mlDerivedCRS concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_s... |
void function ( PEPListener arg0 ) { synchronized ( pepListeners ) { pepListeners . remove ( arg0 ) ; } } | removes a listener from pep events . concode_field_sep PacketListener packetListener concode_elem_sep PacketFilter packetFilter concode_elem_sep List<PEPListener> pepListeners concode_elem_sep Connection connection concode_field_sep void firePEPListeners concode_elem_sep void init concode_elem_sep void addPEPListener c... |
boolean function ( Annotation [ ] arg0 , String arg1 ) { for ( Annotation loc0 : arg0 ) { if ( loc0 instanceof QueryParam && arg1 . equals ( ( ( QueryParam ) loc0 ) . value ( ) ) ) return true ; if ( loc0 instanceof FormParam && arg1 . equals ( ( ( FormParam ) loc0 ) . value ( ) ) ) return true ; } return false ; } | determines whether the given set of annotations describes an http request parameter of the given name . for a parameter to be associated with an http request parameter , it must be annotated with either the @queryparam or @formparam annotations . concode_field_sep AuthenticationService authenticationService concode_ele... |
E function ( int arg0 ) { return get ( arg0 , null ) ; } | gets the object mapped from the specified key , or null if no such mapping has been made . concode_field_sep Object DELETED concode_elem_sep int[] EMPTY_INTS concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] EMPTY_OBJECTS concode_elem_sep long[] EMPTY_LO... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep java.lang.String businessTemplate concode_elem_sep org.talend.mdm.webservice.WSI18NString[] wsDescription concode_elem_sep org.talend.mdm.webservice.WSI18NString[] wsLabel concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeD... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.