idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
5,200 | sets the value of the lastupdateuser property . concode_field_sep Date date concode_elem_sep String wbsCode concode_elem_sep Date lastUpdateDate concode_elem_sep Boolean isBaseline concode_elem_sep Double spendingPlan concode_elem_sep String wbsName concode_elem_sep Integer wbsObjectId concode_elem_sep Integer projectO... | void function ( String arg0 ) { this . lastUpdateUser = arg0 ; } |
5,201 | initializes this static object with the context of the calling activity . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep boolean reverseImage concode_elem_sep CameraConfigurationManager... | void function ( Context arg0 ) { if ( cameraManager == null ) { cameraManager = new CameraManager ( arg0 ) ; } } |
5,202 | extract samples of a particular channel from interleavedsamples and copy them into channelsamples concode_field_sep AudioFormat SC_AUDIO_FORMAT concode_elem_sep AudioInputStream _audioInputStream concode_field_sep void getStereoSamples concode_elem_sep void decodeBytes concode_elem_sep byte[] asByteArray concode_elem_s... | void function ( int arg0 , double [ ] arg1 , double [ ] arg2 ) { int loc0 = getFormat ( ) . getChannels ( ) ; for ( int loc1 = 0 ; loc1 < arg2 . length ; loc1 ++ ) { arg2 [ loc1 ] = arg1 [ loc0 * loc1 + arg0 ] ; } } |
5,203 | retrieves the canonical path for the given path , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA... | String function ( String arg0 ) { return new File ( arg0 ) . getCanonicalPath ( ) ; } |
5,204 | returns the class name id of this asset tag stats . concode_field_sep AssetTagStats _assetTagStats concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean is... | long function ( ) { return _assetTagStats . getClassNameId ( ) ; } |
5,205 | prints a message at debug priority . 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 mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl... | void function ( String arg0 , String arg1 ) { d ( arg0 , arg1 , null ) ; } |
5,206 | returns the character at position pos from the matched text . it is equivalent to yytext . charat pos , but faster concode_field_sep String ZZ_ACTION_PACKED_0 concode_elem_sep int ZZ_NO_MATCH concode_elem_sep CharSequence zzBuffer concode_elem_sep String ZZ_TRANS_PACKED_0 concode_elem_sep int ZZ_UNKNOWN_ERROR concode_e... | char function ( int arg0 ) { return zzBufferArray != null ? zzBufferArray [ zzStartRead + arg0 ] : zzBuffer . charAt ( zzStartRead + arg0 ) ; } |
5,207 | make instances managed and persistent . concode_field_sep Provider<EntityManager> entityManagerProvider concode_elem_sep DaoUtils daoUtils concode_field_sep List<PrincipalEntity> findByPrincipalType concode_elem_sep PrincipalEntity findById concode_elem_sep PrincipalEntity merge concode_elem_sep List<PrincipalEntity> f... | void function ( List < PrincipalEntity > arg0 ) { for ( PrincipalEntity loc0 : arg0 ) { entityManagerProvider . get ( ) . persist ( loc0 ) ; } } |
5,208 | interface abc : operation paramop param1 : integer , param2 : boolean : string operation stringop in event voidevent in event intevent : integer var intvar : integer var boolvar : boolean concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Ste... | Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } |
5,209 | check if this action has a delay command in the list of commands concode_field_sep ArrayList<CommandOPEN> preDelayCommandList concode_elem_sep Integer[] sensorIdInhibitionList concode_elem_sep String description concode_elem_sep ArrayList<CommandOPEN> resetCommandList concode_elem_sep boolean commandWithDelay concode_e... | boolean function ( ) { return commandWithDelay ; } |
5,210 | returns the icon 's width . concode_field_sep RenderedImage _image concode_field_sep int getIconHeight concode_elem_sep void paintIcon concode_elem_sep RenderedImage getImage | int function ( ) { return _image . getWidth ( ) ; } |
5,211 | returns the ` b ' coefficient that was specified in the constructor . concode_field_sep double a concode_elem_sep double b concode_field_sep double getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep double getIntercept | double function ( ) { return this . b ; } |
5,212 | performs a dynamic query on the database and returns an ordered range of the matching rows . 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... | java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return _talendProcessLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
5,213 | method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con... | void function ( ) { Trace . doAssert ( ! bNestedTransaction , "srini_string" ) ; bNestedOldAutoCommit = bAutoCommit ; bAutoCommit = false ; iNestedOldTransIndex = tTransaction . size ( ) ; bNestedTransaction = true ; } |
5,214 | set the file postion to the first datagroup . method should be protected . it is set when the object is being read . concode_field_sep byte magic concode_elem_sep byte MAGIC_NUM concode_elem_sep GenericDataHeader genericHdr concode_elem_sep String filename concode_elem_sep byte VERSION concode_elem_sep UInt firstDataGr... | void function ( UInt arg0 ) { firstDataGroupFilePos = arg0 ; } |
5,215 | makes a copy of this file concode_field_sep int NOT_REGISTERED concode_elem_sep int TYPE_RAW_DATA concode_elem_sep int TYPE_TAG_DATA concode_elem_sep String name concode_elem_sep int TYPE_RECONSTRUCTED_DATA concode_elem_sep FileAttribute attribute concode_elem_sep double transactionTime concode_elem_sep int TYPE_UNKOWN... | File function ( ) { File loc0 = null ; try { loc0 = new File ( name , attribute . getFileSize ( ) ) ; FileAttribute loc1 = loc0 . getFileAttribute ( ) ; attribute . copyValue ( loc1 ) ; loc1 . setMasterCopy ( false ) ; } catch ( Exception loc1 ) { loc0 = null ; } return loc0 ; } |
5,216 | deserialize only an i64 field addressed by recursively using field id from a byte record . concode_field_sep TProtocol protocol_ concode_elem_sep TMemoryInputTransport trans_ concode_field_sep Byte partialDeserializeByte concode_elem_sep Integer partialDeserializeI32 concode_elem_sep Short partialDeserializeSetFieldIdI... | Long function ( byte [ ] arg0 , TFieldIdEnum arg1 , TFieldIdEnum ... arg2 ) { return ( Long ) partialDeserializeField ( TType . I64 , arg0 , arg1 , arg2 ) ; } |
5,217 | combines a set of strings into a single string , separated by the given character set concode_field_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Pattern DIACRITICS_AND_FRIENDS concode_field_sep String capitalise concode_elem_sep String capitalise concode_elem_sep String stripDiacritics concode_elem_sep String[] sep... | String function ( String arg0 , String ... arg1 ) { return combineArray ( 0 , arg0 , arg1 ) ; } |
5,218 | sets the value associated with the threadlocal object for the currently executing thread . this overrides any existing value associated with the current thread and prevents initialvalue from being called if this is the first access to this threadlocal in this thread . concode_field_sep int nextHashBase concode_elem_sep... | void function ( T arg0 ) { ThreadLocalMap loc0 = Thread . getThreadLocals ( ) ; loc0 . set ( this , arg0 ) ; } |
5,219 | adds a new item into the list without firing an event . concode_field_sep Map<String,Object> items concode_elem_sep List<ListModelListener> listeners concode_elem_sep List<String> itemIds concode_elem_sep String selectedId concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep v... | void function ( String arg0 , Object arg1 ) { List < String > loc0 = getItemIds ( ) ; if ( ! loc0 . contains ( arg0 ) ) loc0 . add ( arg0 ) ; getItems ( ) . put ( arg0 , arg1 ) ; } |
5,220 | set the receipt-id header . applies to the receipt frame . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE concode_elem_sep ... | void function ( String arg0 ) { set ( RECEIPT_ID , arg0 ) ; } |
5,221 | transforms a resource uri into a shared access signature uri , by appending a shared access token . concode_field_sep PlaceHolder placeHolder concode_field_sep String getAccountName concode_elem_sep StorageCredentials tryParseCredentials concode_elem_sep StorageCredentials tryParseCredentials concode_elem_sep String to... | StorageUri function ( StorageUri arg0 ) { return this . transformUri ( arg0 , null ) ; } |
5,222 | must be called before #loadschemes concode_field_sep PlaceHolder placeHolder concode_field_sep void removeScheme concode_elem_sep T removeScheme concode_elem_sep boolean isMetadataEditable concode_elem_sep boolean isEmpty concode_elem_sep String getCurrentSchemeName concode_elem_sep void setSchemes concode_elem_sep voi... | void function ( @ NotNull String arg0 , @ NotNull Object arg1 , @ NotNull ThrowableConvertor < Element , T , Throwable > arg2 ) { } |
5,223 | set the adminpassword value . concode_field_sep String adminUsername concode_elem_sep LinuxConfiguration linuxConfiguration concode_elem_sep String customData concode_elem_sep String computerNamePrefix concode_elem_sep WindowsConfiguration windowsConfiguration concode_elem_sep List<VaultSecretGroup> secrets concode_ele... | VirtualMachineScaleSetOSProfile function ( String arg0 ) { this . adminPassword = arg0 ; return this ; } |
5,224 | called right before a job is going to be deleted . at this point the data files of the job is already gone . concode_field_sep Logger LOGGER concode_field_sep ExtensionList<ItemListener> all concode_elem_sep void fireOnCopied concode_elem_sep void fireOnDeleted concode_elem_sep void fireLocationChange concode_elem_sep ... | void function ( Item arg0 ) { } |
5,225 | creates a map from http header parameter strings . concode_field_sep PlaceHolder placeHolder concode_field_sep void _testMostSpecific concode_elem_sep void testConvertToString concode_elem_sep void testMostSpecific | Map < String , String > function ( String arg0 ) { HttpHeaderReader loc0 = HttpHeaderReader . newInstance ( "srini_string" + arg0 ) ; if ( loc0 . hasNext ( ) ) { try { return HttpHeaderReader . readParameters ( loc0 ) ; } catch ( ParseException loc1 ) { throw new RuntimeException ( loc1 ) ; } } return Collections . emp... |
5,226 | returns the string representation of the uint8 argument . concode_field_sep String ANDROID_TIMEFORMAT_WO_MS concode_elem_sep SimpleDateFormat datetimeFormatter concode_elem_sep String DATETIMEFORMAT concode_elem_sep DBXDefaultFormatter instance concode_elem_sep String TIMEFORMAT_MS concode_elem_sep String TIMEFORMAT_WO... | String function ( int arg0 ) { return String . valueOf ( arg0 ) ; } |
5,227 | finds the start of the first statement boundary that is on or before offset . if one is not found , -1 is returned . concode_field_sep String name concode_elem_sep BitSet statements concode_elem_sep String source concode_field_sep int getNextStatement concode_elem_sep String getName concode_elem_sep String getSource co... | int function ( int arg0 ) { return statements . previousSetBit ( arg0 ) ; } |
5,228 | adds an embedded file . part of the richmediacontent . concode_field_sep PdfDictionary richMediaSettings concode_elem_sep PdfArray configurations concode_elem_sep PdfArray views concode_elem_sep HashMap<String,PdfIndirectReference> assetsmap concode_elem_sep PdfDictionary richMediaContent concode_elem_sep PdfIndirectRe... | PdfIndirectReference function ( String arg0 , PdfFileSpecification arg1 ) { if ( assetsmap == null ) throw new IllegalPdfSyntaxException ( "srini_string" ) ; PdfIndirectReference loc0 = writer . addToBody ( arg1 ) . getIndirectReference ( ) ; assetsmap . put ( arg0 , loc0 ) ; return loc0 ; } |
5,229 | we will cache window object in order to be able to provide parent shell for the message dialog . concode_field_sep String SSL_UNABLE_TO_FIND_CERTPATH concode_elem_sep String CHANGE_PERSPECTIVE concode_elem_sep IWorkbenchWindow _window concode_elem_sep NavigationView _navigationView concode_elem_sep String SSL_EMPTY_TRU... | void function ( IWorkbenchWindow arg0 ) { this . _window = arg0 ; if ( _window . getShell ( ) != null ) { _window . getShell ( ) . setImage ( ApplicationRegistry . getImage ( Constants . CONSOLE_IMAGE ) ) ; } } |
5,230 | for a given file system , setup directories ready to test the plugin storage . concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectMapper createObjectMapper concode_elem_sep YarnConfiguration prepareConfiguration concode_elem_sep void writeEntities concode_elem_sep TimelineDataManager getTdmWithStore conc... | FileSystem function ( FileSystem arg0 ) { Path loc0 = new Path ( YarnConfiguration . TIMELINE_SERVICE_ENTITYGROUP_FS_STORE_ACTIVE_DIR_DEFAULT ) ; Path loc1 = new Path ( YarnConfiguration . TIMELINE_SERVICE_ENTITYGROUP_FS_STORE_DONE_DIR_DEFAULT ) ; arg0 . mkdirs ( loc0 ) ; arg0 . mkdirs ( loc1 ) ; return arg0 ; } |
5,231 | the world angle of the body in radians . concode_field_sep Object userData concode_elem_sep float gravityScale concode_elem_sep float linearDamping concode_elem_sep float angularDamping concode_elem_sep boolean active concode_elem_sep boolean awake concode_elem_sep BodyType type concode_elem_sep float angularVelocity c... | float function ( ) { return angle ; } |
5,232 | returns a list of all purchases . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep void addSkuDetails concode_elem_sep Purc... | List < Purchase > function ( ) { return new ArrayList < Purchase > ( mPurchaseMap . values ( ) ) ; } |
5,233 | sets the value of the rval property . concode_field_sep DeliveryForecast rval concode_field_sep DeliveryForecast getRval | void function ( DeliveryForecast arg0 ) { this . rval = arg0 ; } |
5,234 | it returns the attribute getters concode_field_sep Set<Method> setters concode_elem_sep long serialVersionUID concode_elem_sep Field attribute concode_elem_sep Set<Method> getters concode_field_sep Set<Method> getSetters concode_elem_sep Field getAttribute concode_elem_sep Set<Method> getRawSetters concode_elem_sep int... | Set < Method > function ( ) { return new HashSet < Method > ( getters ) ; } |
5,235 | gets metric context with no additional tags . see #getmetriccontext state , class , list concode_field_sep String METRIC_CONTEXT_NAME_KEY concode_elem_sep boolean instrumentationEnabled concode_elem_sep MetricContext metricContext concode_elem_sep Random RAND concode_elem_sep Closer closer concode_field_sep boolean isL... | MetricContext function ( State arg0 , Class < ? > arg1 ) { return getMetricContext ( arg0 , arg1 , new ArrayList < Tag < ? >> ( ) ) ; } |
5,236 | reads next 'n' up to 64 bits from the input stream . concode_field_sep int audioHeaderSize concode_elem_sep long buffer concode_elem_sep byte pointer concode_elem_sep InputStream is concode_elem_sep int readedBytes concode_field_sep void next_start_code concode_elem_sep void alignHeader concode_elem_sep void skip_bits ... | long function ( int arg0 ) { if ( arg0 > 64 ) { throw new IOException ( "srini_string" ) ; } while ( ( pointer - arg0 ) < 0 ) { read_byte ( ) ; } long loc0 = - 1L >>> ( 64 - arg0 ) ; long loc1 = ( buffer >> ( pointer - arg0 ) ) & loc0 ; if ( arg0 == 0 ) { loc1 = 0 ; } pointer -= arg0 ; return loc1 ; } |
5,237 | end an array . this method most be called to balance calls to array . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_... | JSONWriter function ( ) { return this . end ( 'a' , ']' ) ; } |
5,238 | the visual part that is using this content provider is about to be disposed . deallocate all allocated swt resources . concode_field_sep boolean showClosedProjects concode_field_sep Object[] getChildren concode_elem_sep Object getParent concode_elem_sep void showClosedProjects concode_elem_sep boolean hasChildren conco... | void function ( ) { } |
5,239 | returns the parameterlistkey for this constructor . the parameterlistkey is created from the ordered list of assisted constructor parameters . concode_field_sep ParameterListKey assistedParameters concode_elem_sep List<Parameter> allParameters concode_elem_sep Constructor<T> constructor concode_field_sep Set<Class<?>> ... | ParameterListKey function ( ) { return assistedParameters ; } |
5,240 | sets the value of the self property for this object . concode_field_sep String awsAccountNumber concode_elem_sep String self concode_elem_sep java.util.List<String> keyPairIds concode_field_sep Signer withKeyPairIds concode_elem_sep Signer withKeyPairIds concode_elem_sep Signer withAwsAccountNumber concode_elem_sep jav... | void function ( String arg0 ) { this . self = arg0 ; } |
5,241 | return a string for a locale object concode_field_sep PlaceHolder placeHolder concode_field_sep Locale parse | String function ( Locale arg0 ) { return arg0 . toString ( ) ; } |
5,242 | value getter . concode_field_sep String label concode_elem_sep String value concode_field_sep String getLabel concode_elem_sep void setValue concode_elem_sep void setLabel | String function ( ) { return value ; } |
5,243 | removes a contact . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_elem_sep String getName concode_ele... | LocationService function ( String arg0 , String arg1 ) { if ( ! hasUser ( arg0 ) ) return this ; UserBindingInfo loc0 = getUserBindingInfo ( arg0 ) ; loc0 . removeContact ( arg1 ) ; changed = true ; return this ; } |
5,244 | returns the stroke . concode_field_sep RectangleInsets insets concode_elem_sep Paint paint concode_elem_sep long serialVersionUID concode_elem_sep Stroke stroke concode_field_sep void writeObject concode_elem_sep boolean equals concode_elem_sep RectangleInsets getInsets concode_elem_sep void draw concode_elem_sep Paint... | Stroke function ( ) { return this . stroke ; } |
5,245 | set the login header . applies to the message frame . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE concode_elem_sep Strin... | void function ( String arg0 ) { set ( SUBSCRIPTION , arg0 ) ; } |
5,246 | obtains the name of this reverb type . concode_field_sep float earlyReflectionIntensity concode_elem_sep int lateReflectionDelay concode_elem_sep int decayTime concode_elem_sep String name concode_elem_sep int earlyReflectionDelay concode_elem_sep float lateReflectionIntensity concode_field_sep int getEarlyReflectionDe... | String function ( ) { return name ; } |
5,247 | sets the value of the filelastmodified property . concode_field_sep RepositoryObjectKey repositoryObject concode_elem_sep short timeStamp concode_elem_sep String path concode_elem_sep int refCount concode_elem_sep String filename concode_elem_sep XMLGregorianCalendar fileLastModified concode_elem_sep AttachmentOwnershi... | void function ( XMLGregorianCalendar arg0 ) { this . fileLastModified = arg0 ; } |
5,248 | sets the title of this step . the title may be used in a progress indicator and in a title element . concode_field_sep List<InputInfoUnit> inputInfoUnits concode_elem_sep BackgroundTask backgroundTask concode_elem_sep boolean reversible concode_elem_sep String description concode_elem_sep StepAction action concode_elem... | void function ( String arg0 ) { this . title = arg0 ; } |
5,249 | finds the tasks that are shown on the task list page . concode_field_sep WebDriver browser concode_elem_sep String pageUrl concode_field_sep boolean isOpen concode_elem_sep void waitUntilPageIsOpen concode_elem_sep TaskListPage open | List < TaskListItem > function ( ) { List < TaskListItem > loc0 = new ArrayList < > ( ) ; browser . findElements ( By . className ( "srini_string" ) ) . forEach ( e -> loc0 . add ( new TaskListItem ( browser , e ) ) ) ; return loc0 ; } |
5,250 | gets the value of the reqdcolltndt property . concode_field_sep String pmtEndToEndId concode_elem_sep String firstPmtEndToEndId concode_elem_sep XMLGregorianCalendar exportDt concode_elem_sep String orgnlPmtEndToEndId concode_elem_sep String representationAttNo concode_elem_sep BigDecimal pmntAmt concode_elem_sep Strin... | XMLGregorianCalendar function ( ) { return reqdColltnDt ; } |
5,251 | return the name of the algorithm associated with this secret key . concode_field_sep long serialVersionUID concode_elem_sep byte[] key concode_elem_sep String algorithm concode_field_sep byte[] getEncoded concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getFormat | String function ( ) { return algorithm ; } |
5,252 | creates a new foo with the primary key . does not add the foo to the database . concode_field_sep ServiceTracker<FooLocalService,FooLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuer... | com . example . sample . model . Foo function ( long arg0 ) { return getService ( ) . createFoo ( arg0 ) ; } |
5,253 | the wrapped wps 1.0 request concode_field_sep ExecuteType request concode_elem_sep LazyInputMap inputs concode_field_sep Name getProcessName concode_elem_sep LazyInputMap getProcessInputs concode_elem_sep LazyInputMap getInputsInternal concode_elem_sep List<DocumentOutputDefinitionType> getRequestedOutputs concode_elem... | ExecuteType function ( ) { return request ; } |
5,254 | returns this text tool 's preference store . concode_field_sep String[] LEGAL_CONTENT_TYPES concode_elem_sep JavaCommentScanner fMultilineCommentScanner concode_elem_sep JavaCommentScanner fSinglelineCommentScanner concode_elem_sep JavaDocScanner fJavaDocScanner concode_elem_sep PreferenceListener fPreferenceListener c... | IPreferenceStore function ( ) { return fPreferenceStore ; } |
5,255 | returns the dataurl persistence object . this object can be used to retrieve / update / create new dataurl metadata objects concode_field_sep Dao<Dimension,Integer> dimension concode_elem_sep Dao<EXGeographicBoundingBox,Integer> ex_GeographicBoundingBox concode_elem_sep Dao<LegendURL,Integer> legendURL concode_elem_sep... | Dao < DataURL , Integer > function ( ) { if ( dataURL == null ) { dataURL = DaoManager . < Dao < DataURL , Integer > , DataURL > createDao ( connection , DataURL . class ) ; } return dataURL ; } |
5,256 | returns the security roles that have been defined at the application level via security-role elements in the ejb-jar . xml . note that this set does not include the roles that have been defined at each individual component level via @declareroles , @rolesallowed annotations or security-role-ref element returns an empty... | Set < String > function ( ) { return Collections . unmodifiableSet ( this . applicationLevelSecurityRoles ) ; } |
5,257 | with concode_field_sep TokenStream ts concode_field_sep Object createForIn concode_elem_sep void addChildToBack concode_elem_sep Object createFor concode_elem_sep Object createBlock concode_elem_sep Object createWhile concode_elem_sep Object createExprStatement concode_elem_sep Object createReturn concode_elem_sep Obje... | Object function ( Object arg0 , Object arg1 , int arg2 ) { return new Node ( TokenStream . WITH , ( Node ) arg0 , ( Node ) arg1 , arg2 ) ; } |
5,258 | this method allows access to the original table that led to this rtftable . concode_field_sep ArrayList rowsList concode_elem_sep RtfWriter writer concode_elem_sep Table origTable concode_field_sep boolean importTable concode_elem_sep boolean writeTable concode_elem_sep void setMerge | Table function ( ) { return origTable ; } |
5,259 | set whether or not the session id and user name should be included in the log message . concode_field_sep Logger log4jLogger concode_elem_sep boolean includeClientInfo concode_field_sep boolean isIncludeClientInfo concode_elem_sep String getNestedDiagnosticContextMessage concode_elem_sep void postHandle concode_elem_se... | void function ( boolean arg0 ) { this . includeClientInfo = arg0 ; } |
5,260 | auto generated setter method concode_field_sep com.amazon.ec2.CreateSecurityGroupType localCreateSecurityGroup concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_el... | void function ( com . amazon . ec2 . CreateSecurityGroupType arg0 ) { this . localCreateSecurityGroup = arg0 ; } |
5,261 | returns the id of the space associated with this resource , null if it does not exist . concode_field_sep HashMap<String,Object> sys concode_field_sep Integer getVersion concode_elem_sep String getResourceId concode_elem_sep T setId concode_elem_sep void setSys concode_elem_sep T getSysAttribute concode_elem_sep HashMa... | String function ( ) { Map loc0 = getSysAttribute ( "srini_string" ) ; if ( loc0 != null ) { Map loc1 = ( Map ) loc0 . get ( "srini_string" ) ; if ( loc1 != null ) { return ( String ) loc1 . get ( "srini_string" ) ; } } return null ; } |
5,262 | the query string specified in the suggest request . concode_field_sep Long found concode_elem_sep String query concode_elem_sep com.amazonaws.internal.SdkInternalList<SuggestionMatch> suggestions concode_field_sep java.util.List<SuggestionMatch> getSuggestions concode_elem_sep Long getFound concode_elem_sep SuggestMode... | SuggestModel function ( String arg0 ) { setQuery ( arg0 ) ; return this ; } |
5,263 | gets the value of the accountingbook property . concode_field_sep Boolean sameAsPrimaryRevRec concode_elem_sep RecordRef amortizationTemplate concode_elem_sep Boolean sameAsPrimaryAmortization concode_elem_sep RecordRef accountingBook concode_elem_sep RecordRef revRecSchedule concode_field_sep RecordRef getAmortization... | RecordRef function ( ) { return accountingBook ; } |
5,264 | make this request with the reader provided concode_field_sep String coverage concode_elem_sep String format concode_elem_sep boolean useCommandLineGDAL concode_elem_sep boolean usePost concode_elem_sep String version concode_elem_sep String DEFAULT_VERSION concode_elem_sep String DEFAULT_CRS concode_elem_sep String pas... | GridCoverage function ( WcsCoverageReader arg0 ) { return arg0 . read ( getParameters ( ) ) ; } |
5,265 | determines if the name node acts as the function name in a call expression . concode_field_sep AbstractCompiler compiler concode_field_sep void process concode_elem_sep void process concode_elem_sep boolean callResultsMaybeUsed concode_elem_sep void rewriteReturns | boolean function ( UseSite arg0 ) { Node loc0 = arg0 . loc0 ; Node loc1 = loc0 . getParent ( ) ; return ( loc1 . getFirstChild ( ) == loc0 ) && loc1 . isCall ( ) ; } |
5,266 | set the parameters of the prepared compiled update statement . . concode_field_sep int _displayInterval concode_elem_sep int _numAliases concode_elem_sep CSqlPreparedStmt _pUpdateStmt concode_elem_sep int DEFAULT_DISPLAY_INTERVAL concode_elem_sep int _numEntries concode_elem_sep CDbpediaSql instance concode_elem_sep St... | void function ( final String [ ] arg0 ) { setUpdate ( arg0 , null ) ; } |
5,267 | hook for blocking the launching of intents by the cordova application . this will be called when the webview will not navigate to a page , but could launch an intent to handle the url . return false to block this : if any plugin returns false , cordova will block the navigation . if all plugins return null , the defaul... | Boolean function ( String arg0 ) { return null ; } |
5,268 | sets the type of grant which is exchanged for this token concode_field_sep List<String> approvedScope concode_elem_sep List<String> requestedScope concode_elem_sep String audience concode_elem_sep UserSubject subject concode_elem_sep Client client concode_elem_sep String grantType concode_field_sep UserSubject getSubje... | void function ( String arg0 ) { this . grantType = arg0 ; } |
5,269 | matches : / items / _ id / concode_field_sep String _ID concode_elem_sep String THUMB_URL concode_elem_sep String ASPECT_RATIO concode_elem_sep String CONTENT_ITEM_TYPE concode_elem_sep String PHOTO_URL concode_elem_sep String CONTENT_TYPE concode_elem_sep String SERVER_ID concode_elem_sep String AUTHOR concode_elem_se... | Uri function ( long arg0 ) { return BASE_URI . buildUpon ( ) . appendPath ( "srini_string" ) . appendPath ( Long . toString ( arg0 ) ) . build ( ) ; } |
5,270 | returns a numeric value for the node kind . concode_field_sep ANode nd concode_elem_sep short[] TYPES concode_elem_sep String[] NAMES concode_field_sep BXNode getNextSibling concode_elem_sep boolean hasChildNodes concode_elem_sep String lookupNamespaceURI concode_elem_sep String lookupPrefix concode_elem_sep BXNode rem... | int function ( ) { return nd . kind ( ) ; } |
5,271 | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start | void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } |
5,272 | gets the value of the month property . concode_field_sep Integer month concode_elem_sep Integer year concode_elem_sep Integer day concode_field_sep void setMonth concode_elem_sep Integer getYear concode_elem_sep void setDay concode_elem_sep void setYear concode_elem_sep Integer getDay | Integer function ( ) { return month ; } |
5,273 | sets the file group . concode_field_sep String owner concode_elem_sep List<AclEntry> entries concode_elem_sep FsPermission permission concode_elem_sep boolean stickyBit concode_elem_sep List<AclEntry> entries concode_elem_sep FsPermission permission concode_elem_sep String group concode_field_sep Builder owner concode_... | Builder function ( String arg0 ) { this . group = arg0 ; return this ; } |
5,274 | the arn of the resource group . concode_field_sep java.util.Date createdAt concode_elem_sep String arn concode_elem_sep java.util.List<ResourceGroupTag> tags concode_field_sep ResourceGroup withArn concode_elem_sep ResourceGroup withTags concode_elem_sep ResourceGroup withTags concode_elem_sep void setCreatedAt concode... | void function ( String arg0 ) { this . arn = arg0 ; } |
5,275 | deerializes elements from a string obtained from the system clipboard and pastes them into the specified target element . concode_field_sep String IGNORE_RECYCLE_HINT_ID concode_elem_sep String PASTE_SELECTION_FROM_STRING concode_elem_sep String PASTE_TO_TARGET_PARENT concode_elem_sep String MERGE_HINT_STRONG concode_e... | Collection function ( String arg0 , EObject arg1 , final Map arg2 , IProgressMonitor arg3 ) { return pasteElementsFromStringDelagate ( arg0 , new PasteTarget ( arg1 ) , arg2 , arg3 ) ; } |
5,276 | returns a list of files affected by this refactoring . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep String getCommandLabel co... | List < ? > function ( ) { return Collections . EMPTY_LIST ; } |
5,277 | get the current orientation angle . concode_field_sep float[] locationArray concode_elem_sep float roll concode_elem_sep List<Marker> cache concode_elem_sep int orientationAngle concode_elem_sep Object zoomLevelLock concode_elem_sep Object azimuthLock concode_elem_sep Object orientationLock concode_elem_sep int zoomPro... | int function ( ) { synchronized ( ARData . orientationAngleLock ) { return ARData . orientationAngle ; } } |
5,278 | test to see if the calling browser has the icemobile enhancements/extensions . concode_field_sep ArrayList<ExampleResource> tldResources concode_elem_sep String defaultId concode_elem_sep String descriptionPath concode_elem_sep String selectedExamplePath concode_elem_sep String resourcesPath concode_elem_sep org.icemob... | boolean function ( ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; boolean loc1 = EnvUtils . isEnhancedBrowser ( loc0 ) ; boolean loc2 = EnvUtils . isAuxUploadBrowser ( loc0 ) ; return loc1 || loc2 ; } |
5,279 | returns the title of this wiki page resource . concode_field_sep WikiPageResource _wikiPageResource concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep long getR... | java . lang . String function ( ) { return _wikiPageResource . getTitle ( ) ; } |
5,280 | re-sets the string . this is intented to be used in search keys only . concode_field_sep String string concode_elem_sep FontRenderContext fontRenderContext concode_elem_sep Font font concode_field_sep void setFontRenderContext concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setFont | void function ( String arg0 ) { string = arg0 ; } |
5,281 | streams lines from a url , stopping when our callback returns false , or we have read all of the lines . concode_field_sep PlaceHolder placeHolder concode_field_sep URL getResource concode_elem_sep URL getResource concode_elem_sep InputSupplier<InputStream> newInputStreamSupplier concode_elem_sep byte[] toByteArray con... | T function ( URL arg0 , Charset arg1 , LineProcessor < T > arg2 ) { return CharStreams . readLines ( newReaderSupplier ( arg0 , arg1 ) , arg2 ) ; } |
5,282 | create a new compressor for use by this compressioncodec . concode_field_sep Configuration conf concode_field_sep void checkNativeCodeLoaded concode_elem_sep Configuration getConf concode_elem_sep Decompressor createDecompressor concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep CompressionOut... | Compressor function ( ) { checkNativeCodeLoaded ( ) ; int loc0 = conf . getInt ( CommonConfigurationKeys . IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_KEY , CommonConfigurationKeys . IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_DEFAULT ) ; return new SnappyCompressor ( loc0 ) ; } |
5,283 | sets an edge attribute . concode_field_sep boolean isDirected concode_elem_sep DotGraphNode start concode_elem_sep DotGraphNode end concode_elem_sep List<DotGraphAttribute> attributes concode_field_sep void setLabel concode_elem_sep void setStyle concode_elem_sep void render | void function ( DotGraphAttribute arg0 ) { if ( this . attributes == null ) { this . attributes = new LinkedList < DotGraphAttribute > ( ) ; } this . attributes . add ( arg0 ) ; } |
5,284 | returns the texture map mode for u texture axis . concode_field_sep AiTextureMapMode m_textureMapModeU concode_elem_sep String m_file concode_elem_sep float m_blend concode_elem_sep AiTextureOp m_textureOp concode_elem_sep AiTextureMapMode m_textureMapModeV concode_elem_sep AiTextureType m_type concode_elem_sep AiTextu... | AiTextureMapMode function ( ) { return m_textureMapModeU ; } |
5,285 | creates instance for factory implementation with the provided java home directory . setting the `` java.home '' system property is thread-safe and is set back to the original value of `` java.home '' after the operation . concode_field_sep Lock lock concode_elem_sep SystemProperties INSTANCE concode_elem_sep Set<String... | T function ( File arg0 , Factory < T > arg1 ) { return withSystemProperty ( "srini_string" , arg0 . getAbsolutePath ( ) , arg1 ) ; } |
5,286 | generates iframe markup with the specified source as the url to the iframe content . modifies the source path by prepending the context path . concode_field_sep String IFRAME_SUFFIX concode_elem_sep String IFRAME_PREFIX concode_elem_sep String SOURCE_CODE_ULR concode_elem_sep String LIFERAY_SCRIPT concode_field_sep Str... | String function ( String arg0 ) { return generateIFrame ( getContextPathStatic ( ) + arg0 ) ; } |
5,287 | gets the value of the blank property . concode_field_sep List<CTFilter> filter concode_elem_sep Object parent concode_elem_sep Boolean blank concode_elem_sep STCalendarType calendarType concode_elem_sep List<CTDateGroupItem> dateGroupItem concode_field_sep List<CTFilter> getFilter concode_elem_sep void setBlank concode... | boolean function ( ) { if ( blank == null ) { return false ; } else { return blank ; } } |
5,288 | the ending time of validity of the public key . concode_field_sep java.util.Date validityEndTime concode_elem_sep String fingerprint concode_elem_sep java.util.Date validityStartTime concode_elem_sep java.nio.ByteBuffer value concode_field_sep java.util.Date getValidityEndTime concode_elem_sep PublicKey withValiditySta... | PublicKey function ( java . util . Date arg0 ) { setValidityEndTime ( arg0 ) ; return this ; } |
5,289 | if the percent of the tcp write buffer that is filled is less than the specified threshold , listener #idle connection will be called for each network thread update . default is 0.1 . concode_field_sep TcpConnection tcp concode_elem_sep UdpConnection udp concode_elem_sep int lastPingID concode_elem_sep KryoNetException... | void function ( float arg0 ) { tcp . arg0 = arg0 ; } |
5,290 | a polyline ca n't contain a point . concode_field_sep int np concode_elem_sep int[] x concode_elem_sep int[] y concode_field_sep int[] rect concode_elem_sep PathIterator getPathIterator concode_elem_sep PathIterator getPathIterator concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep... | boolean function ( double arg0 , double arg1 , double arg2 , double arg3 ) { return false ; } |
5,291 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEventNotification concode_elem_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testGetLegendItem concode_elem_... | void function ( ) { BarRenderer loc0 = new BarRenderer ( ) ; BarRenderer loc1 = ( BarRenderer ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
5,292 | close all client that have been created by this factory concode_field_sep List<Client> clients concode_elem_sep ClientFactory instance concode_elem_sep boolean showErrors concode_elem_sep boolean debug concode_field_sep Client newClient concode_elem_sep boolean isDebug concode_elem_sep Client newClientInstance concode_... | void function ( ) { for ( Client loc0 : clients ) loc0 . close ( ) ; } |
5,293 | returns the value of the test_exclude_filter option , or null if it was not specified . concode_field_sep String TEST_EXCLUDE_FILTER_OPTION concode_elem_sep String[] unparsedArgs concode_elem_sep String TESTBRIDGE_TEST_ONLY concode_elem_sep String testExcludeFilter concode_elem_sep String TEST_INCLUDE_FILTER_OPTION con... | String function ( ) { return testExcludeFilter ; } |
5,294 | return the id of the element that currently has focus in the browser . concode_field_sep Pattern ClientIdPattern concode_field_sep UIComponent findComponentInView concode_elem_sep UIComponent findComponent concode_elem_sep UIComponent findComponent concode_elem_sep char getSeparatorChar concode_elem_sep int getNumberOf... | String function ( FacesContext arg0 ) { ExternalContext loc0 = arg0 . getExternalContext ( ) ; Map loc1 = loc0 . getRequestParameterMap ( ) ; String loc2 = ( String ) loc1 . get ( "srini_string" ) ; return loc2 != null && ClientIdPattern . matcher ( loc2 ) . matches ( ) ? loc2 : "srini_string" ; } |
5,295 | disables the use of all shaders concode_field_sep String fragmentShaderFileName concode_elem_sep String SHADER_PREFIX concode_elem_sep String VERTEX_FILENAME_SUFFIX concode_elem_sep String vertexShaderFileName concode_elem_sep String FRAGMENT_FILENAME_SUFFIX concode_elem_sep int vertexShader concode_elem_sep int fragme... | void function ( GL arg0 ) { arg0 . glUseProgram ( 0 ) ; } |
5,296 | get the number of occupied reduce slots in the cluster . concode_field_sep int occupiedMapSlots concode_elem_sep int totalJobSubmissions concode_elem_sep int occupiedReduceSlots concode_elem_sep int numTrackers concode_elem_sep int totalMapSlots concode_elem_sep int reservedMapSlots concode_elem_sep int numBlacklistedT... | int function ( ) { return occupiedReduceSlots ; } |
5,297 | returns a pseudorandom , uniformly distributed int value between 0 inclusive and the specified value exclusive , from the given random sequence . concode_field_sep Random JVM_RANDOM concode_field_sep float nextFloat concode_elem_sep float nextFloat concode_elem_sep boolean nextBoolean concode_elem_sep boolean nextBoole... | int function ( Random arg0 , int arg1 ) { return arg0 . nextInt ( arg1 ) ; } |
5,298 | creates an httpentity based on properties of the given message.the content of the entity is created by wrapping sessioninputbuffer with a content decoder depending on thetransfer mechanism used by the message . the content of the entity is not retrieved by this method . concode_field_sep ContentLengthStrategy lenStrate... | HttpEntity function ( final SessionInputBuffer arg0 , final HttpMessage arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return doDeserialize ( arg0 , arg1 ) ; } |
5,299 | resets the text mode from the drawer item concode_field_sep int THREE_LINE concode_elem_sep int AVATAR concode_elem_sep Drawable mImage concode_elem_sep ArrayAdapter<DrawerItem> mAdapter concode_elem_sep int ICON concode_elem_sep long mId concode_elem_sep boolean mIsHeader concode_elem_sep String mTextSecondary concode... | DrawerItem function ( ) { mTextMode = SINGLE_LINE ; notifyDataChanged ( ) ; return this ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.