idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
12,700 | returns the id of the statement in use when this event was created . concode_field_sep byte TYPE_QUERY concode_elem_sep String hostName concode_elem_sep byte TYPE_OBJECT_CREATION concode_elem_sep String catalog concode_elem_sep int catalogIndex concode_elem_sep String durationUnits concode_elem_sep byte TYPE_EXECUTE co... | int function ( ) { return this . statementId ; } |
12,701 | a heartbeatmgr may not be active established on initialization so , we need to provide a way to initialize the metadata from the connection data concode_field_sep int sBeatIntervalDefault concode_elem_sep BeatStatus status concode_elem_sep int failures concode_elem_sep int sFailureToSendThresholdDefault concode_elem_se... | void function ( Channel arg0 , SocketAddress arg1 ) { this . channel = arg0 ; this . sa = arg1 ; } |
12,702 | parse the root response and return each entity as a json node in a list concode_field_sep NamedResource parent concode_elem_sep String SLASH concode_elem_sep String accept concode_field_sep NamedResource getParent concode_elem_sep WebResource resource concode_elem_sep void addToUrl concode_elem_sep JsonNode getEntity c... | List < JsonNode > function ( JsonNode arg0 ) { return getNodesAsList ( "srini_string" , arg0 ) ; } |
12,703 | the upload id for the layer upload . this parameter is passed to further uploadlayerpart and completelayerupload operations . concode_field_sep String uploadId concode_elem_sep Long partSize concode_field_sep void setPartSize concode_elem_sep void setUploadId concode_elem_sep Long getPartSize concode_elem_sep int hashC... | String function ( ) { return this . uploadId ; } |
12,704 | gets the value of the count property . concode_field_sep List<JAXBElement<List<BigInteger>>> ps concode_elem_sep String material concode_elem_sep List<InputLocalOffset> inputs concode_elem_sep String name concode_elem_sep BigInteger count concode_elem_sep List<Extra> extras concode_field_sep void setName concode_elem_s... | BigInteger function ( ) { return count ; } |
12,705 | returns the ratio of cache loading attempts which threw exceptions . this is defined as loadexceptioncount / loadsuccesscount + loadexceptioncount , or 0.0 when loadsuccesscount + loadexceptioncount == 0 . concode_field_sep long totalLoadTime concode_elem_sep long evictionCount concode_elem_sep long hitCount concode_el... | double function ( ) { long loc0 = loadSuccessCount + loadExceptionCount ; return ( loc0 == 0 ) ? 0.0 : ( double ) loadExceptionCount / loc0 ; } |
12,706 | method `` createusagedependencyon '' . example analysis depends on the exitence of a dataprovider . this method must be called createusagedependencyon analysis , dataprovider . the created dependency is added to the dataprovider in its `` client dependencies '' and to the analysis in its `` supplier dependencies '' . s... | Dependency function ( String arg0 , ModelElement arg1 , ModelElement arg2 ) { Dependency loc0 = CoreFactory . eINSTANCE . createDependency ( ) ; loc0 . setKind ( arg0 ) ; loc0 . getClient ( ) . add ( arg1 ) ; loc0 . getSupplier ( ) . add ( arg2 ) ; return loc0 ; } |
12,707 | scale the region by the given scale amount . this re-constructs new region by scaling the rects that this region consists of . new rectis are computed by scaling coordinates by float , then rounded by roundf function to integers . this may results in less internal rects if 0 < scale < 1 . zero and negative scale result... | void function ( float arg0 ) { arg0 ( arg0 , null ) ; } |
12,708 | sets the offset of next ifd . concode_field_sep int mIfdId concode_elem_sep Map<Short,ExifTag> mExifTags concode_elem_sep int mOffsetToNextIfd concode_elem_sep int[] sIfds concode_field_sep int[] getIfds concode_elem_sep boolean checkCollision concode_elem_sep boolean equals concode_elem_sep void removeTag concode_elem... | void function ( int arg0 ) { mOffsetToNextIfd = arg0 ; } |
12,709 | returns a counter whose keys are the elements in this priority queue , and whose counts are the priorities in this queue . in the event there are multiple instances of the same element in the queue , the counter 's count will be the sum of the instances ' priorities . concode_field_sep double[] priorities concode_elem_... | Counter function ( ) { PriorityQueue < E > loc0 = clone ( ) ; Counter < E > loc1 = new Counter < E > ( ) ; while ( loc0 . hasNext ( ) ) { double loc2 = loc0 . getPriority ( ) ; E loc3 = loc0 . next ( ) ; loc1 . incrementCount ( loc3 , loc2 ) ; } return loc1 ; } |
12,710 | get query status . concode_field_sep int[] attrTypes concode_elem_sep int total concode_elem_sep int status concode_elem_sep SphinxWordInfo[] words concode_elem_sep String error concode_elem_sep float time concode_elem_sep String warning concode_elem_sep String[] fields concode_elem_sep int totalFound concode_elem_sep ... | int function ( ) { return status ; } |
12,711 | this method returns a class loaded from the context classloader , or the classloader supplied by a client . this is appropriate for jdbc drivers , model root classes , etc. . it is not appropriate for any class that extends one of the supplied classes or interfaces . concode_field_sep List<ClassLoader> externalClassLoa... | Class < ? > function ( String arg0 ) { Class < ? > loc0 ; for ( ClassLoader loc1 : externalClassLoaders ) { try { loc0 = Class . forName ( arg0 , true , loc1 ) ; return loc0 ; } catch ( Throwable loc2 ) { } } return internalClassForName ( arg0 ) ; } |
12,712 | determines how many initial operations a given operation data should have concode_field_sep Integer amountLeft concode_elem_sep OperationFactory factory concode_elem_sep Map<OperationType,OperationInfo> operations concode_elem_sep RouletteSelector selector concode_elem_sep Distribution distribution concode_elem_sep Map... | int function ( int arg0 , OperationData arg1 , OperationType arg2 ) { if ( arg0 <= 0 ) { return 0 ; } int loc0 = ( int ) Math . floor ( arg1 . getPercent ( ) * arg0 ) ; if ( loc0 < 0 ) { throw new IllegalArgumentException ( "srini_string" + loc0 + "srini_string" + arg2 . name ( ) ) ; } return loc0 ; } |
12,713 | returns the channel . concode_field_sep SocketChannel channel concode_elem_sep SessionRequestImpl sessionRequest concode_field_sep Object getAttachment concode_elem_sep SessionRequestImpl getSessionRequest | SocketChannel function ( ) { return this . channel ; } |
12,714 | get a copy of the map for diagnostics concode_field_sep Configuration conf concode_field_sep boolean isSingleSwitchByScriptPolicy concode_elem_sep boolean isSingleSwitch concode_elem_sep Configuration getConf concode_elem_sep String dumpTopology concode_elem_sep boolean isMappingSingleSwitch concode_elem_sep void setCo... | Map < String , String > function ( ) { return null ; } |
12,715 | sets the value of the name property . concode_field_sep BigInteger goalMs concode_elem_sep String name concode_elem_sep String id concode_field_sep void setGoalMs concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep BigInteger getGoalMs | void function ( final String arg0 ) { this . name = arg0 ; } |
12,716 | test ability to read old xml from hudson 1.105 or older . concode_field_sep Result r2 concode_elem_sep String $dollar concode_elem_sep List<?> l concode_elem_sep Map<?,?> m concode_elem_sep ConcurrentHashMap<String,String> m concode_elem_sep String s concode_elem_sep String under_1 concode_elem_sep String _leadUnder1 c... | void function ( ) { Bar loc0 = ( Bar ) new XStream2 ( ) . fromXML ( "srini_string" ) ; assertEquals ( "srini_string" , loc0 . s ) ; } |
12,717 | invoked when the mouse exits a component . concode_field_sep boolean finished concode_field_sep void mouseReleased concode_elem_sep boolean endInteraction concode_elem_sep void keyPressed concode_elem_sep void mouseDragged concode_elem_sep void mouseEntered concode_elem_sep void mouseClicked concode_elem_sep void reset... | void function ( MouseEvent arg0 ) { resetTransform ( arg0 ) ; } |
12,718 | looks up the value of the environment variable . concode_field_sep Marker LOOKUP concode_elem_sep Logger LOGGER concode_field_sep String formatDate | String function ( final LogEvent arg0 , final String arg1 ) { return formatDate ( arg0 . getTimeMillis ( ) , arg1 ) ; } |
12,719 | get code concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_s... | Integer function ( ) { return code ; } |
12,720 | visits an annotation of the class . concode_field_sep ClassVisitor cv concode_elem_sep int api concode_field_sep FieldVisitor visitField concode_elem_sep AnnotationVisitor visitTypeAnnotation concode_elem_sep void visitInnerClass concode_elem_sep void visitEnd concode_elem_sep void visitOuterClass concode_elem_sep void... | AnnotationVisitor function ( String arg0 , boolean arg1 ) { if ( cv != null ) { return cv . visitAnnotation ( arg0 , arg1 ) ; } return null ; } |
12,721 | evaluate the json path expression against the response content and assert that the result is equal to the supplied value . concode_field_sep JsonPathExpectationsHelper jsonPathHelper concode_elem_sep String prefix concode_field_sep ResultMatcher isBoolean concode_elem_sep JsonPathResultMatchers prefix concode_elem_sep ... | ResultMatcher function ( final Object arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) throws Exception { jsonPathHelper . assertValue ( getContent ( arg1 ) , arg0 ) ; } } ; } |
12,722 | cancel all calls currently enqueued or executing . includes calls executed both @linkplain call #execute synchronously and @linkplain call #enqueue asynchronously . concode_field_sep ExecutorService executorService concode_elem_sep Deque<RealCall> runningSyncCalls concode_elem_sep int maxRequestsPerHost concode_elem_se... | void function ( ) { for ( AsyncCall loc0 : readyAsyncCalls ) { loc0 . get ( ) . cancel ( ) ; } for ( AsyncCall loc0 : runningAsyncCalls ) { loc0 . get ( ) . cancel ( ) ; } for ( RealCall loc0 : runningSyncCalls ) { loc0 . cancel ( ) ; } } |
12,723 | initialize the pool . concode_field_sep Cluster _cluster concode_elem_sep Map<String,Node> _nodeIdToNode concode_elem_sep String _topId concode_elem_sep Set<ExecutorDetails> _lastSlot concode_elem_sep LinkedList<Set<ExecutorDetails>> _slots concode_elem_sep Logger LOG concode_elem_sep HashMap<String,List<ExecutorDetail... | void function ( Cluster arg0 , Map < String , Node > arg1 ) { _cluster = arg0 ; _nodeIdToNode = arg1 ; } |
12,724 | writes the state to the stream . concode_field_sep byte ZRULES concode_elem_sep long serialVersionUID concode_elem_sep byte ZOTRULE concode_elem_sep byte type concode_elem_sep byte ZOT concode_elem_sep Object object concode_field_sep void writeExternal concode_elem_sep Object read concode_elem_sep Object readResolve co... | void function ( ZoneOffset arg0 , DataOutput arg1 ) { final int loc0 = arg0 . getTotalSeconds ( ) ; int loc1 = loc0 % 900 == 0 ? loc0 / 900 : 127 ; arg1 . writeByte ( loc1 ) ; if ( loc1 == 127 ) { arg1 . writeInt ( loc0 ) ; } } |
12,725 | alimente le nom du joueur . concode_field_sep boolean _white concode_elem_sep String _name concode_elem_sep Engine _engine concode_elem_sep PropertyChangeSupport _propertyChangeSupport concode_field_sep void setEngine concode_elem_sep String getName concode_elem_sep Engine getEngine concode_elem_sep boolean isWhite con... | void function ( final String arg0 ) { assert arg0 != null ; if ( ! _name . equals ( arg0 ) ) { final String loc0 = _name ; _name = arg0 ; _propertyChangeSupport . firePropertyChange ( "srini_string" , loc0 , _name ) ; } } |
12,726 | when a ua has been successfully un registered . concode_field_sep NameAddress remote_user concode_elem_sep MessageAgent ma concode_elem_sep Log log concode_elem_sep RegisterAgent ra concode_field_sep void onMaReceivedMessage concode_elem_sep String getRemoteUser concode_elem_sep void unregister concode_elem_sep void un... | void function ( RegisterAgent arg0 , NameAddress arg1 , NameAddress arg2 , String arg3 ) { printLog ( "srini_string" + arg3 , LogLevel . HIGH ) ; } |
12,727 | returns whether #lazystacktrace will use the special implementation described in itsdocumentation . concode_field_sep Method getStackTraceElementMethod concode_elem_sep String SHARED_SECRETS_CLASSNAME concode_elem_sep Method getStackTraceDepthMethod concode_elem_sep String JAVA_LANG_ACCESS_CLASSNAME concode_elem_sep Ob... | boolean function ( ) { return getStackTraceElementMethod != null & getStackTraceDepthMethod != null ; } |
12,728 | override the default global configuration web.xml with an application provided one . concode_field_sep String globalConfiguration concode_elem_sep String GSE_INF_WEB_XML concode_elem_sep String GSE_INF_VERSION_PROPERTIES concode_field_sep WebAppConfiguration getGlobalConfiguration concode_elem_sep String getClassloader... | void function ( String arg0 ) { globalConfiguration = arg0 ; } |
12,729 | return the port this module listens on as defined by the protocol concode_field_sep ServerSocket _server concode_elem_sep boolean listening concode_elem_sep LIModuleGUI _gui concode_elem_sep int numberConnections concode_elem_sep HoneyRJ _parent concode_elem_sep TreeMap<Date,LogFile> _logFiles concode_elem_sep LIProtoc... | int function ( ) { return _protocol . getPort ( ) ; } |
12,730 | print the dom document using the specified writer . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encode concode_elem_sep byte[] encode concode_elem_sep byte[] encode concode_elem_sep void encodeHeader concode_elem_sep void encodeOptions concode_elem_sep ExiOptions getOptions concode_elem_sep void ... | void function ( Document arg0 , Writer arg1 ) { OutputFormat loc0 = new OutputFormat ( arg0 ) ; loc0 . setIndenting ( true ) ; loc0 . setIndent ( 2 ) ; XMLSerializer loc1 = new XMLSerializer ( arg1 , loc0 ) ; loc1 . setNamespaces ( true ) ; loc1 . serialize ( arg0 ) ; } |
12,731 | 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 ; } |
12,732 | sets the host concode_field_sep int port concode_elem_sep int connectAttemptsMax concode_elem_sep String clientId concode_elem_sep QoS willQos concode_elem_sep String userName concode_elem_sep boolean cleanSession concode_elem_sep short keepAliveInterval concode_elem_sep boolean willRetain concode_elem_sep String passw... | void function ( String arg0 ) { this . host = arg0 ; } |
12,733 | removes the user groups from the team . concode_field_sep Log _log concode_field_sep void deleteUserGroup concode_elem_sep com.liferay.portal.kernel.model.UserGroupSoap addUserGroup concode_elem_sep com.liferay.portal.kernel.model.UserGroupSoap addUserGroup concode_elem_sep void addGroupUserGroups concode_elem_sep void... | void function ( long arg0 , long [ ] arg1 ) { try { UserGroupServiceUtil . unsetTeamUserGroups ( arg0 , arg1 ) ; } catch ( Exception loc0 ) { _log . error ( loc0 , loc0 ) ; throw new RemoteException ( loc0 . getMessage ( ) ) ; } } |
12,734 | sets the shape this shape painter is associated with . concode_field_sep Shape shape concode_elem_sep Paint paint concode_field_sep Shape getPaintedArea concode_elem_sep Rectangle2D getSensitiveBounds2D concode_elem_sep void paint concode_elem_sep Rectangle2D getPaintedBounds2D concode_elem_sep Shape getShape concode_e... | void function ( Shape arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( ) ; } this . shape = arg0 ; } |
12,735 | specifies the name of the akka configuration . this is required . concode_field_sep DatastoreContext.Builder datastoreContextBuilder concode_elem_sep Address MEMBER_1_ADDRESS concode_elem_sep DistributedDataStore configDataStore concode_elem_sep boolean createOperDatastore concode_elem_sep boolean cleanedUp concode_ele... | Builder function ( String arg0 ) { this . akkaConfig = arg0 ; return this ; } |
12,736 | gets the value of the readonlyrecommended property . concode_field_sep Object parent concode_elem_sep Long spinCount concode_elem_sep byte[] saltValue concode_elem_sep byte[] reservationPassword concode_elem_sep String userName concode_elem_sep Boolean readOnlyRecommended concode_elem_sep String algorithmName concode_e... | boolean function ( ) { if ( readOnlyRecommended == null ) { return false ; } else { return readOnlyRecommended ; } } |
12,737 | returns a data fragment index . plan to deprecate it in favor of using getfragmentmetadata . concode_field_sep String resolver concode_elem_sep String filterString concode_elem_sep int dataFragment concode_elem_sep String remoteLogin concode_elem_sep int totalSegments concode_elem_sep String accessor concode_elem_sep b... | int function ( ) { return dataFragment ; } |
12,738 | sets the arguments parameters used by the plugin . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getName concode_... | void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; } |
12,739 | given a tag value , determines the field number the upper 29 bits . concode_field_sep int MESSAGE_SET_ITEM_TAG concode_elem_sep int MESSAGE_SET_MESSAGE_TAG concode_elem_sep int WIRETYPE_FIXED64 concode_elem_sep int MESSAGE_SET_TYPE_ID concode_elem_sep int WIRETYPE_END_GROUP concode_elem_sep int wireType concode_elem_se... | int function ( final int arg0 ) { return arg0 >>> TAG_TYPE_BITS ; } |
12,740 | setter for audiencerest . concode_field_sep String country concode_elem_sep IPersonalAttributeList totalAttributeList concode_elem_sep Logger LOG concode_elem_sep String message concode_elem_sep DateTime notBefore concode_elem_sep String samlId concode_elem_sep boolean fail concode_elem_sep byte[] tokenSaml concode_ele... | void function ( final String arg0 ) { this . audienceRest = arg0 ; } |
12,741 | simulates a factory method that wraps the supplied object in a proxy of the same type . concode_field_sep PlaceHolder placeHolder concode_field_sep T createVMock concode_elem_sep MySimpleInterfaceType string concode_elem_sep void readIntegerArrayInputMessage concode_elem_sep void genericMethodReturnTypes concode_elem_s... | T function ( T arg0 ) { return null ; } |
12,742 | gets the value of the newexpirydate property . concode_field_sep DataBalanceWithUnlimited dataBalanceAfter concode_elem_sep BigDecimal dedicatedAccountBefore concode_elem_sep BigDecimal dedicatedAccountAfter concode_elem_sep String clientName concode_elem_sep BigDecimal decrementRateBefore concode_elem_sep String dedic... | XMLGregorianCalendar function ( ) { return newExpiryDate ; } |
12,743 | determine if an 8-bit us-ascii encoded character is represents whitespace concode_field_sep boolean[] WHITESPACE concode_field_sep int trimLeadingWhitespace concode_elem_sep int trimTrailingWhitespace | boolean function ( byte arg0 ) { return WHITESPACE [ arg0 & 0xff ] ; } |
12,744 | returns the ip version of the prefix . concode_field_sep short prefixLength concode_elem_sep int MAX_INET6_MASK_LENGTH concode_elem_sep IpAddress address concode_elem_sep int MAX_INET_MASK_LENGTH concode_field_sep int prefixLength concode_elem_sep void checkPrefixLength concode_elem_sep boolean contains concode_elem_se... | IpAddress . Version function ( ) { return address . version ( ) ; } |
12,745 | gets the descriptor encoding for a class . concode_field_sep PlaceHolder placeHolder concode_field_sep String getEncodingOfMember concode_elem_sep Class getClassForEncoding concode_elem_sep Class getClassForEncoding concode_elem_sep String getEncodingOfConstructor concode_elem_sep String getEncodingOfMethod | String function ( Class arg0 , boolean arg1 ) { return getEncodingOfClass ( arg0 . getName ( ) , arg1 ) ; } |
12,746 | overridden by subclasses to finalize framework initialization . concode_field_sep Observer observer concode_elem_sep Logger log concode_elem_sep NSMutableArray launchingFrameworks concode_elem_sep NSMutableDictionary initializedFrameworks concode_field_sep void finishInitialization concode_elem_sep T sharedInstance con... | void function ( ) { } |
12,747 | sac : implements org.w3c.css.sac.conditionfactory #createnegativecondition condition . concode_field_sep String classLocalName concode_elem_sep String idNamespaceURI concode_elem_sep String classNamespaceURI concode_elem_sep String idLocalName concode_field_sep LangCondition createLangCondition concode_elem_sep Combina... | NegativeCondition function ( Condition arg0 ) { throw new CSSException ( "srini_string" ) ; } |
12,748 | run all demos . concode_field_sep String IOR_FILE concode_elem_sep DemoTester object concode_field_sep void testWideNarrowStrings concode_elem_sep TreeNode nod concode_elem_sep void testSystemException concode_elem_sep void testParameters concode_elem_sep void testStringArray concode_elem_sep void testTree concode_elem... | void function ( ) { testHello ( ) ; testField ( ) ; testParameters ( ) ; testStringArray ( ) ; testStructure ( ) ; testWideNarrowStrings ( ) ; testTree ( ) ; testSystemException ( ) ; testUserException ( ) ; } |
12,749 | method which opens a new impressdocument concode_field_sep HashMap<String,SOfficeFactory> lookup concode_elem_sep XComponentLoader oCLoader concode_field_sep com.sun.star.table.XCell getFirstTableCell concode_elem_sep XShape createShape concode_elem_sep XComponent loadDocument concode_elem_sep XComponent loadDocument c... | XComponent function ( String arg0 ) { return openDoc ( "srini_string" , arg0 ) ; } |
12,750 | get the user name concode_field_sep String VO_ARRAY_LABEL concode_elem_sep String VO_LABEL concode_elem_sep String grade concode_elem_sep String testForm concode_elem_sep String testID concode_elem_sep String testDescription concode_elem_sep String userName concode_elem_sep String testName concode_field_sep String getT... | String function ( ) { return this . userName ; } |
12,751 | sets the company id of this journal article image . concode_field_sep JournalArticleImage _journalArticleImage concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_se... | void function ( long arg0 ) { _journalArticleImage . setCompanyId ( arg0 ) ; } |
12,752 | sets the value of the csm5 property . concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String countryCd concode_elem_sep String stateProvince concode_elem_sep String isActive concode_elem_sep String poBox concode_elem_sep String addressTypeCd concode_elem_sep String buildingNum concode_ele... | void function ( String arg0 ) { this . csm5 = arg0 ; } |
12,753 | sets the value of the condition property . concode_field_sep String condition concode_field_sep String getCondition | void function ( String arg0 ) { this . condition = arg0 ; } |
12,754 | the virtual tape library vtl device that the virtual tape is associated with . concode_field_sep String vTLDevice concode_elem_sep String tapeStatus concode_elem_sep String tapeARN concode_elem_sep Double progress concode_elem_sep String tapeBarcode concode_elem_sep Long tapeSizeInBytes concode_field_sep Tape withTapeA... | String function ( ) { return this . vTLDevice ; } |
12,755 | returns a range of all the kaleo tasks . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #all... | java . util . List < com . liferay . portal . workflow . kaleo . model . KaleoTask > function ( int arg0 , int arg1 ) { return _kaleoTaskLocalService . getKaleoTasks ( arg0 , arg1 ) ; } |
12,756 | the date and time of the last change in status . concode_field_sep java.util.Date lastStatusChange concode_elem_sep Integer acceptedRouteCount concode_elem_sep String outsideIpAddress concode_elem_sep String statusMessage concode_elem_sep String status concode_field_sep String getOutsideIpAddress concode_elem_sep VgwTe... | VgwTelemetry function ( java . util . Date arg0 ) { setLastStatusChange ( arg0 ) ; return this ; } |
12,757 | this method is used to to set the unique identifier associated with this table . concode_field_sep boolean m_resourceFlag concode_elem_sep String m_name concode_elem_sep ArrayList<Column> m_columns concode_elem_sep int m_id concode_field_sep void setName concode_elem_sep void setResourceFlag concode_elem_sep void addCo... | void function ( int arg0 ) { m_id = arg0 ; } |
12,758 | compareto . concode_field_sep Map<String,String> metadata concode_elem_sep String NAME concode_elem_sep List<String> sideboard concode_elem_sep String DIFFICULTY concode_elem_sep String COMMENT concode_elem_sep List<String> main concode_elem_sep String DECK_TYPE concode_elem_sep String DESCRIPTION concode_elem_sep long... | int function ( Deck arg0 ) { return getName ( ) . compareTo ( arg0 . getName ( ) ) ; } |
12,759 | if true : the mailbox has been marked `` interesting '' by the server ; the mailbox probably contains messages that have been added since the last time the mailbox was selected . concode_field_sep boolean marked concode_elem_sep String mailbox concode_elem_sep char delimiter concode_elem_sep boolean unmarked concode_el... | boolean function ( ) { return marked ; } |
12,760 | get a named timer for the specified tile entity type to track type specific timings . concode_field_sep Timing dataOfferKey concode_elem_sep Timing dataOfferMultiManipulators concode_elem_sep Timing playerListTimer concode_elem_sep Timing dataOfferManipulator concode_elem_sep Timing antiXrayUpdateTimer concode_elem_sep... | Timing function ( TileEntity arg0 ) { TileEntityType loc0 = arg0 . getType ( ) ; String loc1 = loc0 != null ? loc0 . getId ( ) : arg0 . getClass ( ) . getName ( ) ; return SpongeTimingsFactory . ofSafe ( "srini_string" , "srini_string" + loc1 ) ; } |
12,761 | obtains the name of the versioned module or informal unit . this data is read from the version information for the package . concode_field_sep String UNAVAILABLE concode_elem_sep String infoRelease concode_elem_sep String PROPERTY_TIMESTAMP concode_elem_sep String infoPackage concode_elem_sep String infoModule concode_... | String function ( ) { return infoModule ; } |
12,762 | returns the billing id . concode_field_sep double taxesPercentage concode_elem_sep long billingId concode_elem_sep String productId concode_elem_sep String title concode_elem_sep Date transactionDate concode_elem_sep String transactionId concode_elem_sep String cancelledTransactionId concode_elem_sep String cancellatio... | long function ( ) { return billingId ; } |
12,763 | gets the name of this time zone to be displayed in the ui . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep String getTime con... | String function ( ) { return dislayName ; } |
12,764 | returns the mapping from the task code in the individuals to the task code in the logreader object that was provided to the constructor of this class . concode_field_sep LogAbstraction logAbstraction concode_elem_sep DependencyRelationBuilder depRelBuilder concode_elem_sep DoubleMatrix1D start concode_elem_sep Random g... | int [ ] function ( ) { return duplicatesMapping ; } |
12,765 | gets the value of the to property . concode_field_sep String from concode_elem_sep String to concode_field_sep void setFrom concode_elem_sep void setTo concode_elem_sep String getFrom | String function ( ) { return to ; } |
12,766 | get the world manifold . concode_field_sep ContactEdge m_nodeB concode_elem_sep Fixture m_fixtureB concode_elem_sep float m_toiCount concode_elem_sep Manifold oldManifold concode_elem_sep Fixture m_fixtureA concode_elem_sep int m_flags concode_elem_sep IWorldPool pool concode_elem_sep Contact m_prev concode_elem_sep Co... | void function ( WorldManifold arg0 ) { final Body loc0 = m_fixtureA . getBody ( ) ; final Body loc1 = m_fixtureB . getBody ( ) ; final Shape loc2 = m_fixtureA . getShape ( ) ; final Shape loc3 = m_fixtureB . getShape ( ) ; arg0 . initialize ( m_manifold , loc0 . getTransform ( ) , loc2 . m_radius , loc1 . getTransform ... |
12,767 | adds the product to items . concode_field_sep CartManager instance concode_elem_sep List<CartItem> mAllItems concode_field_sep String generateStringForMail concode_elem_sep void removeItem concode_elem_sep void decrementQuantityOfProduct concode_elem_sep String getSubTotal concode_elem_sep void incrementQuantityOfProdu... | void function ( Product arg0 ) { this . mAllItems . add ( new CartItem ( arg0 ) ) ; } |
12,768 | unwraps the root exception that caused the specified executionexception and returns it . if it was not an instance of amazonclientexception , it is wrapped as an amazonclientexception . concode_field_sep TransferState state concode_elem_sep Collection<TransferStateChangeListener> stateChangeListeners concode_elem_sep S... | AmazonClientException function ( ExecutionException arg0 ) { Throwable loc0 = arg0 . getCause ( ) ; if ( loc0 instanceof AmazonClientException ) return ( AmazonClientException ) loc0 ; return new AmazonClientException ( "srini_string" + loc0 . getMessage ( ) , loc0 ) ; } |
12,769 | after the call has gone through , return the call 's return value , or null in case it was void or an exception was thrown . concode_field_sep Object returnValue concode_elem_sep Log LOG concode_elem_sep Log log concode_elem_sep Logger logger concode_elem_sep int maxSleepTime concode_elem_sep Throwable thrown concode_e... | Object function ( ) { return returnValue ; } |
12,770 | specifies the color of the current vertex concode_field_sep int idxPos concode_elem_sep int maxVertices concode_elem_sep FloatBuffer normalsBuffer concode_elem_sep FloatBuffer colorsBuffer concode_elem_sep boolean hasTexCoords concode_elem_sep float[] positions concode_elem_sep float[] texCoords concode_elem_sep int id... | void function ( float arg0 , float arg1 , float arg2 , float arg3 ) { colors [ idxCols ] = arg0 ; colors [ idxCols + 1 ] = arg1 ; colors [ idxCols + 2 ] = arg2 ; colors [ idxCols + 3 ] = arg3 ; hasCols = true ; } |
12,771 | replaces variables of $ var : default with system.getproperty var , default . if no variables are found , returns the same string , otherwise a copy of the string with variables substituted concode_field_sep Logger log concode_field_sep List<String> parseStringList concode_elem_sep String _substituteVar concode_elem_se... | String function ( String arg0 ) { String loc0 = substituteVariable ( arg0 ) ; log . fine ( "srini_string" + arg0 + "srini_string" + loc0 ) ; return loc0 ; } |
12,772 | get the last updated time for this signupmeeting object concode_field_sep String recurId concode_elem_sep String hideStyle concode_elem_sep String availableStatus concode_elem_sep String creator concode_elem_sep Calendar cal concode_elem_sep List<SignupAttachment> attendeeAttachments concode_elem_sep boolean toDownload... | long function ( ) { return lastUpdatedTime ; } |
12,773 | this method adds new content . concode_field_sep Map<String,String> headers concode_elem_sep Map<String,Content> content concode_field_sep void setHeaders concode_elem_sep void setContent concode_elem_sep Map<String,String> getHeaders concode_elem_sep int hashCode concode_elem_sep Map<String,Content> getContent concode... | Message function ( String arg0 , String arg1 , String arg2 ) { content . put ( arg0 , new Content ( arg1 , arg2 ) ) ; return this ; } |
12,774 | returns the class name of the module described implementation . concode_field_sep String moduleClass concode_elem_sep String patchLevel concode_elem_sep String majorVersion concode_elem_sep String minorVersion concode_field_sep void setPatchLevel concode_elem_sep String getMajorVersion concode_elem_sep int hashCode con... | String function ( ) { return this . moduleClass ; } |
12,775 | the range of possible sequence numbers for the shard . concode_field_sep String parentShardId concode_elem_sep SequenceNumberRange sequenceNumberRange concode_elem_sep String shardId concode_elem_sep HashKeyRange hashKeyRange concode_elem_sep String adjacentParentShardId concode_field_sep void setAdjacentParentShardId ... | void function ( SequenceNumberRange arg0 ) { this . sequenceNumberRange = arg0 ; } |
12,776 | manage the title when the items are selected concode_field_sep BaseAdapter owner concode_elem_sep AbsListView.MultiChoiceModeListener mMultiChoiceModeListener concode_elem_sep AbsListView mAdapterView concode_elem_sep ActionMode actionMode concode_elem_sep String TAG concode_elem_sep boolean ignoreCheckedListener conco... | void function ( ActionMode arg0 ) { int loc0 = mAdapterView . getCheckedItemCount ( ) ; if ( loc0 > 0 ) { Resources loc1 = mAdapterView . getResources ( ) ; String loc2 = loc1 . getQuantityString ( R . plurals . card_selected_items , loc0 , loc0 ) ; arg0 . setTitle ( loc2 ) ; } } |
12,777 | sets 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 ITimedStatemachine getStatemachine concode_elem_sep int getIndex | void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; } |
12,778 | gets the value of the current property . concode_field_sep PassInfoType.PassRenewalAttribute.PassRenewalInterval passRenewalInterval concode_elem_sep long serialVersionUID concode_elem_sep BigInteger used concode_elem_sep BigInteger remaining concode_elem_sep String passType concode_elem_sep BigInteger current concode_... | BigInteger function ( ) { return current ; } |
12,779 | this method resets the outgoing events . concode_field_sep boolean ev concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep InternalOperationCallback operationCallback concode_elem_sep int nextStateIndex concode_elem_sep SCIInterface1Impl sCIInterface1 concode_elem_sep State[] stateVector concode_elem_sep boole... | void function ( ) { } |
12,780 | get the index of the parent gain . frameworks use only . concode_field_sep int mValues[] concode_elem_sep int mChannelMask concode_elem_sep int mMode concode_elem_sep AudioGain mGain concode_elem_sep int mIndex concode_elem_sep int mRampDurationMs concode_field_sep int mode concode_elem_sep int[] values concode_elem_se... | int function ( ) { return mIndex ; } |
12,781 | crops an image inside of the bounds specified by #resize int , int rather thandistorting the aspect ratio . this cropping technique scales the image so that it fills the requested bounds and then crops the extra . concode_field_sep boolean deferred concode_elem_sep boolean skipMemoryCache concode_elem_sep Request.Build... | RequestCreator function ( ) { data . centerCrop ( ) ; return this ; } |
12,782 | get the next available index . the index starts from 0 . concode_field_sep long startIndex concode_elem_sep Range range concode_elem_sep long indicesCount concode_elem_sep long length concode_elem_sep long next concode_elem_sep Log LOG concode_elem_sep Iterator<Range> rangeIterator concode_elem_sep TreeSet<Range> range... | Long function ( ) { long loc0 = next ; doNext ( ) ; return loc0 ; } |
12,783 | verifies if a bookmark node given by its id exists in the bookmark model . concode_field_sep int GET_NODE concode_elem_sep int GET_CHILDREN concode_elem_sep int GET_THUMBNAILS concode_elem_sep int GET_FAVICONS concode_elem_sep long INVALID_BOOKMARK_ID concode_elem_sep int GET_PARENT concode_elem_sep String TAG concode_... | boolean function ( Context arg0 , long arg1 ) { Boolean loc0 = chromeBrowserProviderCall ( Boolean . class , ChromeBrowserProvider . CLIENT_API_BOOKMARK_NODE_EXISTS , arg0 , argsToBundle ( arg1 ) ) ; return loc0 != null ? loc0 . booleanValue ( ) : false ; } |
12,784 | indicates whether some other name object is `` equal to '' this one concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep String toString concode_elem_sep String c... | boolean function ( Name arg0 ) { return arg0 != null && name . equals ( arg0 . getName ( ) ) ; } |
12,785 | sets the value of the destinationandaccountlist property . concode_field_sep String companyCode concode_elem_sep BigDecimal amount concode_elem_sep TypeComDoc documentType concode_elem_sep MultipleAccountLimitInformationDestinationAndAccountList destinationAndAccountList concode_elem_sep String positionCode concode_ele... | void function ( MultipleAccountLimitInformationDestinationAndAccountList arg0 ) { this . destinationAndAccountList = arg0 ; } |
12,786 | returns the number of characters represented by the given utf string . concode_field_sep String EMPTY_STRING concode_elem_sep byte[] EMPTY_BYTES concode_field_sep int getByteLength concode_elem_sep int getByteLength concode_elem_sep void charsToBytes concode_elem_sep int bytesToChars concode_elem_sep byte[] stringToByt... | int function ( byte [ ] arg0 ) { return getCharLength ( arg0 , 0 , arg0 . length ) ; } |
12,787 | formats the given float value . concode_field_sep String byteFormatString concode_elem_sep String longFormatString concode_elem_sep String continuousFormatString concode_elem_sep DecimalFormat doubleFormat concode_elem_sep DecimalFormat floatFormat concode_elem_sep DecimalFormat byteFormat concode_elem_sep String intFo... | String function ( float arg0 ) { DecimalFormat loc0 = getFloatFormat ( ) ; if ( loc0 != null ) { return loc0 . format ( arg0 ) ; } return Float . toString ( arg0 ) ; } |
12,788 | warning 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 s... | void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; } |
12,789 | sets the serial number of the multi-factor authentication device associated with the caller 's aws account . concode_field_sep String deviceSerialNumber concode_elem_sep String token concode_field_sep String getDeviceSerialNumber concode_elem_sep void setToken concode_elem_sep String getToken concode_elem_sep MultiFact... | void function ( String arg0 ) { this . deviceSerialNumber = arg0 ; } |
12,790 | getter for #ignorestartwith . concode_field_sep String newDumpFile concode_elem_sep String oldDumpFile concode_elem_sep boolean ignoreFunctionWhitespace concode_elem_sep String outCharsetName concode_elem_sep boolean addDefaults concode_elem_sep boolean outputIgnoredStatements concode_elem_sep boolean addTransaction co... | boolean function ( ) { return ignoreStartWith ; } |
12,791 | helper method - loads a testmodel from the given filename . concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory | Statechart function ( String arg0 ) { return AbstractTestModelsUtil . loadStatechart ( URI . createPlatformPluginURI ( VALIDATION_TESTMODEL_DIR + arg0 , true ) ) ; } |
12,792 | sets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep Statement getFilterStatement | void function ( Statement arg0 ) { this . filterStatement = arg0 ; } |
12,793 | sets whether or not to use async io i.e. a dedicated thread per writer . concode_field_sep boolean createMd5 concode_elem_sep boolean useAsyncIo concode_field_sep FastqWriter newWriter concode_elem_sep void setCreateMd5 | void function ( final boolean arg0 ) { this . useAsyncIo = arg0 ; } |
12,794 | validates that the passed parameter is not null or empty string , in case it is n't than illegalargumentexception is being thrown . concode_field_sep Map<String,Stock> stockMap concode_field_sep List<Stock> getAll concode_elem_sep Stock get concode_elem_sep long save concode_elem_sep Stock getBySymbol concode_elem_sep ... | void function ( String arg0 , String arg1 ) { validateNoNull ( arg0 , arg1 ) ; if ( arg0 . trim ( ) . length ( ) == 0 ) { throw new IllegalArgumentException ( MessageFormat . format ( "srini_string" , arg1 ) ) ; } } |
12,795 | map one color onto another from a limited palette . concode_field_sep long _totalGreen concode_elem_sep int _pixels concode_elem_sep int _color concode_elem_sep int _TRANSPARENCY_MASK concode_elem_sep OctreeQuantizer _tree concode_elem_sep int _BYTE_MASK concode_elem_sep long _totalBlue concode_elem_sep OctreeNode[] _l... | int function ( int arg0 ) { if ( _colorSet ) { return ( arg0 & _TRANSPARENCY_MASK ) | ( _color & _RGB_MASK ) ; } int loc0 = _setColorVals ( arg0 , false ) ; if ( _leaf [ loc0 ] == null ) return arg0 ; return _leaf [ loc0 ] . mapColor ( arg0 ) ; } |
12,796 | returns the fully qualified metric name , for example `` host-7 . taskmanager-2 . window_word_count . my-mapper . metricname '' concode_field_sep A parent concode_elem_sep MetricRegistry registry concode_elem_sep Map<String,AbstractMetricGroup> groups concode_elem_sep Map<String,String> variables concode_elem_sep Strin... | String function ( String arg0 , CharacterFilter arg1 ) { return getMetricIdentifier ( arg0 , arg1 , - 1 ) ; } |
12,797 | returns this hpai representation in textual format . concode_field_sep byte[] address concode_elem_sep int port concode_elem_sep int HPAI_SIZE concode_elem_sep int IPV4_UDP concode_elem_sep int length concode_elem_sep int hostprot concode_elem_sep int IPV4_TCP concode_field_sep void init concode_elem_sep int getPort co... | String function ( ) { return "srini_string" + ( hostprot == IPV4_UDP ? "srini_string" : "srini_string" ) + "srini_string" + getAddressString ( ) + "srini_string" + port ; } |
12,798 | unregisters a scheme . concode_field_sep ConcurrentHashMap<String,Scheme> registeredSchemes concode_field_sep Scheme getScheme concode_elem_sep Scheme getScheme concode_elem_sep Scheme get concode_elem_sep void setItems concode_elem_sep List<String> getSchemeNames concode_elem_sep Scheme register | Scheme function ( final String arg0 ) { Args . notNull ( arg0 , "srini_string" ) ; final Scheme loc0 = registeredSchemes . remove ( arg0 ) ; return loc0 ; } |
12,799 | sets the value of the oid property . concode_field_sep Integer index concode_elem_sep String attributeName concode_elem_sep Long oid concode_elem_sep Long tid concode_field_sep Long getTid concode_elem_sep void setAttributeName concode_elem_sep Integer getIndex concode_elem_sep void setIndex concode_elem_sep Long getOi... | void function ( Long arg0 ) { this . oid = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.