code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
InstructionHandle function ( Template arg0 ) { return ( InstructionHandle ) _mode . getTemplateInstructionHandle ( arg0 ) ; } | get the instruction handle to a template 's code . this is used when a single template occurs in several test sequences ; that is , if its pattern is a union of patterns e.g. match = `` a/b | a/c '' . concode_field_sep int _kernelType concode_elem_sep InstructionList _instructionList concode_elem_sep Template _default ... |
StopWatch function ( ) { currentElapsedNanos = 0 ; isStarted = false ; return this ; } | reset elapsed time to zero and make the state of stopwatch stop . concode_field_sep boolean isStarted concode_elem_sep long currentElapsedNanos concode_elem_sep long startNanos concode_field_sep StopWatch stop concode_elem_sep boolean isRunning concode_elem_sep long now concode_elem_sep long now concode_elem_sep StopWa... |
List < AggregationRecord > function ( ) { List < AggregationRecord > loc0 = new ArrayList < AggregationRecord > ( map . values ( ) ) ; return loc0 ; } | gets an unordered list of this aggregation 's records . the list is sortable using java.util.collections #sort list list , comparator c with any user-defined ordering . modifying thereturned list has no effect on this aggregation . supports xml persistence . concode_field_sep String name concode_elem_sep long serialVer... |
void function ( String [ ] arg0 ) { final PorterStemmer loc0 = new PorterStemmer ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < arg0 [ loc1 ] . length ( ) ; loc2 ++ ) loc0 . add ( arg0 [ loc1 ] . charAt ( loc2 ) ) ; loc0 . stem ( ) ; System . out . println ( loc0 . toString ( ... | test program for demonstrating the stemmer . it reads a file and stems each word , writing the result to standard out . usage : stemmer file-name concode_field_sep char[] b concode_elem_sep boolean dirty concode_elem_sep int k0 concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j concode_elem_sep int ... |
void function ( HttpSession arg0 ) { arg0 . setAttribute ( TIMEOUT , null ) ; arg0 . setAttribute ( AUTH_TOKEN , null ) ; arg0 . setAttribute ( USER_ID , null ) ; arg0 . setAttribute ( SESSION_ID , null ) ; arg0 . invalidate ( ) ; } | delete all session information concode_field_sep String TIMEOUT concode_elem_sep String SESSION_ID concode_elem_sep String AUTH_TOKEN concode_elem_sep String USER_ID concode_field_sep String getAuthType concode_elem_sep String getUserType concode_elem_sep String getOTPSecret concode_elem_sep void setTimeout concode_ele... |
ShardId function ( ) { return this . shard ; } | return the shard that the explanation is about concode_field_sep String assignedNodeId concode_elem_sep Map<DiscoveryNode,NodeExplanation> nodeExplanations concode_elem_sep boolean hasPendingAsyncFetch concode_elem_sep long remainingDelayMillis concode_elem_sep ShardId shard concode_elem_sep byte id concode_elem_sep Un... |
double function ( Entry arg0 , Entry arg1 ) { float loc0 = arg1 . getXIndex ( ) - arg0 . getXIndex ( ) ; float loc1 = arg1 . getVal ( ) - arg0 . getVal ( ) ; double loc2 = Math . atan2 ( loc1 , loc0 ) * 180.0 / Math . PI ; return loc2 ; } | calculates the angle between two entries points in the chart concode_field_sep double mTolerance concode_elem_sep boolean[] keep concode_elem_sep float mScaleRatio concode_elem_sep ApproximatorType mType concode_elem_sep float mDeltaRatio concode_field_sep List<Entry> filter concode_elem_sep List<Entry> filter concode_... |
void function ( Long arg0 ) { this . minvalue = arg0 ; } | this method was generated by mybatis generator . this method sets the value of the database column cp_sequence . minvalue concode_field_sep BigDecimal cache concode_elem_sep Long maxvalue concode_elem_sep BigDecimal stepvalue concode_elem_sep Long curvalue concode_elem_sep String year concode_elem_sep String seqname co... |
E function ( ModelNode arg0 , Class < E > arg1 ) { return asEnum ( arg0 , arg1 , null ) ; } | returns the value of the node as an enum value , or null if the node is undefined . concode_field_sep PlaceHolder placeHolder concode_field_sep ModuleIdentifier asModuleIdentifier concode_elem_sep ModuleIdentifier asModuleIdentifier concode_elem_sep String asString concode_elem_sep String asString concode_elem_sep floa... |
void function ( OIL2RequestListner arg0 ) { this . requestListner = arg0 ; } | #description of the method concode_field_sep int state concode_elem_sep OIL2Request request concode_elem_sep ObjectInputStream in concode_elem_sep PooledExecutor pool concode_elem_sep int STATE_CONNECTED concode_elem_sep int STATE_CREATED concode_elem_sep int threadNumber concode_elem_sep ObjectOutputStream out concode... |
NamingException function ( final String arg0 , final Throwable arg1 , final Name arg2 ) { final NamingException loc0 = namingException ( arg0 , arg1 ) ; loc0 . setRemainingName ( arg2 ) ; return loc0 ; } | return a general naming exception with a root cause and a remaining name field . concode_field_sep PlaceHolder placeHolder concode_field_sep Context createSubcontext concode_elem_sep void rebind concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep void unbind concode_elem_sep boolean isEmpty conco... |
Document function ( String arg0 , InputStream arg1 ) { BuildDocument loc0 = new BuildDocument ( ) ; new ParseByteStream ( arg0 , arg1 , null , null , loc0 ) ; return loc0 . getDocument ( ) ; } | dom parsing of xml encoded in a byte stream , using a default log . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( InputSource arg0 ) { parser . parseRule ( arg0 ) ; } | sac : implements org.w3c.css.sac.parser #parserule inputsource . concode_field_sep Parser parser concode_field_sep LexicalUnit parsePropertyValue concode_elem_sep LexicalUnit parsePropertyValue concode_elem_sep void parseStyleSheet concode_elem_sep void parseStyleSheet concode_elem_sep String getParserVersion concode_e... |
com . liferay . portal . model . CompanySoap function ( long arg0 ) { try { com . liferay . portal . model . Company loc0 = CompanyServiceUtil . getCompanyByLogoId ( arg0 ) ; return com . liferay . portal . model . CompanySoap . toSoapModel ( loc0 ) ; } catch ( Exception loc0 ) { _log . error ( loc0 , loc0 ) ; throw ne... | returns the company with the logo . concode_field_sep Log _log concode_field_sep void removePreferences concode_elem_sep void updateDisplay concode_elem_sep com.liferay.portal.model.CompanySoap getCompanyByWebId concode_elem_sep com.liferay.portal.model.CompanySoap addCompany concode_elem_sep com.liferay.portal.model.C... |
int function ( int arg0 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( fileOffset < 0 ) { throw new RuntimeException ( "srini_string" ) ; } return fileOffset + arg0 ; } | returns the absolute file offset , given an offset from the start of this instance 's output . this is only valid to call once this instance has been assigned a file offset via #setfileoffset . concode_field_sep DexFile file concode_elem_sep boolean prepared concode_elem_sep String name concode_elem_sep int fileOffset ... |
void function ( final String arg0 , final String arg1 ) { LOGGER . log ( Level . INFO , "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; try { sendNow ( new RemoveGroupMemberRequest ( arg0 , arg1 , contextURI ) ) ; } catch ( URISyntaxException loc0 ) { throw new PushClientException ( loc0 ) ; } } | removes the specified pushid as a member from the group with the specified groupname . concode_field_sep Logger LOGGER concode_elem_sep Map<String,List<Runnable>> pushIdCallbackMap concode_elem_sep HttpClient client concode_elem_sep ListenRequest listenRequest concode_elem_sep ReentrantLock listenRequestLock concode_el... |
void function ( ) { this . entityManager = this . stageManager . getEntityManager ( ) ; this . worldManager = this . stageManager . getWorldManager ( ) ; this . assetManager = this . worldManager . getAssetManager ( ) ; entitySelectCondition = new EmptyEntitySelectCondition ( ) ; } | the first initilazation of the manager concode_field_sep SelectOperationType selectOperationType concode_elem_sep SelectFunction currentSelectFunction concode_elem_sep GameGUIManager gameGUIManager concode_elem_sep ArrayList<SpatialEntity> currentSelection concode_elem_sep StageManager stageManager concode_elem_sep Ass... |
boolean function ( ) { return mIsRunning ; } | checks to see if the runnable will continue scheduling itself . concode_field_sep String mPackageName concode_elem_sep long DEFAULT_MS_BETWEEN_RUNS concode_elem_sep long DEFAULT_MS_MAXIMUM_WAITING_TIME concode_elem_sep long mTimestampStarted concode_elem_sep Observer mObserver concode_elem_sep long mMsMaximumWaitingTim... |
ITimedStatemachine function ( ) { return statemachine ; } | returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine |
int function ( ) { return count ; } | get the data size of this fake file concode_field_sep String fileName concode_elem_sep byte[] data concode_elem_sep int count concode_elem_sep String contentType concode_field_sep String getName concode_elem_sep void trimToSize concode_elem_sep String getContentType concode_elem_sep void ensureCapacity concode_elem_sep... |
int function ( ) { return Integer . bitCount ( set ) ; } | returns the number of settings that have values assigned . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR... |
int function ( String arg0 , int arg1 ) { int loc0 = arg0 . length ( ) ; int loc1 = arg1 ; for ( ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) != ' ' ) { break ; } } return loc1 ; } | skips any spaces at or after start and returns the index of first non-space character ; concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rightTrimSize concode_elem_sep String toZeroPaddedString concode_elem_sep String[] split concode_elem_sep String getList concode_e... |
void function ( ) { menu . addSeparator ( ) ; } | appends a new separator at the end of the menu . concode_field_sep Set<OsmPrimitiveAction> primitiveActions concode_elem_sep JPopupMenu menu concode_field_sep JMenuItem addAction concode_elem_sep void removeAction concode_elem_sep Collection<OsmPrimitiveAction> getPrimitiveActions concode_elem_sep void removeListener c... |
Double function ( ) { return overridePercentComplete ; } | gets the value of the overridepercentcomplete property . concode_field_sep Date date concode_elem_sep Integer activityObjectId concode_elem_sep Date approvalDate concode_elem_sep String approvalUserName concode_elem_sep Double overridePercentComplete concode_elem_sep Integer projectObjectId concode_elem_sep Integer act... |
boolean function ( int arg0 ) { checkRange ( arg0 ) ; Boolean loc0 = Types . isUnsignedAttribute ( types [ -- arg0 ] ) ; return loc0 != null && ! loc0 . booleanValue ( ) && ! isIdentity [ arg0 ] ; } | retrieves whether values for the designated parameter can be signed numbers . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] class... |
long function ( ) { return _syncDLFileVersionDiff . getTargetFileVersionId ( ) ; } | returns the target file version id of this sync d l file version diff . concode_field_sep SyncDLFileVersionDiff _syncDLFileVersionDiff concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAt... |
List < Integer > function ( List < Object > arg0 ) { return emit ( arg0 , null ) ; } | emits a tuple to the default output stream with a null message id . storm will not track this message so ack and fail will never be called for this tuple . the emitted values must be immutable . concode_field_sep ISpoutOutputCollector _delegate concode_field_sep long getPendingCount concode_elem_sep void reportError co... |
String function ( ) { return m_label ; } | getlabel concode_field_sep String[] m_rowHeaders concode_elem_sep Set<OnmsNode>[] m_rowNodes concode_elem_sep AggregateStatus[][] m_statusTable concode_elem_sep Set<OnmsNode>[] m_columnNodes concode_elem_sep String m_label concode_elem_sep String[] m_columnHeaders concode_elem_sep SimpleWebTable m_webTable concode_fiel... |
void function ( MessageListener arg0 ) { messageHandler . removeListener ( arg0 ) ; } | remove a parser message listener . concode_field_sep MessageHandler messageHandler concode_elem_sep char EOL concode_elem_sep BufferedReader reader concode_elem_sep String line concode_elem_sep char EOF concode_elem_sep int lineNum concode_elem_sep int currentPos concode_field_sep char currentChar concode_elem_sep int ... |
CTDouble function ( ) { return w ; } | gets the value of the w property . concode_field_sep CTLayoutTarget layoutTarget concode_elem_sep CTLayoutMode yMode concode_elem_sep CTLayoutMode xMode concode_elem_sep CTLayoutMode hMode concode_elem_sep CTExtensionList extLst concode_elem_sep CTDouble w concode_elem_sep CTDouble x concode_elem_sep CTDouble h concode... |
void function ( Session arg0 , String arg1 , boolean arg2 ) { isIgnoreCase = arg2 ; normalize ( arg0 , arg1 ) ; optimised = true ; } | param setter concode_field_sep int iFirstWildCard concode_elem_sep boolean optimised concode_elem_sep int[] wildCardType concode_elem_sep Character escapeChar concode_elem_sep boolean isIgnoreCase concode_elem_sep int PERCENT_CHAR concode_elem_sep boolean isNull concode_elem_sep boolean hasCollation concode_elem_sep in... |
void function ( int arg0 , int arg1 , int arg2 , int arg3 ) { windowMinWidth = arg0 ; windowMinHeight = arg1 ; windowMaxWidth = arg2 ; windowMaxHeight = arg3 ; } | sets minimum and maximum size limits for the window . if the window is full screen or not resizable , these limits are ignored . the default for all four parameters is -1 , which means unrestricted . concode_field_sep int windowWidth concode_elem_sep Lwjgl3WindowListener windowListener concode_elem_sep int windowMinWid... |
IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { RubyHash loc0 = toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; return Generator . generateJson ( arg0 , loc0 , Generator . HASH_HANDLER , arg2 ) ; } | rubystring string #to_json_raw this method creates a json text from the result of a call to #to_json_raw_object of this string . concode_field_sep PlaceHolder placeHolder concode_field_sep RubyHash toJsonRawObject concode_elem_sep IRubyObject json_create concode_elem_sep void populate concode_elem_sep IRubyObject to_js... |
Builder function ( BlockParserFactory arg0 ) { blockParserFactories . add ( arg0 ) ; return this ; } | adds a custom block parser factory . note that custom factories are applied before the built-in factories . this is so that extensions can change how some syntax is parsed that would otherwise be handled by built-in factories . `` with great power comes great responsibility . '' concode_field_sep List<BlockParserFactor... |
void function ( CreationDate arg0 ) { this . creationDate = arg0 ; } | sets the value of the creationdate property . concode_field_sep String author concode_elem_sep String id concode_elem_sep String directory concode_elem_sep Files files concode_elem_sep String description concode_elem_sep Filters filters concode_elem_sep CreationDate creationDate concode_elem_sep Reviewers reviewers con... |
SubscriptionInfoType function ( ) { return subscription ; } | getter for subscription concode_field_sep List<PaymentItemType> paymentItem concode_elem_sep String custom concode_elem_sep String memo concode_elem_sep String invoiceID concode_elem_sep SubscriptionInfoType subscription concode_elem_sep String salesTax concode_elem_sep AuctionInfoType auction concode_field_sep List<Pa... |
WorkerSource function ( ) { return sWorkerSource ; } | returns the one and only static workersource object which is shared among all classeswithin the worker process . concode_field_sep Configuration sConf concode_elem_sep WorkerSource sWorkerSource concode_elem_sep WorkerNetAddress sNetAddress concode_field_sep void setWorkerNetAddress concode_elem_sep Configuration getCo... |
byte [ ] function ( int arg0 ) { byte [ ] loc0 = new byte [ arg0 ] ; SecureRandom loc1 = new SecureRandom ( ) ; loc1 . nextBytes ( loc0 ) ; return loc0 ; } | indicates the computation of an n-byte cryptographic-strength random number . note the ntlm authentication protocol does not define the statistical properties of the random number generator . it is left to the discretion of the implementation to define the strength requirements of the nonce n operation . concode_field_... |
boolean function ( File arg0 ) { File [ ] loc0 = arg0 . listFiles ( ) ; boolean loc1 = true ; if ( loc0 != null ) { for ( File loc2 : loc0 ) { loc1 &= deleteRecursively ( loc2 ) ; } } return loc1 ; } | deletes all files and subdirectories in directory does n't delete the directory passed as parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep void walkFileTree concode_elem_sep boolean deleteRecursively |
byte [ ] function ( ) { return ZipUtil . copy ( localFileData ) ; } | the actual data to put into local file data . concode_field_sep byte[] centralDirectoryData concode_elem_sep ZipShort HEADER_ID concode_elem_sep byte[] localFileData concode_field_sep ZipShort getLocalFileDataLength concode_elem_sep void parseFromLocalFileData concode_elem_sep byte[] getCentralDirectoryData concode_ele... |
NodeBuilder function ( Settings . Builder arg0 ) { return arg0 ( arg0 . build ( ) ) ; } | explicit node settings to set . concode_field_sep boolean loadConfigSettings concode_elem_sep ImmutableSettings.Builder settings concode_field_sep ImmutableSettings.Builder settings concode_elem_sep NodeBuilder settings concode_elem_sep NodeBuilder settings concode_elem_sep Node node concode_elem_sep NodeBuilder nodeBu... |
void function ( BigInteger arg0 ) { if ( e == null ) throw new IllegalStateException ( "srini_string" ) ; BigInteger loc0 = BigInteger . valueOf ( 0 ) ; if ( loc0 . compareTo ( arg0 ) >= 0 || p . compareTo ( arg0 ) <= 0 ) throw new IllegalArgumentException ( "srini_string" ) ; this . f = arg0 ; this . k = arg0 . modPow... | sets f and calculates the shared secret . concode_field_sep BigInteger p concode_elem_sep BigInteger e concode_elem_sep BigInteger f concode_elem_sep BigInteger g concode_elem_sep BigInteger x concode_elem_sep BigInteger k concode_field_sep void init concode_elem_sep byte[] calculateH concode_elem_sep BigInteger getK c... |
GridTestPrintStream function ( ) { if ( testErr == null ) testErr = new GridTestPrintStream ( sysErr ) ; if ( errCnt == 0 ) System . setErr ( testErr ) ; errCnt ++ ; return testErr ; } | acquires output stream for logging errors in tests . concode_field_sep GridTestPrintStream testErr concode_elem_sep PrintStream sysErr concode_elem_sep GridTestPrintStream testOut concode_elem_sep long errCnt concode_elem_sep PrintStream sysOut concode_elem_sep long outCnt concode_field_sep GridTestPrintStream acquireO... |
ProblemOccurrences function ( ) { return problemOccurrences ; } | gets the value of the problemoccurrences property . concode_field_sep ProblemOccurrences problemOccurrences concode_elem_sep String identity concode_elem_sep Investigations investigations concode_elem_sep String id concode_elem_sep String href concode_elem_sep Mutes mutes concode_elem_sep String type concode_field_sep ... |
String function ( ) { return authorizationID ; } | returns the authorization id to check . concode_field_sep String authenticationID concode_elem_sep String authorizedID concode_elem_sep long serialVersionUID concode_elem_sep String authorizationID concode_elem_sep boolean authorized concode_field_sep boolean isAuthorized concode_elem_sep String getAuthorizedID concode... |
void function ( BinaryTreenode < E > arg0 , String arg1 ) { if ( arg0 . getData ( ) != null ) { System . out . println ( arg1 + arg0 . getData ( ) ) ; } arg1 += "srini_string" ; if ( arg0 . getLeft ( ) != null ) { printHelp ( arg0 . getLeft ( ) , arg1 ) ; } if ( arg0 . getRight ( ) != null ) { printHelp ( arg0 . getRig... | recursive method to pre-order print the tree , starting at the root . each additional level of the tree should be incremented by three spaces . concode_field_sep BinaryTreenode<E> current concode_elem_sep BinaryTreenode<E> root concode_field_sep void print concode_elem_sep void goRight concode_elem_sep void start conco... |
Calendar function ( Calendar arg0 ) { return DateUtils . truncate ( arg0 , Calendar . DAY_OF_MONTH ) ; } | truncates the time from the calendar object . concode_field_sep double J1970 concode_elem_sep double MILLISECONDS_PER_DAY concode_field_sep double midnightDateToJulianDate concode_elem_sep double endOfDayDateToJulianDate concode_elem_sep Calendar toCalendar concode_elem_sep Range getRange concode_elem_sep double dateTo... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getKeyPairs ( ) != null ) loc0 . append ( "srini_string" + getKeyPairs ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<KeyPairInfo> keyPairs concode_field_sep DescribeKeyPairsResult withKeyPairs concode_elem_sep DescribeKeyPairsResult withKeyPairs concode_elem_sep int hashCode concode_elem_sep boo... |
String function ( ) { return ( table . getTableType ( ) == TableBase . INFO_SCHEMA_TABLE ) ? BundleHandler . getString ( hnd_table_remarks , getName ( ) ) : table . getName ( ) . comment ; } | retrieves the remarks if any recorded against the table . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT concode_elem_sep int bestRowNotPseudo concode_elem_sep int bestRowTransaction concode_elem_sep int hnd_column_remarks concode_elem_sep int hnd_table_remarks concode_elem_sep int bestRowTem... |
void function ( int arg0 ) { certNonceSlopLimit = arg0 ; } | set the nonce slop limit . old but valid nonces within this limit will be accepted . concode_field_sep int certNonceSlopLimit concode_elem_sep SectionParser<SignedPushConfig> KEY concode_elem_sep String certNonceSeed concode_elem_sep NonceGenerator nonceGenerator concode_field_sep void setNonceGenerator concode_elem_se... |
void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; } | a state name with just white spaces is not valid . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statec... |
ExemptionMechanism function ( String arg0 , String arg1 ) { if ( arg1 == null ) throw new IllegalArgumentException ( "srini_string" ) ; Provider loc0 = Security . getProvider ( arg1 ) ; if ( loc0 == null ) throw new NoSuchProviderException ( arg1 ) ; return getInstance ( arg0 , loc0 ) ; } | create an instance of exemptionmechanism for a designated mechanism from a named provider . concode_field_sep String SERVICE concode_elem_sep Provider provider concode_elem_sep boolean virgin concode_elem_sep ExemptionMechanismSpi emSpi concode_elem_sep String mechanism concode_field_sep void init concode_elem_sep void... |
void function ( String arg0 , ClassLoaderFile arg1 ) { addFile ( "srini_string" , arg0 , arg1 ) ; } | add a single classloaderfile to the collection . concode_field_sep Map<String,SourceFolder> sourceFolders concode_elem_sep Map<String,ClassLoaderFile> files concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Set<Entry<String,ClassLoaderFile>> getFilesEntrySet... |
void function ( final int arg0 ) { mListView . post ( new Runnable ( ) { public void run ( ) { mListView . setSelection ( arg0 ) ; } } ) ; mInstrumentation . waitForIdleSync ( ) ; } | set the selected position of the list view . concode_field_sep Instrumentation mInstrumentation concode_elem_sep ListView mListView concode_field_sep int getListTop concode_elem_sep void arrowDownToSelectedPosition concode_elem_sep int getListBottom concode_elem_sep void arrowScrollToSelectedPosition concode_elem_sep v... |
String function ( String arg0 ) { if ( disco == null ) { disco = new Discovery ( this ) ; } return disco . discover ( arg0 ) ; } | grok will try to find the best expression that will match your input . discovery concode_field_sep Logger LOG concode_elem_sep Map<String,String> grokPatternDefinition concode_elem_sep String namedRegex concode_elem_sep Discovery disco concode_elem_sep Grok EMPTY concode_elem_sep Map<String,String> namedRegexCollection... |
String function ( ) { return RESULT ; } | method with only manage #role_role1 access . concode_field_sep PlaceHolder placeHolder concode_field_sep String role2 concode_elem_sep String allRoles |
void function ( int arg0 ) { activityResultRequestCode = arg0 ; } | call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResul... |
void function ( View arg0 ) { } | called when a drawer has settled in a completely closed state . concode_field_sep int widthdrawer concode_field_sep void onDrawerOpened concode_elem_sep void onDrawerSlide concode_elem_sep void onDrawerStateChanged |
Future < Object > function ( Object arg0 , FiniteDuration arg1 ) { Object loc0 = decorator . decorate ( arg0 ) ; return Patterns . ask ( actor , loc0 , new Timeout ( arg1 ) ) ; } | sends a message asynchronously and returns its response . the response to the message is returned as a future . concode_field_sep ActorRef actor concode_elem_sep MessageDecorator decorator concode_elem_sep long serialVersionUID concode_elem_sep UUID leaderSessionID concode_field_sep ActorRef actor concode_elem_sep Stri... |
String function ( ) { return this . name ; } | returns a string representing the object . concode_field_sep DateTickMarkPosition START concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep DateTickMarkPosition MIDDLE concode_elem_sep DateTickMarkPosition END concode_field_sep Object readResolve concode_elem_sep boolean equals |
void function ( ) { } | this should fail even.though.there are embedded periods concode_field_sep int field concode_elem_sep int dummy concode_elem_sep int ASDF concode_elem_sep String first concode_elem_sep String second concode_field_sep void method5 concode_elem_sep void method6 concode_elem_sep void method7 concode_elem_sep void method8 c... |
Signal < T > function ( Throwable arg0 ) { return new Signal < > ( SignalType . ON_ERROR , null , arg0 , null ) ; } | creates and returns a signal of variety type.failed , and assigns it an error . concode_field_sep long serialVersionUID concode_elem_sep Throwable throwable concode_elem_sep Subscription subscription concode_elem_sep SignalType type concode_elem_sep Signal<Void> ON_COMPLETE concode_elem_sep T value concode_field_sep Si... |
void function ( double arg0 ) { this . availableMips = arg0 ; } | sets the free mips . concode_field_sep List<? extends Pe> peList concode_elem_sep List<String> vmsMigratingIn concode_elem_sep double availableMips concode_elem_sep List<String> vmsMigratingOut concode_elem_sep Map<String,List<Pe>> peMap concode_elem_sep Map<String,List<Double>> mipsMap concode_field_sep List<T> getPeL... |
boolean function ( ) { return isExpired ( getTimeLeftBrokenDown ( ) ) ; } | utility to determine if the expiry date is paste due or expired . this method should not be called via regular value binding instead it should only be called from validator ar converter calls . concode_field_sep int HOUR_COMPONENT concode_elem_sep int TIME_LEFT_EXPIRED concode_elem_sep boolean newBidPrice concode_elem_... |
void function ( final LoggerContext arg0 ) { if ( arg0 != null ) { arg0 . stop ( ) ; } } | shuts down the given logging context . concode_field_sep String FQCN concode_elem_sep Logger LOGGER concode_field_sep void setRootLevel concode_elem_sep LoggerContext initialize concode_elem_sep LoggerContext initialize concode_elem_sep LoggerContext initialize concode_elem_sep LoggerContext initialize concode_elem_sep... |
T function ( Map < String , Object > arg0 , String arg1 , Class < T > arg2 ) { Object loc0 = arg0 . get ( arg1 ) ; if ( loc0 == null ) return null ; arg0 . remove ( arg1 ) ; if ( ! arg2 . isInstance ( loc0 ) ) throw new JAXBException ( Messages . INVALID_PROPERTY_VALUE . format ( arg1 , loc0 ) ) ; else return arg2 . ca... | if a key is present in the map , remove the value and return it . concode_field_sep String USE_JAXB_PROPERTIES concode_field_sep List<Class> loadIndexedClasses concode_elem_sep JAXBContext createContext concode_elem_sep JAXBRIContext createContext concode_elem_sep JAXBRIContext createContext concode_elem_sep JAXBContex... |
void function ( ) { CheckBoxListCell < Object > loc0 = new CheckBoxListCell < > ( ) ; assertNull ( loc0 . getSelectedStateCallback ( ) ) ; } | constructor tests for default constructor concode_field_sep SimpleBooleanProperty booleanProperty concode_elem_sep StringConverter<Object> converter concode_elem_sep Callback<Object,ObservableValue<Boolean>> callback concode_field_sep void testStatic_forListView_callback_2_ensureCellHasSetStringConverter concode_elem_s... |
JAXBElement < ? extends EXTemporalExtentType > function ( ) { return exTemporalExtent ; } | gets the value of the extemporalextent property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep JAXBElement<? extends EXTemporalExtentType> exTemporalExtent ... |
String function ( Date arg0 ) { return formatDate ( arg0 , PATTERN_RFC1123 ) ; } | formats the given date according to the rfc 1123 pattern . concode_field_sep String PATTERN_RFC1123 concode_elem_sep Date DEFAULT_TWO_DIGIT_YEAR_START concode_elem_sep TimeZone GMT concode_elem_sep String[] DEFAULT_PATTERNS concode_elem_sep String PATTERN_RFC1036 concode_elem_sep ThreadLocal<SoftReference<Map<String,Si... |
String function ( ) { if ( this . entropy == null ) setEntropy ( this . toString ( ) ) ; return ( this . entropy ) ; } | return the entropy increaser value , or compute a semi-useful value if this string has not yet been set . 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_ALGORITH... |
T function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List < EClass > loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( loc0 . get ( 0 ) , arg1 ) ; } } | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep BusinesstasksPackage modelPackage concode_field_sep T defaultCase concode_elem_sep T caseTaskAgent |
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext |
void function ( Session arg0 ) { this . participants . add ( arg0 ) ; } | adds a new participant to the broadcast list . concode_field_sep Vector<ChatroomMessage> messages concode_elem_sep Vector<Session> participants concode_field_sep String print concode_elem_sep void addMessage |
MapillaryAbstractImage function ( ) { synchronized ( MapillaryAbstractImage . class ) { if ( this . getSequence ( ) == null ) return null ; return this . getSequence ( ) . previous ( this ) ; } } | if the mapillaryimage belongs to a mapillarysequence , returns the previous image in the sequence . concode_field_sep MapillarySequence sequence concode_elem_sep LatLon movingLatLon concode_elem_sep boolean visible concode_elem_sep LatLon latLon concode_elem_sep double tempCa concode_elem_sep double movingCa concode_el... |
int function ( ) { return container . size ( ) ; } | returns the number of elements contained in the queue . concode_field_sep Deque<T> container concode_field_sep T pop concode_elem_sep T head concode_elem_sep void clear concode_elem_sep String toString concode_elem_sep void push concode_elem_sep boolean remove |
JoinSequence function ( Joinable arg0 , String arg1 ) { this . rootAlias = arg1 ; this . rootJoinable = arg0 ; return this ; } | set the root of this joinsequence . in sql terms , this would be the driving table . concode_field_sep StringBuilder conditions concode_elem_sep JoinSequence next concode_elem_sep SessionFactoryImplementor factory concode_elem_sep boolean isFromPart concode_elem_sep String[] lhsColumns concode_elem_sep String rootAlias... |
boolean function ( KeyCacheObject arg0 ) { assert arg0 != null ; return totalCnt == 1 || arg0 . hashCode ( ) % totalCnt == id ; } | check whether this worker owns particular key . concode_field_sep GridCacheAdapter<K,V> cache concode_elem_sep int totalCnt concode_elem_sep boolean readers concode_elem_sep IgniteLogger log concode_elem_sep GridCacheContext<K,V> ctx concode_elem_sep GridCacheVersion obsoleteVer concode_elem_sep int id concode_field_se... |
String function ( ) { return messageFormatSupport . getFormatString ( ) ; } | returns the format string used in the message format . concode_field_sep Locale locale concode_elem_sep MessageFormatSupport messageFormatSupport concode_field_sep Object getValue concode_elem_sep MessageFormatFilter clone concode_elem_sep void setFormatString concode_elem_sep String getNullString concode_elem_sep void... |
void function ( final ExportFlag arg0 ) { productsFlag = arg0 ; } | set the export flag for products . concode_field_sep ExportFlag userRolesFlag concode_elem_sep String attachedFilePath concode_elem_sep String[] limitedTypesName concode_elem_sep ExportFlag categoriesFlag concode_elem_sep ExportFlag productsFlag concode_elem_sep String[] limitedProductsName concode_elem_sep boolean exp... |
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... |
Lambda1 < A1 , R2 > function ( final Lambda1 < A1 , R1 > arg0 , final Lambda1 < R1 , R2 > arg1 ) { return new Lambda1 < A1 , R2 > ( ) { public R2 apply ( A1 arg2 ) { return arg1 . apply ( arg0 . apply ( arg2 ) ) ; } } ; } | combines two functions so that the second is applied to the result of the first . concode_field_sep PlaceHolder placeHolder concode_field_sep AccT foldr concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep List<R> mapList conco... |
void function ( HomeController arg0 , BuySellController arg1 , WatchlistController arg2 ) { homeController = arg0 ; buySellController = arg1 ; watchListController = arg2 ; } | a setter for the controllers . concode_field_sep Button eqButton concode_elem_sep ObservableList<EquityInfo> equityData concode_elem_sep TableColumn<EquityInfo,String> Ticker concode_elem_sep BuySellController buySellController concode_elem_sep TableView<EquityInfo> equityTable concode_elem_sep TextField indexField con... |
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_StateA : return stateVector [ 0 ] == State . main_region_StateA ; case main_region_StateB : return stateVector [ 0 ] == State . main_region_StateB ; default : return false ; } } | returns true if the given state is currently active otherwise false . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean v2 concode_elem_sep long value concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface con... |
Test function ( int arg0 ) { return fTests . get ( arg0 ) ; } | returns the test at the given index concode_field_sep String fName concode_elem_sep Vector<Test> fTests concode_field_sep void setName concode_elem_sep int testCount concode_elem_sep void addTestSuite concode_elem_sep String getName concode_elem_sep void addTestMethod concode_elem_sep void run concode_elem_sep boolean ... |
void function ( FacesContext arg0 , FormEndRenderer arg1 ) { Map loc0 = arg0 . getAttributes ( ) ; ArrayList loc1 = ( ArrayList ) loc0 . get ( FormEndRendering . class . getName ( ) ) ; if ( loc1 == null ) { loc1 = new ArrayList ( ) ; loc0 . put ( FormEndRendering . class . getName ( ) , loc1 ) ; } loc1 . add ( arg1 ) ... | register formendrenderer to the list of renderers . concode_field_sep PlaceHolder placeHolder concode_field_sep void renderIntoForm |
NotificationBuilder function ( int arg0 ) { P . arg0 = arg0 ; return this ; } | set the default notification options that will be used . the value should be one or more of the following fields combined with bitwise-or : default_sound , default_vibrate , default_lights . for all default values , use default_all . concode_field_sep int streamType concode_elem_sep PendingIntent fullScreenIntent conco... |
List < Component > function ( ) { if ( component == null ) { component = new ArrayList < Component > ( ) ; } return this . component ; } | gets the value of the component property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the component property . for example , to add a new item , d... |
List < String > function ( ) { List < String > loc0 = new LinkedList < String > ( ) ; String loc1 = batchPresentation . getClassPresentation ( ) . getRestrictions ( ) ; if ( ! Strings . isNullOrEmpty ( loc1 ) ) { loc0 . add ( loc1 ) ; } return loc0 ; } | generates expressions to satisfy classpresentation restriction . concode_field_sep boolean isOrderByInheritance concode_elem_sep Map<String,QueryParameter> placeholders concode_elem_sep StringBuilder query concode_elem_sep BatchPresentation batchPresentation concode_elem_sep HibernateCompilerAliasMapping aliasMapping c... |
int function ( ) { return _syncDLObjectLocalService . getSyncDLObjectsCount ( ) ; } | returns the number of sync d l objects . concode_field_sep SyncDLObjectLocalService _syncDLObjectLocalService concode_field_sep long getLatestModifiedTime concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep void set... |
Document function ( String arg0 ) { return createDocumentBuilder ( ) . parse ( new InputSource ( new StringReader ( arg0 ) ) ) ; } | convert xml string to a document . concode_field_sep PlaceHolder placeHolder concode_field_sep DocumentBuilder createDocumentBuilder concode_elem_sep String loadFileAsString |
E function ( ) { return null ; } | always returns null . concode_field_sep EmptyMutableObjectIterator<Object> INSTANCE concode_field_sep MutableObjectIterator<E> get |
void function ( byte [ ] arg0 ) { length = arg0 . length ; userSuppliedLength = length ; data = arg0 ; offset = 0 ; } | sets the data buffer for this datagram packet . the length of the datagram packet is set to the buffer length . concode_field_sep InetAddress address concode_elem_sep byte[] data concode_elem_sep int offset concode_elem_sep int length concode_elem_sep int userSuppliedLength concode_elem_sep int port concode_field_sep v... |
void function ( GerritTriggeredEvent arg0 ) { this . event = arg0 ; } | the event that started the build s . concode_field_sep int totalBuildsToStart concode_elem_sep int startedBuilds concode_elem_sep GerritTriggeredEvent event concode_field_sep GerritTriggeredEvent getEvent concode_elem_sep int getStartedBuilds concode_elem_sep void setStartedBuilds concode_elem_sep void setTotalBuildsTo... |
void function ( View arg0 ) { arg0 . setSystemUiVisibility ( View . SYSTEM_UI_FLAG_LAYOUT_STABLE | View . SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | View . SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN ) ; } | this snippet shows the system bars . it does this by removing all the flags except for the ones that make the content appear under the system bars . concode_field_sep PlaceHolder placeHolder concode_field_sep Bitmap snapShotWithoutStatusBar concode_elem_sep int getStatusHeight concode_elem_sep Bitmap snapShotWithStatus... |
void function ( ) { HighLowRenderer loc0 = new HighLowRenderer ( ) ; HighLowRenderer loc1 = new HighLowRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testEquals |
long function ( ) { return vs_flag ; } | get long value of the vs flag concode_field_sep long dir_flag concode_elem_sep long vs_flag concode_elem_sep String label concode_elem_sep long vsType concode_elem_sep long objectType concode_elem_sep long meta_type concode_elem_sep long mode concode_elem_sep long dir_type concode_elem_sep long known concode_elem_sep S... |
java . lang . String function ( ) { return _release . getTestString ( ) ; } | returns the test string of this release . concode_field_sep Release _release concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildNumber concode_elem_sep boolean isEscapedModel concode_elem_sep b... |
IProject function ( GeneratorEntry arg0 ) { FeatureConfiguration loc0 = getOutletFeatureConfiguration ( arg0 ) ; String loc1 = loc0 . getParameterValue ( OUTLET_FEATURE_TARGET_PROJECT ) . getStringValue ( ) ; IProject loc2 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getProject ( loc1 ) ; return loc2 ; } | returns an iproject for the configured target project . the iproject is returned even if the project does not exist yet . concode_field_sep PlaceHolder placeHolder concode_field_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfig... |
DateTime function ( ) { return importDateTime ; } | gets the value of the importdatetime property . concode_field_sep DateTime lastModifiedDateTime concode_elem_sep List<Long> userDefinedCustomTargetingValueIds concode_elem_sep String name concode_elem_sep List<CmsContent> cmsSources concode_elem_sep Long id concode_elem_sep ContentStatusDefinedBy statusDefinedBy concod... |
KeyInfoType function ( ) { return signerInfo ; } | gets the value of the signerinfo property . concode_field_sep KeyInfoType signerInfo concode_elem_sep List<InputDataType> referenceInputData concode_elem_sep List<ManifestRefsCheckResultType> xmldsigManifestCheck concode_elem_sep List<InputDataType> hashInputData concode_elem_sep ReferencesCheckResultType signatureMani... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.