code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
boolean function ( ) { return inverse ; } | indicates whether the rule is non-negation or negation . concode_field_sep boolean inverse concode_elem_sep boolean dirOnly concode_elem_sep char PATH_SEPARATOR concode_elem_sep IMatcher matcher concode_field_sep boolean getNameOnly concode_elem_sep boolean dirOnly concode_elem_sep int hashCode concode_elem_sep boolean... |
String function ( ) { return userName ; } | gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName |
Instrumentation function ( ) { return instrumentation ; } | return the instrumentation interface exposed by the jvm.note that this agent class will typically not be available in the classpath unless the agent is actually specified on jvm startup . if you intend to do conditional checking with respect to agent availability , consider using org.springframework.instrument.classloa... |
boolean function ( Record arg0 , int arg1 ) { return ( sections [ arg1 ] != null && sections [ arg1 ] . contains ( arg0 ) ) ; } | determines if the given record is already present in the given section . concode_field_sep int tsigstart concode_elem_sep int MAXLENGTH concode_elem_sep Record[] emptyRecordArray concode_elem_sep TSIG tsigkey concode_elem_sep int sig0start concode_elem_sep List[] sections concode_elem_sep int TSIG_INTERMEDIATE concode_... |
double [ ] function ( ) { return bCoefficients ; } | returns an array of feedforward coefficients . concode_field_sep double[] aCoefficients concode_elem_sep double[] bCoefficients concode_field_sep void transformLowpassToLowpass concode_elem_sep int getNumberOfCoefficients concode_elem_sep int getFilterOrder concode_elem_sep void transformLowpassToHighpass concode_elem_... |
void function ( String [ ] arg0 ) { OrcKing loc0 = new OrcKing ( ) ; loc0 . makeRequest ( new Request ( RequestType . DEFEND_CASTLE , "srini_string" ) ) ; loc0 . makeRequest ( new Request ( RequestType . TORTURE_PRISONER , "srini_string" ) ) ; loc0 . makeRequest ( new Request ( RequestType . COLLECT_TAX , "srini_string... | program entry point concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( String arg0 , Throwable arg1 ) { appendToLog ( FATAL , arg0 , arg1 ) ; } | as above , but severity is fatal . concode_field_sep int WARNING concode_elem_sep int DEFAULT_LOGLEVEL concode_elem_sep ResId ERR_LOAD_CLASS1 concode_elem_sep int FATAL concode_elem_sep int NONE concode_elem_sep int DEBUG concode_elem_sep int LOG concode_elem_sep String _ident concode_elem_sep boolean s_canClose concod... |
ESIGetInstallmentPlanHistoryRequestType function ( ) { return new ESIGetInstallmentPlanHistoryRequestType ( ) ; } | create an instance of esigetinstallmentplanhistoryrequesttype concode_field_sep QName _EsiGetInstallmentPlanHistoryResponse_QNAME concode_elem_sep QName _EsiGetInstallmentPlanHistoryRequest_QNAME concode_field_sep JAXBElement<ESIGetInstallmentPlanHistoryResponseType> createEsiGetInstallmentPlanHistoryResponse concode_e... |
String function ( Date arg0 ) { return FULL_FORMAT . get ( ) . format ( arg0 ) ; } | formats : yyyy-mm-dd hh : mm : ss concode_field_sep ThreadLocal<SimpleDateFormat> SIMPLE_FORMAT_WITH_MILLIS concode_elem_sep ThreadLocal<SimpleDateFormat> FULL_FORMAT concode_elem_sep ThreadLocal<SimpleDateFormat> EXTRA_FULL_FORMAT concode_elem_sep ThreadLocal<SimpleDateFormat> SIMPLE_FORMAT concode_field_sep String fo... |
void function ( User arg0 ) { OpenmrsUtil . validatePassword ( arg0 . getUsername ( ) , password , arg0 . getSystemId ( ) ) ; } | method to check the strength of the password for the user concode_field_sep String password concode_elem_sep String question concode_elem_sep String answer concode_elem_sep String confirmAnswer concode_elem_sep String confirmPassword concode_elem_sep User user concode_field_sep String handleSubmission concode_elem_sep ... |
PublicKey function ( ) { return publicKey ; } | gets the public key for this identity . concode_field_sep Vector certificates concode_elem_sep IdentityScope scope concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PublicKey publicKey concode_elem_sep String info concode_field_sep String getName concode_elem_sep void addCertificate c... |
boolean function ( ) { return true ; } | will return true since @should can be used in method documentation . concode_field_sep String HEADER concode_elem_sep String NAME concode_field_sep boolean inPackage concode_elem_sep String getName concode_elem_sep boolean inMethod concode_elem_sep boolean inField concode_elem_sep boolean inConstructor concode_elem_sep... |
DeviceBaseDataType function ( ) { return deviceInfo ; } | gets the value of the deviceinfo property . concode_field_sep long serialVersionUID concode_elem_sep String msisdn concode_elem_sep DeviceBaseDataType deviceInfo concode_field_sep void setDeviceInfo concode_elem_sep String getMSISDN concode_elem_sep void setMSISDN |
void function ( ) { } | does nothing , as the threadpool is already initialized and waiting for work from the upstream factory . concode_field_sep ExecutorService sched concode_elem_sep Log LOG concode_elem_sep Semaphore sem concode_elem_sep JobMonitor monitor concode_elem_sep boolean shutdown concode_elem_sep int queueDepth concode_elem_sep ... |
String function ( final String arg0 , final Properties arg1 ) { final StringBuffer loc0 = new StringBuffer ( ) ; appendSerializedAttributes ( loc0 , arg0 , arg1 ) ; return loc0 . toString ( ) ; } | returns an xml-string with serialized configuration attributes . used when serializing org.apache.ojb.broker.metadata.attributecontainer attributes . concode_field_sep String XML_EOL concode_field_sep void appendSerializedAttributes |
Object function ( int arg0 ) { return client . sendRpcAndWait ( SERVICE , "srini_string" , arg0 ) ; } | select a champion in champ select . concode_field_sep RtmpClient client concode_elem_sep String SERVICE concode_field_sep Object observeGame concode_elem_sep Object observeGame concode_elem_sep Object selectSpells concode_elem_sep Object banChampion concode_elem_sep Game createPracticeGame concode_elem_sep boolean swit... |
boolean function ( Object arg0 ) { if ( arg0 instanceof AddressBookEntry ) return this . compareTo ( ( AddressBookEntry ) arg0 ) == 0 ; else return false ; } | consider two instances equal if they have the same forename and surname . perhaps somewhat limiting in the real world - you may know two john smith 's - but i 've not done this before so i want to try it out . just call him john smith2 . concode_field_sep String forename concode_elem_sep String surname concode_elem_sep... |
Connection function ( String arg0 ) { if ( dataSources . containsKey ( arg0 ) ) { return dataSources . get ( arg0 ) . getConnection ( ) ; } else { throw new RuntimeErrorException ( null , "srini_string" + arg0 ) ; } } | gets the connection . concode_field_sep ConcurrentMap<String,DataSource> dataSources concode_elem_sep String DEFAULT_MYSQL_JDBC_DRIVER concode_elem_sep MysqlConnectionProvider instance concode_field_sep MysqlConnectionProvider getInstance concode_elem_sep DataSource setupDataSource concode_elem_sep void addDataSource |
String function ( ) { return value ; } | gets the value of the value property . concode_field_sep long serialVersionUID concode_elem_sep String lang concode_elem_sep String value concode_field_sep String getLang concode_elem_sep void setValue concode_elem_sep void setLang |
String function ( ) { return message ; } | gets the message . concode_field_sep T returnVal concode_elem_sep String message concode_elem_sep String key concode_field_sep String getKey concode_elem_sep T getReturnVal |
void function ( ) { clearBits ( 0 , getBitCount ( ) ) ; } | clear all bits in the array . concode_field_sep byte[] data concode_elem_sep int bitCount concode_field_sep void setBits concode_elem_sep void setBits concode_elem_sep void set concode_elem_sep int byteOffset concode_elem_sep void clearBits concode_elem_sep String toBitString concode_elem_sep String toBitString concode... |
void function ( ) { assertTrue ( Expressions . differentiate ( "srini_string" , "srini_string" ) . equals ( "srini_string" ) ) ; assertTrue ( Expressions . differentiate ( "srini_string" , "srini_string" ) . equals ( "srini_string" ) ) ; } | tests differentiating a variable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDifferentiateEmptyVariable concode_elem_sep void testDifferentiateByNonPresentVar concode_elem_sep void testAssertionsEnabled concode_elem_sep void testSimplifyNegative concode_elem_sep void testDifferentiateNumber c... |
String function ( ) { if ( failure != null ) { return failure . getType ( ) ; } return response . getType ( ) ; } | the type of the action . concode_field_sep String STATUS_FIELD concode_elem_sep String _ID concode_elem_sep String _TYPE concode_elem_sep String STATUS concode_elem_sep String opType concode_elem_sep String ID_FIELD concode_elem_sep String index concode_elem_sep Throwable cause concode_elem_sep String type concode_elem... |
TokenList function ( String arg0 ) { if ( arg0 . trim ( ) . startsWith ( "srini_string" ) ) return seekTokenSource ( "srini_string" ) ; throw new RuntimeException ( "srini_string" + arg0 ) ; } | parses a block command like foreach/if . concode_field_sep Pattern foreachPattern concode_elem_sep SqlFileScanner y concode_field_sep void process concode_elem_sep TokenList seekTokenSource concode_elem_sep void main concode_elem_sep void processBlock concode_elem_sep boolean isNestingCommand |
void function ( MethodDoc arg0 ) { this . method = arg0 ; } | set the method concode_field_sep MethodDoc method concode_elem_sep String deprecatedVersion concode_elem_sep String name concode_elem_sep boolean sinceAvailable concode_elem_sep String doc concode_elem_sep List<String> params concode_elem_sep String sinceVersion concode_elem_sep String returnDoc concode_elem_sep boolea... |
List < WebElement > function ( ) { if ( cachedElementList != null && shouldCache ) { return cachedElementList ; } List < WebElement > loc0 = searchContext . findElements ( by ) ; if ( shouldCache ) { cachedElementList = loc0 ; } return loc0 ; } | find the element list . concode_field_sep boolean shouldCache concode_elem_sep By by concode_elem_sep SearchContext searchContext concode_elem_sep WebElement cachedElement concode_elem_sep List<WebElement> cachedElementList concode_field_sep WebElement findElement |
E function ( ) { if ( size == 0 ) throw new NoSuchElementException ( ) ; Node loc0 = tail ; tail = tail . prev ; tail . next = null ; size -- ; System . out . println ( "srini_string" + loc0 . element ) ; return loc0 . element ; } | this method removes element from the end of the linked list concode_field_sep Node head concode_elem_sep Node next concode_elem_sep int size concode_elem_sep Node tail concode_elem_sep Node prev concode_elem_sep E element concode_field_sep void addLast concode_elem_sep void iterateBackward concode_elem_sep int size con... |
double function ( double arg0 , double arg1 ) { return incompleteGamma ( arg1 , arg0 , lnGamma ( arg0 ) ) ; } | incomplete gamma function p a , x = 1-q a , x a cleanroom implementation of numerical recipes gammp a , x ; in mathematica this function is 1-gammaregularized concode_field_sep PlaceHolder placeHolder concode_field_sep double incompleteGammaQ concode_elem_sep double lnGamma concode_elem_sep double incompleteGamma |
LaunchPermissionModifications function ( LaunchPermission ... arg0 ) { if ( getAdd ( ) == null ) setAdd ( new java . util . ArrayList < LaunchPermission > ( arg0 . length ) ) ; for ( LaunchPermission loc0 : arg0 ) { getAdd ( ) . arg0 ( loc0 ) ; } return this ; } | the aws account id to add to the list of launch permissions for the ami . note : this method appends the values to the existing list if any . use #setadd java.util.collection or #withadd java.util.collection if you want to override the existingvalues . returns a reference to this object so that method calls can be chai... |
List < Node > function ( Node arg0 ) { if ( ! pc . containsKey ( arg0 ) ) { pc . put ( arg0 , mmpc ( arg0 ) ) ; } if ( symmetric && ! trimmed . contains ( arg0 ) ) { trimPc ( arg0 ) ; trimmed . add ( arg0 ) ; } return pc . get ( arg0 ) ; } | returns a supserset of pc , or , if the symmetric algorithm is used , pc . concode_field_sep int numIndTests concode_elem_sep Node node concode_elem_sep List<Node> variables concode_elem_sep int depth concode_elem_sep Map<Node,List<Node>> pc concode_elem_sep boolean symmetric concode_elem_sep IndependenceTest independe... |
String function ( ) { return className ; } | get the fully qualified class name of the class implementing wanreplicationconsumer . concode_field_sep Object implementation concode_elem_sep Map<String,Comparable> properties concode_elem_sep String className concode_field_sep void readData concode_elem_sep Object getImplementation concode_elem_sep Map<String,Compara... |
void function ( ) { } | removes all of the elements from this priority queue . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean add concode_elem_sep boolean offer concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep Integer[] toArray concode_elem_sep String toString concode_elem_sep Integer poll conc... |
ArrayList < PeripheralFunction > function ( ) { return fMappedPins ; } | gets list of peripheral functions mapped to this pin concode_field_sep PinInformation DISABLED_PIN concode_elem_sep Comparator<String> comparator concode_elem_sep String fName concode_elem_sep StringBuilder fDescription concode_elem_sep MuxSelection fDefaultFunction concode_elem_sep String fPortInstance concode_elem_se... |
String function ( ) { return value ; } | the value for the resource tag . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep Tag withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Tag clone concode_elem_sep String toString concode_elem... |
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . arg2 ( arg0 , arg1 , arg2 ) ; } | error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set... |
void function ( String [ ] arg0 ) { this . approvedScope = arg0 ; } | set the scope for token request concode_field_sep ResponseType responseType concode_elem_sep boolean validScope concode_elem_sep long validityPeriod concode_elem_sep String resourceOwner concode_elem_sep boolean authorized concode_elem_sep String client concode_elem_sep String[] requestedScope concode_elem_sep org.wso2... |
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... |
AttachContainerParams function ( boolean arg0 ) { this . stream = arg0 ; return this ; } | flag for getting output stream from a container . concode_field_sep String container concode_elem_sep Boolean stream concode_field_sep AttachContainerParams withContainer concode_elem_sep String getContainer concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Boolean isStream concode_elem_sep... |
void function ( ) { } | called when the webview does a top-level navigation or refreshes . plugins should stop any long-running processes and clean up internal state . does nothing by default . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep St... |
int function ( ) { return maxPoolSize ; } | get the maximum size of the core thread pool . concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep int corePoolSize concode_elem_sep int renderQueueCapacity concode_elem_sep Log log concode_elem_sep ThreadPoolExecutor renderService concode_elem_sep Sch... |
Comparator < Exchange > function ( CamelContext arg0 , String arg1 , boolean arg2 , boolean arg3 ) { return sortByFileLanguage ( arg0 , arg1 , arg2 , arg3 , null ) ; } | returns a new sory by file language expression concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
Node function ( Node arg0 , Node arg1 , Node arg2 , NodeVisitor arg3 ) { return leave ( arg1 , arg2 , arg3 ) ; } | this method is called after all of the children of n have been visited . in this case , these children were visited by the visitor v . this is the last chance for the visitor to modify the tree rooted at n . this method will be called exactly the same number of times as entry is called . that is , for each node that is... |
Date function ( ) { return startingDate ; } | returns the starting date , i.e. the first day a request should be made for . concode_field_sep Date endingDate concode_elem_sep String apiKey concode_elem_sep City city concode_elem_sep SimpleDateFormat format concode_elem_sep Date startingDate concode_field_sep Configuration fromJSON concode_elem_sep Date getEndingDa... |
void function ( Long arg0 ) { this . labelId = arg0 ; } | sets the value of the labelid property . concode_field_sep Long labelId concode_elem_sep CreativeWrapperHtmlSnippet footer concode_elem_sep CreativeWrapperOrdering ordering concode_elem_sep CreativeWrapperHtmlSnippet header concode_elem_sep Long id concode_elem_sep CreativeWrapperStatus status concode_field_sep Long ge... |
IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { return toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; } | rubystring string #to_json_raw_object this method creates a raw object hash , that can be nested into other data structures and will be unparsed as a raw string . this method should be used if you want to convert raw strings to json instead of utf-8 strings , e.g. binary data . concode_field_sep PlaceHolder placeHolder... |
String function ( String arg0 ) { return getResource ( ResourceGetter . class , arg0 ) ; } | encapsulates getting a resource given its string basename . concode_field_sep String cResourcesPathPrefix concode_field_sep InputStream getResourceAsStream concode_elem_sep InputStream getResourceAsStream concode_elem_sep void extractToFile |
void function ( String arg0 ) { this . viewName = arg0 ; } | set the view name . concode_field_sep ViewInstanceEntity viewInstance concode_elem_sep String viewName concode_elem_sep Long viewInstanceId concode_elem_sep String viewInstanceName concode_elem_sep String name concode_elem_sep String user concode_elem_sep String value concode_field_sep Long getViewInstanceId concode_el... |
OfflineMode function ( ) { return offlineMode ; } | gets the current setting of the offlinemode . concode_field_sep OfflineMode offlineMode concode_elem_sep List<IDataSet> dataSets concode_elem_sep List<BaseDataRetriever> retrievers concode_field_sep void setOfflineModeByString concode_elem_sep BaseDataRetriever getDataRetriever concode_elem_sep IClosableIterator<IDataR... |
File function ( String arg0 , String arg1 ) { File loc0 = File . createTempFile ( arg0 , arg1 ) ; loc0 . deleteOnExit ( ) ; return loc0 ; } | wraps file #createtempfile string , string and marks the file to be deleted on jvm exit . concode_field_sep String NEW_LINE concode_field_sep String compressPath concode_elem_sep String getExtension concode_elem_sep boolean isEmptyDir concode_elem_sep IStatus createSymlink concode_elem_sep boolean isDirectoryAccessible... |
void function ( DataSet arg0 ) { this . decisionList = decisionListLearning ( arg0 ) ; } | induces the decision list from the specified set of examples concode_field_sep String negative concode_elem_sep DecisionList decisionList concode_elem_sep String FAILURE concode_elem_sep String positive concode_elem_sep DLTestFactory testFactory concode_field_sep int[] test concode_elem_sep DecisionList decisionListLea... |
char [ ] function ( ) { return null ; } | not needed in javadoc concode_field_sep PlaceHolder placeHolder concode_field_sep char[] getCompletionProposalAutoActivationCharacters concode_elem_sep IContextInformationValidator getContextInformationValidator concode_elem_sep IContextInformation[] computeContextInformation concode_elem_sep String getErrorMessage |
void function ( Integer arg0 ) { this . startIndex = arg0 ; } | sets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<SuggestedAdUnit> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep List<SuggestedAdUnit> getResults concode_elem_s... |
void function ( String arg0 ) { this . targetFormat = arg0 ; } | sets the target format , e.g. , mp3 . concode_field_sep String sourceFormats concode_elem_sep boolean defaultActive concode_elem_sep String name concode_elem_sep String targetFormat concode_elem_sep Integer id concode_elem_sep String step2 concode_elem_sep String step3 concode_elem_sep String step1 concode_field_sep vo... |
Validator function ( final CapabilityType arg0 , final String arg1 ) { return validatorFactory . validUri ( arg0 , arg1 ) ; } | creates a new validator that checks that a specified property by key is a valid uri . concode_field_sep ValidatorFactory validatorFactory concode_field_sep Validator validUrl concode_elem_sep Validator isAPositiveInteger concode_elem_sep Validator isAnInteger |
SubordinateTransaction function ( final XidTransactionID arg0 ) { final Xid loc0 = arg0 . getXid ( ) ; final TransactionImporter loc1 = SubordinationManager . getTransactionImporter ( ) ; return loc1 . getImportedTransaction ( loc0 ) ; } | returns a subordinatetransaction associated with the passed xidtransactionid . if there 's no such transaction , then this method returns null . concode_field_sep InjectedValue<UserTransaction> userTransactionInjectedValue concode_elem_sep InjectedValue<RecoveryManagerService> recoveryManagerService concode_elem_sep Xi... |
int function ( ) { return nusedbins ; } | returns the number of bins currently being used by the histogram . concode_field_sep int nusedbins concode_elem_sep ArrayList<Coord> bins concode_elem_sep int nbins concode_elem_sep double x concode_elem_sep double y concode_elem_sep Random prng concode_field_sep void add concode_elem_sep ArrayList<DoubleWritable> seri... |
BufferedImage function ( BufferedImage arg0 , float arg1 ) { IndexColorModel loc0 = ( IndexColorModel ) arg0 . getColorModel ( ) ; return new BufferedImage ( rescaleAlpha ( loc0 , arg1 ) , arg0 . getRaster ( ) , false , null ) ; } | https://forums.oracle.com/thread/1269537 concode_field_sep Graphics2D compositeImageGraphicsObj concode_elem_sep DirectoryRetriever directoryRetriever concode_elem_sep BufferedImage compositeImage concode_elem_sep int width concode_elem_sep int maxSizeMB concode_elem_sep String FORMAT_SUFFIX concode_elem_sep Logger log... |
void function ( ) { MobileBehavior loc0 = new MobileBehavior ( ) ; loc0 . startMovingInDirection ( Direction . LEFT ) ; assertEquals ( Direction . LEFT , loc0 . directionToMove ( ) ) ; } | test startmovingindirection method work correctly when the initial direction is none and the target direction is left concode_field_sep MobileBehavior mobilityBehavior concode_field_sep void startMovingInDirectionRtoL concode_elem_sep void stopMovingInDirectionNullPointerException concode_elem_sep void startMovingInDir... |
void function ( final JTextComponent arg0 ) { if ( singleton == null ) { singleton = new JTextObserver ( ) ; } arg0 . removeFocusListener ( singleton ) ; } | removes this instance as a listener for the specified text component . concode_field_sep JTextObserver singleton concode_field_sep void focusGained concode_elem_sep void addTextComponent concode_elem_sep void focusLost concode_elem_sep JTextObserver getInstance |
boolean function ( int arg0 ) { return isAlpha [ arg0 & 0xff ] ; } | returns true if the specified ascii character is upper or lower case . concode_field_sep boolean[] isWhite concode_elem_sep boolean[] isUpper concode_elem_sep boolean[] isLower concode_elem_sep byte[] toUpper concode_elem_sep boolean[] isDigit concode_elem_sep byte[] toLower concode_elem_sep boolean[] isAlpha concode_f... |
com . omniture . www . DeliveryParameters function ( ) { return deliveryParameters ; } | gets the deliveryparameters value for this schedulelog . concode_field_sep java.lang.String filename concode_elem_sep java.lang.String reportName concode_elem_sep java.lang.String subject concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.omniture.www.ScheduleDeliveryType deliveryType concode_elem_sep ... |
Observable < T > function ( android . support . v4 . app . Fragment arg0 , Observable < T > arg1 ) { Assertions . assertUiThread ( ) ; return arg1 . observeOn ( mainThread ( ) ) . lift ( new OperatorConditionalBinding < T , android . support . v4 . app . Fragment > ( arg0 , FRAGMENTV4_VALIDATOR ) ) ; } | binds the given source sequence to a support-v4 fragment . concode_field_sep Func1<Fragment,Boolean> FRAGMENT_VALIDATOR concode_elem_sep Func1<android.support.v4.app.Fragment,Boolean> FRAGMENTV4_VALIDATOR concode_elem_sep Func1<Activity,Boolean> ACTIVITY_VALIDATOR concode_field_sep Boolean call concode_elem_sep Boolean... |
Map < String , String > function ( File arg0 ) { try { return load ( arg0 ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } } | loads a map from a file assuming strings as keysand values . any ioexception is wrapped and thrown as a runtimeexception instead . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<K,V> genericMap concode_elem_sep Map<K,V> genericMap concode_elem_sep Map<String,String> load concode_elem_sep Map<String,Str... |
void function ( ) { cm = ModelExample . fullJsonModel ( ) ; fm = new FacadeManager ( cm ) ; cf = fm . getChat ( ) ; p = ModelExample . fullJsonModel ( ) . getPlayer ( PlayerIndex . FIRST ) ; L = cf . getModel ( ) . getChat ( ) . getLines ( ) . size ( ) ; } | inits the game and sets up a player and chatfacade concode_field_sep Player p concode_elem_sep ChatFacade cf concode_elem_sep FacadeManager fm concode_elem_sep ClientModel cm concode_elem_sep int L concode_field_sep void sendChat concode_elem_sep void canSendChat |
Object function ( EnumParamsType arg0 ) { if ( count >= complexParam . size ( ) ) { return null ; } IParameter loc0 = complexParam . get ( count ) ; return loc0 . getParamValue ( arg0 ) ; } | this method retrieves particular param value based on the particular stage in iteration that is count . concode_field_sep int count concode_elem_sep List<IParameter> complexParam concode_elem_sep IParameter current_param concode_field_sep void add concode_elem_sep void add concode_elem_sep void resetCounter concode_ele... |
Class < ? > function ( ) { return this . clazz ; } | returns the class of the result type concode_field_sep Class<T> clazz concode_field_sep boolean canConvert concode_elem_sep void marshal |
String function ( ) { return iTypeId ; } | gets the i type id . concode_field_sep String name concode_elem_sep String lovProvider concode_elem_sep String iTypeId concode_elem_sep Integer datasetId concode_elem_sep String description concode_elem_sep String iTypeCd concode_elem_sep Integer id concode_elem_sep boolean multivalue concode_elem_sep SbiDataSet datase... |
Vertex function ( Vertex arg0 ) { double loc0 = ( p . x + arg0 . getX ( ) ) / 2.0 ; double loc1 = ( p . y + arg0 . getY ( ) ) / 2.0 ; double loc2 = ( p . z + arg0 . getZ ( ) ) / 2.0 ; return new Vertex ( loc0 , loc1 , loc2 ) ; } | returns a new vertex that is mid-way between this vertex and another end point . concode_field_sep Coordinate p concode_elem_sep int BEHIND concode_elem_sep int DESTINATION concode_elem_sep int ORIGIN concode_elem_sep int LEFT concode_elem_sep int RIGHT concode_elem_sep int BEYOND concode_elem_sep int BETWEEN concode_f... |
boolean function ( Object arg0 ) { boolean loc0 = false ; if ( arg0 instanceof MethodSignature ) { MethodSignature loc1 = ( MethodSignature ) arg0 ; loc0 = java . util . Arrays . equals ( getParameters ( ) , loc1 . getParameters ( ) ) ; } return loc0 ; } | compares two objects for equality . if the compared object is a methodsignature and the argtypes match , they are the same concode_field_sep IClass[] _argTypes concode_field_sep IClass[] getParameters concode_elem_sep boolean isSame concode_elem_sep String toString concode_elem_sep boolean isCompatibleWith |
Class < ? extends Mapper > function ( ) { return mapperClass ; } | retrieves the mapper class to use for this split . concode_field_sep Class<? extends InputFormat> inputFormatClass concode_elem_sep Class<? extends InputSplit> inputSplitClass concode_elem_sep Configuration conf concode_elem_sep InputSplit inputSplit concode_elem_sep Class<? extends Mapper> mapperClass concode_field_se... |
void function ( Statement arg0 ) { m_statements . add ( arg0 ) ; } | to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<EventListener> m_listeners concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_elem_sep Connection m_connection concode_elem_sep boolean m_rollback concode_elem... |
void function ( K [ ] arg0 , V arg1 ) { Node loc0 = root . get ( arg0 [ 0 ] ) ; if ( loc0 == null ) { loc0 = new Node ( arg0 [ 0 ] ) ; root . put ( arg0 [ 0 ] , loc0 ) ; } loc0 . addChild ( arg0 , arg1 , 1 ) ; } | add a key with associated value to the trie . concode_field_sep int size concode_elem_sep LinkedList<Node> children concode_elem_sep HashMap<K,Node> root concode_elem_sep V value concode_elem_sep K key concode_field_sep K getKey concode_elem_sep V getValue concode_elem_sep int size concode_elem_sep V getChild concode_e... |
int function ( ) { return this . buffer . capacity ( ) ; } | returns the total capacity of this buffer . concode_field_sep int mode concode_elem_sep ByteBuffer buffer concode_elem_sep ByteBufferAllocator allocator concode_elem_sep int OUTPUT_MODE concode_elem_sep int INPUT_MODE concode_field_sep void expandCapacity concode_elem_sep void setOutputMode concode_elem_sep void expand... |
String function ( ) { return infoClassloader ; } | obtains the classloader used to read the version information . this is just the tostring output of the classloader , since the version information should not keep a reference to the classloader itself . that could prevent garbage collection . concode_field_sep String UNAVAILABLE concode_elem_sep String infoRelease conc... |
RatingCompat function ( boolean arg0 ) { return new RatingCompat ( RATING_THUMB_UP_DOWN , arg0 ? 1.0f : 0.0f ) ; } | return a rating instance with a thumb-based rating . create and return a new rating instance with a #rating_thumb_up_down rating style , and a `` thumb up '' or `` thumb down '' rating . concode_field_sep int RATING_3_STARS concode_elem_sep int RATING_4_STARS concode_elem_sep Parcelable.Creator<RatingCompat> CREATOR co... |
OkHttpClient function ( OkAuthenticator arg0 ) { this . authenticator = arg0 ; return this ; } | sets the authenticator used to respond to challenges from the remote web server or proxy server . if unset , the java.net.authenticator #setdefault system-wide default authenticator will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep Conne... |
void function ( String arg0 ) { } | mergesort sorts this userlist from smallest to largest according to sortfeature using mergesort . you should complete this method without writing any helper methods . concode_field_sep CatenableQueue<User> userQueue concode_elem_sep int size concode_field_sep void add concode_elem_sep void naiveQuickSortTest concode_el... |
Integer function ( ) { return activityId ; } | gets the value of the activityid property . concode_field_sep Integer activityId concode_elem_sep Money clickThroughConversionCost concode_elem_sep Money viewThroughConversionCost concode_field_sep void setClickThroughConversionCost concode_elem_sep Money getClickThroughConversionCost concode_elem_sep Money getViewThro... |
E function ( ) { mConsumerCounter ++ ; E loc0 = mQueue . poll ( TIMEOUT_SECONDS , TimeUnit . SECONDS ) ; if ( loc0 == null ) throw new TimeoutException ( ) ; return loc0 ; } | remove msg from the head of the queue . concode_field_sep int TIMEOUT_OCCURRED concode_elem_sep Runnable producerRunnable concode_elem_sep int mConsumerCounter concode_elem_sep int TIMEOUT_SECONDS concode_elem_sep BlockingQueue<E> mQueue concode_elem_sep int FAILURE_OCCURRED concode_elem_sep Runnable consumerRunnable c... |
boolean function ( Comparable arg0 , Comparable arg1 ) { return arg0 . compareTo ( arg1 ) < 0 ; } | helper sorting functions . concode_field_sep PlaceHolder placeHolder concode_field_sep int partition concode_elem_sep Comparable select concode_elem_sep void exch concode_elem_sep void show concode_elem_sep void main concode_elem_sep void sort concode_elem_sep void sort concode_elem_sep boolean isSorted concode_elem_se... |
long function ( ) { return value ; } | return the value of this longwritable . concode_field_sep long value concode_field_sep void readFields concode_elem_sep void set concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep void write |
void function ( ) { sessionMap . clear ( ) ; } | removes all sessions registered with this sessionmanager . concode_field_sep int sessionIdCount concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session newSession concode_elem_sep Session getSysSession concode_elem_sep Session getSysSes... |
void function ( String arg0 ) { this . email = arg0 ; } | sets the value of the email property . concode_field_sep String mobileNumber concode_elem_sep String language concode_elem_sep long serialVersionUID concode_elem_sep String email concode_field_sep String getMobileNumber concode_elem_sep String getLanguage concode_elem_sep void setMobileNumber concode_elem_sep String ge... |
List < Path > function ( ) { return compact ( false ) ; } | compacts the mob files for the current column family . concode_field_sep HColumnDescriptor column concode_elem_sep ExecutorService pool concode_elem_sep Path mobFamilyDir concode_elem_sep Configuration conf concode_elem_sep Path mobTableDir concode_elem_sep FileSystem fs concode_elem_sep TableName tableName concode_fie... |
PrivateKey function ( ) { return privateKey ; } | returns the private key . concode_field_sep PrivateKey privateKey concode_elem_sep long serialVersionUID concode_elem_sep PublicKey publicKey concode_field_sep PublicKey getPublic |
DomElementsAnnotator function ( ) { return null ; } | create custom dom annotator that will be used when error-highlighting dom . the results will be collected to com.intellij.util.xml.highlighting.domelementsproblemsholder . the highlighting will be most probably done in an com.intellij.util.xml.highlighting.basicdomelementsinspection instance . concode_field_sep boolean... |
void function ( boolean arg0 ) { fDetailComposite . setVisible ( arg0 ) ; GridData loc0 = ( GridData ) fDetailComposite . getLayoutData ( ) ; loc0 . exclude = ! arg0 ; } | sets whether details should be shown . concode_field_sep Composite fDetailComposite concode_elem_sep Composite fTextComposite concode_elem_sep boolean fSelected concode_elem_sep boolean fHasFocus concode_elem_sep Composite fImageComposite concode_elem_sep Label fElementImage concode_elem_sep BreadcrumbItem fParent conc... |
void function ( List arg0 ) { this . tabItems = arg0 ; } | sets the list of tab items . concode_field_sep String removedTab concode_elem_sep List tabItems concode_elem_sep String newTabContent concode_elem_sep int index concode_elem_sep int tabIndex concode_elem_sep List tabs concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep PanelTabSet dynamic... |
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } } | returns true if the given state is currently active otherwise false . concode_field_sep boolean event1 concode_elem_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean return_ID concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean event2 conc... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<KaleoConditionLocalService,KaleoConditionLocalService> _serviceTracker concode_field_sep com.liferay.portal.workflow.kaleo.model.KaleoCondition fetchKaleoCondition concode_elem_sep com.liferay.portal.workflow.kaleo.model.KaleoCondi... |
void function ( ) { basicGradleUI . close ( ) ; } | call this before you close the pane . this gives it an opportunity to do cleanup . you probably should call canclose before this . it gives the app a chance to cancel if its busy . concode_field_sep AlternateUIInteractionVersionWrapper alternateUIInteractionVersionWrapper concode_elem_sep Map<GradleTabVersion1,GradleTa... |
boolean function ( final Object arg0 ) { if ( ! ( arg0 instanceof HgVersion ) ) { return false ; } return compareTo ( ( HgVersion ) arg0 ) == 0 ; } | note : this class has a natural ordering that is inconsistent with equals . two hgversions are equal if their number versions are equal . concode_field_sep int myMajor concode_elem_sep HgVersion NULL concode_elem_sep Pattern HG_VERSION_PATTERN concode_elem_sep Pattern HG_UNSUPPORTED_EXTENSION concode_elem_sep HgVersion... |
Builder function ( CcLinkParams arg0 ) { linkOptsBuilder . addTransitive ( arg0 . getLinkopts ( ) ) ; linkstampsBuilder . addTransitive ( arg0 . getLinkstamps ( ) ) ; librariesBuilder . addTransitive ( arg0 . getLibraries ( ) ) ; return this ; } | merges the other cclinkparams object into this one . concode_field_sep ImmutableList.Builder<String> localLinkoptsBuilder concode_elem_sep boolean built concode_elem_sep NestedSet<LibraryToLink> libraries concode_elem_sep NestedSetBuilder<LibraryToLink> librariesBuilder concode_elem_sep CcLinkParams EMPTY concode_elem_... |
void function ( CacheLoader < Object , Object > arg0 ) { if ( ! ObjectUtils . nullSafeEquals ( this . cacheLoader , arg0 ) ) { this . cacheLoader = arg0 ; refreshKnownCaches ( ) ; } } | set the caffeine cacheloader to use for building each individual caffeinecache instance , turning it into a loadingcache . concode_field_sep ConcurrentMap<String,Cache> cacheMap concode_elem_sep CacheLoader<Object,Object> cacheLoader concode_elem_sep boolean allowNullValues concode_elem_sep boolean dynamic concode_elem... |
Builder function ( long arg0 ) { this . bytesNeeded = arg0 ; return this ; } | sets the bytes needed by this directive . concode_field_sep long bytesNeeded concode_elem_sep boolean hasExpired concode_elem_sep long filesCached concode_elem_sep long filesNeeded concode_elem_sep long bytesCached concode_field_sep Builder setFilesCached concode_elem_sep boolean hasExpired concode_elem_sep Builder set... |
Account function ( ) { return api ( AccountApi . class ) . get ( ) ; } | retrieves current user concode_field_sep Map<Class<?>,Object> api concode_elem_sep OAuth2Interceptor oauthInterceptor concode_elem_sep Pubnub pubnub concode_elem_sep Retrofit retrofit concode_elem_sep List<MessageListener> messageListeners concode_elem_sep LoggingInterceptor loggingInterceptor concode_elem_sep SdkCallA... |
void function ( ) { mapCompactToFull = Collections . unmodifiableMap ( mapCompactToFull ) ; mapFullToCompact = Collections . unmodifiableMap ( mapFullToCompact ) ; } | switches this mapper to read-only mode . subsequent invocations of #addmapping addmapping will trigger an exception . the implementation here should be called only once . it replaces the internal maps with unmodifiable ones . concode_field_sep Map<String,String> mapFullToCompact concode_elem_sep Map<String,String> mapC... |
String function ( ) { return uuid ; } | gets the value of the uuid property . concode_field_sep String number concode_elem_sep String name concode_elem_sep String description concode_elem_sep String uuid concode_field_sep String getNumber concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep void setDescription concode_elem_sep void ... |
void function ( Collection < String > arg0 ) { this . authProviders = arg0 ; } | sets the classnames of all authentication provider classes within the extension . these classnames are defined within the manifest by the `` authproviders '' property as an array of strings , where each string is an authentication provider classname . concode_field_sep Collection<String> translationPaths concode_elem_s... |
String function ( ) { return ( this . randomClass ) ; } | return the random number generator class name . concode_field_sep String randomClass concode_elem_sep MessageDigest digest concode_elem_sep String entropy concode_elem_sep String algorithm concode_elem_sep Context context concode_elem_sep String DEFAULT_ALGORITHM concode_elem_sep boolean cache concode_elem_sep String I... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.