idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
20,000 | exclusion of namespaces by a stylesheet does not extend to any stylesheet imported or included by the stylesheet . upon entering the context of a new stylesheet , a call to this method is needed to clear the current set of excluded namespaces temporarily . every call to this method requires a corresponding call to #pop... | void function ( ) { if ( _excludedURIStack == null ) { _excludedURIStack = new Stack ( ) ; } _excludedURIStack . push ( _excludedURI ) ; _excludedURI = null ; } |
20,001 | retrieves an hsqlsocketfactory whose subclass and attributes are determined by the specified argument , tls . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep HsqlSocketFactory ... | HsqlSocketFactory function ( boolean arg0 ) { return arg0 ? getSSLImpl ( ) : getPlainImpl ( ) ; } |
20,002 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep CompanyPackage modelPackage concode_field_sep T caseDepartment concode_elem_sep T caseCompany concode_elem_sep T caseEmployee concode_elem_sep T defaultCase | T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; } |
20,003 | populates a multimap by reading an input stream , as part of deserialization . see #writemultimap for the data format . concode_field_sep Field field concode_field_sep void populateMultiset concode_elem_sep void populateMultiset concode_elem_sep void writeMultiset concode_elem_sep void set concode_elem_sep void set con... | void function ( Multimap < K , V > arg0 , ObjectInputStream arg1 ) { int loc0 = arg1 . readInt ( ) ; populateMultimap ( arg0 , arg1 , loc0 ) ; } |
20,004 | check that the equals method distinguishes all fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashcode | void function ( ) { ShortTextTitle loc0 = new ShortTextTitle ( "srini_string" ) ; ShortTextTitle loc1 = new ShortTextTitle ( "srini_string" ) ; assertEquals ( loc0 , loc1 ) ; loc0 . setText ( "srini_string" ) ; assertFalse ( loc0 . equals ( loc1 ) ) ; loc1 . setText ( "srini_string" ) ; assertTrue ( loc0 . equals ( loc... |
20,005 | convenience method for defining methods on a submodule . 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_json concode_elem_sep IRubyObject to_json concode_elem_sep IRubyObject to_... | void function ( RubyModule arg0 , String arg1 , Class arg2 ) { RubyModule loc0 = arg0 . defineModuleUnder ( arg1 ) ; loc0 . defineAnnotatedMethods ( arg2 ) ; } |
20,006 | constructs a bigquery from the credential constructed from the environment . concode_field_sep String PROPERTIES_FILE concode_elem_sep HttpTransport HTTP_TRANSPORT concode_elem_sep String BIGQUERY_CONFIG_PREFIX concode_elem_sep String BIGQUERY_SERVICE_ACCOUNT concode_elem_sep String BQC_ID concode_elem_sep BigQueryFact... | Bigquery function ( Configuration arg0 ) { LOG . info ( "srini_string" ) ; Credential loc0 = createBigQueryCredential ( arg0 ) ; return getBigQueryFromCredential ( loc0 , BQC_ID ) ; } |
20,007 | helper method - loads a testmodel from the testmodel directory concode_field_sep String SYNC_FORK concode_elem_sep String STATE_ACTIVE concode_elem_sep String BOOLEAN_EXPRESSIONS concode_elem_sep String STRING_EXPRESSIONS concode_elem_sep String INTEGER_EXPRESSIONS concode_elem_sep String ALWAYS_ONCYCLE concode_elem_se... | ExecutionFlow function ( String arg0 ) { Statechart loc0 = loadStatechartFromResource ( arg0 ) ; final ExecutionFlow loc1 = sequencer . transform ( loc0 ) ; return loc1 ; } |
20,008 | attempts to infer the type in the generic part of the declaration of the type concode_field_sep PlaceHolder placeHolder concode_field_sep Type getGenericType | Type function ( Type arg0 ) { if ( arg0 != null && arg0 instanceof ParameterizedType ) { ParameterizedType loc0 = ( ParameterizedType ) arg0 ; return loc0 . getActualTypeArguments ( ) [ 0 ] ; } return null ; } |
20,009 | start handler concode_field_sep TextView mTextView concode_elem_sep boolean runningFlag concode_elem_sep PreferenceUtility mPreference concode_elem_sep Handler mHandler concode_elem_sep long mStartTime concode_elem_sep int INTERVAL concode_elem_sep int MSG_WHAT concode_elem_sep boolean isStart concode_field_sep void up... | void function ( ) { isStart = true ; mStartTime = System . currentTimeMillis ( ) ; updateRunning ( ) ; } |
20,010 | gets the via padstack for routing with index p_no concode_field_sep LogicalParts logical_parts concode_elem_sep Packages packages concode_elem_sep Padstacks padstacks concode_elem_sep List<Padstack> via_padstacks concode_field_sep boolean add_via_padstack concode_elem_sep int via_padstack_count concode_elem_sep boolean... | Padstack function ( int arg0 ) { if ( this . via_padstacks == null || arg0 < 0 || arg0 >= this . via_padstacks . size ( ) ) { return null ; } return this . via_padstacks . get ( arg0 ) ; } |
20,011 | get the horizontal scale concode_field_sep float tw concode_elem_sep PointF prevEnd concode_elem_sep Matrix cur concode_elem_sep float fsize concode_elem_sep Matrix line concode_elem_sep float tr concode_elem_sep boolean inuse concode_elem_sep int tm concode_elem_sep float tc concode_elem_sep StringBuffer word concode_... | float function ( ) { return th * 100 ; } |
20,012 | uses static final constants to detect if the device 's platform version is honeycomb or later . concode_field_sep PlaceHolder placeHolder concode_field_sep void enableStrictMode concode_elem_sep boolean hasGingerbread concode_elem_sep boolean hasICS concode_elem_sep boolean hasHoneycombMR1 | boolean function ( ) { return Build . VERSION . SDK_INT >= Build . VERSION_CODES . HONEYCOMB ; } |
20,013 | sets out to the transformation of v by this matrix . concode_field_sep float m00 concode_elem_sep float m11 concode_elem_sep float m10 concode_elem_sep float m01 concode_field_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep Mat2 abs concode_elem_sep Mat2 abs concode_elem_sep Vec2 muli ... | Vec2 function ( Vec2 arg0 , Vec2 arg1 ) { return mul ( arg0 . x , arg0 . y , arg1 ) ; } |
20,014 | settype concode_field_sep short RESPONSE_PACKET concode_elem_sep short PACKET_VERSION_2 concode_elem_sep short QUERY_PACKET concode_elem_sep String HELLO_COMMAND concode_elem_sep int MAX_PACKETBUFFER_LENGTH concode_elem_sep short m_version concode_elem_sep short m_resultCode concode_elem_sep String m_buffer concode_ele... | void function ( short arg0 ) { m_type = arg0 ; } |
20,015 | initalize the google calendar client concode_field_sep com.google.api.services.calendar.Calendar client concode_elem_sep ConnectorConfig config concode_field_sep Map<String,Object> course concode_elem_sep List<CalendarListEntry> calendarList concode_elem_sep ConnectorConfig getConfig concode_elem_sep void setConfig | void function ( ) { client = GoogleCalendarServiceClient . getCalendarService ( config . getServiceAccountId ( ) ) ; } |
20,016 | equals . concode_field_sep long serialVersionUID concode_elem_sep Map<Object,Object> map concode_field_sep Collection<Object> values concode_elem_sep double getDouble concode_elem_sep double getDouble concode_elem_sep float getFloat concode_elem_sep float getFloat concode_elem_sep boolean containsValue concode_elem_sep... | boolean function ( Object arg0 ) { return map . equals ( arg0 ) ; } |
20,017 | creates a ` binary operator ' subtree , given the information about the parent and the two child nodex . concode_field_sep FilterPredicate predicate concode_elem_sep List collectedNodes concode_field_sep AST getLastSibling concode_elem_sep AST findTypeInChildren concode_elem_sep AST findPreviousSibling concode_elem_sep... | AST function ( ASTFactory arg0 , int arg1 , String arg2 , AST arg3 , AST arg4 ) { ASTArray loc0 = createAstArray ( arg0 , 3 , arg1 , arg2 , arg3 ) ; loc0 . add ( arg4 ) ; return arg0 . make ( loc0 ) ; } |
20,018 | returns the active of this document library file rank . concode_field_sep DLFileRank _dlFileRank concode_field_sep void setFileRankId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttr... | boolean function ( ) { return _dlFileRank . getActive ( ) ; } |
20,019 | resets the internal storage and viewport coordinates . concode_field_sep Vector objectVector concode_elem_sep boolean bReading concode_elem_sep Vector records concode_elem_sep int numRecords concode_elem_sep int lastObjectIdx concode_elem_sep int vpW concode_elem_sep URL url concode_elem_sep int vpY concode_elem_sep in... | void function ( ) { numRecords = 0 ; vpX = 0 ; vpY = 0 ; vpW = 1000 ; vpH = 1000 ; numObjects = 0 ; records = new Vector ( 20 , 20 ) ; objectVector = new Vector ( ) ; } |
20,020 | return true if the field is a synthetic field . concode_field_sep java.lang.reflect.Field field concode_field_sep Class getElementType concode_elem_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void set concode_elem_sep void setAccessible concode_elem_sep bo... | boolean function ( ) { return field . isSynthetic ( ) ; } |
20,021 | appends a log record to the file . the record contains an arbitrary array of strings and integers . the method also writes an integer to the end of each log record whose value is the offset of the corresponding integer for the previous log record . these integers allow log records to be read in reverse order . concode_... | int function ( Object [ ] arg0 ) { int loc0 = INT_SIZE ; for ( Object loc1 : arg0 ) loc0 += size ( loc1 ) ; if ( currentpos + loc0 >= BLOCK_SIZE ) { flush ( ) ; appendNewBlock ( ) ; } for ( Object loc1 : arg0 ) appendVal ( loc1 ) ; finalizeRecord ( ) ; return currentLSN ( ) ; } |
20,022 | left node will not be presentin this scenario concode_field_sep long serialVersionUID concode_elem_sep boolean isExpressionResolve concode_elem_sep boolean isIncludeFilter concode_elem_sep DimColumnResolvedFilterInfo dimColResolvedFilterInfo concode_elem_sep Expression exp concode_field_sep DimColumnResolvedFilterInfo ... | FilterResolverIntf function ( ) { return null ; } |
20,023 | provides an image in the second column of each item . concode_field_sep PlaceHolder placeHolder concode_field_sep String getText concode_elem_sep String getText concode_elem_sep String getColumnText concode_elem_sep void dispose concode_elem_sep void removeListener concode_elem_sep boolean isLabelProperty concode_elem_... | Image function ( Object arg0 , int arg1 ) { if ( arg1 == 1 ) { return ImageCache . getInstance ( ) . getImage ( ImageCache . GEFAEHRDUNG ) ; } return null ; } |
20,024 | gets the value of the value property . concode_field_sep Dimensions value concode_elem_sep MediaSize key concode_field_sep MediaSize getKey concode_elem_sep void setValue concode_elem_sep void setKey | Dimensions function ( ) { return value ; } |
20,025 | log a trace message . concode_field_sep LogChute chute concode_field_sep LogChute getLogChute concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_sep void log concode_elem_sep boolean isWarnEnabled concode_elem_sep void error concode_elem_sep void error concode_elem_sep String... | void function ( Object arg0 ) { log ( LogChute . TRACE_ID , arg0 ) ; } |
20,026 | get the entitykey based on this entityentry . concode_field_sep boolean isBeingReplicated concode_elem_sep LockMode lockMode concode_elem_sep EntityKey cachedEntityKey concode_elem_sep EntityPersister persister concode_elem_sep boolean existsInDatabase concode_elem_sep Object version concode_elem_sep Object rowId conco... | EntityKey function ( ) { if ( cachedEntityKey == null ) { if ( getId ( ) == null ) { throw new IllegalStateException ( "srini_string" ) ; } cachedEntityKey = new EntityKey ( getId ( ) , getPersister ( ) , tenantId ) ; } return cachedEntityKey ; } |
20,027 | allow the xdmdestination to be reused , without resetting other properties of the destination . concode_field_sep URI baseURI concode_elem_sep TreeModel treeModel concode_elem_sep Builder builder concode_field_sep void setTreeModel concode_elem_sep TreeModel getTreeModel concode_elem_sep void setBaseURI concode_elem_se... | void function ( ) { builder = null ; } |
20,028 | setter method concode_field_sep String templateType concode_elem_sep Date createdDate concode_elem_sep String templateName concode_elem_sep String createdBy concode_elem_sep Date modifiedDate concode_elem_sep String templateContent concode_elem_sep String description concode_elem_sep String modifiedBy concode_elem_sep ... | void function ( Date arg0 ) { this . createdDate = arg0 ; } |
20,029 | specifies the ebs options for the specified elasticsearch domain . concode_field_sep EBSOptions options concode_elem_sep OptionStatus status concode_field_sep EBSOptionsStatus withStatus concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep EBSOptionsStatus clone concode_elem_sep void setOption... | EBSOptionsStatus function ( EBSOptions arg0 ) { setOptions ( arg0 ) ; return this ; } |
20,030 | upon the delete of a znode , should an empty message be send to the consumer concode_field_sep String path concode_elem_sep List<String> servers concode_elem_sep int timeout concode_elem_sep String createMode concode_elem_sep boolean repeat concode_elem_sep boolean sendEmptyMessageOnDelete concode_elem_sep boolean crea... | void function ( boolean arg0 ) { this . sendEmptyMessageOnDelete = arg0 ; } |
20,031 | record the domain and registry of the url of the frame where the user is casting the video from using rappor . concode_field_sep int FULLSCREEN_CONTROLS_RESUME concode_elem_sep int FULLSCREEN_CONTROLS_SEEK concode_elem_sep int DEVICE_TYPE_CAST_YOUTUBE concode_elem_sep int DEVICE_TYPE_NON_CAST_YOUTUBE concode_elem_sep i... | void function ( String arg0 ) { if ( LibraryLoader . isInitialized ( ) ) { RapporServiceBridge . sampleDomainAndRegistryFromURL ( "srini_string" , arg0 ) ; } } |
20,032 | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... | void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } |
20,033 | creates a copy of this point . concode_field_sep double x concode_elem_sep double y concode_elem_sep double rot[][] concode_field_sep RotatablePoint rotate concode_elem_sep RotatablePoint rotate concode_elem_sep RotatablePoint rotate concode_elem_sep int getScaledY concode_elem_sep int getScaledX | RotatablePoint function ( ) { return new RotatablePoint ( x , y ) ; } |
20,034 | stores user tags in the way , specific to this handler . concode_field_sep String[] sharedTags concode_field_sep void loadSharedTags | void function ( ITaggable arg0 ) { } |
20,035 | returns a reference to the single , unique , initproposition . concode_field_sep Map<GdlTerm,Proposition> inputPropositions concode_elem_sep Set<Component> components concode_elem_sep Proposition initProposition concode_elem_sep Set<Proposition> propositions concode_elem_sep long serialVersionUID concode_elem_sep Map<R... | Proposition function ( ) { for ( Proposition loc0 : propositions ) { if ( loc0 . getName ( ) instanceof GdlConstant ) { GdlConstant loc1 = ( GdlConstant ) loc0 . getName ( ) ; if ( loc1 . getValue ( ) . equalsIgnoreCase ( "srini_string" ) ) { return loc0 ; } } } return null ; } |
20,036 | encode to a level specific geohash string from full resolution longitude , latitude concode_field_sep int PRECISION concode_elem_sep String BASE_32_STRING concode_elem_sep short MORTON_OFFSET concode_elem_sep char[] BASE_32 concode_field_sep long fromMorton concode_elem_sep char encode concode_elem_sep long longEncode ... | String function ( final double arg0 , final double arg1 , final int arg2 ) { final long loc0 = fromMorton ( GeoEncodingUtils . mortonHash ( arg1 , arg0 ) , arg2 ) ; return stringEncode ( loc0 ) ; } |
20,037 | the logical hierarchy you created for your amazon s3 bucket , for example my-bucket-prefix/prod . if the prefix is not provided , the log is placed at the root level of the bucket . returns a reference to this object so that method calls can be chained together . concode_field_sep String s3BucketName concode_elem_sep I... | AccessLog function ( String arg0 ) { this . s3BucketPrefix = arg0 ; return this ; } |
20,038 | returns the vcms t a relation with the primary key . concode_field_sep VcmsTARelationLocalService _service concode_field_sep com.vportal.portlet.vcms.model.VcmsTARelation createVcmsTARelation concode_elem_sep int getVcmsTARelationsCount concode_elem_sep java.util.List dynamicQuery concode_elem_sep java.util.List dynami... | com . vportal . portlet . vcms . model . VcmsTARelation function ( com . vportal . portlet . vcms . service . persistence . VcmsTARelationPK arg0 ) { return getService ( ) . getVcmsTARelation ( arg0 ) ; } |
20,039 | notification manager for the application . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep b... | NotificationManager function ( ) { return ( NotificationManager ) context . getSystemService ( Context . NOTIFICATION_SERVICE ) ; } |
20,040 | runs the test concode_field_sep Range sizes concode_elem_sep Random random concode_elem_sep Range parallelism concode_elem_sep int start concode_elem_sep int step concode_elem_sep int ITERATIONS concode_elem_sep int iterations concode_elem_sep Configuration defaultConfig concode_field_sep long runForParallelism concode... | void function ( Configuration arg0 ) { Range loc0 = arg0 . loc0 ; Range loc1 = arg0 . loc1 ; warmup ( ) ; long [ ] [ ] loc2 = arg0 . createTimesArray ( ) ; for ( int loc3 = 0 ; loc3 < loc0 . getIterations ( ) ; loc3 ++ ) { runForSize ( loc1 , loc0 . get ( loc3 ) , loc2 , loc3 ) ; } printResults ( loc0 , loc1 , loc2 ) ;... |
20,041 | gets the value of the encoding property . concode_field_sep KeyManagementScheme scheme concode_elem_sep EncodingType encoding concode_elem_sep EncryptionAlgorithmType encryptionAlgorithm concode_field_sep KeyManagementScheme getScheme concode_elem_sep void setEncoding concode_elem_sep EncryptionAlgorithmType getEncrypt... | EncodingType function ( ) { return encoding ; } |
20,042 | sets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getUserName | void function ( String arg0 ) { this . userName = arg0 ; } |
20,043 | pre : cierto post : gettipointercambio = this.tipointercambio . concode_field_sep String descripcion concode_elem_sep String especie concode_elem_sep String estado concode_elem_sep double precio concode_elem_sep String titulo concode_elem_sep String rutaImagen concode_elem_sep int idAnuncio concode_elem_sep String tipo... | String function ( ) { return tipoIntercambio ; } |
20,044 | set if context path and request uri should be url-decoded . both are returned undecoded by the servlet api , in contrast to the servlet path . uses either the request encoding or the default encoding according to the servlet spec iso-8859-1 . concode_field_sep Map<String,CorsConfiguration> corsConfigurations concode_el... | void function ( boolean arg0 ) { this . urlPathHelper . setUrlDecode ( arg0 ) ; } |
20,045 | stop the activation concode_field_sep MessageEndpointFactory endpointFactory concode_elem_sep AnnoActivationSpec spec concode_elem_sep AnnoResourceAdapter ra concode_field_sep AnnoActivationSpec getActivationSpec concode_elem_sep MessageEndpointFactory getMessageEndpointFactory concode_elem_sep void start | void function ( ) { } |
20,046 | returns true if no session exists beyond the sys session . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session getSysSessionForScript concode_elem_sep Ses... | boolean function ( ) { return sessionMap . isEmpty ( ) ; } |
20,047 | change the printer for this print job to service . subclasses that support setting the print service override this method . throws printerexception when the class does n't support setting the printer , the service does n't support pageable or printable interfaces for 2d print output . concode_field_sep PrintService pri... | void function ( PrintService arg0 ) { printer = arg0 ; } |
20,048 | executes the traversal and returns the result of the given json path expression evaluated against the final representation . concode_field_sep List<MediaType> mediaTypes concode_elem_sep List<Hop> rels concode_elem_sep Map<String,Object> templateParameters concode_elem_sep RestOperations operations concode_elem_sep Lin... | T function ( String arg0 ) { Assert . hasText ( arg0 , "srini_string" ) ; String loc0 = operations . exchange ( traverseToExpandedFinalUrl ( ) , GET , prepareRequest ( headers ) , String . class ) . getBody ( ) ; return JsonPath . read ( loc0 , arg0 ) ; } |
20,049 | try to read the next argument , advancing the current index if successful or returning an absent optional if not . concode_field_sep List<SingleArg> args concode_elem_sep String rawInput concode_elem_sep int index concode_field_sep String next concode_elem_sep List<String> getAll concode_elem_sep void previous concode_... | Optional < String > function ( ) { return hasNext ( ) ? Optional . of ( this . args . get ( ++ this . index ) . getValue ( ) ) : Optional . < String > empty ( ) ; } |
20,050 | returns the number of cards left in the deck concode_field_sep ArrayList<Card> deckCards concode_field_sep Card Draw concode_elem_sep ArrayList<Card> getDeckCards | int function ( ) { return deckCards . size ( ) ; } |
20,051 | returns true if this streetedge can be traversed . also checks if we can walk our bike on this streetedge . concode_field_sep double maxWheelchairSlope concode_elem_sep TraverseModeSet modes concode_elem_sep TraversalRequirements bikeWalkingRequirements concode_elem_sep double maxWalkDistance concode_elem_sep boolean w... | boolean function ( StreetEdge arg0 ) { if ( canBeTraversedInternal ( arg0 ) ) { return true ; } else if ( hasBikeWalkingRequirements ( ) && bikeWalkingRequirements . canBeTraversedInternal ( arg0 ) ) { return true ; } return false ; } |
20,052 | clears the permission state for the specified origin . this method may be called before the webkit thread has intialized the message handler . messages will be queued until this time . concode_field_sep int RETURN_ORIGINS concode_elem_sep String ORIGINS concode_elem_sep String TAG concode_elem_sep int GET_ALLOWED conco... | void function ( String arg0 ) { postMessage ( Message . obtain ( null , CLEAR , arg0 ) ) ; } |
20,053 | check whether an argument assumption is valid . concode_field_sep PlaceHolder placeHolder concode_field_sep void notNull concode_elem_sep void inState concode_elem_sep void inState concode_elem_sep void notEmpty | void function ( boolean arg0 , String arg1 , int arg2 ) { if ( ! arg0 ) { throw new IllegalArgumentException ( "srini_string" + arg1 + "srini_string" + arg2 ) ; } } |
20,054 | set the identifier on a ws addressing endpoint reference under construction . concode_field_sep SOAPFactory factory concode_elem_sep String instanceIdentifier concode_elem_sep Name WSARJ_ELEMENT_INSTANCE_NAME concode_field_sep Element createInstanceIdentifierElement concode_elem_sep String getInstanceIdentifier concode... | void function ( final MAPEndpoint arg0 , final InstanceIdentifier arg1 ) { setEndpointInstanceIdentifier ( arg0 , arg1 . getInstanceIdentifier ( ) ) ; } |
20,055 | creates a new physical connection to the underlying eis resource manager . concode_field_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep Byte first concode_elem_sep ResourceAdapter ra concode_elem_sep Short second concode_field_sep void setSecond concode_ele... | ManagedConnection function ( Subject arg0 , ConnectionRequestInfo arg1 ) { log . trace ( "srini_string" ) ; return new AnnoManagedConnection ( this ) ; } |
20,056 | implements pathhandler #curvetoquadraticsmoothabs float , float . concode_field_sep ExtendedGeneralPath path concode_elem_sep float currentX concode_elem_sep float yCenter concode_elem_sep int windingRule concode_elem_sep float currentY concode_elem_sep float xCenter concode_field_sep Shape createShape concode_elem_sep... | void function ( float arg0 , float arg1 ) { path . quadTo ( xCenter = currentX * 2 - xCenter , yCenter = currentY * 2 - yCenter , currentX = arg0 , currentY = arg1 ) ; } |
20,057 | sets each value to its default . concode_field_sep String ATTR_WARN_UNUSED concode_elem_sep List<CmakeUnDefine> undefines concode_elem_sep String ATTR_TRACE concode_elem_sep List<CmakeDefine> defines concode_elem_sep boolean warnUnused concode_elem_sep WindowsPreferences windowsPreferences concode_elem_sep String ATTR_... | void function ( ) { warnNoDev = false ; debugTryCompile = false ; debugOutput = false ; trace = false ; warnUnitialized = false ; warnUnused = false ; defines . clear ( ) ; undefines . clear ( ) ; } |
20,058 | gets the value of the encdatareference property . concode_field_sep ToBeEncryptedType.ElementContent elementContent concode_elem_sep String selector concode_elem_sep XMLToBeEncryptedNewType _new concode_elem_sep ToBeEncryptedType.Element element concode_elem_sep String encDataReference concode_field_sep XMLToBeEncrypte... | String function ( ) { return encDataReference ; } |
20,059 | sets the host member . concode_field_sep Integer port concode_elem_sep Host host concode_field_sep String encode concode_elem_sep int getPort concode_elem_sep boolean hasPort concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void removePort concode_elem_sep void setPort concode_elem_sep Hos... | void function ( Host arg0 ) { host = arg0 ; } |
20,060 | gettestsuite purpose . gets a testsuiteconfig concode_field_sep String CONFIG_KEY concode_elem_sep Map plugIns concode_elem_sep Map testSuites concode_field_sep boolean addTestSuite concode_elem_sep Object removePlugIn concode_elem_sep Map getTestSuites concode_elem_sep void setTestSuites concode_elem_sep boolean addPl... | TestSuiteConfig function ( String arg0 ) { if ( arg0 == null ) { return null ; } return ( TestSuiteConfig ) testSuites . get ( arg0 ) ; } |
20,061 | method to move the user 's view upwards by a single line , by setting each message to the one above it in the log concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_e... | String function ( ) { if ( ( position - 1 ) - ( NUM_MESSAGES - 1 ) >= 0 ) { position -- ; } return ( "srini_string" ) ; } |
20,062 | retrieves whether this factory produces secure sockets . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep HsqlSocketFactory newFactory concode_elem_sep HsqlSocketFactory getInst... | boolean function ( ) { return false ; } |
20,063 | returns whether or not this condition will return a bag of values on evaluation . this always returns false , since a condition is n't allowed to return a bag . concode_field_sep Expression expression concode_elem_sep List<Expression> children concode_elem_sep RuntimeInfo src concode_elem_sep Function function concode_... | boolean function ( ) { return false ; } |
20,064 | checks if the value is from type integer . concode_field_sep Integer subType concode_elem_sep Number minValue concode_elem_sep Number maxValue concode_elem_sep Integer valueType concode_elem_sep String name concode_elem_sep boolean writeable concode_elem_sep Object value concode_elem_sep String[] valueList concode_fiel... | boolean function ( ) { return value . getClass ( ) == Integer . class ; } |
20,065 | helper method - loads a testmodel from the testmodel directory concode_field_sep ModelSequencer sequencer concode_field_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory | ExecutionFlow function ( String arg0 ) { Statechart loc0 = loadStatechartFromResource ( arg0 ) ; final ExecutionFlow loc1 = sequencer . transform ( loc0 ) ; return loc1 ; } |
20,066 | called when this bundle is started . concode_field_sep CredentialsStorageService credService concode_elem_sep ConfigurationService configService concode_elem_sep VerifyCertificateDialogService certificateDialogService concode_elem_sep ResourceManagementService resourcesService concode_elem_sep BundleContext bundleConte... | void function ( BundleContext arg0 ) { bundleContext = arg0 ; bundleContext . registerService ( CertificateService . class . getName ( ) , new CertificateServiceImpl ( ) , null ) ; } |
20,067 | this method was generated by mybatis generator . this method sets the value of the database column actfgl.clsbal concode_field_sep Long cramnt concode_elem_sep Integer crcunt concode_elem_sep Date credat concode_elem_sep String recsts concode_elem_sep Long davbal concode_elem_sep Long crbala concode_elem_sep Long cavba... | void function ( Long arg0 ) { this . clsbal = arg0 ; } |
20,068 | the name of the trigger . concode_field_sep String name concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Trigger clone concode_elem_sep String toString concode_elem_sep Trigger withName | void function ( String arg0 ) { this . name = arg0 ; } |
20,069 | validate that the given credential is correct for principal . this does not populate the activesubject with any state since no authentication is performed . concode_field_sep String securityDomain concode_elem_sep long serialVersionUID concode_field_sep void logout concode_elem_sep Principal getPrincipal concode_elem_s... | boolean function ( Principal arg0 , Object arg1 , Subject arg2 ) { return false ; } |
20,070 | creates the application intent based on a component name and various launch flags . concode_field_sep boolean filtered concode_elem_sep Drawable icon concode_elem_sep CharSequence title concode_elem_sep Intent intent concode_field_sep int hashCode concode_elem_sep boolean equals | void function ( ComponentName arg0 , int arg1 ) { intent = new Intent ( Intent . ACTION_MAIN ) ; intent . addCategory ( Intent . CATEGORY_LAUNCHER ) ; intent . setComponent ( arg0 ) ; intent . setFlags ( arg1 ) ; } |
20,071 | get custom serializer concode_field_sep java.lang.Double contribution concode_elem_sep java.lang.Boolean isPrimary concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef salesRole concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
20,072 | set the usepattern value concode_field_sep int UNSTABLE_BLANK concode_elem_sep int min concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep boolean usePattern concode_elem_sep int DEFAULT_FAIL concode_elem_sep Integer fail concode_elem_sep int DEFAULT_MIN concode_elem_sep int DEFAULT_UNS... | void function ( boolean arg0 ) { this . usePattern = arg0 ; } |
20,073 | adds property change listener . concode_field_sep PropertyChangeSupport pcs concode_elem_sep CollectionNode parent concode_elem_sep String PROP_SELECTED concode_elem_sep String description concode_elem_sep String title concode_elem_sep boolean selected concode_elem_sep String[] tags concode_field_sep TreeNode getParent... | void function ( PropertyChangeListener arg0 ) { pcs . addPropertyChangeListener ( arg0 ) ; } |
20,074 | test method for org.openhab.binding.plcbus.internal.protocol.commandframe #getsecondparameter . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCommand concode_elem_sep void testSetDemandAckTo concode_elem_sep void testGetBytes concode_elem_sep void testGetFirstParameter concode_elem_sep void se... | void function ( ) { byte loc0 = 0x11 ; Command loc1 = mock ( Command . class ) ; when ( loc1 . getData2 ( ) ) . thenReturn ( loc0 ) ; CommandFrame loc2 = new CommandFrame ( loc1 ) ; byte loc3 = ( byte ) loc2 . getSecondParameter ( ) ; verify ( loc1 ) . getData2 ( ) ; assertEquals ( loc0 , loc3 ) ; } |
20,075 | draw a bitmap of nine patches . concode_field_sep byte[] mChunk concode_elem_sep Paint mPaint concode_elem_sep String mSrcName concode_elem_sep Bitmap mBitmap concode_elem_sep RectF mRect concode_field_sep boolean isNinePatchChunk concode_elem_sep int getHeight concode_elem_sep Region getTransparentRegion concode_elem_... | void function ( Canvas arg0 , Rect arg1 ) { if ( ! arg0 . isHardwareAccelerated ( ) ) { nativeDraw ( arg0 . mNativeCanvas , arg1 , mBitmap . ni ( ) , mChunk , mPaint != null ? mPaint . mNativePaint : 0 , arg0 . mDensity , mBitmap . mDensity ) ; } else { mRect . set ( arg1 ) ; arg0 . drawPatch ( mBitmap , mChunk , mRect... |
20,076 | exclude x from this set . concode_field_sep int wordmask concode_elem_sep int wordshift concode_elem_sep int wordlen concode_elem_sep int[] bits concode_elem_sep BitsState currentState concode_elem_sep int[] unassignedBits concode_field_sep void sizeTo concode_elem_sep int trailingZeroBits concode_elem_sep int[] dupBit... | void function ( int arg0 ) { Assert . check ( currentState != BitsState . UNKNOWN ) ; Assert . check ( arg0 >= 0 ) ; sizeTo ( ( arg0 >>> wordshift ) + 1 ) ; bits [ arg0 >>> wordshift ] = bits [ arg0 >>> wordshift ] & ~ ( 1 << ( arg0 & wordmask ) ) ; currentState = BitsState . NORMAL ; } |
20,077 | called when the webview does a top-level navigation or refreshes . plugins should stop any long-running processes and clean up internal state . does nothing by default . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep St... | void function ( ) { } |
20,078 | this test validates that an index which is out of bounds throws an indexoutofboundsexcpetion . 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_sep long seri... | void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; UnsortedGrouping < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) . groupBy ( 0 ) ; loc1 . maxBy ( 5 ) ; } |
20,079 | the name of the group . concode_field_sep String resourceId concode_elem_sep Boolean propagateAtLaunch concode_elem_sep String value concode_elem_sep String key concode_elem_sep String resourceType concode_field_sep String getKey concode_elem_sep Tag withResourceType concode_elem_sep Boolean getPropagateAtLaunch concod... | String function ( ) { return this . resourceId ; } |
20,080 | to define a proxy port when instantiating the sqs client concode_field_sep Integer proxyPort concode_elem_sep AmazonSimpleDB amazonSDBClient concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String domainName concode_elem_sep boolean consistentRead concode_elem_sep Integer maxNumberOf... | Integer function ( ) { return proxyPort ; } |
20,081 | report an error that occurred . the read failed . concode_field_sep int DEFAULT_WIDTH concode_elem_sep DOM4JSettingsNode rootSettingsNode concode_elem_sep String WINDOW_PREFERENCES_ID concode_elem_sep int DEFAULT_HEIGHT concode_elem_sep String SETTINGS_EXTENSION concode_elem_sep SinglePaneUIInstance singlePaneUIInstanc... | void function ( String arg0 ) { JOptionPane . showMessageDialog ( frame , "srini_string" + arg0 ) ; } |
20,082 | the remaining availability zones for the load balancer . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> availabilityZones concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DisableAvailabilityZonesForLoadBalancerResult clone concode_elem_sep String toString conco... | java . util . List < String > function ( ) { if ( availabilityZones == null ) { availabilityZones = new com . amazonaws . internal . ListWithAutoConstructFlag < String > ( ) ; availabilityZones . setAutoConstruct ( true ) ; } return availabilityZones ; } |
20,083 | creates a new kaleo notification with the primary key . does not add the kaleo notification to the database . concode_field_sep ServiceTracker<KaleoNotificationLocalService,KaleoNotificationLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kern... | com . liferay . portal . workflow . kaleo . model . KaleoNotification function ( long arg0 ) { return getService ( ) . createKaleoNotification ( arg0 ) ; } |
20,084 | return default os instance . concode_field_sep PlaceHolder placeHolder concode_field_sep long getCpuFrequency concode_elem_sep long getNetworkBytesRead concode_elem_sep long getCumulativeCpuTime concode_elem_sep int getNumProcessors concode_elem_sep long getStorageBytesWritten concode_elem_sep long getPhysicalMemorySiz... | SysInfo function ( ) { if ( Shell . LINUX ) { return new SysInfoLinux ( ) ; } if ( Shell . WINDOWS ) { return new SysInfoWindows ( ) ; } throw new UnsupportedOperationException ( "srini_string" ) ; } |
20,085 | sets the value of the creativeset property . concode_field_sep CreativeSet creativeSet concode_field_sep CreativeSet getCreativeSet | void function ( CreativeSet arg0 ) { this . creativeSet = arg0 ; } |
20,086 | prepends the byte array with a value that indicates if this range is complete . concode_field_sep TransactionManager txManager concode_elem_sep byte COMPLETE concode_elem_sep byte INCOMPLETE concode_field_sep void checkpoint concode_elem_sep byte[] fromDb concode_elem_sep byte[] getCheckpoint concode_elem_sep void dele... | byte [ ] function ( byte [ ] arg0 , boolean arg1 ) { byte [ ] loc0 = new byte [ arg0 . length + 1 ] ; System . arraycopy ( arg0 , 0 , loc0 , 1 , arg0 . length ) ; if ( ! arg1 && arg0 . length == 0 ) { loc0 [ 0 ] = COMPLETE ; } else { loc0 [ 0 ] = INCOMPLETE ; } return loc0 ; } |
20,087 | avro protocol location concode_field_sep String messageName concode_elem_sep String protocolClassName concode_elem_sep Protocol protocol concode_elem_sep boolean reflectionProtocol concode_elem_sep int port concode_elem_sep String protocolLocation concode_elem_sep boolean singleParameter concode_elem_sep String host co... | void function ( String arg0 ) { this . protocolLocation = arg0 ; } |
20,088 | deal cards to this board to start the game . concode_field_sep Card[] cards concode_elem_sep int BOARD_SIZE concode_elem_sep Deck deck concode_elem_sep boolean I_AM_DEBUGGING concode_elem_sep String[] RANKS concode_elem_sep int[] POINT_VALUES concode_elem_sep String[] SUITS concode_field_sep void deal concode_elem_sep ... | void function ( ) { for ( int loc0 = 0 ; loc0 < cards . length ; loc0 ++ ) { cards [ loc0 ] = deck . deal ( ) ; } } |
20,089 | reads the attribute from xml . concode_field_sep List<IComplexPropertyChangedDelegate> onChangeList concode_elem_sep XmlNamespace xmlNamespace concode_field_sep void writeAttributesToXml concode_elem_sep void removeChangeEvent concode_elem_sep void loadFromXml concode_elem_sep void loadFromXml concode_elem_sep void wri... | void function ( EwsServiceXmlReader arg0 ) { } |
20,090 | to get maximum request concode_field_sep int accessState concode_elem_sep int maximumRequest concode_elem_sep long prohibitTimePeriod concode_elem_sep long unitTime concode_field_sep void setAccessState concode_elem_sep int getAccessState concode_elem_sep void setMaximumRequestPerUnitTime concode_elem_sep void setUnitT... | int function ( ) { return maximumRequest ; } |
20,091 | the amazon resource name arn associated of the target . concode_field_sep String input concode_elem_sep String inputPath concode_elem_sep String id concode_elem_sep String arn concode_field_sep Target withInputPath concode_elem_sep String getId concode_elem_sep Target withInput concode_elem_sep String getInput concode_... | void function ( String arg0 ) { this . arn = arg0 ; } |
20,092 | returns a string representation of an operand . concode_field_sep int rtype concode_elem_sep Object left concode_elem_sep int oper concode_elem_sep Object right concode_elem_sep int ltype concode_field_sep String toString concode_elem_sep boolean evaluate concode_elem_sep boolean validate | String function ( int arg0 , Object arg1 ) { String loc0 = arg1 . toString ( ) ; if ( arg0 == AttrType . STRING ) { return "srini_string" + loc0 + "srini_string" ; } if ( arg0 == AttrType . FIELDNO ) { return "srini_string" + loc0 + "srini_string" ; } return loc0 ; } |
20,093 | register a new listener to the specified list of render groups . concode_field_sep IcePushClientLibrary icePushClient concode_elem_sep GWTPushContext instance concode_field_sep GWTPushContext getInstance concode_elem_sep void removePushEventListener | void function ( PushEventListener arg0 , String arg1 , String arg2 ) { arg0 . setPushId ( arg2 ) ; icePushClient . addGroupMember ( arg1 , arg2 ) ; arg0 . setGroup ( arg1 ) ; icePushClient . register ( arg2 , arg0 ) ; } |
20,094 | creates a new environmententry entry with the given id concode_field_sep PlaceHolder placeHolder concode_field_sep Optional<V> getValue concode_elem_sep boolean contains concode_elem_sep V createOrGet concode_elem_sep boolean remove | V function ( I arg0 ) { return create ( arg0 , null ) ; } |
20,095 | rubystring string #to_json_raw_object this method creates a raw object hash , that can be nested into other data structures and will be unparsed as a raw string . this method should be used if you want to convert raw strings to json instead of utf-8 strings , e.g. binary data . concode_field_sep PlaceHolder placeHolder... | IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { return toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; } |
20,096 | returns the server which this person was found on concode_field_sep LdapDirectoryImpl server concode_elem_sep Set<String> mails concode_elem_sep Set<String> workPhoneNumbers concode_elem_sep LdapQuery query concode_elem_sep Set<String> homePhoneNumbers concode_elem_sep String dn concode_elem_sep String organization con... | LdapDirectory function ( ) { return this . server ; } |
20,097 | check if we have a stream renderer for the desired ctype . concode_field_sep HtmlRenderer _default concode_elem_sep Map<String,MarkupRenderer<InputStream>> _renderers concode_field_sep MarkupRenderer<InputStream> getRenderer concode_elem_sep HtmlRenderer getDefaultRenderer concode_elem_sep void addRenderer | boolean function ( final String arg0 ) { return ( arg0 == null ) ? false : _renderers . containsKey ( arg0 ) ; } |
20,098 | gets the results value for this productpage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201403.Product[] results concode_elem_se... | com . google . api . ads . dfp . axis . v201403 . Product [ ] function ( ) { return results ; } |
20,099 | calculates the distance between two clusterable instanceswith the configured distancemeasure . concode_field_sep DistanceMeasure measure concode_field_sep List<? extends Cluster<T>> cluster concode_elem_sep DistanceMeasure getDistanceMeasure | double function ( final Clusterable arg0 , final Clusterable arg1 ) { return measure . compute ( arg0 . getPoint ( ) , arg1 . getPoint ( ) ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.