idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
2,100 | returns array of neurons in this layer concode_field_sep NeuralNetwork parentNetwork concode_elem_sep String label concode_elem_sep long serialVersionUID concode_elem_sep Neuron[] neurons concode_field_sep String getLabel concode_elem_sep void removeNeuronAt concode_elem_sep void addNeuron concode_elem_sep void addNeur... | Neuron [ ] function ( ) { return this . neurons ; } |
2,101 | does nothing . concode_field_sep CategoricalTable discreteCache concode_elem_sep Logger log concode_elem_sep DensityFunction function concode_elem_sep String variable concode_field_sep double getProbDensity concode_elem_sep double getProbDensity concode_elem_sep double getProbDensity concode_elem_sep CategoricalTable t... | boolean function ( double arg0 ) { return false ; } |
2,102 | provides an assertion that the receivers got all messages that were sent to it . concode_field_sep PlaceHolder placeHolder concode_field_sep Assertion noMessagesReceivedAssertion concode_elem_sep Assertion channelClosedAssertion concode_elem_sep Assertion noExceptionsAssertion concode_elem_sep Assertion exceptionAssert... | Assertion function ( ParsedProperties arg0 ) { throw new RuntimeException ( "srini_string" ) ; } |
2,103 | gets the icon to show in the notification if and where appropriate . concode_field_sep String COMMAND_NOTIFICATION_HANDLER_CMDARGS_EXTRA concode_elem_sep String POPUP_MESSAGE_HANDLER_TAG_EXTRA concode_elem_sep byte[] icon concode_elem_sep Map<String,Object> extras concode_elem_sep String SOUND_NOTIFICATION_HANDLER_LOOP... | byte [ ] function ( ) { return icon ; } |
2,104 | clears messages from queue concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int S... | void function ( ) { animationHandler . removeMessages ( MESSAGE_SCROLL ) ; animationHandler . removeMessages ( MESSAGE_JUSTIFY ) ; } |
2,105 | returns true if a variable reference was found . note that this information is n't accurate until finishing to process all tokens from source string . it also ca n't be used as per token basis . concode_field_sep char CHR_DBL_QUOTE concode_elem_sep boolean emittingEscapeCode concode_elem_sep boolean sawVariableUse conc... | boolean function ( ) { return this . sawVariableUse ; } |
2,106 | deletes the thauphu with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ThauphuLocalService _service concode_field_sep com.newway.model.Thauphu addThauphu concode_elem_sep java.util.List<com.newway.model.Thauphu> getThauphus concode_elem_sep com.newway.model.Thauph... | void function ( int arg0 ) { getService ( ) . deleteThauphu ( arg0 ) ; } |
2,107 | performs a getpooledconnection after validating the given username and password . concode_field_sep Properties connProperties concode_elem_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep ConnectionDefaults connectionDefaults concode_elem_sep String driver concode_elem_sep String url concode... | PooledConnection function ( String arg0 , String arg1 ) { validateSpecifiedUserAndPassword ( arg0 , arg1 ) ; return getPooledConnection ( ) ; } |
2,108 | sets a specific location in the bar concode_field_sep byte[] row concode_elem_sep int currentLocation concode_field_sep void addBar concode_elem_sep byte[] getRow concode_elem_sep byte[] getScaledRow | void function ( int arg0 , boolean arg1 ) { row [ arg0 ] = ( byte ) ( arg1 ? 1 : 0 ) ; } |
2,109 | sets the id . concode_field_sep List xxs concode_elem_sep X x concode_elem_sep Y y concode_elem_sep Long id concode_field_sep void setY concode_elem_sep X getX concode_elem_sep Y getY concode_elem_sep void setXxs concode_elem_sep void setX concode_elem_sep List getXxs concode_elem_sep long getId concode_elem_sep Long g... | void function ( long arg0 ) { this . id = arg0 ; } |
2,110 | check if it 's time to stop processing . processing auto-complete should n't take more than a few milliseconds . if processing is stopped , this methods throws an illegalstateexception concode_field_sep int KEYWORD concode_elem_sep long stopAt concode_elem_sep DbTableOrView lastMatchedTable concode_elem_sep HashMap<Str... | void function ( ) { if ( System . currentTimeMillis ( ) > stopAt ) { throw new IllegalStateException ( ) ; } } |
2,111 | sets the well known members . if members are empty , calling this method will have the same effect as calling #clear . a member can be a comma separated string , e. . g ' 10.11.12.1,10.11.12.2 ' which indicates multiple members are going to be added . concode_field_sep int CONNECTION_TIMEOUT_SEC concode_elem_sep String... | TcpIpConfig function ( final List < String > arg0 ) { isNotNull ( arg0 , "srini_string" ) ; this . members . clear ( ) ; for ( String loc0 : arg0 ) { addMember ( loc0 ) ; } return this ; } |
2,112 | writes the method 's id to the output stream concode_field_sep long _methodId concode_elem_sep Class _class concode_elem_sep int SIZE concode_field_sep Class getDeclaringClass concode_elem_sep String getName concode_elem_sep VMMethod readId concode_elem_sep VariableTable getVariableTable concode_elem_sep String getSign... | void function ( DataOutputStream arg0 ) { arg0 . writeLong ( getId ( ) ) ; } |
2,113 | determine if two scripts are compatible . concode_field_sep boolean combineCJ concode_elem_sep int scriptCode concode_elem_sep int scriptLimit concode_elem_sep char text[] concode_elem_sep int start concode_elem_sep int limit concode_elem_sep int index concode_elem_sep int scriptStart concode_elem_sep int basicLatin[] ... | boolean function ( int arg0 , int arg1 ) { return arg0 <= UScript . INHERITED || arg1 <= UScript . INHERITED || arg0 == arg1 ; } |
2,114 | start the task , created a new swingworker for the text extraction process . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done c... | void function ( ) { final SwingWorker loc0 = new SwingWorker ( ) { public Object construct ( ) { current = 0 ; done = false ; canceled = false ; dialogMessage = null ; return new ActualTask ( ) ; } } ; loc0 . setThreadPriority ( Thread . MIN_PRIORITY ) ; loc0 . start ( ) ; } |
2,115 | destroys the native toolbarmodel . concode_field_sep long mNativeToolbarModelAndroid concode_field_sep String nativeGetText concode_elem_sep String getText concode_elem_sep long nativeInit concode_elem_sep void nativeDestroy concode_elem_sep WebContents getActiveWebContents concode_elem_sep void initialize | void function ( ) { if ( mNativeToolbarModelAndroid == 0 ) return ; nativeDestroy ( mNativeToolbarModelAndroid ) ; mNativeToolbarModelAndroid = 0 ; } |
2,116 | a row has been inserted , so adjust the range objects accordingly concode_field_sep int column1 concode_elem_sep int row1 concode_elem_sep int column2 concode_elem_sep Sheet sheet concode_elem_sep int row2 concode_field_sep int getLastSheetIndex concode_elem_sep void removeColumn concode_elem_sep void insertColumn conc... | void function ( int arg0 ) { if ( arg0 > row2 ) { return ; } if ( arg0 <= row1 ) { row1 ++ ; } if ( arg0 <= row2 ) { row2 ++ ; } } |
2,117 | converts this json object to the specified type . concode_field_sep ObjectMapper mapper concode_elem_sep String jsonString concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep JSON from concode_elem_sep JSON from concode_elem_sep JSON from concode_elem_sep JSON from concode_elem_sep String to... | T function ( Class < T > arg0 ) { Assert . notNull ( "srini_string" , arg0 ) ; try { return mapper . readValue ( jsonString , arg0 ) ; } catch ( IOException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { throw new IOException ( loc0 ) ; } } |
2,118 | get a context for a jvmroute . concode_field_sep ConcurrentMap<String,Context> contexts concode_elem_sep String contextPath concode_elem_sep char PATH_SEPARATOR concode_elem_sep HostEntry defaultHandler concode_elem_sep String STRING_PATH_SEPARATOR concode_elem_sep int[] lengths concode_field_sep void removeContext con... | Context function ( final String arg0 ) { return contexts . get ( arg0 ) ; } |
2,119 | expects the attribute be an existing attribute . concode_field_sep ComparisonOperator op concode_elem_sep Object[] values concode_elem_sep String attribute concode_field_sep ComparisonOperator getComparisonOperator concode_elem_sep Object[] getValues concode_elem_sep T in concode_elem_sep T beginsWith concode_elem_sep ... | T function ( ) { return _withComparisonOperator ( ComparisonOperator . NOT_NULL ) ; } |
2,120 | reset the index as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep int getLookup concode_elem_... | void function ( ) { int loc0 = linkTable . length ; int [ ] loc1 = linkTable ; while ( -- loc0 >= 0 ) { loc1 [ loc0 ] = 0 ; } resetTables ( ) ; } |
2,121 | marshal method for the port class , encodes the port object to the output stream . concode_field_sep com.ericsson.otp.ic.TypeCode _tc concode_field_sep Port extract concode_elem_sep Port unmarshal concode_elem_sep String name concode_elem_sep void insert concode_elem_sep String id concode_elem_sep com.ericsson.otp.ic.T... | void function ( com . ericsson . otp . erlang . OtpOutputStream arg0 , Port arg1 ) { arg0 . write_port ( arg1 . node ( ) , arg1 . id ( ) , arg1 . creation ( ) ) ; } |
2,122 | restores the annotationcomponents state to the state stored during the construction of this object . concode_field_sep AnnotationComponent annotationComponent concode_elem_sep Rectangle2D.Float userSpaceRectangle concode_field_sep void apply concode_elem_sep void synchronizeState | void function ( ) { if ( annotationComponent != null && annotationComponent . getAnnotation ( ) != null ) { Annotation loc0 = annotationComponent . getAnnotation ( ) ; restore ( loc0 ) ; synchronizeState ( ) ; } } |
2,123 | get uri to image received from capture by camera . concode_field_sep Activity activity concode_elem_sep String TEMP_PHOTO_FILE_NAME concode_elem_sep File mFileTemp concode_field_sep Bitmap getBitmapFromUri concode_elem_sep Uri getPickImageResultUri concode_elem_sep void copyStream concode_elem_sep Bitmap rotateImage co... | Uri function ( ) { Uri loc0 = null ; File loc1 = activity . getExternalCacheDir ( ) ; if ( loc1 != null ) { loc0 = Uri . fromFile ( new File ( loc1 . getPath ( ) , "srini_string" ) ) ; } return loc0 ; } |
2,124 | return the cluster disk info for the cluster or null if none available concode_field_sep String assignedNodeId concode_elem_sep Map<DiscoveryNode,NodeExplanation> nodeExplanations concode_elem_sep ClusterInfo clusterInfo concode_elem_sep boolean hasPendingAsyncFetch concode_elem_sep long remainingDelayMillis concode_el... | ClusterInfo function ( ) { return this . clusterInfo ; } |
2,125 | instructs the lognode to print the log data provided . other lognodes can be chained to the end of the lognode as desired . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNod... | void function ( int arg0 , String arg1 , String arg2 ) { println ( arg0 , arg1 , arg2 , null ) ; } |
2,126 | generate default list of phone models and link it to the contact model concode_field_sep Log log concode_field_sep List selectList concode_elem_sep void saveContact concode_elem_sep ContactModel select concode_elem_sep List find concode_elem_sep List defaultEmail concode_elem_sep void resetListModel concode_elem_sep vo... | List function ( ContactModel arg0 ) { List loc0 = new ArrayList ( ) ; PhoneModel loc1 = new PhoneModel ( "srini_string" ) ; PhoneModel loc2 = new PhoneModel ( "srini_string" ) ; loc1 . setValue ( "srini_string" ) ; loc2 . setValue ( "srini_string" ) ; loc1 . setContact ( arg0 ) ; loc2 . setContact ( arg0 ) ; loc0 . add... |
2,127 | set the creator concode_field_sep String date concode_elem_sep String coverage concode_elem_sep String identifier concode_elem_sep String creator concode_elem_sep String subject concode_elem_sep String format concode_elem_sep String description concode_elem_sep String language concode_elem_sep String source concode_ele... | void function ( String arg0 ) { creator = arg0 ; } |
2,128 | gets the targetall value for this targetingsettingdetail . concode_field_sep java.lang.Boolean targetAll concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.adwords.axis.v201502.cm.CriterionTypeGroup criterionTypeGroup concode_elem_sep java.lang.Object __equalsCalc concode... | java . lang . Boolean function ( ) { return targetAll ; } |
2,129 | return the name of the runner or an empty string . non-empty names will include a trailing space character so that they can be used as a prefix . concode_field_sep Set<CommandException.Option> NO_EXCEPTION_OPTIONS concode_elem_sep Class<?>[] optionCommandClasses concode_elem_sep String name concode_elem_sep Class<?>[] ... | String function ( ) { return this . name ; } |
2,130 | creates a new builder . concode_field_sep PlaceHolder placeHolder concode_field_sep Optional<Text> getBanSource concode_elem_sep Builder reason concode_elem_sep Builder address concode_elem_sep Optional<CommandSource> getBanCommandSource concode_elem_sep Optional<Text> getReason concode_elem_sep Builder profile concode... | Builder function ( ) { return Sponge . getRegistry ( ) . createBuilder ( Builder . class ) ; } |
2,131 | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ... | Map < QName , String > function ( ) { return otherAttributes ; } |
2,132 | appends the request to the end of the list of pending requests . concode_field_sep List<ObjectVersionMapping> objectsToFetch concode_elem_sep boolean cellOpen concode_elem_sep AtomicInteger queuedData concode_elem_sep XLocations loc concode_elem_sep List<StageRequest> pendingRequests concode_elem_sep FileCredentials cr... | void function ( StageRequest arg0 ) { pendingRequests . add ( arg0 ) ; } |
2,133 | the amazon resource name arn of the amazon sns topic where amazon ses will publish bounce notifications . concode_field_sep String bounceTopic concode_elem_sep String complaintTopic concode_elem_sep String deliveryTopic concode_elem_sep Boolean forwardingEnabled concode_field_sep Boolean getForwardingEnabled concode_el... | IdentityNotificationAttributes function ( String arg0 ) { setBounceTopic ( arg0 ) ; return this ; } |
2,134 | gets the value of the hashalgorithm property . concode_field_sep HashDataType hashData concode_elem_sep String hashAlgorithm concode_elem_sep String friendlyName concode_elem_sep byte[] hashValue concode_field_sep HashDataType getHashData concode_elem_sep String getFriendlyName concode_elem_sep byte[] getHashValue conc... | String function ( ) { return hashAlgorithm ; } |
2,135 | creates a helper measure for a distinct count calculation . concode_field_sep CalculationEnum calculation concode_elem_sep MeasureValue[] helpers concode_elem_sep boolean isSystemDefined concode_elem_sep AbstractValueProvider VALUE_PROVIDER concode_elem_sep JRExtendedIncrementerFactory incrementerFactory concode_elem_s... | MeasureDefinition function ( MeasureDefinition arg0 ) { return new MeasureDefinition ( arg0 . valueClass , CalculationEnum . NOTHING , JRDistinctCountExtendedIncrementerFactory . getInstance ( ) , true ) ; } |
2,136 | method to authenticate a password against a named presentation concode_field_sep int SLIDE_PRELOAD_COUNT concode_elem_sep String CHAT_LOG_EXTENSION concode_elem_sep Log log concode_elem_sep PresentationManager singleton concode_elem_sep Map presentationMap concode_field_sep Presentation createPresentation concode_elem_... | boolean function ( String arg0 , String arg1 ) { return presentationExists ( arg1 ) && getPresentation ( arg1 ) . getPassword ( ) . equals ( arg0 ) ; } |
2,137 | sets the value of the role property . concode_field_sep JAXBElement<? extends AbstractDatumType> abstractDatum 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_elem_sep S... | void function ( String arg0 ) { this . role = arg0 ; } |
2,138 | checks the validity of the dataset and renderer parameters . concode_field_sep String CHART concode_elem_sep String TITLE concode_field_sep GraphicalView getAreaChartView concode_elem_sep boolean checkMultipleSeriesItems concode_elem_sep GraphicalView getBarChartView concode_elem_sep GraphicalView getPieChartView conco... | void function ( CategorySeries arg0 , DefaultRenderer arg1 ) { if ( arg0 == null || arg1 == null || arg0 . getItemCount ( ) != arg1 . getSeriesRendererCount ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } } |
2,139 | gets the value of the refresh property . concode_field_sep Layout layout concode_elem_sep List<Address> address concode_elem_sep BigInteger refresh concode_elem_sep Label label concode_field_sep Layout getLayout concode_elem_sep Label getLabel concode_elem_sep void setRefresh concode_elem_sep void setLabel concode_elem... | BigInteger function ( ) { return refresh ; } |
2,140 | indicates that this service should not be started asynchronously . concode_field_sep Service<T> service concode_elem_sep InjectedValue<ExecutorService> executor concode_elem_sep ServiceName name concode_elem_sep boolean stopAsynchronously concode_elem_sep ServiceName EXECUTOR_SERVICE_NAME concode_elem_sep boolean start... | AsynchronousServiceBuilder < T > function ( ) { this . startAsynchronously = false ; return this ; } |
2,141 | adds a sub-model to this model . if the model is already in the list then it does nothing . concode_field_sep boolean isValidState concode_elem_sep ArrayList<Variable> variables concode_elem_sep Model.ListenerHelper listenerHelper concode_elem_sep ArrayList<Statistic> statistics concode_elem_sep ArrayList<Model> models... | void function ( Model arg0 ) { Model . CONNECTED_MODEL_SET . add ( arg0 ) ; if ( ! models . contains ( arg0 ) ) { models . add ( arg0 ) ; arg0 . addModelListener ( this ) ; } } |
2,142 | 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 Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep HsqlSocketFactory newFactory conco... | boolean function ( ) { return false ; } |
2,143 | removes a projectchangelistener from the listener list . concode_field_sep ProjectRootNode projectRoot concode_elem_sep ProjectSettings settings concode_elem_sep UserProject projectInfo concode_elem_sep boolean loadingInProgress concode_elem_sep List<ProjectChangeListener> projectChangeListeners concode_field_sep void ... | void function ( ProjectChangeListener arg0 ) { projectChangeListeners . remove ( arg0 ) ; } |
2,144 | equality comparison concode_field_sep PlaceHolder placeHolder concode_field_sep Word lsh concode_elem_sep Word minus concode_elem_sep Word minus concode_elem_sep Word minus concode_elem_sep Word fromIntSignExtend concode_elem_sep boolean LT concode_elem_sep Word fromLong concode_elem_sep Address toAddress concode_elem_... | boolean function ( Word arg0 ) { return false ; } |
2,145 | returns true if the provider requires access to a satellite-based positioning system e.g. , gps , false otherwise . concode_field_sep int AVAILABLE concode_elem_sep int OUT_OF_SERVICE concode_elem_sep int TEMPORARILY_UNAVAILABLE concode_elem_sep String BAD_CHARS_REGEX concode_elem_sep String mName concode_elem_sep Prov... | boolean function ( ) { return mProperties . mRequiresSatellite ; } |
2,146 | returns system default for so_reuseaddr concode_field_sep boolean SUPPORTS_V6 concode_elem_sep boolean PREFER_V6 concode_field_sep void sortAddresses concode_elem_sep InetAddress[] getAddressesForInterface concode_elem_sep int sortKey concode_elem_sep void addAllInterfaces concode_elem_sep InetAddress[] filterIPV4 conc... | boolean function ( ) { return Constants . WINDOWS ? false : true ; } |
2,147 | create an instance of jaxbelement concode_field_sep QName _GetOpenstackFlavorRespId_QNAME concode_elem_sep QName _RulesIpProtocol_QNAME concode_elem_sep QName _AddOpenstackFloatingIpRespFloatingIp_QNAME concode_elem_sep QName _AllocateOpenstackFloatingIpRespFloatingIP_QNAME concode_elem_sep QName _GetOpenstackImageDeta... | JAXBElement < String > function ( String arg0 ) { return new JAXBElement < String > ( _GetOpenstackFloatingIpRespMessage_QNAME , String . class , OpenstackBasicResp . class , arg0 ) ; } |
2,148 | adds the org.picketlink.json.jose.jwk to the jwkset . concode_field_sep Map<String,JWK> keys concode_field_sep JsonObject getJsonObject concode_elem_sep JWK get concode_elem_sep String toString concode_elem_sep Map<String,JWK> getKeys | void function ( JWK arg0 ) { this . keys . put ( arg0 . getKeyIdentifier ( ) , arg0 ) ; } |
2,149 | sees whether this bag is full . concode_field_sep int numberOfEntries concode_elem_sep int DEFAULT_CAPACITY concode_elem_sep T[] bag concode_elem_sep int MAX_CAPACITY concode_elem_sep boolean initialized concode_field_sep boolean add concode_elem_sep int getFrequencyOf concode_elem_sep T removeEntry concode_elem_sep vo... | boolean function ( ) { return numberOfEntries >= bag . length ; } |
2,150 | gets the height xy obj space . concode_field_sep Vector3D centerPointLocal concode_elem_sep Vector3D rectNormal concode_elem_sep MTComponent peerComponent concode_elem_sep float IN_PLANE_TOLERANCE concode_elem_sep boolean centerWorldDirty concode_elem_sep Vector3D[] boundingPointsLocal concode_elem_sep boolean worldVec... | float function ( ) { return this . getHeightXYVectLocal ( ) . length ( ) ; } |
2,151 | this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface g... | void function ( ) { sCInterface . clearEvents ( ) ; } |
2,152 | get auto deploy information . concode_field_sep boolean versionAdvertised concode_elem_sep String stackVersion concode_elem_sep AutoDeployInfo autoDeploy concode_elem_sep boolean isMaster concode_elem_sep String stackName concode_elem_sep List<String> customCommands concode_elem_sep String componentCategory concode_ele... | AutoDeployInfo function ( ) { return autoDeploy ; } |
2,153 | sets the device u u i d of this device . concode_field_sep Device _device concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep vo... | void function ( java . lang . String arg0 ) { _device . setDeviceUUID ( arg0 ) ; } |
2,154 | returns the leg label concode_field_sep Protocol protocol concode_elem_sep ReceptionAwareness rcptAwareness concode_elem_sep UserMessageFlow userMessageFlow concode_elem_sep DeliverySpecification defaultDelivery concode_elem_sep ReceiptConfiguration receipt concode_elem_sep ArrayList<IMessageProcessingEventConfiguratio... | Label function ( ) { return this . label ; } |
2,155 | get the reference instance . concode_field_sep Reference reference concode_elem_sep AnnoManagedConnectionFactory1 mcf concode_elem_sep ConnectionManager connectionManager concode_elem_sep Logger log concode_elem_sep long serialVersionUID concode_field_sep AnnoConnection1 getConnection concode_elem_sep void setReference | Reference function ( ) { log . finest ( "srini_string" ) ; return reference ; } |
2,156 | returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start | BundleContext function ( ) { return context ; } |
2,157 | loads the text content of a file into a list of strings , each string corresponding to a line . the line endings are either \ n , \ r or \ r \ n. concode_field_sep PlaceHolder placeHolder concode_field_sep File newTemporaryFile concode_elem_sep File newFile concode_elem_sep File temporaryFolder concode_elem_sep File ne... | List < String > function ( File arg0 , Charset arg1 ) { checkNotNull ( arg1 , "srini_string" ) ; try { return loadLines ( arg0 , arg1 ) ; } catch ( IOException loc0 ) { throw new RuntimeIOException ( "srini_string" + arg0 . getAbsolutePath ( ) , loc0 ) ; } } |
2,158 | returns days/hours/minutes all converted into seconds . nanos still need to be retrieved using getnanos concode_field_sep int nanos concode_elem_sep ThreadLocal<Matcher> PATTERN_MATCHER concode_elem_sep long totalSeconds concode_elem_sep String PARSE_PATTERN concode_field_sep void set concode_elem_sep void set concode_... | long function ( ) { return totalSeconds ; } |
2,159 | indicates whether the calling task runner should terminate . concode_field_sep Boolean terminate concode_field_sep ReportTaskRunnerHeartbeatResult withTerminate concode_elem_sep void setTerminate concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ReportTaskRunnerHeartbeatResult clone concode... | Boolean function ( ) { return this . terminate ; } |
2,160 | create a pickup with params . if the creation fails , it will throw a creationfailedexception . concode_field_sep int INVALID_ID concode_field_sep int getModelId concode_elem_sep boolean isStatic concode_elem_sep Location getLocation concode_elem_sep int getType concode_elem_sep Pickup get concode_elem_sep Collection<P... | Pickup function ( int arg0 , int arg1 , float arg2 , float arg3 , float arg4 , int arg5 , EventHandler < PlayerPickupEvent > arg6 ) { return SampObjectManager . get ( ) . createPickup ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 ) ; } |
2,161 | returns int array ` bit ' of size 8 with bit i = bit at index ` i ' in byte b concode_field_sep PlaceHolder placeHolder concode_field_sep int getValue concode_elem_sep boolean lieBetween concode_elem_sep byte bitToByte concode_elem_sep int getNibble concode_elem_sep byte[] parse concode_elem_sep int getBit | int [ ] function ( byte arg0 ) { int [ ] loc0 = new int [ 8 ] ; for ( int loc1 = 0 ; loc1 < 8 ; loc1 ++ ) { loc0 [ loc1 ] = getBit ( arg0 , loc1 ) ; } return loc0 ; } |
2,162 | get custom deserializer concode_field_sep java.lang.Double amount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef location concode_elem_sep java.... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
2,163 | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... | void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
2,164 | the access key id that identifies the temporary security credentials . concode_field_sep String accessKeyId concode_elem_sep String secretAccessKey concode_elem_sep String sessionToken concode_elem_sep java.util.Date expiration concode_field_sep Credentials withSessionToken concode_elem_sep String getSecretAccessKey co... | void function ( String arg0 ) { this . accessKeyId = arg0 ; } |
2,165 | convenience method that can decode a data matrix code represented as a 2d array of booleans . `` true '' is taken to mean a black module . concode_field_sep ReedSolomonDecoder rsDecoder concode_field_sep void correctErrors | DecoderResult function ( boolean [ ] [ ] arg0 ) { int loc0 = arg0 . length ; BitMatrix loc1 = new BitMatrix ( loc0 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { if ( arg0 [ loc2 ] [ loc3 ] ) { loc1 . set ( loc3 , loc2 ) ; } } } return decode ( loc1 ) ; } |
2,166 | format the date according to the strftime-style string given in the constructor . concode_field_sep SimpleDateFormat simpleDateFormat concode_elem_sep Map<String,String> translate concode_field_sep String quote concode_elem_sep TimeZone getTimeZone concode_elem_sep boolean translateCommand concode_elem_sep void setTime... | String function ( Date arg0 ) { return simpleDateFormat . format ( arg0 ) ; } |
2,167 | sets the mail user name . concode_field_sep String mailUsername concode_elem_sep boolean incomingSsl concode_elem_sep String outgoingHost concode_elem_sep String incomingHost concode_elem_sep String userName concode_elem_sep int incomingPort concode_elem_sep boolean selected concode_elem_sep String protocol concode_ele... | void function ( String arg0 ) { this . mailUsername = arg0 ; } |
2,168 | sets the driver class name . concode_field_sep String password concode_elem_sep String jarPath concode_elem_sep String name concode_elem_sep String driverClassName concode_elem_sep String driverTemplate concode_elem_sep String user concode_elem_sep String url concode_field_sep void setName concode_elem_sep String getDr... | void function ( String arg0 ) { this . driverClassName = arg0 ; } |
2,169 | create an instance of getnumresponse concode_field_sep QName _SubmitResult_QNAME concode_elem_sep QName _VersionInfoResult_QNAME concode_elem_sep QName _ChangePasswordResult_QNAME concode_elem_sep QName _GetReplyResult_QNAME concode_elem_sep QName _GetNumResult_QNAME concode_elem_sep QName _QueryResult_QNAME concode_fi... | GetNumResponse function ( ) { return new GetNumResponse ( ) ; } |
2,170 | gest parameter value from the the session scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco... | String function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; HttpServletRequest loc1 = ( HttpServletRequest ) loc0 . getExternalContext ( ) . getRequest ( ) ; HttpSession loc2 = loc1 . getSession ( ) ; return loc1 . getParameter ( arg0 ) ; } |
2,171 | called before the specified character typed by the user is inserted in the editor . concode_field_sep ExtensionPointName<TypedHandlerDelegate> EP_NAME concode_field_sep Result charTyped concode_elem_sep Result checkAutoPopup | Result function ( char arg0 , final Project arg1 , final Editor arg2 , final PsiFile arg3 , final FileType arg4 ) { return Result . CONTINUE ; } |
2,172 | gets the saved sky-light value in the extended block storage structure . concode_field_sep int yBase concode_elem_sep NibbleArray blocklightArray concode_elem_sep int blockRefCount concode_elem_sep BlockStateContainer data concode_elem_sep NibbleArray skylightArray concode_elem_sep int tickRefCount concode_field_sep vo... | int function ( int arg0 , int arg1 , int arg2 ) { return this . skylightArray . get ( arg0 , arg1 , arg2 ) ; } |
2,173 | return the area of this circle concode_field_sep double radius concode_field_sep double getPerimeter concode_elem_sep void main concode_elem_sep void setRadius | double function ( ) { return radius * radius * Math . PI ; } |
2,174 | checks if the app has been installed on the system . concode_field_sep String mPackageName concode_elem_sep long DEFAULT_MS_BETWEEN_RUNS concode_elem_sep long DEFAULT_MS_MAXIMUM_WAITING_TIME concode_elem_sep long mTimestampStarted concode_elem_sep Observer mObserver concode_elem_sep long mMsMaximumWaitingTime concode_e... | boolean function ( PackageManager arg0 , String arg1 ) { List < PackageInfo > loc0 = arg0 . getInstalledPackages ( 0 ) ; for ( int loc1 = 0 ; loc1 < loc0 . size ( ) ; loc1 ++ ) { if ( TextUtils . equals ( loc0 . get ( loc1 ) . arg1 , arg1 ) ) return true ; } return false ; } |
2,175 | implementation only supports unix line-end format and is suitable for processing http and other network protocol communications . reads and writes a line of data . returns the number of bytes read/written . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep Serializable deseri... | int function ( InputStream arg0 , OutputStream arg1 ) { } |
2,176 | set common auth caller path . path of the calling party to common auth concode_field_sep boolean passiveAuth concode_elem_sep Map<String,String[]> requestQueryParams concode_elem_sep long serialVersionUID concode_elem_sep String commonAuthCallerPath concode_elem_sep boolean forceAuth concode_elem_sep String type concod... | void function ( String arg0 ) { this . commonAuthCallerPath = arg0 ; } |
2,177 | change the scaling and focus dynamically , as from a detected scale gesture concode_field_sep AbstractScaling[] scalings concode_elem_sep ImageView.ScaleType scaleType concode_elem_sep int scaleModeIds[] concode_elem_sep int id concode_field_sep boolean isAbleToPan concode_elem_sep boolean isValidInputMode concode_elem... | void function ( VncCanvasActivity arg0 , float arg1 , float arg2 , float arg3 ) { } |
2,178 | returns true if the specified character offset from the start of the underlying ptextbuffer model is held within this line . concode_field_sep int lastValidLineIndex concode_elem_sep ArrayList<PLineListener> listeners concode_elem_sep int start concode_elem_sep int length concode_elem_sep int width concode_elem_sep PTe... | boolean function ( int arg0 ) { return ( arg0 >= start ) && ( arg0 < start + length ) ; } |
2,179 | fill relation . concode_field_sep String OBJECT_NUMBER concode_elem_sep String OBJECT_TITLE concode_field_sep void fillCollectionObject concode_elem_sep void fillCollectionObject concode_elem_sep Object extractPart concode_elem_sep String extractId concode_elem_sep void fillIntake concode_elem_sep void fillIntake conco... | void function ( RelationsCommon arg0 , String arg1 , String arg2 , String arg3 , String arg4 , RelationshipType arg5 ) { arg0 . setSubjectCsid ( arg1 ) ; arg0 . setSubjectDocumentType ( arg2 ) ; arg0 . setSubjectCsid ( arg3 ) ; arg0 . setObjectDocumentType ( arg4 ) ; arg0 . setRelationshipType ( arg5 . toString ( ) ) ;... |
2,180 | gets the value of the extwidth property . concode_field_sep String extoffset concode_elem_sep String visible concode_elem_sep String precision concode_elem_sep String dtype concode_elem_sep String extlength concode_elem_sep String layer concode_elem_sep String unit concode_elem_sep String textsize concode_elem_sep Stri... | String function ( ) { if ( extwidth == null ) { return "srini_string" ; } else { return extwidth ; } } |
2,181 | string representation concode_field_sep String XML_ATTRIBUTE_NAME concode_elem_sep String XML_ATTRIBUTE_KEY concode_elem_sep String m_columnName concode_elem_sep boolean m_isPKey concode_elem_sep boolean m_isPageBreak concode_elem_sep String m_formatPattern concode_elem_sep String XML_TAG concode_elem_sep Object m_valu... | String function ( ) { StringBuffer loc0 = new StringBuffer ( m_columnName ) . append ( "srini_string" ) . append ( m_value ) ; if ( m_isPKey ) loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
2,182 | in file 5th . should be 2nd . concode_field_sep String name concode_field_sep void clientDetails concode_elem_sep void addClientFilterFirst concode_elem_sep void addClientFilterLast concode_elem_sep void addExceptionHandlerAuto concode_elem_sep void addExceptionHandler concode_elem_sep String clientDetailsRpc concode_e... | void function ( int arg0 , FilterChain arg1 ) { } |
2,183 | calculate the fill rate in % . 0 means empty , 100 means full . concode_field_sep long next concode_elem_sep int pageCount concode_elem_sep int FOOTER_LENGTH concode_elem_sep long metaRootPos concode_elem_sep int pageCountLive concode_elem_sep int collectPriority concode_elem_sep long version concode_elem_sep int MAX_I... | int function ( ) { if ( maxLenLive <= 0 ) { return 0 ; } else if ( maxLenLive == maxLen ) { return 100 ; } return 1 + ( int ) ( 98 * maxLenLive / maxLen ) ; } |
2,184 | return the count of named parameters in the sql statement . each parameter name counts once ; repeated occurrences do not count here . concode_field_sep int totalParameterCount concode_elem_sep List<String> parameterNames concode_elem_sep int namedParameterCount concode_elem_sep String originalSql concode_elem_sep List... | int function ( ) { return this . namedParameterCount ; } |
2,185 | read 4 bytes from given byte array at the specified position convert it to an integer concode_field_sep PlaceHolder placeHolder concode_field_sep String getStrValue concode_elem_sep void setIntValue concode_elem_sep void setShortValue concode_elem_sep void setFloValue concode_elem_sep float getFloValue concode_elem_sep... | int function ( int arg0 , byte [ ] arg1 ) { InputStream loc0 ; DataInputStream loc1 ; int loc2 ; byte loc3 [ ] = new byte [ 4 ] ; System . arraycopy ( arg1 , arg0 , loc3 , 0 , 4 ) ; loc0 = new ByteArrayInputStream ( loc3 ) ; loc1 = new DataInputStream ( loc0 ) ; loc2 = loc1 . readInt ( ) ; return loc2 ; } |
2,186 | sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext | void function ( LogNode arg0 ) { mNext = arg0 ; } |
2,187 | sets the value of the sizeondisk property . concode_field_sep String repoType concode_elem_sep String effectiveLocalStorageUrl concode_elem_sep String proxyUrl concode_elem_sep String id concode_elem_sep BigInteger numArtifacts concode_elem_sep BigInteger sizeOnDisk concode_field_sep BigInteger getSizeOnDisk concode_el... | void function ( BigInteger arg0 ) { this . sizeOnDisk = arg0 ; } |
2,188 | checks if the specified state has at least one exit action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasAtLeastOneAction con... | boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; } |
2,189 | returns the osgi service identifier . concode_field_sep LayoutBranchService _layoutBranchService concode_field_sep com.liferay.portal.model.LayoutBranch addLayoutBranch concode_elem_sep com.liferay.portal.model.LayoutBranch updateLayoutBranch concode_elem_sep void setWrappedService concode_elem_sep void deleteLayoutBra... | java . lang . String function ( ) { return _layoutBranchService . getOSGiServiceIdentifier ( ) ; } |
2,190 | sets a custom backoff policy . the backoff policy defines how the bulk processor should handle retries of bulk requests internally in case they have failed due to resource constraints i.e. a thread pool was full . the default is to back off exponentially . concode_field_sep BulkRequestHandler bulkRequestHandler concode... | Builder function ( BackoffPolicy arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } this . backoffPolicy = arg0 ; return this ; } |
2,191 | gets the source of the pac script used by this parser . concode_field_sep ScriptEngine engine concode_elem_sep PacScriptSource source concode_elem_sep String SCRIPT_METHODS_OBJECT concode_field_sep String buildFunctionCallCode concode_elem_sep ScriptEngine setupEngine concode_elem_sep String evaluate | PacScriptSource function ( ) { return this . source ; } |
2,192 | used to register an imageconsumer with this imageproducer and then immediately start reconstruction of the image data to be delivered to all registered consumers . concode_field_sep ImageFilter filter concode_elem_sep Hashtable consumers concode_elem_sep ImageProducer ip concode_field_sep boolean isConsumer concode_ele... | void function ( ImageConsumer arg0 ) { ImageFilter loc0 ; if ( ! ( consumers . containsKey ( arg0 ) ) ) { loc0 = filter . getFilterInstance ( arg0 ) ; consumers . put ( arg0 , loc0 ) ; ip . addConsumer ( loc0 ) ; } else { loc0 = ( ImageFilter ) consumers . get ( arg0 ) ; } ip . startProduction ( loc0 ) ; } |
2,193 | set user name concode_field_sep String lastName concode_elem_sep String firstName concode_elem_sep String emailAddress concode_elem_sep String subject concode_elem_sep String toEmailAddress concode_elem_sep Log logger concode_elem_sep HelpManager helpManager concode_elem_sep String userName concode_elem_sep String cont... | void function ( String arg0 ) { this . userName = arg0 ; } |
2,194 | return whether this invoker has been prepared already , i.e. whether it allows access to #getpreparedmethod already . concode_field_sep Object targetObject concode_elem_sep String targetMethod concode_elem_sep Class<?> targetClass concode_elem_sep Method methodObject concode_elem_sep String staticMethod concode_elem_se... | boolean function ( ) { return ( this . methodObject != null ) ; } |
2,195 | sets the resource block permission id of this resource block permission . concode_field_sep ResourceBlockPermission _resourceBlockPermission concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBr... | void function ( long arg0 ) { _resourceBlockPermission . setResourceBlockPermissionId ( arg0 ) ; } |
2,196 | parse the payload to obtain a list of entities feed . concode_field_sep ODataParser uriParser concode_elem_sep ODataRequest request concode_elem_sep ODataUri oDataUri concode_elem_sep EntityDataModel entityDataModel concode_elem_sep Logger LOG concode_field_sep TargetType getTargetType concode_elem_sep Object getRefere... | List < ? > function ( ) { final String loc0 = getBodyText ( ) ; LOG . trace ( "srini_string" , loc0 ) ; if ( ! isNullOrEmpty ( loc0 ) ) { return processEntities ( loc0 ) ; } else { throw new ODataUnmarshallingException ( "srini_string" ) ; } } |
2,197 | sets the value of the souvislosti property . concode_field_sep TJineUdaje jineUdaje concode_elem_sep TEvidence evidence concode_elem_sep TPopis popis concode_elem_sep TVyrizeniEntity vyrizeni concode_elem_sep TIdentifikace identifikace concode_elem_sep TPuvodDokumentu puvod concode_elem_sep TSouvislosti souvislosti con... | void function ( TSouvislosti arg0 ) { this . souvislosti = arg0 ; } |
2,198 | determines whether the shape interior or volume is being drawn . concode_field_sep double opacity concode_elem_sep boolean drawOutline concode_elem_sep double outlineWidth concode_elem_sep Material material concode_elem_sep double outlineOpacity concode_elem_sep boolean drawInterior concode_elem_sep Material outlineMat... | boolean function ( ) { return this . drawInterior ; } |
2,199 | compares this level against the levels passed as arguments and returns true if this level is in between the given levels . concode_field_sep Level TRACE concode_elem_sep Level ALL concode_elem_sep Level INFO concode_elem_sep int intLevel concode_elem_sep Level DEBUG concode_elem_sep Level OFF concode_elem_sep Level WAR... | boolean function ( final Level arg0 , final Level arg1 ) { return this . intLevel >= arg0 . intLevel && this . intLevel <= arg1 . intLevel ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.