idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
4,300 | 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... | boolean function ( ) { return inverse ; } |
4,301 | 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 | String function ( ) { return userName ; } |
4,302 | 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... | Instrumentation function ( ) { return instrumentation ; } |
4,303 | 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_... | boolean function ( Record arg0 , int arg1 ) { return ( sections [ arg1 ] != null && sections [ arg1 ] . contains ( arg0 ) ) ; } |
4,304 | 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_... | double [ ] function ( ) { return bCoefficients ; } |
4,305 | program entry point concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | 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... |
4,306 | 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... | void function ( String arg0 , Throwable arg1 ) { appendToLog ( FATAL , arg0 , arg1 ) ; } |
4,307 | 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... | ESIGetInstallmentPlanHistoryRequestType function ( ) { return new ESIGetInstallmentPlanHistoryRequestType ( ) ; } |
4,308 | 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... | String function ( Date arg0 ) { return FULL_FORMAT . get ( ) . format ( arg0 ) ; } |
4,309 | 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 ... | void function ( User arg0 ) { OpenmrsUtil . validatePassword ( arg0 . getUsername ( ) , password , arg0 . getSystemId ( ) ) ; } |
4,310 | 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... | PublicKey function ( ) { return publicKey ; } |
4,311 | 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... | boolean function ( ) { return true ; } |
4,312 | 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 | DeviceBaseDataType function ( ) { return deviceInfo ; } |
4,313 | 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 ... | void function ( ) { } |
4,314 | 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 | String function ( final String arg0 , final Properties arg1 ) { final StringBuffer loc0 = new StringBuffer ( ) ; appendSerializedAttributes ( loc0 , arg0 , arg1 ) ; return loc0 . toString ( ) ; } |
4,315 | 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... | Object function ( int arg0 ) { return client . sendRpcAndWait ( SERVICE , "srini_string" , arg0 ) ; } |
4,316 | 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... | boolean function ( Object arg0 ) { if ( arg0 instanceof AddressBookEntry ) return this . compareTo ( ( AddressBookEntry ) arg0 ) == 0 ; else return false ; } |
4,317 | 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 | Connection function ( String arg0 ) { if ( dataSources . containsKey ( arg0 ) ) { return dataSources . get ( arg0 ) . getConnection ( ) ; } else { throw new RuntimeErrorException ( null , "srini_string" + arg0 ) ; } } |
4,318 | 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 value ; } |
4,319 | 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 | String function ( ) { return message ; } |
4,320 | 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 ( ) { clearBits ( 0 , getBitCount ( ) ) ; } |
4,321 | 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... | void function ( ) { assertTrue ( Expressions . differentiate ( "srini_string" , "srini_string" ) . equals ( "srini_string" ) ) ; assertTrue ( Expressions . differentiate ( "srini_string" , "srini_string" ) . equals ( "srini_string" ) ) ; } |
4,322 | 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... | String function ( ) { if ( failure != null ) { return failure . getType ( ) ; } return response . getType ( ) ; } |
4,323 | 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 | TokenList function ( String arg0 ) { if ( arg0 . trim ( ) . startsWith ( "srini_string" ) ) return seekTokenSource ( "srini_string" ) ; throw new RuntimeException ( "srini_string" + arg0 ) ; } |
4,324 | 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... | void function ( MethodDoc arg0 ) { this . method = arg0 ; } |
4,325 | 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 | List < WebElement > function ( ) { if ( cachedElementList != null && shouldCache ) { return cachedElementList ; } List < WebElement > loc0 = searchContext . findElements ( by ) ; if ( shouldCache ) { cachedElementList = loc0 ; } return loc0 ; } |
4,326 | 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... | 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 ; } |
4,327 | 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 | double function ( double arg0 , double arg1 ) { return incompleteGamma ( arg1 , arg0 , lnGamma ( arg0 ) ) ; } |
4,328 | 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... | LaunchPermissionModifications function ( LaunchPermission ... arg0 ) { if ( getAdd ( ) == null ) setAdd ( new java . util . ArrayList < LaunchPermission > ( arg0 . length ) ) ; for ( LaunchPermission loc0 : arg0 ) { getAdd ( ) . arg0 ( loc0 ) ; } return this ; } |
4,329 | 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... | 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 ) ; } |
4,330 | 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... | String function ( ) { return className ; } |
4,331 | 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... | void function ( ) { } |
4,332 | 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... | ArrayList < PeripheralFunction > function ( ) { return fMappedPins ; } |
4,333 | 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... | String function ( ) { return value ; } |
4,334 | 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 , String arg1 , Throwable arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . arg2 ( arg0 , arg1 , arg2 ) ; } |
4,335 | 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 ( String [ ] arg0 ) { this . approvedScope = arg0 ; } |
4,336 | 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... | void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
4,337 | 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... | AttachContainerParams function ( boolean arg0 ) { this . stream = arg0 ; return this ; } |
4,338 | 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... | void function ( ) { } |
4,339 | 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... | int function ( ) { return maxPoolSize ; } |
4,340 | returns a new sory by file language expression concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | Comparator < Exchange > function ( CamelContext arg0 , String arg1 , boolean arg2 , boolean arg3 ) { return sortByFileLanguage ( arg0 , arg1 , arg2 , arg3 , null ) ; } |
4,341 | 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... | Node function ( Node arg0 , Node arg1 , Node arg2 , NodeVisitor arg3 ) { return leave ( arg1 , arg2 , arg3 ) ; } |
4,342 | 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... | Date function ( ) { return startingDate ; } |
4,343 | 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... | void function ( Long arg0 ) { this . labelId = arg0 ; } |
4,344 | 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... | IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { return toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; } |
4,345 | 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 | String function ( String arg0 ) { return getResource ( ResourceGetter . class , arg0 ) ; } |
4,346 | 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... | void function ( String arg0 ) { this . viewName = arg0 ; } |
4,347 | 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... | OfflineMode function ( ) { return offlineMode ; } |
4,348 | 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... | File function ( String arg0 , String arg1 ) { File loc0 = File . createTempFile ( arg0 , arg1 ) ; loc0 . deleteOnExit ( ) ; return loc0 ; } |
4,349 | 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... | void function ( DataSet arg0 ) { this . decisionList = decisionListLearning ( arg0 ) ; } |
4,350 | 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 | char [ ] function ( ) { return null ; } |
4,351 | 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 ( Integer arg0 ) { this . startIndex = arg0 ; } |
4,352 | 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... | void function ( String arg0 ) { this . targetFormat = arg0 ; } |
4,353 | 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 | Validator function ( final CapabilityType arg0 , final String arg1 ) { return validatorFactory . validUri ( arg0 , arg1 ) ; } |
4,354 | 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... | SubordinateTransaction function ( final XidTransactionID arg0 ) { final Xid loc0 = arg0 . getXid ( ) ; final TransactionImporter loc1 = SubordinationManager . getTransactionImporter ( ) ; return loc1 . getImportedTransaction ( loc0 ) ; } |
4,355 | 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... | int function ( ) { return nusedbins ; } |
4,356 | 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... | BufferedImage function ( BufferedImage arg0 , float arg1 ) { IndexColorModel loc0 = ( IndexColorModel ) arg0 . getColorModel ( ) ; return new BufferedImage ( rescaleAlpha ( loc0 , arg1 ) , arg0 . getRaster ( ) , false , null ) ; } |
4,357 | 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 ( ) { MobileBehavior loc0 = new MobileBehavior ( ) ; loc0 . startMovingInDirection ( Direction . LEFT ) ; assertEquals ( Direction . LEFT , loc0 . directionToMove ( ) ) ; } |
4,358 | 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 | void function ( final JTextComponent arg0 ) { if ( singleton == null ) { singleton = new JTextObserver ( ) ; } arg0 . removeFocusListener ( singleton ) ; } |
4,359 | 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... | boolean function ( int arg0 ) { return isAlpha [ arg0 & 0xff ] ; } |
4,360 | 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 ... | com . omniture . www . DeliveryParameters function ( ) { return deliveryParameters ; } |
4,361 | 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... | 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 ) ) ; } |
4,362 | 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... | Map < String , String > function ( File arg0 ) { try { return load ( arg0 ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
4,363 | 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 | void function ( ) { cm = ModelExample . fullJsonModel ( ) ; fm = new FacadeManager ( cm ) ; cf = fm . getChat ( ) ; p = ModelExample . fullJsonModel ( ) . getPlayer ( PlayerIndex . FIRST ) ; L = cf . getModel ( ) . getChat ( ) . getLines ( ) . size ( ) ; } |
4,364 | 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... | Object function ( EnumParamsType arg0 ) { if ( count >= complexParam . size ( ) ) { return null ; } IParameter loc0 = complexParam . get ( count ) ; return loc0 . getParamValue ( arg0 ) ; } |
4,365 | returns the class of the result type concode_field_sep Class<T> clazz concode_field_sep boolean canConvert concode_elem_sep void marshal | Class < ? > function ( ) { return this . clazz ; } |
4,366 | 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... | String function ( ) { return iTypeId ; } |
4,367 | 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... | 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 ) ; } |
4,368 | 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 | 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 ; } |
4,369 | 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... | Class < ? extends Mapper > function ( ) { return mapperClass ; } |
4,370 | 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 ( Statement arg0 ) { m_statements . add ( arg0 ) ; } |
4,371 | 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... | 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 ) ; } |
4,372 | 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... | int function ( ) { return this . buffer . capacity ( ) ; } |
4,373 | 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... | String function ( ) { return infoClassloader ; } |
4,374 | 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... | RatingCompat function ( boolean arg0 ) { return new RatingCompat ( RATING_THUMB_UP_DOWN , arg0 ? 1.0f : 0.0f ) ; } |
4,375 | 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... | OkHttpClient function ( OkAuthenticator arg0 ) { this . authenticator = arg0 ; return this ; } |
4,376 | 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... | void function ( String arg0 ) { } |
4,377 | 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... | Integer function ( ) { return activityId ; } |
4,378 | 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... | E function ( ) { mConsumerCounter ++ ; E loc0 = mQueue . poll ( TIMEOUT_SECONDS , TimeUnit . SECONDS ) ; if ( loc0 == null ) throw new TimeoutException ( ) ; return loc0 ; } |
4,379 | 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... | boolean function ( Comparable arg0 , Comparable arg1 ) { return arg0 . compareTo ( arg1 ) < 0 ; } |
4,380 | 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 | long function ( ) { return value ; } |
4,381 | 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 ( ) { sessionMap . clear ( ) ; } |
4,382 | 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... | void function ( String arg0 ) { this . email = arg0 ; } |
4,383 | 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... | List < Path > function ( ) { return compact ( false ) ; } |
4,384 | returns the private key . concode_field_sep PrivateKey privateKey concode_elem_sep long serialVersionUID concode_elem_sep PublicKey publicKey concode_field_sep PublicKey getPublic | PrivateKey function ( ) { return privateKey ; } |
4,385 | 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... | DomElementsAnnotator function ( ) { return null ; } |
4,386 | 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 ( boolean arg0 ) { fDetailComposite . setVisible ( arg0 ) ; GridData loc0 = ( GridData ) fDetailComposite . getLayoutData ( ) ; loc0 . exclude = ! arg0 ; } |
4,387 | 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... | void function ( List arg0 ) { this . tabItems = arg0 ; } |
4,388 | 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... | 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 ; } } |
4,389 | 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... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } |
4,390 | 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... | void function ( ) { basicGradleUI . close ( ) ; } |
4,391 | 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... | boolean function ( final Object arg0 ) { if ( ! ( arg0 instanceof HgVersion ) ) { return false ; } return compareTo ( ( HgVersion ) arg0 ) == 0 ; } |
4,392 | 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_... | Builder function ( CcLinkParams arg0 ) { linkOptsBuilder . addTransitive ( arg0 . getLinkopts ( ) ) ; linkstampsBuilder . addTransitive ( arg0 . getLinkstamps ( ) ) ; librariesBuilder . addTransitive ( arg0 . getLibraries ( ) ) ; return this ; } |
4,393 | 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... | void function ( CacheLoader < Object , Object > arg0 ) { if ( ! ObjectUtils . nullSafeEquals ( this . cacheLoader , arg0 ) ) { this . cacheLoader = arg0 ; refreshKnownCaches ( ) ; } } |
4,394 | 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... | Builder function ( long arg0 ) { this . bytesNeeded = arg0 ; return this ; } |
4,395 | 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... | Account function ( ) { return api ( AccountApi . class ) . get ( ) ; } |
4,396 | 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... | void function ( ) { mapCompactToFull = Collections . unmodifiableMap ( mapCompactToFull ) ; mapFullToCompact = Collections . unmodifiableMap ( mapFullToCompact ) ; } |
4,397 | 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 ... | String function ( ) { return uuid ; } |
4,398 | 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... | void function ( Collection < String > arg0 ) { this . authProviders = arg0 ; } |
4,399 | 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... | String function ( ) { return ( this . randomClass ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.