idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
14,900 | generate a ray from the origin of camera space toward the specified point . concode_field_sep Matrix4[] c2w concode_elem_sep Matrix4[] w2c concode_elem_sep CameraLens lens concode_field_sep boolean updateCameraMatrix concode_elem_sep boolean update concode_elem_sep Matrix4 getWorldToCamera concode_elem_sep Matrix4 getC... | Ray function ( Point3 arg0 ) { return new Ray ( c2w == null ? new Point3 ( 0 , 0 , 0 ) : c2w [ 0 ] . transformP ( new Point3 ( 0 , 0 , 0 ) ) , arg0 ) ; } |
14,901 | setter method concode_field_sep Integer customerType concode_elem_sep Integer callSource concode_elem_sep Date endDate concode_elem_sep Integer caseStatus concode_elem_sep long serialVersionUID concode_elem_sep Integer subCategoryId concode_elem_sep String circleID concode_elem_sep String circle concode_elem_sep Date s... | void function ( Integer arg0 ) { this . customerType = arg0 ; } |
14,902 | define the sort order of the buffer . concode_field_sep int count concode_elem_sep byte[] bytes concode_field_sep void set concode_elem_sep void truncate concode_elem_sep int hashCode concode_elem_sep byte[] get concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void reset concode_elem_sep S... | int function ( Object arg0 ) { Buffer loc0 = ( ( Buffer ) arg0 ) ; byte [ ] loc1 = this . get ( ) ; byte [ ] loc2 = loc0 . get ( ) ; for ( int loc3 = 0 ; loc3 < count && loc3 < loc0 . count ; loc3 ++ ) { int loc4 = ( loc1 [ loc3 ] & 0xff ) ; int loc5 = ( loc2 [ loc3 ] & 0xff ) ; if ( loc4 != loc5 ) { return loc4 - loc5... |
14,903 | returns the current sslconfig . it is possible that null is returned if no sslconfig has been set . concode_field_sep boolean redoOperation concode_elem_sep SSLConfig sslConfig concode_elem_sep int connectionAttemptPeriod concode_elem_sep DiscoveryConfig discoveryConfig concode_elem_sep SocketInterceptorConfig socketIn... | SSLConfig function ( ) { return sslConfig ; } |
14,904 | assert that `` suspicious '' is not null . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | T function ( @ Nullable T arg0 ) { assert arg0 != null ; return arg0 ; } |
14,905 | force introspection of the events this bean type fires . concode_field_sep PlaceHolder placeHolder concode_field_sep MethodDescriptor[] getMethodDescriptors concode_elem_sep int getDefaultPropertyIndex concode_elem_sep BeanInfo[] getAdditionalBeanInfo concode_elem_sep int getDefaultEventIndex concode_elem_sep PropertyD... | EventSetDescriptor [ ] function ( ) { return null ; } |
14,906 | connect or reconnect to broker concode_field_sep ZContext ctx concode_elem_sep ZMQ.Socket client concode_elem_sep String broker concode_elem_sep long timeout concode_elem_sep Formatter log concode_elem_sep boolean verbose concode_field_sep void setTimeout concode_elem_sep ZMsg recv concode_elem_sep long getTimeout conc... | void function ( ) { if ( client != null ) { ctx . destroySocket ( client ) ; } client = ctx . createSocket ( ZMQ . DEALER ) ; client . connect ( broker ) ; if ( verbose ) log . format ( "srini_string" , broker ) ; } |
14,907 | deletes the url and scope , and sets the last used time to 0 for all web apps whose url matches | urlfilter | . concode_field_sep HashMap<String,WebappDataStorage> mStorages concode_elem_sep String KEY_LAST_CLEANUP concode_elem_sep WebappRegistry sInstance concode_elem_sep String KEY_WEBAPP_SET concode_elem_sep long WE... | void function ( UrlFilter arg0 ) { for ( HashMap . Entry < String , WebappDataStorage > loc0 : mStorages . entrySet ( ) ) { WebappDataStorage loc1 = loc0 . getValue ( ) ; if ( arg0 . matchesUrl ( loc1 . getUrl ( ) ) ) { loc1 . clearHistory ( ) ; } } } |
14,908 | specify triggered tasks as a map of runnables the tasks and trigger objects typically custom implementations of the trigger interface . concode_field_sep List<CronTask> cronTasks concode_elem_sep List<TriggerTask> triggerTasks concode_elem_sep Set<ScheduledFuture<?>> scheduledFutures concode_elem_sep List<IntervalTask>... | void function ( Map < Runnable , Trigger > arg0 ) { this . triggerTasks = new ArrayList < TriggerTask > ( ) ; for ( Map . Entry < Runnable , Trigger > loc0 : arg0 . entrySet ( ) ) { addTriggerTask ( new TriggerTask ( loc0 . getKey ( ) , loc0 . getValue ( ) ) ) ; } } |
14,909 | returns the gles version this context is configured for currently 2 or 3 . concode_field_sep String TAG concode_elem_sep EGLDisplay mEGLDisplay concode_elem_sep int EGL_RECORDABLE_ANDROID concode_elem_sep int FLAG_TRY_GLES3 concode_elem_sep EGLContext mEGLContext concode_elem_sep int FLAG_RECORDABLE concode_elem_sep EG... | int function ( ) { return mGlVersion ; } |
14,910 | returns the sender of the in-band bytestream open request . concode_field_sep Open byteStreamRequest concode_elem_sep InBandBytestreamManager manager concode_field_sep void reject concode_elem_sep String getSessionID concode_elem_sep InBandBytestreamSession accept | Jid function ( ) { return this . byteStreamRequest . getFrom ( ) ; } |
14,911 | wait for the application to finish concode_field_sep Socket clientSocket concode_elem_sep OutputHandler<K2,V2> handler concode_elem_sep boolean WINDOWS concode_elem_sep Process process concode_elem_sep DownwardProtocol<K1,V1> downlink concode_elem_sep Log LOG concode_elem_sep ServerSocket serverSocket concode_field_sep... | boolean function ( ) { downlink . flush ( ) ; return handler . waitForFinish ( ) ; } |
14,912 | this implementation parses bean definitions according to the `` spring-beans '' xsd or dtd , historically . opens a dom document ; then initializes the default settings specified at the level ; then parses the contained bean definitions . concode_field_sep XmlReaderContext readerContext concode_elem_sep BeanDefinitionP... | void function ( Document arg0 , XmlReaderContext arg1 ) { this . readerContext = arg1 ; logger . debug ( "srini_string" ) ; Element loc0 = arg0 . getDocumentElement ( ) ; doRegisterBeanDefinitions ( loc0 ) ; } |
14,913 | stops the background backup handler . concode_field_sep Thread autosaveThread concode_elem_sep AbstractPipeline pipelineToBackup concode_elem_sep Semaphore backupAvailable concode_field_sep void start concode_elem_sep void update concode_elem_sep void run | void function ( ) { autosaveThread . interrupt ( ) ; } |
14,914 | amazon aws access key . concode_field_sep ActivityTypeRegistrationOptions activityTypeRegistrationOptions concode_elem_sep Map<String,Object> clientConfigurationParameters concode_elem_sep String stateResultType concode_elem_sep AmazonSimpleWorkflowClient amazonSWClient concode_elem_sep ActivitySchedulingOptions activi... | void function ( String arg0 ) { this . accessKey = arg0 ; } |
14,915 | assert a flash attribute 's value . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher attributeCount concode_elem_sep ResultMatcher attributeExists | ResultMatcher function ( final String arg0 , final Object arg1 ) { return result -> assertEquals ( "srini_string" + arg0 + "srini_string" , arg1 , result . getFlashMap ( ) . get ( arg0 ) ) ; } |
14,916 | sets the value of the sizex property . concode_field_sep int sizeX concode_elem_sep Integer numModes concode_elem_sep float centerY concode_elem_sep float centerZ concode_elem_sep Integer seed concode_elem_sep float centerX concode_elem_sep Integer exhaustiveness concode_elem_sep Integer energyRange concode_elem_sep in... | void function ( int arg0 ) { this . sizeX = arg0 ; } |
14,917 | gets the small tick length . concode_field_sep int textOffset concode_elem_sep boolean rotateXTicks concode_elem_sep double yTicksOffset concode_elem_sep int heatHeight concode_elem_sep boolean drawYTicks concode_elem_sep JHCLayout layout concode_elem_sep boolean rotateYTicks concode_elem_sep int width concode_elem_sep... | int function ( ) { return layout . getSmallTickLength ( ) ; } |
14,918 | returns a range of all the service components . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryut... | java . util . List < com . liferay . portal . kernel . model . ServiceComponent > function ( int arg0 , int arg1 ) { return getService ( ) . getServiceComponents ( arg0 , arg1 ) ; } |
14,919 | return the name for a class . default is class #getname . concode_field_sep HashMap<Class<?>,String> CLASS_TO_NAME concode_elem_sep HashMap<String,Class<?>> NAME_TO_CLASS concode_field_sep void setName concode_elem_sep Class<?> getClass concode_elem_sep void addName | String function ( Class < ? > arg0 ) { String loc0 = CLASS_TO_NAME . get ( arg0 ) ; if ( loc0 != null ) return loc0 ; return arg0 . getName ( ) ; } |
14,920 | instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed | void function ( ) { this . handler . cancel ( ) ; } |
14,921 | assembles the collection from the cached state . concode_field_sep Serializable state concode_field_sep Serializable[] getState concode_elem_sep String toString | void function ( final PersistentCollection arg0 , final CollectionPersister arg1 , final Object arg2 ) { arg0 . initializeFromCache ( arg1 , state , arg2 ) ; arg0 . afterInitialize ( ) ; } |
14,922 | returns whether the current version is greater newer or the same as the given one . concode_field_sep int major concode_elem_sep int minor concode_elem_sep int build concode_elem_sep int bugfix concode_field_sep boolean isLessThan concode_elem_sep boolean isLessThanOrEqualTo concode_elem_sep int hashCode concode_elem_s... | boolean function ( Version arg0 ) { return compareTo ( arg0 ) >= 0 ; } |
14,923 | description : concode_field_sep List<IEventListener<NoticeBean>> listeners concode_elem_sep List<NodeRecordBean> nodes concode_elem_sep boolean stop concode_elem_sep String SIM_THREAD_PREFIX concode_elem_sep INoticeCreator linkChangeCreator concode_elem_sep int minSleepTime concode_elem_sep Thread worker concode_elem_s... | void function ( long arg0 ) { random . setSeed ( arg0 ) ; } |
14,924 | execute the jsf lifecycle essentially calling execute and render without releasing the facescontext monitor at any point between . concode_field_sep Lifecycle lifecycle concode_elem_sep ClassLoader renderableClassLoader concode_elem_sep Log log concode_elem_sep ExecutorService executorService concode_elem_sep BridgeFac... | void function ( ) { synchronized ( facesContext ) { execute ( ) ; render ( ) ; } } |
14,925 | sets the list of ticks . concode_field_sep double cursor concode_elem_sep List ticks concode_elem_sep double max concode_field_sep void setMax concode_elem_sep double getCursor concode_elem_sep List getTicks concode_elem_sep void cursorRight concode_elem_sep double getMax concode_elem_sep void cursorDown concode_elem_s... | void function ( List arg0 ) { this . ticks = arg0 ; } |
14,926 | create an instance of getcurrencybycountry concode_field_sep QName _String_QNAME concode_field_sep GetCurrencyCodeByCurrencyNameResponse createGetCurrencyCodeByCurrencyNameResponse concode_elem_sep GetISDResponse createGetISDResponse concode_elem_sep GetGMTbyCountry createGetGMTbyCountry concode_elem_sep GetGMTbyCountr... | GetCurrencyByCountry function ( ) { return new GetCurrencyByCountry ( ) ; } |
14,927 | returns the relative time from the first exchange at which this trace message occurred concode_field_sep Map<String,Object> headers concode_elem_sep Object bodyValue concode_elem_sep BodyType bodyMarkup concode_elem_sep Long uuid concode_elem_sep String toNode concode_elem_sep Integer exchangeIndex concode_elem_sep Lon... | Long function ( ) { return relativeTime ; } |
14,928 | when a file fails uploading , before even processing the contents concode_field_sep String fileName concode_elem_sep long totalSize concode_elem_sep File file concode_elem_sep long size concode_elem_sep ArrayList<FileInfo> fileInfos concode_elem_sep boolean viaCallback concode_elem_sep String contentType concode_elem_s... | void function ( FileEntryStatus arg0 ) { this . status = arg0 ; } |
14,929 | called when the service transitions to the @linkplain state #terminated terminated state . the @linkplain state #terminated terminated state is a terminal state in the transitiondiagram . therefore , if this method is called , no other methods will be called on the listener . concode_field_sep PlaceHolder placeHolder c... | void function ( State arg0 ) { } |
14,930 | inserts a new vaccinetype into db concode_field_sep VacTypeIoOperation ioOperations concode_field_sep ArrayList<VaccineType> getVaccineType concode_elem_sep boolean codeControl concode_elem_sep boolean UpdateVaccineType concode_elem_sep boolean deleteVaccineType | boolean function ( VaccineType arg0 ) { try { return ioOperations . newVaccineType ( arg0 ) ; } catch ( OHException loc0 ) { JOptionPane . showMessageDialog ( null , loc0 . getMessage ( ) ) ; return false ; } } |
14,931 | 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 ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } |
14,932 | this will get a javascript action to be performed when the field 's value is changed . this allows the new value to be checked for validity . the name v stands for `` validate '' . concode_field_sep COSDictionary actions concode_field_sep PDAction getF concode_elem_sep void setF concode_elem_sep void setV concode_elem_... | PDAction function ( ) { COSDictionary loc0 = ( COSDictionary ) actions . getDictionaryObject ( "srini_string" ) ; PDAction loc1 = null ; if ( loc0 != null ) { loc1 = PDActionFactory . createAction ( loc0 ) ; } return loc1 ; } |
14,933 | sets the size threshold after which files will be written to disk . values can use the suffixed `` mb '' or `` kb '' to indicate a megabyte or kilobyte size . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep... | void function ( String arg0 ) { this . fileSizeThreshold = ( int ) parseSize ( arg0 ) ; } |
14,934 | get the ismap concode_field_sep Class<?> genericeValueType concode_elem_sep Field field concode_elem_sep Class<?> genericKeyType concode_elem_sep String description concode_elem_sep FieldType fieldType concode_elem_sep boolean isList concode_elem_sep boolean required concode_elem_sep int order concode_elem_sep boolean ... | boolean function ( ) { return isMap ; } |
14,935 | company name concode_field_sep String userLogin concode_elem_sep List<CSingleComParam> systemParams concode_elem_sep List<CSingleComParam> companyParams concode_elem_sep String companyName concode_elem_sep String roles concode_elem_sep List<CSingleUsrParam> userParams concode_field_sep void setUserLogin concode_elem_se... | String function ( ) { return companyName ; } |
14,936 | gets the targetsearchnetwork value for this networksetting . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Boolean targetGoogleSearch concode_elem_sep java.lang.Boolean targetPartnerSearchNetwork concode_elem_sep java.lang.Boolean targetContentNetwork concode_elem_sep java.l... | java . lang . Boolean function ( ) { return targetSearchNetwork ; } |
14,937 | closes the reader by closing the underlying inputstream andmarking this reader as closed . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep String readLine c... | void function ( ) { synchronized ( in ) { if ( buf != null ) { buf = null ; in . close ( ) ; } } } |
14,938 | sets the password property . concode_field_sep String password concode_elem_sep String comments concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_sep String getComments concode_elem_sep String reset concode_elem_sep void setComme... | void function ( String arg0 ) { if ( dontSet ( ) ) return ; password = arg0 ; } |
14,939 | determines whether the input to the controller is currently within the #gettolerance tolerance of the #gettarget target . concode_field_sep PlaceHolder placeHolder concode_field_sep Controller withTolerance concode_elem_sep Executable executable concode_elem_sep double getValue concode_elem_sep double getTarget concode... | boolean function ( ) { return checkTolerance ( getValue ( ) ) ; } |
14,940 | clear the data . concode_field_sep long serialVersionUID concode_elem_sep SortedMap<String,String> data concode_field_sep void appendMap concode_elem_sep void asJson concode_elem_sep void asXml concode_elem_sep void asJava concode_elem_sep String[] getFormats concode_elem_sep MapMessage newInstance concode_elem_sep voi... | void function ( ) { data . clear ( ) ; } |
14,941 | get the hash code . concode_field_sep String[] NO_ARGS concode_elem_sep MarshalledObject data concode_elem_sep long serialVersionUID concode_elem_sep long serialVersionUID concode_elem_sep String[] options concode_elem_sep String className concode_elem_sep String location concode_elem_sep ActivationGroupDesc.CommandEnv... | int function ( ) { int loc0 = command == null ? 0 : command . hashCode ( ) ; for ( int loc1 = 0 ; loc1 < options . length ; loc1 ++ ) loc0 ^= options [ loc1 ] . hashCode ( ) ; return loc0 ; } |
14,942 | writes all path configurations to the given file . concode_field_sep String description concode_elem_sep String id concode_elem_sep String defaultSubDirectory concode_elem_sep boolean isDirectory concode_field_sep SearchGUIPathKey getKeyFromId concode_elem_sep void setPathPreference concode_elem_sep void setPathPrefere... | void function ( BufferedWriter arg0 , String arg1 ) { for ( SearchGUIPathKey loc0 : SearchGUIPathKey . values ( ) ) { writePathToFile ( arg0 , loc0 , arg1 ) ; } UtilitiesPathPreferences . writeConfigurationToFile ( arg0 ) ; } |
14,943 | sets the default video encoder . concode_field_sep int AUDIO_NONE concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep Session.Callback mCallback concode_elem_sep String TAG concode_elem_sep SessionBuilder sInstance concode_elem_sep int AUDIO_AMRNB concode_elem_sep int mAudioEncoder concode_e... | SessionBuilder function ( int arg0 ) { mVideoEncoder = arg0 ; return this ; } |
14,944 | retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep void start concode_elem_sep... | String function ( String arg0 ) { return arg0 + "srini_string" + currentElapsedTime ( ) + "srini_string" ; } |
14,945 | returns a node id to disk usage mapping for the path that has the least available space on the node . concode_field_sep ImmutableOpenMap<String,DiskUsage> leastAvailableSpaceUsage concode_elem_sep ImmutableOpenMap<ShardRouting,String> routingToDataPath concode_elem_sep ClusterInfo EMPTY concode_elem_sep ImmutableOpenMa... | ImmutableOpenMap < String , DiskUsage > function ( ) { return this . leastAvailableSpaceUsage ; } |
14,946 | the status of the domain : registered : the domain is properly registered and available . you can use this domain for registering types and creating new workflow executions . deprecated : the domain was deprecated using deprecatedomain , but is still in use . you should not create new workflow executions in this domain... | DomainInfo function ( String arg0 ) { this . status = arg0 ; return this ; } |
14,947 | tell whether the underlying file or directory is encrypted or not . concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep Path path concode_elem_sep long length concode_elem_sep Path symlink concode_elem_sep FsPermission permission concode_elem_sep long modification_time concode_elem_sep boole... | boolean function ( ) { return permission . getEncryptedBit ( ) ; } |
14,948 | checks if all the urls in the array contains protocol concode_field_sep String YARN_RESOURCEMANAGER_HOSTNAME_PARTIAL_KEY concode_elem_sep String YARN_HTTP_POLICY concode_elem_sep String YARN_RESOURCEMANAGER_DEFAULT_HTTP_PORT concode_elem_sep String YARN_RESOURCEMANAGER_HA_RM_IDS_KEY concode_elem_sep String YARN_TIMELIN... | boolean function ( String [ ] arg0 ) { for ( String loc0 : arg0 ) { if ( ! hasProtocol ( loc0 ) ) return false ; } return true ; } |
14,949 | some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method6 concode_elem_sep String ... | String function ( ) { return "srini_string" ; } |
14,950 | obtenir la position concode_field_sep Position position concode_field_sep boolean estDestructible concode_elem_sep String toString | Position function ( ) { return this . position ; } |
14,951 | enables or disables pauses or resumes watching for swipe-to-dismiss gestures . concode_field_sep int mSlop concode_elem_sep List<PendingDismissData> mPendingDismisses concode_elem_sep Card mSelectedCard concode_elem_sep IMaterialView mListView concode_elem_sep int mDismissAnimationRefCount concode_elem_sep boolean mPau... | void function ( boolean arg0 ) { mPaused = ! arg0 ; } |
14,952 | flips value iff flipsign is true . concode_field_sep PlaceHolder placeHolder concode_field_sep float smoothstep concode_elem_sep int positiveModulo concode_elem_sep int compareLongs concode_elem_sep float interpolate concode_elem_sep int clamp concode_elem_sep long clamp concode_elem_sep float clamp concode_elem_sep fl... | int function ( int arg0 , boolean arg1 ) { return arg1 ? - arg0 : arg0 ; } |
14,953 | sets the value of the position property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode_elem_sep Integer positio... | void function ( int arg0 ) { this . position = arg0 ; } |
14,954 | gets the value of the versionstartdate property . concode_field_sep XMLGregorianCalendar versionEndDate concode_elem_sep String name concode_elem_sep Description description concode_elem_sep String defaultCurrencyCode concode_elem_sep XMLGregorianCalendar versionStartDate concode_elem_sep String actionCode concode_elem... | XMLGregorianCalendar function ( ) { return versionStartDate ; } |
14,955 | retrieves the parameter name to be used to find the page size in the request . defaults to size . concode_field_sep int DEFAULT_MAX_PAGE_SIZE concode_elem_sep Pageable DEFAULT_PAGE_REQUEST concode_elem_sep String qualifierDelimiter concode_elem_sep SortHandlerMethodArgumentResolver sortResolver concode_elem_sep String ... | String function ( ) { return this . sizeParameterName ; } |
14,956 | the binary blob response to getexport , which contains the export . bytebuffer s are stateful . calling their get methodschanges their position . we recommend using java.nio.bytebuffer #asreadonlybuffer to create a read-only viewof the buffer with an independent position , and calling get methods on this rather than di... | java . nio . ByteBuffer function ( ) { return this . body ; } |
14,957 | shutting down all disruptors concode_field_sep ConcurrentHashMap<DisruptorType,DisruptorConfig> disruptorConfigHashMap concode_field_sep void createDisruptors concode_elem_sep WaitStrategy getWaitStrategy concode_elem_sep DisruptorConfig getDisruptorConfig | void function ( ) { for ( Map . Entry loc0 : disruptorConfigHashMap . entrySet ( ) ) { DisruptorConfig loc1 = ( DisruptorConfig ) loc0 . getValue ( ) ; loc1 . shutdownAllDisruptors ( ) ; } } |
14,958 | the operation has failed . concode_field_sep PlaceHolder placeHolder concode_field_sep void completed | void function ( Throwable arg0 ) { } |
14,959 | sets the current state of the problem . concode_field_sep List<State> finalStates concode_elem_sep int maximumQueueSize concode_elem_sep List<Move> moves concode_elem_sep int queueOperations concode_elem_sep List<State> initialStates concode_elem_sep List<Canvas> finalCanvases concode_elem_sep boolean useChooser concod... | void function ( State arg0 ) { this . currentState = arg0 ; } |
14,960 | the granularities for the metrics . concode_field_sep com.amazonaws.internal.SdkInternalList<MetricCollectionType> metrics concode_elem_sep com.amazonaws.internal.SdkInternalList<MetricGranularityType> granularities concode_field_sep DescribeMetricCollectionTypesResult withMetrics concode_elem_sep DescribeMetricCollect... | void function ( java . util . Collection < MetricGranularityType > arg0 ) { if ( arg0 == null ) { this . granularities = null ; return ; } this . granularities = new com . amazonaws . internal . SdkInternalList < MetricGranularityType > ( arg0 ) ; } |
14,961 | calculates a series of periodic payments concode_field_sep PlaceHolder placeHolder concode_field_sep double presentValue concode_elem_sep double presentValueAnnuity concode_elem_sep double futureValueAnnuityDue concode_elem_sep double balloonPayment concode_elem_sep double futureValueAnnuity concode_elem_sep double num... | double function ( double arg0 , double arg1 , double arg2 ) { return arg0 * ( ( 1 - Math . pow ( ( 1 + arg1 ) * ( arg2 - 1 ) , - 1 ) ) / ( arg1 ) ) + arg0 ; } |
14,962 | plugin directory is set through runtimeenvironment . concode_field_sep AuthorizationPluginClassLoader loader concode_elem_sep List<IAuthorizationPlugin> plugins concode_elem_sep AuthorizationFramework instance concode_elem_sep File directory concode_elem_sep Logger LOGGER concode_field_sep void handleLoadClass concode_... | AuthorizationFramework function ( ) { return instance ; } |
14,963 | invoked when a window has been opened . concode_field_sep PlaceHolder placeHolder concode_field_sep void windowDeactivated concode_elem_sep void windowClosed concode_elem_sep void windowLostFocus concode_elem_sep void windowActivated concode_elem_sep void windowClosing concode_elem_sep void windowDeiconified concode_el... | void function ( WindowEvent arg0 ) { } |
14,964 | clear the list of validation info items . concode_field_sep List<SwordValidationInfo> unmarshallAttributeInfo concode_elem_sep String MISSING_ATTRIBUTE_WARNING concode_elem_sep List<SwordValidationInfo> unmarshallElementInfo concode_elem_sep String MISSING_ELEMENT_ERROR concode_elem_sep String message concode_elem_sep ... | void function ( ) { elementInfo . clear ( ) ; attributeInfo . clear ( ) ; resetType ( ) ; } |
14,965 | pushes a method call into the method call stack . concode_field_sep Set<MethodNode> methodsToBeVisited concode_elem_sep Set<Long> reportedErrors concode_elem_sep LinkedList<BinaryExpression> enclosingBinaryExpressions concode_elem_sep LinkedList<EnclosingClosure> enclosingClosures concode_elem_sep DelegationMetadata de... | void function ( Expression arg0 ) { if ( arg0 instanceof MethodCallExpression || arg0 instanceof StaticMethodCallExpression ) { enclosingMethodCalls . addFirst ( arg0 ) ; } else { throw new IllegalArgumentException ( "srini_string" ) ; } } |
14,966 | creates the function that generates a observable based on an item emitted by another observable . concode_field_sep Func1<? super T,? extends Observable<? extends U>> collectionSelector concode_elem_sep Func2<? super T,? super U,? extends R> resultSelector concode_field_sep Subscriber<? super T> call | Func1 < T , Observable < U >> function ( final Func1 < ? super T , ? extends Iterable < ? extends U >> arg0 ) { return new Func1 < T , Observable < U >> ( ) { @ Override public Observable < U > call ( T arg1 ) { return Observable . from ( arg0 . call ( arg1 ) ) ; } } ; } |
14,967 | gets the value of the shared property . concode_field_sep short timeStamp concode_elem_sep String cmpCode concode_elem_sep boolean shared concode_elem_sep String code concode_elem_sep SelectorType selType concode_elem_sep XMLGregorianCalendar modifyDate concode_elem_sep boolean allowEdit concode_elem_sep String hint co... | boolean function ( ) { return shared ; } |
14,968 | get the value of matchedallpreviouscpe . concode_field_sep SortedSet<VulnerableSoftware> vulnerableSoftware concode_elem_sep String description concode_elem_sep String matchedCPE concode_elem_sep String cwe concode_elem_sep float cvssScore concode_elem_sep String cvssAccessVector concode_elem_sep String cvssIntegrityIm... | String function ( ) { return matchedAllPreviousCPE ; } |
14,969 | get database url concode_field_sep int m_databaseCount concode_elem_sep String ALLOW_CLIENT_QUERY_DB_PWD concode_elem_sep int m_versionCount concode_elem_sep CLogger log concode_elem_sep int m_no concode_elem_sep int s_no concode_field_sep String getMainVersion concode_elem_sep String getDbPwd concode_elem_sep String g... | String function ( ) { return CConnection . get ( ) . getConnectionURL ( ) ; } |
14,970 | set the name of the failure property . concode_field_sep String errorProperty concode_elem_sep String ifProperty concode_elem_sep boolean haltOnFail concode_elem_sep Object unlessCond concode_elem_sep String unlessProperty concode_elem_sep File destDir concode_elem_sep boolean skipNonTests concode_elem_sep Object ifCon... | void function ( String arg0 ) { this . failureProperty = arg0 ; } |
14,971 | this method resets the outgoing events . concode_field_sep long condition concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean boolVar concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterf... | void function ( ) { } |
14,972 | a complex type that contains name server information . concode_field_sep DelegationSet delegationSet concode_elem_sep String location concode_field_sep void setDelegationSet concode_elem_sep String getLocation concode_elem_sep CreateReusableDelegationSetResult withLocation concode_elem_sep void setLocation concode_elem... | CreateReusableDelegationSetResult function ( DelegationSet arg0 ) { setDelegationSet ( arg0 ) ; return this ; } |
14,973 | sets the alias of this bug . by default , bugzilla restricts aliases to be 20 characters in length . concode_field_sep Map<String,Object> internalState concode_field_sep Map<Object,Object> getParameterMap concode_elem_sep Map<String,Object> getInternalState concode_elem_sep String getStatus concode_elem_sep void setOpe... | void function ( final String arg0 ) { getInternalState ( ) . put ( "srini_string" , arg0 ) ; } |
14,974 | create an instance of deleterequestverb concode_field_sep QName _Company_QNAME concode_elem_sep QName _CompanyRequest_QNAME concode_elem_sep QName _CompanyResponse_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep DeleteRequest createDeleteRequest concode_elem_sep DeleteResponse createDeleteR... | DeleteRequestVerb function ( ) { return new DeleteRequestVerb ( ) ; } |
14,975 | estimates the length of a formatted name-value pair . concode_field_sep BasicHeaderValueFormatter DEFAULT concode_elem_sep String UNSAFE_CHARS concode_elem_sep String SEPARATORS concode_field_sep String formatNameValuePair concode_elem_sep CharArrayBuffer formatNameValuePair concode_elem_sep String formatElements conco... | int function ( final NameValuePair arg0 ) { if ( arg0 == null ) return 0 ; int loc0 = arg0 . getName ( ) . length ( ) ; final String loc1 = arg0 . getValue ( ) ; if ( loc1 != null ) { loc0 += 3 + loc1 . length ( ) ; } return loc0 ; } |
14,976 | locates and decodes a maxicode in an image . concode_field_sep Decoder decoder concode_elem_sep ResultPoint[] NO_POINTS concode_elem_sep int MATRIX_WIDTH concode_elem_sep int MATRIX_HEIGHT concode_field_sep Decoder getDecoder concode_elem_sep void reset concode_elem_sep BitMatrix extractPureBits | Result function ( BinaryBitmap arg0 ) { return decode ( arg0 , null ) ; } |
14,977 | convenience method for tests . concode_field_sep Logger logger concode_elem_sep Indy indy concode_field_sep boolean canManage concode_elem_sep RepositorySession createBuildRepository concode_elem_sep void setupGlobalRepos concode_elem_sep void addGlobalConstituents concode_elem_sep void setupBuildRepos concode_elem_sep... | Indy function ( ) { return indy ; } |
14,978 | sets the value of the drawing property . concode_field_sep CTChartsheetProtection sheetProtection concode_elem_sep Object parent concode_elem_sep CTChartsheetPr sheetPr concode_elem_sep CTWebPublishItems webPublishItems concode_elem_sep CTExtensionList extLst concode_elem_sep CTPageMargins pageMargins concode_elem_sep ... | void function ( CTDrawing arg0 ) { this . drawing = arg0 ; } |
14,979 | returns the height of the given mockcomponent after temporarily setting its width and height styles to null . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] clearSizeStyle concode_elem_sep String getHexString concode_elem_sep void restoreSizeStyle concode_elem_sep int getPreferredWidth concode_ele... | int function ( MockComponent arg0 ) { String [ ] loc0 = clearSizeStyle ( arg0 ) ; int loc1 = arg0 . getOffsetHeight ( ) ; restoreSizeStyle ( arg0 , loc0 ) ; return loc1 - MockComponent . BORDER_SIZE ; } |
14,980 | returns the current f1 measure alpha = 0.5 . concode_field_sep int tpCount concode_elem_sep int fpCount concode_elem_sep int fnCount concode_field_sep int getFN concode_elem_sep void incrementFN concode_elem_sep void incrementFP concode_elem_sep int getTP concode_elem_sep void addFN concode_elem_sep String getPrecision... | double function ( ) { return getFMeasure ( 0.5 ) ; } |
14,981 | sets an array of string values in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_elem_sep E putLong concode_ele... | E function ( final String arg0 , @ Nullable final ArrayList < String > arg1 ) { this . bundle . putStringArrayList ( arg0 , arg1 ) ; return ( E ) this ; } |
14,982 | converts a collection of strings into a collection of uris . concode_field_sep Log LOG concode_field_sep URI stringAsURI concode_elem_sep URI fileAsURI | List < URI > function ( Collection < String > arg0 ) { List < URI > loc0 = new ArrayList < URI > ( arg0 . size ( ) ) ; for ( String loc1 : arg0 ) { try { loc0 . add ( stringAsURI ( loc1 ) ) ; } catch ( IOException loc2 ) { LOG . error ( "srini_string" + loc1 , loc2 ) ; } } return loc0 ; } |
14,983 | method to check whether the mapping exists or not . concode_field_sep ConcurrentHashMap<String,String> urlMappingOfApplication concode_elem_sep URLMappingHolder urlMappingHolder concode_elem_sep String defaultHost concode_field_sep void removeUrlMappingMap concode_elem_sep String getApplicationFromUrlMapping concode_el... | boolean function ( String arg0 ) { return urlMappingOfApplication . containsKey ( arg0 ) ; } |
14,984 | generate a certpath and initialize it with data parsed fromthe input stream , using the specified encoding . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterator<String> engineGetCertPathEncodings concode_elem_sep Certificate engineGenerateCertificate concode_elem_sep Collection<? extends Certificate> e... | CertPath function ( InputStream arg0 , String arg1 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
14,985 | compares this module against an other sort module . concode_field_sep ResolveHandlerModule module concode_elem_sep StyleKey[] dependentKeys concode_elem_sep HashSet dependentKeySet concode_elem_sep int position concode_elem_sep StyleKey key concode_field_sep ResolveHandlerModule getModule concode_elem_sep void addKeys ... | int function ( final Object arg0 ) { final SortModule loc0 = ( SortModule ) arg0 ; if ( this . position > loc0 . position ) { return + 1 ; } if ( this . position < loc0 . position ) { return - 1 ; } return 0 ; } |
14,986 | returns the private value , x. concode_field_sep BigInteger p concode_elem_sep long serialVersionUID concode_elem_sep BigInteger g concode_elem_sep BigInteger x concode_elem_sep byte[] encodedKey concode_elem_sep int l concode_elem_sep byte[] key concode_elem_sep BigInteger PKCS8_VERSION concode_elem_sep int DH_data[] ... | BigInteger function ( ) { return this . x ; } |
14,987 | try to get a date from the given string . according to rfc 2068 we have to read 3 formats . concode_field_sep SimpleDateFormat sdf2 concode_elem_sep long offset concode_elem_sep SimpleDateFormat sdf3 concode_elem_sep SimpleDateFormat sdf4 concode_elem_sep SimpleDateFormat sdf1 concode_field_sep void compare concode_ele... | Date function ( final String arg0 ) { if ( arg0 == null ) return null ; Date loc0 = getDate ( arg0 , sdf1 , offset ) ; if ( loc0 == null ) { loc0 = getDate ( arg0 , sdf2 , offset ) ; if ( loc0 == null ) { loc0 = getDate ( arg0 , sdf3 , offset ) ; if ( loc0 == null ) { loc0 = getDate ( arg0 , sdf4 , offset ) ; } } } ret... |
14,988 | wake up at most one thread sleeping on this condition variable . the current thread must hold the associated lock . concode_field_sep ThreadQueue waitQueue concode_elem_sep Lock conditionLock concode_field_sep void sleep concode_elem_sep void wakeAll | void function ( ) { Lib . assertTrue ( conditionLock . isHeldByCurrentThread ( ) ) ; boolean loc0 = Machine . interrupt ( ) . disable ( ) ; KThread loc1 = waitQueue . nextThread ( ) ; if ( loc1 != null ) { loc1 . ready ( ) ; } Machine . interrupt ( ) . restore ( loc0 ) ; } |
14,989 | removes an existing listener from the list of listeners to be called for session events . concode_field_sep String userJid concode_elem_sep Set<SessionListener> sessionListeners concode_elem_sep Map<String,Contact> contacts concode_elem_sep Set<ContactListener> contactListeners concode_elem_sep Set<SubscriptionRequestL... | void function ( SessionListener arg0 ) { sessionListeners . remove ( arg0 ) ; } |
14,990 | used to retrieve a short description of what the plugin tool does . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String... | String function ( ) { return "srini_string" ; } |
14,991 | 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 ; } |
14,992 | map an mibenum number to the name of the charset which this number is assigned to by iana . concode_field_sep String MIMENAME_ISO_8859_2 concode_elem_sep String MIMENAME_ISO_8859_4 concode_elem_sep String MIMENAME_ISO_8859_6 concode_elem_sep String MIMENAME_ISO_8859_8 concode_elem_sep int ISO_8859_9 concode_elem_sep Ha... | String function ( int arg0 ) { String loc0 = MIBENUM_TO_NAME_MAP . get ( arg0 ) ; if ( loc0 == null ) { throw new UnsupportedEncodingException ( ) ; } return loc0 ; } |
14,993 | auto-completes possible job names . concode_field_sep List<String> values concode_field_sep AutoCompletionCandidates add concode_elem_sep AutoCompletionCandidates add concode_elem_sep List<String> getValues concode_elem_sep void generateResponse | AutoCompletionCandidates function ( final Class < T > arg0 , final String arg1 , @ CheckForNull Item arg2 , ItemGroup arg3 ) { if ( arg2 == arg3 ) arg3 = arg2 . getParent ( ) ; return ofJobNames ( arg0 , arg1 , arg3 ) ; } |
14,994 | retrieves the factory implementation that this factory is using to produce threads . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory setImpl | ThreadFactory function ( ) { return factory ; } |
14,995 | order status concode_field_sep Long id concode_elem_sep Date shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Long petId concode_elem_sep Integer quantity concode_elem_sep Boolean complete concode_field_sep Date getShipDate concode_elem_sep String toIndentedString concode_elem_... | StatusEnum function ( ) { return status ; } |
14,996 | setter method for the set the priority concode_field_sep String pollerid concode_elem_sep Properties pollerPropertiesConfiguration concode_field_sep Date nextExecutionTime | void function ( String arg0 ) { this . pollerid = arg0 ; } |
14,997 | string representation incl . result concode_field_sep String m_variable concode_elem_sep Object m_description concode_elem_sep Object m_result concode_elem_sep String VARIABLE concode_elem_sep String DESCRIPTION_VARIABLE concode_elem_sep String m_script concode_elem_sep HashMap<String,Object> m_ctx concode_elem_sep int... | String function ( ) { StringBuffer loc0 = new StringBuffer ( m_variable ) ; loc0 . append ( "srini_string" ) . append ( m_script ) . append ( "srini_string" ) . append ( getResult ( true ) ) ; return loc0 . toString ( ) ; } |
14,998 | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_field_sep void stop | void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } |
14,999 | return an iterator of the key rings associated with the passed in userid . concode_field_sep List order concode_elem_sep Map secretRings concode_field_sep void encode concode_elem_sep PGPSecretKey getSecretKey concode_elem_sep boolean contains concode_elem_sep Iterator<PGPSecretKeyRing> iterator concode_elem_sep int si... | Iterator < PGPSecretKeyRing > function ( String arg0 , boolean arg1 ) { return getKeyRings ( arg0 , arg1 , false ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.