idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
18,000 | make a raw clientrequest cache results in the provided cache . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( ClientInterceptorRepository arg0 , BrowserCache arg1 ) { arg0 . getExecutionInterceptorList ( ) . addFirst ( new CacheInterceptor ( arg1 ) ) ; } |
18,001 | adds together two sets of schema locations concode_field_sep PlaceHolder placeHolder concode_field_sep String buildSchemaLocation concode_elem_sep void registerNamespaces | String [ ] function ( String [ ] arg0 , String [ ] arg1 ) { String [ ] loc0 = new String [ arg0 . length + arg1 . length ] ; System . arraycopy ( arg0 , 0 , loc0 , 0 , arg0 . length ) ; System . arraycopy ( arg1 , 0 , loc0 , arg0 . length , arg1 . length ) ; return loc0 ; } |
18,002 | sets the value of the experimentid property . concode_field_sep ExperimentDeltaStatus experimentDeltaStatus concode_elem_sep ExperimentDataStatus experimentDataStatus concode_elem_sep Long experimentId concode_elem_sep AdGroupExperimentBidMultipliers experimentBidMultipliers concode_field_sep ExperimentDataStatus getEx... | void function ( Long arg0 ) { this . experimentId = arg0 ; } |
18,003 | this orders the bsbundle s by reverse #bopid and by #shardid if the #bopid is the same . this order imposes abias to draw entries with higher #bopid s from an ordered collection . note : query plans are assigned bopids from 0 through n where higher bopids are assigned to operators that occur later in the query plan . t... | int function ( final BSBundle arg0 ) { int loc0 = ( bopId < arg0 . bopId ) ? 1 : ( ( bopId == arg0 . bopId ) ? 0 : - 1 ) ; if ( loc0 == 0 ) { loc0 = ( shardId < arg0 . shardId ) ? 1 : ( ( shardId == arg0 . shardId ) ? 0 : - 1 ) ; } return loc0 ; } |
18,004 | returns a valid processor name given a processor type . if no unique name is found , it will return the default jdbc type concode_field_sep String NAME concode_elem_sep String PROCESSOR_TYPE concode_elem_sep String UNIQUE_ID concode_elem_sep Map<String,IExtension> processorExtensionMap concode_elem_sep String JDBC_TYPE... | String function ( String arg0 ) { loadProcessors ( ) ; for ( String loc0 : processorNameMap . keySet ( ) ) { String loc1 = processorNameMap . get ( loc0 ) ; if ( loc0 . equalsIgnoreCase ( arg0 ) ) { return loc1 ; } } return JDBC_DEFAULT ; } |
18,005 | adds the given child handle to its parent 's cache of children . concode_field_sep HashSet projectsToUpdate concode_field_sep void traverseDelta concode_elem_sep void removeFromParentInfo concode_elem_sep void elementAdded concode_elem_sep void elementChanged concode_elem_sep void elementRemoved concode_elem_sep void c... | void function ( Openable arg0 ) { Openable loc0 = ( Openable ) arg0 . getParent ( ) ; if ( loc0 != null && loc0 . isOpen ( ) ) { try { JavaElementInfo loc1 = ( JavaElementInfo ) loc0 . getElementInfo ( ) ; loc1 . addChild ( arg0 ) ; } catch ( JavaScriptModelException loc1 ) { } } } |
18,006 | setselected has been removed from webelement concode_field_sep WebElement view concode_elem_sep AtlassianWebDriver driver concode_field_sep Point getLocation concode_elem_sep void submit concode_elem_sep String getText concode_elem_sep String getCssValue concode_elem_sep void clear concode_elem_sep boolean isDisplayed ... | void function ( ) { if ( ! view . isSelected ( ) ) { view . click ( ) ; } } |
18,007 | utility method for getting one of three types of effects based on the key words , shake_effect , pulsate_effect , highlight_effect . concode_field_sep String PULSATE_EFFECT concode_elem_sep String SHAKE_EFFECT concode_elem_sep String HIGHLIGHT_EFFECT concode_field_sep void executeMenuEffect | Effect function ( String arg0 ) { if ( SHAKE_EFFECT . equals ( arg0 ) ) { return new Shake ( ) ; } else if ( PULSATE_EFFECT . equals ( arg0 ) ) { Pulsate loc0 = new Pulsate ( ) ; loc0 . setDuration ( 0.75f ) ; return loc0 ; } else { return new Highlight ( "srini_string" ) ; } } |
18,008 | set the checked status of an entire tree . this method uses viewer.setchecked , which has some performance issues in large trees . concode_field_sep PlaceHolder placeHolder concode_field_sep List getDescendantsOfNode concode_elem_sep List getRootNodes concode_elem_sep boolean allDescendantsChecked concode_elem_sep bool... | void function ( CheckboxTreeViewer arg0 , boolean arg1 ) { setSubtreeChecked ( arg0 , arg0 . getInput ( ) , arg1 ) ; } |
18,009 | return an string alias typecode , named `` repositoryid '' concode_field_sep PlaceHolder placeHolder concode_field_sep String extract concode_elem_sep String read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write | TypeCode function ( ) { ORB loc0 = OrbRestricted . Singleton ; return loc0 . create_alias_tc ( id ( ) , "srini_string" , loc0 . create_string_tc ( 0 ) ) ; } |
18,010 | a value that you use to access the second and subsequent pages of results , if any . when the jobs in the specified pipeline fit on one page or when you 've reached the last page of results , the value of nextpagetoken is null . constraints : pattern : ^ \ d 13 - \ w 6 $ concode_field_sep String nextPageToken concode_e... | String function ( ) { return nextPageToken ; } |
18,011 | creates a cursor with meta-data . concode_field_sep PlaceHolder placeHolder concode_field_sep Cursor errorCursor concode_elem_sep AnnotatedCursor createAnnotatedCursor concode_elem_sep Cursor evaluate | Cursor function ( Cursor arg0 , Bundle arg1 ) { return createAnnotatedCursor ( evaluate ( arg0 ) , arg1 ) ; } |
18,012 | this is getter method for activitystatus concode_field_sep String subCategory concode_elem_sep String selectCause concode_elem_sep String repeateCAll concode_elem_sep String SLATime concode_elem_sep String caseType concode_elem_sep int resolveOnline concode_elem_sep int detpId concode_elem_sep String loggedBy concode_e... | String function ( ) { return activityStatus ; } |
18,013 | resolve the given destination name to a topic . concode_field_sep PlaceHolder placeHolder concode_field_sep Destination resolveDestinationName concode_elem_sep Queue resolveQueue | Topic function ( Session arg0 , String arg1 ) { return arg0 . createTopic ( arg1 ) ; } |
18,014 | gets the geometric shape that represents the draggable . concode_field_sep AnimationFlags animationFlags concode_elem_sep String backImg concode_elem_sep boolean moveable concode_elem_sep String frontImg concode_elem_sep String carrier concode_elem_sep Point scale concode_elem_sep int id concode_elem_sep Shape shape co... | Shape function ( ) { Point loc0 = MetricsConvertion . pointRelativeToPx ( this . scale ) ; if ( shape == null ) { shape = new Rectangle ( getX ( ) - ( loc0 . getX ( ) / 2 ) , getY ( ) - ( loc0 . getY ( ) / 2 ) , loc0 . getX ( ) , loc0 . getY ( ) ) ; } shape . setX ( getX ( ) - ( loc0 . getX ( ) / 2 ) ) ; shape . setY (... |
18,015 | unlink a node from a linked list and link into the reclaimed list . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer conc... | void function ( int arg0 , int arg1 , int arg2 ) { if ( arg1 == - 1 ) { hashTable [ arg0 ] = linkTable [ arg2 ] ; } else { linkTable [ arg1 ] = linkTable [ arg2 ] ; } linkTable [ arg2 ] = reclaimedNodePointer ; reclaimedNodePointer = arg2 ; elementCount -- ; } |
18,016 | non-android accessor . concode_field_sep Point wasMovedTo concode_elem_sep float x concode_elem_sep float y concode_elem_sep String quadDescription concode_elem_sep Type type concode_elem_sep List<Point> points concode_field_sep void lineTo concode_elem_sep void __constructor__ concode_elem_sep float getX concode_elem_... | Point function ( ) { return wasMovedTo ; } |
18,017 | get value as java long . concode_field_sep int BYTE_1_SHIFT concode_elem_sep long BYTE_6_MASK concode_elem_sep int BYTE_1_MASK concode_elem_sep int BYTE_3_SHIFT concode_elem_sep int LEFTMOST_BIT_SHIFT concode_elem_sep long BYTE_7_MASK concode_elem_sep long serialVersionUID concode_elem_sep BigInteger value concode_elem... | BigInteger function ( ) { return value ; } |
18,018 | gets the objecttype value for this wsrolespecification . concode_field_sep org.talend.mdm.webservice.WSRoleSpecificationInstance[] instance concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean admin concode_elem_sep boolean __hashCodeCalc... | java . lang . String function ( ) { return objectType ; } |
18,019 | creates a new server , binding to any available ephemeral port . concode_field_sep boolean closeIdleConnections concode_elem_sep Logger logger concode_elem_sep RpcHandler rpcHandler concode_elem_sep TransportConf conf concode_elem_sep MessageDecoder decoder concode_elem_sep MessageEncoder encoder concode_field_sep Tran... | TransportServer function ( List < TransportServerBootstrap > arg0 ) { return createServer ( 0 , arg0 ) ; } |
18,020 | gets the value of the id property . concode_field_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String operation concode_field_sep void setId concode_elem_sep String getOperation concode_elem_sep void setOperation | String function ( ) { return id ; } |
18,021 | convenience method for writing an error message to the logcat concode_field_sep PlaceHolder placeHolder concode_field_sep String ColorToString concode_elem_sep void debug concode_elem_sep void log concode_elem_sep void log concode_elem_sep int complimentaryColor concode_elem_sep String buildString concode_elem_sep Stri... | void function ( String arg0 , Object ... arg1 ) { try { Method loc0 = Log . class . getMethod ( "srini_string" , new Class < ? > [ ] { String . class , String . class } ) ; log ( loc0 , arg0 , arg1 ) ; } catch ( Exception loc0 ) { Log . w ( "srini_string" , "srini_string" , loc0 ) ; } } |
18,022 | wrap a value into a scala option . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.Function0<scala.concurrent.Future<A>> asScalaWithFuture concode_elem_sep T[] asArray concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep RuntimeException noMatch concode_elem_sep scala.reflect.ClassTag<C>... | scala . Option < T > function ( T arg0 ) { return scala . Option . apply ( arg0 ) ; } |
18,023 | set the etag value . concode_field_sep List<MetadataItem> metadata concode_elem_sep DateTime creationTime concode_elem_sep String displayName concode_elem_sep String url concode_elem_sep JobScheduleState previousState concode_elem_sep Schedule schedule concode_elem_sep JobScheduleStatistics stats concode_elem_sep JobSc... | CloudJobSchedule function ( String arg0 ) { this . eTag = arg0 ; return this ; } |
18,024 | a receipt handle . concode_field_sep String receiptHandle concode_elem_sep String id concode_field_sep void setReceiptHandle concode_elem_sep String getReceiptHandle concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteMessageBatchRequestEntry clone concode_elem_sep void setId concode_el... | DeleteMessageBatchRequestEntry function ( String arg0 ) { setReceiptHandle ( arg0 ) ; return this ; } |
18,025 | gets the value of the concurrent property . concode_field_sep STTLPreviousActionType prevAc concode_elem_sep Boolean concurrent concode_elem_sep STTLNextActionType nextAc concode_elem_sep CTTLTimeConditionList nextCondLst concode_elem_sep CTTLCommonTimeNodeData cTn concode_elem_sep CTTLTimeConditionList prevCondLst con... | Boolean function ( ) { return concurrent ; } |
18,026 | if the number of items that are returned is significantly large , this is an identifier that is also returned , which can be used in a subsequent call to this operation to return the next set of items in the list . concode_field_sep java.util.Map<String,java.util.List<UniqueProblem>> uniqueProblems concode_elem_sep Str... | void function ( String arg0 ) { this . nextToken = arg0 ; } |
18,027 | set the authorization cookie used by this node . concode_field_sep String alive concode_elem_sep int flags concode_elem_sep int dFlagPublished concode_elem_sep int dFlagAtomCache concode_elem_sep int dFlagDistMonitorName concode_elem_sep int dFlagBitBinaries concode_elem_sep int distHigh concode_elem_sep int NTYPE_R4_E... | String function ( final String arg0 ) { final String loc0 = this . cookie ; this . cookie = arg0 ; return loc0 ; } |
18,028 | removes all data about events to log by clearing the loggableevents list . concode_field_sep List<LoggableEvent> loggableEvents concode_field_sep List<LoggableEvent> getLoggableEvents concode_elem_sep void removeLoggableEvents concode_elem_sep void log concode_elem_sep void addLoggableEvents | void function ( ) { loggableEvents . clear ( ) ; } |
18,029 | set the values . concode_field_sep long FULL_MASK concode_elem_sep int MID concode_elem_sep int SIZE concode_elem_sep long LOWER_MASK concode_elem_sep long d0 concode_elem_sep long d1 concode_elem_sep int BITS_PER_LONG concode_elem_sep long UPPER_MASK concode_field_sep long shiftRight concode_elem_sep long and concode_... | LongLong function ( long arg0 , long arg1 ) { this . d0 = arg0 ; this . d1 = arg1 ; return this ; } |
18,030 | get the default file system url as stored in this configuration . concode_field_sep Job job concode_field_sep void setMapOutputKeyClass concode_elem_sep void setNumReduceTasks concode_elem_sep T getAsDelegateConf concode_elem_sep Job getJob concode_elem_sep void setMapperClass concode_elem_sep void setUseOldRedApi conc... | String function ( ) { return get ( "srini_string" , "srini_string" ) ; } |
18,031 | gets the value of the reconciliationorderreportaction property . concode_field_sep ReconciliationOrderReportAction reconciliationOrderReportAction concode_elem_sep Statement filterStatement concode_field_sep Statement getFilterStatement concode_elem_sep void setReconciliationOrderReportAction concode_elem_sep void setF... | ReconciliationOrderReportAction function ( ) { return reconciliationOrderReportAction ; } |
18,032 | gets the tradeusercount concode_field_sep int holdingCount concode_elem_sep int tradeStockCount concode_elem_sep int newUserCount concode_elem_sep int cancelledOrderCount concode_elem_sep int sumLogoutCount concode_elem_sep int deletedOrderCount concode_elem_sep int sumLoginCount concode_elem_sep int orderCount concode... | int function ( ) { return tradeUserCount ; } |
18,033 | prints , or schedules for printing , elements related to a matching package . concode_field_sep Main.Arguments args concode_elem_sep HashSet<String> matchInnerClassesOf concode_elem_sep String PACKAGE_INFO concode_elem_sep HashSet<String> matchPackages concode_field_sep void process concode_elem_sep void printMatch con... | void function ( String arg0 ) { for ( Main . PrintType loc0 : args . printTypes ) { switch ( loc0 ) { case CLASS : case INNERCLASS : case METHOD : matchPackages . add ( arg0 ) ; break ; case PACKAGE : System . out . println ( arg0 . replace ( '/' , '.' ) ) ; break ; } } } |
18,034 | formatted logger which only adds a debug level log entry when the app is running has debug mode . concode_field_sep String FORMAT_LONG concode_elem_sep String FORMAT_SHORT concode_elem_sep String FORMAT_LOG concode_field_sep String logFormat concode_elem_sep void W concode_elem_sep void W concode_elem_sep String format... | void function ( String arg0 , String arg1 ) { if ( org . sana . api . BuildConfig . DEBUG ) android . util . Log . d ( arg0 , arg1 ) ; } |
18,035 | gets the files with contents from folders concode_field_sep HashMap<String,Object> folders concode_elem_sep String name concode_elem_sep HashMap<String,Object> files concode_elem_sep Folder parentFolder concode_field_sep void setName concode_elem_sep Folder makeCopy concode_elem_sep String getName concode_elem_sep void... | HashMap < String , Object > function ( ) { return this . files ; } |
18,036 | checks whether this string is n't null and contains at least one non-blank character . concode_field_sep PlaceHolder placeHolder concode_field_sep String collectionToCommaDelimitedString concode_elem_sep String replace concode_elem_sep String collapseWhitespace concode_elem_sep String trimOrPad concode_elem_sep String ... | boolean function ( String arg0 ) { return ( arg0 != null ) && ( arg0 . trim ( ) . length ( ) > 0 ) ; } |
18,037 | sets node metrics . concode_field_sep int tcpPort concode_elem_sep Map<String,Object> attrs concode_elem_sep Map<String,GridClientCacheMode> caches concode_elem_sep GridClientNodeImpl impl concode_elem_sep List<String> tcpAddrs concode_elem_sep boolean connectable concode_elem_sep boolean built concode_elem_sep AtomicR... | Builder function ( GridClientNodeMetrics arg0 ) { impl . arg0 = arg0 ; return this ; } |
18,038 | creates an instanceconfigid from the name of the instance config . concode_field_sep PathTemplate NAME_TEMPLATE concode_elem_sep String project concode_elem_sep String instanceConfig concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getInstanceConfig ... | InstanceConfigId function ( String arg0 ) { Map < String , String > loc0 = NAME_TEMPLATE . match ( arg0 ) ; Preconditions . checkArgument ( loc0 != null , "srini_string" , NAME_TEMPLATE , arg0 ) ; return new InstanceConfigId ( loc0 . get ( "srini_string" ) , loc0 . get ( "srini_string" ) ) ; } |
18,039 | parse the mapping-file xml elements . concode_field_sep String SHARED_CACHE_MODE concode_elem_sep String JTA_DATA_SOURCE concode_elem_sep String EXCLUDE_UNLISTED_CLASSES concode_elem_sep String PERSISTENCE_UNIT concode_elem_sep String UNIT_NAME concode_elem_sep DataSourceLookup dataSourceLookup concode_elem_sep String ... | void function ( Element arg0 , SpringPersistenceUnitInfo arg1 ) { List < Element > loc0 = DomUtils . getChildElementsByTagName ( arg0 , MAPPING_FILE_NAME ) ; for ( Element loc1 : loc0 ) { String loc2 = DomUtils . getTextValue ( loc1 ) . trim ( ) ; if ( StringUtils . hasText ( loc2 ) ) { arg1 . addMappingFileName ( loc2... |
18,040 | retrieves the token secret concode_field_sep long serialVersionUID concode_elem_sep String providerId concode_elem_sep Permission permission concode_elem_sep String secret concode_elem_sep Map<String,Object> _attributes concode_elem_sep String key concode_field_sep String getKey concode_elem_sep void setProviderId conc... | String function ( ) { return secret ; } |
18,041 | subtract two integers . be careful about the ordering , because subtraction is not commutative . concode_field_sep Timeout globalTimeout concode_field_sep void test_idiv concode_elem_sep void test_mul concode_elem_sep void test_add concode_elem_sep void test_mod | void function ( ) { assertStack ( "srini_string" , "srini_string" ) ; assertStack ( "srini_string" , "srini_string" ) ; } |
18,042 | get the frequency of the n'th stem in the current doc , or -1 if the index is invalid . the frequency for stopwords i = 0 is not stored 0 is returned . concode_field_sep String[] stems concode_elem_sep String fieldName concode_elem_sep int[] stemsFreq concode_elem_sep Terms luceneTerms concode_elem_sep Term[] terms con... | int function ( int arg0 ) { if ( arg0 < stemsFreq . length ) return stemsFreq [ arg0 ] ; else return - 1 ; } |
18,043 | allows the hovermenu to change based on workspace events concode_field_sep Rectangle lastRegion concode_elem_sep HoverMenu menu concode_field_sep void addTarget concode_elem_sep void showMenu | void function ( MouseEvent arg0 ) { if ( ! lastRegion . contains ( arg0 . getPoint ( ) ) ) { menu . setVisible ( false ) ; } } |
18,044 | obtain a lob creator for the given session . concode_field_sep PlaceHolder placeHolder concode_field_sep Class getClass concode_elem_sep boolean isInitialized concode_elem_sep boolean isPropertyInitialized concode_elem_sep void initialize concode_elem_sep void close | LobCreator function ( SessionImplementor arg0 ) { return arg0 . getFactory ( ) . getServiceRegistry ( ) . getService ( JdbcServices . class ) . getLobCreator ( arg0 ) ; } |
18,045 | onstepstarting event is fired whenever a job is submitted to hadoop and begun its execution . concode_field_sep StatsWriteService statsWriteService concode_elem_sep int totalNumberOfJobs concode_elem_sep MapReduceHelper mapReduceHelper concode_elem_sep Set<String> completedStepNames concode_elem_sep int runningJobs con... | void function ( FlowStep arg0 ) { runningJobs ++ ; try { DAGNode < CascadingJob > loc0 = updateNode ( arg0 ) ; AmbroseUtils . pushEvent ( statsWriteService , currentFlowId , new Event . JobStartedEvent ( loc0 ) ) ; } catch ( Exception loc0 ) { LOG . error ( "srini_string" , loc0 ) ; } } |
18,046 | some checks for the clone method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCompareTo concode_elem_sep void testSerialization concode_elem_sep void testConstructor concode_elem_sep void testEquals | void function ( ) { ComparableObjectItem loc0 = new ComparableObjectItem ( new Integer ( 1 ) , "srini_string" ) ; ComparableObjectItem loc1 = ( ComparableObjectItem ) loc0 . clone ( ) ; assertNotSame ( loc0 , loc1 ) ; assertSame ( loc0 . getClass ( ) , loc1 . getClass ( ) ) ; assertEquals ( loc0 , loc1 ) ; } |
18,047 | this method returns the list of departments to be shown in the department dropdown . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | List function ( SMSOutgoingDTO arg0 ) { List loc0 ; SMSOutgoingDAO loc1 = new SMSOutgoingDAO ( ) ; loc0 = loc1 . selectRequest_no ( arg0 ) ; return loc0 ; } |
18,048 | constructs a new field based sort . concode_field_sep PlaceHolder placeHolder concode_field_sep ScoreSortBuilder scoreSort concode_elem_sep ScriptSortBuilder scriptSort concode_elem_sep GeoDistanceSortBuilder geoDistanceSort concode_elem_sep GeoDistanceSortBuilder geoDistanceSort concode_elem_sep GeoDistanceSortBuilder... | FieldSortBuilder function ( String arg0 ) { return new FieldSortBuilder ( arg0 ) ; } |
18,049 | the stored process instance is also kept in a treeset whose elements are '' ` workflow model element ' ` event type ' '' . concode_field_sep ProcessInstance processInstance concode_elem_sep TreeSet setFollowsRelations concode_field_sep ProcessInstance getPI concode_elem_sep int getNumberSimilarPIs concode_elem_sep bool... | int function ( ) { return setFollowsRelations . hashCode ( ) ; } |
18,050 | gets the value of the value property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal shorttime concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String shortvalue concode_elem_sep Boolean bindClickToWidge... | String function ( ) { return value ; } |
18,051 | lexicographic order of binary data . concode_field_sep int B10 concode_elem_sep int B1111 concode_elem_sep char[] hexchars concode_elem_sep int B11111 concode_elem_sep int B11110 concode_elem_sep int B111 concode_elem_sep int B11 concode_elem_sep int B110 concode_elem_sep int B1110 concode_field_sep String toXMLString ... | int function ( byte [ ] arg0 , int arg1 , int arg2 , byte [ ] arg3 , int arg4 , int arg5 ) { return WritableComparator . compareBytes ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; } |
18,052 | checks the validity of the transaction , by checking if the values of the response correspond to the values of the request . use an override to provide some checks , this method will only return . concode_field_sep Mutex m_TransactionLock concode_elem_sep Logger logger concode_elem_sep ModbusRequest m_Request concode_e... | void function ( ) { } |
18,053 | load class . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<ConfigVisitorNode> getChildren concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep Type getComponentType concode_elem_sep void addChildren concode_... | Class < ? > function ( ConfigVisitor arg0 , String arg1 ) { if ( arg1 != null ) { try { return arg0 . getModule ( ) . getClassLoader ( ) . loadClass ( arg1 ) ; } catch ( Exception loc0 ) { throw new IllegalArgumentException ( loc0 ) ; } } return null ; } |
18,054 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep ModelPackage modelPackage concode_field_sep T caseChart concode_elem_sep T caseChartWithAxes concode_elem_sep T caseChartWithoutAxes concode_elem_sep T caseDialChart concode_elem_sep T defaultCase | 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 ) ; } } |
18,055 | returns null as the password . concode_field_sep PlaceHolder placeHolder concode_field_sep Principal getUserPrincipal | String function ( ) { return null ; } |
18,056 | returns a hash code value for the object . concode_field_sep long serialVersionUID concode_elem_sep String cfProperty concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setCfProperty concode_elem_sep void setResour... | int function ( ) { int loc0 = 17 ; if ( cfProperty != null ) { loc0 += 31 * loc0 + 7 * cfProperty . hashCode ( ) ; } else { loc0 += 31 * loc0 + 7 ; } return loc0 ; } |
18,057 | gets the access token of the private test user for the application with the requested permissions . concode_field_sep Map<String,JSONObject> appTestAccounts concode_elem_sep String testApplicationId concode_elem_sep String LOG_TAG concode_elem_sep String testApplicationSecret concode_field_sep String getTestApplication... | AccessToken function ( List < String > arg0 ) { return getAccessTokenForUser ( arg0 , Mode . PRIVATE , null ) ; } |
18,058 | the event type . error - indicates an error with the spot fleet request . fleetrequestchange - indicates a change in the status or configuration of the spot fleet request . instancechange - indicates that an instance was launched or terminated . concode_field_sep EventInformation eventInformation concode_elem_sep Strin... | void function ( EventType arg0 ) { this . eventType = arg0 . toString ( ) ; } |
18,059 | indicates whether this scheme allows for layered connections . concode_field_sep int defaultPort concode_elem_sep SchemeSocketFactory socketFactory concode_elem_sep String name concode_elem_sep String stringRep concode_elem_sep boolean layered concode_field_sep SocketFactory getSocketFactory concode_elem_sep String get... | boolean function ( ) { return layered ; } |
18,060 | returns the name of this occupant . concode_field_sep String name concode_field_sep Color color concode_elem_sep Color color | String function ( ) { return name ; } |
18,061 | return the total number of rows . if the number is not known , return #unknown_row_count . concode_field_sep int rowCount concode_elem_sep List<ColumnSortInfo> infos concode_elem_sep Iterator<E> iterator concode_elem_sep int ALL_ROWS concode_elem_sep int UNKNOWN_ROW_COUNT concode_elem_sep List<R> rowValues concode_elem... | int function ( ) { return rowCount ; } |
18,062 | the method returns the radius for the required bezier triple . concode_field_sep int X_VALUE concode_elem_sep float[] radiuses concode_elem_sep int Z_VALUE concode_elem_sep float[][][] bezierPoints concode_elem_sep int Y_VALUE concode_elem_sep int type concode_elem_sep int dimension concode_field_sep int getType concod... | float function ( int arg0 ) { return radiuses [ arg0 ] ; } |
18,063 | returns the number of rows that match the dynamic query . concode_field_sep DayEntityLocalService _service concode_field_sep java.util.List<hu.borkutip.lfrnevnapp.data.model.DayEntity> getDayEntities concode_elem_sep hu.borkutip.lfrnevnapp.data.model.DayEntity getDayEntity concode_elem_sep hu.borkutip.lfrnevnapp.data.m... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } |
18,064 | sets the value of the dqtemporalconsistency property . concode_field_sep DQTemporalConsistencyType dqTemporalConsistency concode_elem_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_... | void function ( DQTemporalConsistencyType arg0 ) { this . dqTemporalConsistency = arg0 ; } |
18,065 | checking if player tries to move out of bounds . concode_field_sep int BOARD_SIZE_X concode_elem_sep int BOARD_SIZE_Y concode_elem_sep Board clonedBoard concode_elem_sep boolean restart concode_elem_sep Display display concode_elem_sep int SCORE_LIMIT concode_elem_sep String HELP_FORMAT concode_elem_sep int PLAYER_COUN... | boolean function ( Player arg0 , Action arg1 ) { switch ( arg1 ) { case LEFT : return arg0 . getX ( ) > 0 ; case RIGHT : return arg0 . getX ( ) + 1 < board . getSizeX ( ) ; case DOWN : return arg0 . getY ( ) + 1 < board . getSizeY ( ) ; case UP : return arg0 . getY ( ) > 0 ; default : return false ; } } |
18,066 | retrieves the minor status that the underlying mechanism might have set . concode_field_sep boolean unseq concode_elem_sep int minorStatus concode_elem_sep boolean old concode_elem_sep boolean gap concode_elem_sep boolean privState concode_elem_sep int qopVal concode_elem_sep boolean duplicate concode_elem_sep String m... | int function ( ) { return minorStatus ; } |
18,067 | return parse context . concode_field_sep PrunedPartitionList partitions concode_elem_sep ParseContext parseContext concode_field_sep PrunedPartitionList getPartitions concode_elem_sep void setPartitions | ParseContext function ( ) { return parseContext ; } |
18,068 | returns the permission set for the path concode_field_sep String owner concode_elem_sep List<AclEntry> entries concode_elem_sep FsPermission permission concode_elem_sep boolean stickyBit concode_elem_sep List<AclEntry> entries concode_elem_sep FsPermission permission concode_elem_sep String group concode_field_sep Buil... | FsPermission function ( ) { return permission ; } |
18,069 | sets the factory implementation that this factory will use to produce threads . if the specified argument , f , is null , then this factory uses itself as the implementation . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory getImpl | ThreadFactory function ( ThreadFactory arg0 ) { ThreadFactory loc0 ; loc0 = factory ; factory = ( arg0 == null ) ? this : arg0 ; return loc0 ; } |
18,070 | an identifier for the message in this batch . this is used to communicate the result . note that the ids of a batch request need to be unique within the request . returns a reference to this object so that method calls can be chained together . concode_field_sep Integer delaySeconds concode_elem_sep String messageBody ... | SendMessageBatchRequestEntry function ( String arg0 ) { this . id = arg0 ; return this ; } |
18,071 | returns the minor http version that should be used for future requests on this connection . either 0 for http/1 .0 , or 1 for http/1 .1 . the default value is 1 for new connections . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs... | int function ( ) { return httpMinorVersion ; } |
18,072 | make #run return the index - th output of operation . operations in a graph can have multiple outputs , index identifies whichone to return . concode_field_sep List<Tensor> outputs concode_elem_sep byte[] metadata concode_elem_sep long nativeHandle concode_elem_sep byte[] runOptions concode_elem_sep Graph.Reference gra... | Runner function ( String arg0 , int arg1 ) { Operation loc0 = operationByName ( arg0 ) ; if ( loc0 != null ) { outputs . add ( loc0 . output ( arg1 ) ) ; } return this ; } |
18,073 | create a servlethttphandleradapter with the specified . default implementation returns a servlethttphandleradapter with the provided httphandler . concode_field_sep String DEFAULT_SERVLET_NAME concode_field_sep String[] getServletMappings concode_elem_sep void registerHandlerAdapter concode_elem_sep String getServletNa... | ServletHttpHandlerAdapter function ( HttpHandler arg0 ) { return new ServletHttpHandlerAdapter ( arg0 ) ; } |
18,074 | getter for reqbillingaddress concode_field_sep String preferredPrefix concode_elem_sep String reqBillingAddress concode_elem_sep String nameSpace concode_field_sep String toXMLString concode_elem_sep void setReqBillingAddress | String function ( ) { return reqBillingAddress ; } |
18,075 | gets the jndiname value for this wsserviceaction . concode_field_sep java.lang.String[] methodParameters concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String methodName concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org... | java . lang . String function ( ) { return jndiName ; } |
18,076 | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start | void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } |
18,077 | sets the value of the eagerloadgroup property . concode_field_sep String eagerLoadGroup concode_elem_sep List<LeftJoin> leftJoin concode_field_sep List<LeftJoin> getLeftJoin concode_elem_sep String getEagerLoadGroup | void function ( final String arg0 ) { this . eagerLoadGroup = arg0 ; } |
18,078 | returns true if there is no resource in the result list . concode_field_sep int m_pageNavLength concode_elem_sep int m_pageNavStartIndex concode_elem_sep int m_pageIndex concode_elem_sep int m_pageSize concode_elem_sep String PAGE_CONTEXT_ATTRIBUTE_NAME concode_elem_sep int m_resultIndex concode_elem_sep String m_local... | boolean function ( ) { return m_resultSize <= 0 ; } |
18,079 | schedule an alarm . note : for timing operations ticks , timeouts , etc it is easier and much more efficient to use android.os.handler . if there is already an alarm scheduled for the same intentsender , it will first be canceled . if the time occurs in the past , the alarm will be triggered immediately . if there is a... | void function ( int arg0 , long arg1 , PendingIntent arg2 ) { try { mService . set ( arg0 , arg1 , arg2 ) ; } catch ( RemoteException loc0 ) { } } |
18,080 | gets the value of the governingagreements property . concode_field_sep List<ExtensionType> extension concode_elem_sep NymType nym concode_elem_sep ExtensionOnlyType writtenConsent concode_elem_sep PhysicalVerification physicalVerification concode_elem_sep GoverningAgreementsType governingAgreements concode_field_sep vo... | GoverningAgreementsType function ( ) { return governingAgreements ; } |
18,081 | it 's ok to format this comment . concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep void doSomething concode_elem_sep void evenMore | void function ( String arg0 ) { if ( true ) System . out . println ( "srini_string" ) ; } |
18,082 | returns true if there are any warnings pending . concode_field_sep CompilerConfiguration configuration concode_elem_sep LinkedList warnings concode_elem_sep LinkedList errors concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep Mes... | boolean function ( ) { return this . warnings != null ; } |
18,083 | convenience method to log a message concode_field_sep String FATAL_PREFIX concode_elem_sep Logger DEFAULT_LOG concode_elem_sep Logger logger concode_elem_sep Marker fatalMarker concode_elem_sep Object[] NULL_ARRAY concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void wa... | void function ( Throwable arg0 , String arg1 ) { this . trace ( arg0 , arg1 , SPLogger . NULL_ARRAY ) ; } |
18,084 | register a named option action . concode_field_sep Iterable<String> args concode_elem_sep CmdLineActionConsumer unnamedOptionAction concode_elem_sep CmdLineActionConsumer unknownArgumentAction concode_elem_sep List<CmdLineActionConsumer> switchActions concode_elem_sep List<CmdLineActionBiConsumer> namedOptionActions co... | CmdLineAction function ( BiConsumer < String , String > arg0 ) { CmdLineActionBiConsumer loc0 = new CmdLineActionBiConsumer ( arg0 ) ; this . namedOptionActions . add ( loc0 ) ; return loc0 ; } |
18,085 | set the name of the function type . concode_field_sep String name concode_elem_sep Node sourceNode concode_elem_sep JSTypeRegistry registry concode_elem_sep boolean isNativeType concode_elem_sep boolean inferredReturnType concode_elem_sep JSType returnType concode_elem_sep boolean isAbstract concode_elem_sep boolean is... | FunctionBuilder function ( String arg0 ) { this . name = arg0 ; return this ; } |
18,086 | takes and rotates the it 90 degrees concode_field_sep PlaceHolder placeHolder concode_field_sep BitMatrix encode concode_elem_sep BitMatrix encode concode_elem_sep BitMatrix encode concode_elem_sep BitMatrix bitMatrixFromEncoder concode_elem_sep BitMatrix bitMatrixFrombitArray | byte [ ] [ ] function ( byte [ ] [ ] arg0 ) { byte [ ] [ ] loc0 = new byte [ arg0 [ 0 ] . length ] [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { int loc2 = arg0 . length - loc1 - 1 ; for ( int loc3 = 0 ; loc3 < arg0 [ 0 ] . length ; loc3 ++ ) { loc0 [ loc3 ] [ loc2 ] = arg0 [ loc1 ] [ loc3... |
18,087 | returns a fetch task to be carried out . concode_field_sep int spiderTasksDone concode_elem_sep Map blocked concode_elem_sep Set assignedSpiderTasks concode_elem_sep Set assignedThinkerTasks concode_elem_sep List thinkerTasks concode_elem_sep int blockedCount concode_elem_sep int thinkerTasksDone concode_elem_sep List ... | WorkerTask function ( ) { if ( fetchTasks . size ( ) > 0 ) { WorkerTask loc0 = ( WorkerTask ) fetchTasks . remove ( 0 ) ; assignedSpiderTasks . add ( loc0 ) ; return loc0 ; } if ( allTasksDone ( ) ) { throw new SpideringDoneException ( ) ; } else { throw new NoSuitableItemFoundException ( ) ; } } |
18,088 | get the current general report file . concode_field_sep Pattern reportGeneralPattern concode_elem_sep Date date concode_elem_sep int fileCount concode_elem_sep Pattern reportMonthlyPattern concode_elem_sep String dateStr concode_elem_sep StatsFile generalAnalysis concode_elem_sep Map<String,StatsFile> monthlyReports co... | File function ( ) { StatisticsLoader . syncFileList ( ) ; return generalReport == null ? null : generalReport . file ; } |
18,089 | get the model object concode_field_sep DiagramModelNode parent concode_elem_sep boolean heightFixed concode_elem_sep int x concode_elem_sep int width concode_elem_sep String name concode_elem_sep int y concode_elem_sep int fixedHeight concode_elem_sep Image firstOverlayImage concode_elem_sep Image secondOverlayImage co... | EObject function ( ) { return null ; } |
18,090 | singleton instance retriever method . concode_field_sep BasicAuthenticationCredentials credentials concode_elem_sep HttpConfig INSTANCE concode_elem_sep RestClient client concode_field_sep void setClient concode_elem_sep BasicAuthenticationCredentials getCredentials concode_elem_sep RestClient getClient concode_elem_se... | HttpConfig function ( ) { return INSTANCE ; } |
18,091 | ldong comment method `` getcolumnrenamedmap '' . used for file connection column rename update . concode_field_sep boolean fromRepository concode_elem_sep Map<String,String> schemaRenamedMap concode_elem_sep List<UpdateResult> updatedResultList concode_elem_sep List<PropertyChangeEvent> nodesChangerList concode_elem_se... | Map < String , String > function ( ) { return this . columnRenamedMap ; } |
18,092 | this test validates that an invalidprogrammexception is thrown when maxby is used on a custom data type . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_se... | void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; this . customTypeData . add ( new CustomType ( ) ) ; UnsortedGrouping < CustomType > loc1 = loc0 . fromCollection ( customTypeData ) . groupBy ( 0 ) ; loc1 . maxBy ( 0 ) ; } |
18,093 | builds a csv list from the specified string , separator string and quote string . all arguments are assumed to be non-null . uses only the first element in each subarray . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . no a... | String function ( String [ ] [ ] arg0 , String arg1 , String arg2 ) { int loc0 = arg0 . length ; StringBuffer loc1 = new StringBuffer ( loc0 * 16 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( arg2 ) ; loc1 . append ( arg0 [ loc2 ] [ 0 ] ) ; loc1 . append ( arg2 ) ; if ( loc2 + 1 < loc0 ) { loc1 . a... |
18,094 | sets the item id of this shopping item price . concode_field_sep ShoppingItemPrice _shoppingItemPrice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCac... | void function ( long arg0 ) { _shoppingItemPrice . setItemId ( arg0 ) ; } |
18,095 | does this instance have a value ? concode_field_sep int UNSET concode_elem_sep int step concode_elem_sep int page concode_field_sep int getPage concode_elem_sep int hashCode concode_elem_sep int getStep concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo | boolean function ( ) { return ( step != UNSET ) && ( page != UNSET ) ; } |
18,096 | set the donotrununtil value . concode_field_sep Period recurrenceInterval concode_elem_sep DateTime doNotRunUntil concode_elem_sep DateTime doNotRunAfter concode_elem_sep Period startWindow concode_field_sep Schedule withRecurrenceInterval concode_elem_sep Period recurrenceInterval concode_elem_sep Schedule withDoNotRu... | Schedule function ( DateTime arg0 ) { this . doNotRunUntil = arg0 ; return this ; } |
18,097 | get type concode_field_sep long serialVersionUID concode_elem_sep int m_type concode_field_sep String toString | int function ( ) { return m_type ; } |
18,098 | request removal of all definitions . concode_field_sep boolean deployments concode_elem_sep A resourceAssemblerSupport concode_elem_sep ResourceDeployer<D> deployer concode_elem_sep QueryOptions NONE concode_field_sep ResourceDeployer<D> getDeployer concode_elem_sep ResourceSupport display concode_elem_sep R save conco... | void function ( ) { deployer . deleteAll ( ) ; } |
18,099 | sets the value of the csm3 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 . csm3 = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.