code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Provider function ( ) { return provider ; } | returns the provider of this instance . concode_field_sep Provider provider concode_elem_sep KeyFactorySpi keyFacSpi concode_elem_sep String KEY_FACTORY concode_elem_sep String algorithm concode_field_sep Key translateKey concode_elem_sep T getKeySpec concode_elem_sep String getAlgorithm concode_elem_sep PrivateKey gen... |
void function ( String arg0 , MamaDQPublisher arg1 , MamaSubscriptionCallback arg2 ) { checkIsCreated ( "srini_string" ) ; _addPublisher ( arg0 , arg1 , arg2 ) ; } | add a new publisher to the mamadqpublishermanager concode_field_sep String symbol concode_elem_sep Object cache concode_elem_sep ArrayList myTopics concode_elem_sep long dqpublisherManagerPointer_i concode_elem_sep MamaDQPublisher dqPublisher concode_field_sep void setSenderId concode_elem_sep void initIDs concode_elem... |
boolean function ( IServer arg0 ) { if ( arg0 == null ) return false ; if ( arg0 . getServerState ( ) != IServer . STATE_STARTED ) return false ; return true ; } | test the given server for whether its been started concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isHostConnected concode_elem_sep boolean isJBossServerConnected concode_elem_sep ITeiidServerVersion getTeiidRuntimeVersion concode_elem_sep boolean isTeiidServer |
String function ( ) { return id ; } | gets the value of the id property . concode_field_sep WorkbookType workbook concode_elem_sep UserType owner concode_elem_sep String contentUrl concode_elem_sep BigInteger totalViewCount concode_elem_sep ViewType.Usage usage concode_elem_sep String name concode_elem_sep String id concode_field_sep void setName concode_e... |
long function ( long arg0 , long arg1 ) { int loc0 = binarySearch ( mKeys , 0 , mSize , arg0 ) ; if ( loc0 < 0 || mValues [ loc0 ] == DELETED ) { return arg1 ; } else { return mValues [ loc0 ] ; } } | gets the object mapped from the specified key , or the specified object if no such mapping has been made . concode_field_sep long[] mKeys concode_elem_sep long DELETED concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep long[] mValues concode_field_sep long keyAt concode_elem_sep void clear co... |
void function ( ObjectIdentifierType arg0 ) { this . sigPolicyId = arg0 ; } | sets the value of the sigpolicyid property . concode_field_sep SigPolicyQualifiersListType sigPolicyQualifiers concode_elem_sep DigestAlgAndValueType sigPolicyHash concode_elem_sep TransformsType transforms concode_elem_sep ObjectIdentifierType sigPolicyId concode_field_sep TransformsType getTransforms concode_elem_sep... |
ConnectionIdentifier function ( Message arg0 , String arg1 , String arg2 , int arg3 , int arg4 ) { return sip_provider . sendMessage ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } | sends a message , specifing the transport portocol , nexthop address and port . this is a low level method and forces the message to be routed to a specific nexthop address , port and transport , regardless whatever the via , route , or request-uri , address to . in case of connection-oriented transport , the connectio... |
void function ( Intent arg0 ) { } | called when the activity receives a new intent . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_sep Uri remapUri concode_elem_sep Object onMessage concode_elem_sep v... |
void function ( long arg0 ) { this . maxFileSize = arg0 ; } | sets the maximum size in bytes allowed for uploaded files . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep void setMaxRequestSize concode_elem_sep void setMaxRequestSize concode_elem_sep void setLocation c... |
void function ( FormatterRegistry arg0 ) { } | this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling concode_elem_sep void addResourceHandlers concode_elem_sep void addViewControllers concode_elem_sep void addArgumentResolvers concode_elem_sep void addReturnValueHandlers concode_elem_sep void... |
void function ( File arg0 , boolean arg1 ) { boolean loc0 = deleteDirectory ( arg0 ) ; if ( ! loc0 ) { throw new RuntimeException ( "srini_string" + arg0 ) ; } } | recursively deletes the given directory concode_field_sep Logger logger concode_field_sep void copyFile concode_elem_sep InputSource createInputSource concode_elem_sep List readLines |
void function ( ) { System . out . println ( "srini_string" ) ; Calendar loc0 = DateTime . newCalendar ( 2014 , 01 , 01 ) ; int loc1 = 1 ; int loc2 = DateTime . weekNumber ( loc0 ) ; assertEquals ( loc1 , loc2 ) ; } | test of weeknumber method , of class datetime . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testLastDayOfWeek13Of2014Is22 concode_elem_sep void testLastDayOfFebruary2012is29 concode_elem_sep void setUp concode_elem_sep void testFirstDayOfWeek13Of2014Is16 concode_ele... |
com . liferay . portal . kernel . model . PasswordPolicyRel function ( long arg0 ) { return _passwordPolicyRelLocalService . getPasswordPolicyRel ( arg0 ) ; } | returns the password policy rel with the primary key . concode_field_sep PasswordPolicyRelLocalService _passwordPolicyRelLocalService concode_field_sep com.liferay.portal.kernel.model.PasswordPolicyRel updatePasswordPolicyRel concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deletePasswor... |
boolean function ( final Object arg0 ) { if ( arg0 instanceof NullSortBy ) { return order . equals ( ( ( NullSortBy ) arg0 ) . order ) ; } return false ; } | compares this object with the specified one for equality . concode_field_sep long serialVersionUID concode_elem_sep SortOrder order concode_field_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep PropertyName getPropertyName concode_elem_sep SortOrder getSortOrder |
void function ( ) { assertTrue ( Priority . toPriority ( 17 , Priority . DEBUG ) == Priority . DEBUG ) ; } | tests topriority int , priority . concode_field_sep PlaceHolder placeHolder concode_field_sep void testINFO concode_elem_sep void testGetAllPossiblePriorities concode_elem_sep void testInfoInt concode_elem_sep void testDotlessLowerI concode_elem_sep void testWarnInt concode_elem_sep void testOffInt concode_elem_sep voi... |
boolean function ( String arg0 ) { if ( arg0 . endsWith ( "srini_string" ) || arg0 . endsWith ( "srini_string" ) ) return true ; return false ; } | this routine checks whether input param `` path '' ends with separator concode_field_sep int INITIAL_MAX_PATH concode_elem_sep String separator concode_elem_sep String pathSeparator concode_elem_sep char separatorChar concode_elem_sep char pathSeparatorChar concode_elem_sep boolean isWindows concode_field_sep boolean i... |
boolean function ( byte arg0 , int arg1 ) { return testBit ( ( int ) arg0 , arg1 ) ; } | bitfield utilities . returns true if the bit at position is set in v. concode_field_sep PlaceHolder placeHolder concode_field_sep int decodeBigEndian concode_elem_sep int decodeBigEndian concode_elem_sep void encodeBigEndian concode_elem_sep void encodeBigEndian concode_elem_sep byte setBit concode_elem_sep short setBi... |
int function ( ) { return year ; } | gets the year value for this wsdate . concode_field_sep int hours concode_elem_sep int seconds concode_elem_sep int year concode_elem_sep int minutes concode_elem_sep int day concode_elem_sep int monthWithJanuaryAsOne concode_field_sep int getHours concode_elem_sep int getSeconds concode_elem_sep int getMonthWithJanuar... |
long function ( ) { return max ; } | gets the maximum execution latency tracked by this counter . concode_field_sep Lock lock concode_elem_sep long err concode_elem_sep long min concode_elem_sep long tot concode_elem_sep long cnt concode_elem_sep long EndTime concode_elem_sep long max concode_elem_sep long[] lat concode_elem_sep long StartTime concode_fie... |
int function ( ) { return height ; } | returns the defined page height for that page definition . concode_field_sep int width concode_elem_sep short pageFormatCode concode_elem_sep int height concode_field_sep short getPageFormatCode concode_elem_sep int getWidth |
void function ( boolean arg0 ) { this . fired = arg0 ; } | set if this effect has been fired . when this flag is set to false the effect will be sent to the browser on the next render pass . after being fired icefaces will set this flag to true . to resend this effect set the flag to false . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boole... |
CheckResultType function ( ) { return certificateCheck ; } | gets the value of the certificatecheck property . concode_field_sep KeyInfoType signerInfo concode_elem_sep List<InputDataType> referenceInputData concode_elem_sep List<ManifestRefsCheckResultType> xmldsigManifestCheck concode_elem_sep List<InputDataType> hashInputData concode_elem_sep ReferencesCheckResultType signatu... |
void function ( AccountingLineViewLineDefinition arg0 ) { this . definition = arg0 ; } | sets the definition attribute value . concode_field_sep List<RenderableElement> elements concode_elem_sep AccountingLineViewLineDefinition definition concode_field_sep AccountingLineViewLineDefinition getDefinition concode_elem_sep boolean shouldStretchToFillLine concode_elem_sep String getName concode_elem_sep void re... |
void function ( ManagedObjectReference arg0 ) { this . vm = arg0 ; } | sets the value of the vm property . concode_field_sep ManagedObjectReference vm concode_elem_sep ManagedObjectReference host concode_elem_sep ManagedObjectReference pool concode_elem_sep List<String> testType concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep void setPool conc... |
short function ( ) { return ( short ) buf . length ; } | size in bytes necessary to send or receive this object via the ov-chip protocol layer , see ds.ov2.util.apdu _ serializable #size apdu_serializable . size . concode_field_sep byte[] buf concode_field_sep boolean is_compatible_with concode_elem_sep short to_byte_array concode_elem_sep short from_byte_array |
void function ( String arg0 ) { this . url = arg0 ; } | set the url concode_field_sep Map<String,String> headers concode_elem_sep MessageContext messageContext concode_elem_sep Map<String,String> params concode_elem_sep String url concode_elem_sep Map<String,Object> properties concode_field_sep String getUrl concode_elem_sep void setHeaders concode_elem_sep void setMessageC... |
boolean function ( int arg0 ) { return arg0 == 0 ; } | to know if an itemset is the first one concode_field_sep Sequence sequence concode_elem_sep List<Integer> firstItemset concode_elem_sep List<Integer> firstItem concode_elem_sep List<Long> timeShift concode_field_sep int numberOfProjectionsIncluded concode_elem_sep Item getItemAtInItemsetAt concode_elem_sep long getAbso... |
Token function ( int arg0 , String arg1 ) { switch ( arg0 ) { default : return new Token ( arg0 , arg1 ) ; } } | returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simply add s... |
OutputStream function ( @ Nonnull Computer arg0 , OutputStream arg1 ) { return arg1 ; } | called to decorate logger for master/agent communication . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<ConsoleLogFilter> all |
Set < String > function ( ) { return mNamedGestures . keySet ( ) ; } | get all the gesture entry names in the library concode_field_sep boolean PROFILE_LOADING_SAVING concode_elem_sep boolean mChanged concode_elem_sep int SEQUENCE_INVARIANT concode_elem_sep int ORIENTATION_SENSITIVE concode_elem_sep Learner mClassifier concode_elem_sep int ORIENTATION_INVARIANT concode_elem_sep int mOrien... |
Range function ( final Reader arg0 ) { return ( Range ) Unmarshaller . unmarshal ( Range . class , arg0 ) ; } | method unmarshal . concode_field_sep String _end concode_elem_sep long serialVersionUID concode_elem_sep String _begin concode_field_sep String getBegin concode_elem_sep int hashCode concode_elem_sep boolean isValid concode_elem_sep void marshal concode_elem_sep void marshal concode_elem_sep void setBegin concode_elem_... |
java . util . List < com . liferay . portal . kernel . model . ListType > function ( int arg0 , int arg1 ) { return getService ( ) . getListTypes ( arg0 , arg1 ) ; } | returns a range of all the list types . 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.queryutil #all_... |
String function ( String arg0 , Object ... arg1 ) { return messages . get ( lang , arg0 , arg1 ) ; } | get the message at the given key . uses ` java.text.messageformat ` internally to format the message . concode_field_sep MessagesApi messages concode_elem_sep Lang lang concode_field_sep Lang getLang concode_elem_sep String get concode_elem_sep String get concode_elem_sep String get concode_elem_sep String get concode_... |
SubjectPublicKeyInfo function ( ) { return subjectPublicKeyInfo ; } | returns the value of subjectpublickeyinfo field of the structure . concode_field_sep Extensions extensions concode_elem_sep BigInteger serialNumber concode_elem_sep boolean[] issuerUniqueID concode_elem_sep ASN1Sequence ASN1 concode_elem_sep AlgorithmIdentifier signature concode_elem_sep Name subject concode_elem_sep S... |
void function ( MIDletProxy arg0 ) { Isolate loc0 = getIsolateFromId ( arg0 . getIsolateId ( ) ) ; if ( loc0 != null ) { loc0 . setPriority ( Isolate . MIN_PRIORITY ) ; } } | set the midletproxy to run with the minimum isolate priority concode_field_sep PlaceHolder placeHolder concode_field_sep Isolate getIsolateFromId concode_elem_sep void normalPriority concode_elem_sep void terminateMIDletIsolate |
boolean function ( final Vector arg0 ) { final double loc0 = y * arg0 . z - z * arg0 . y ; final double loc1 = z * arg0 . x - x * arg0 . z ; final double loc2 = x * arg0 . y - y * arg0 . x ; return loc0 * loc0 + loc1 * loc1 + loc2 * loc2 < MINIMUM_RESOLUTION_SQUARED ; } | compute whether two vectors are numerically identical . concode_field_sep double MINIMUM_RESOLUTION concode_elem_sep double MINIMUM_RESOLUTION_SQUARED concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_elem_sep double MINIMUM_RESOLUTION_CUBED concode_field_sep Vector rotateZY concode_... |
BaseAdRuleSlot function ( ) { return midroll ; } | gets the value of the midroll property . concode_field_sep Boolean unlimitedEndDateTime concode_elem_sep StartDateTimeType startDateTimeType concode_elem_sep BaseAdRuleSlot preroll concode_elem_sep Integer maxImpressionsPerLineItemPerStream concode_elem_sep Integer priority concode_elem_sep DateTime endDateTime concode... |
Iterator function ( ) { return X509Util . getAlgNames ( ) ; } | return an iterator of the signature names supported by the generator . concode_field_sep V1TBSCertificateGenerator tbsGen concode_elem_sep AlgorithmIdentifier sigAlgId concode_elem_sep ASN1ObjectIdentifier sigOID concode_elem_sep String signatureAlgorithm concode_field_sep void setSerialNumber concode_elem_sep void set... |
void function ( com . amazon . ec2 . EbsInstanceBlockDeviceMappingResponseType arg0 ) { clearAllSettingTrackers ( ) ; if ( arg0 != null ) { localEbsTracker = true ; } else { localEbsTracker = false ; } this . localEbs = arg0 ; } | auto generated setter method concode_field_sep com.amazon.ec2.EbsInstanceBlockDeviceMappingResponseType localEbs concode_elem_sep boolean localEbsTracker concode_field_sep void writeQName concode_elem_sep javax.xml.stream.XMLStreamReader getPullParser concode_elem_sep void writeQNameAttribute concode_elem_sep boolean i... |
void function ( ) { inBuffer . reset ( outBuffer . getData ( ) , outBuffer . getLength ( ) ) ; } | move the data from the output buffer to the input buffer . concode_field_sep ThreadMXBean threadBean concode_elem_sep ThreadLocal<CopyInCopyOutBuffer> CLONE_BUFFERS concode_elem_sep DataInputBuffer inBuffer concode_elem_sep SerializationFactory serialFactory concode_elem_sep Map<Class<?>,Constructor<?>> CONSTRUCTOR_CAC... |
String function ( String arg0 ) { arg0 = normalizePath ( arg0 ) ; return StringUtil . fixedCharToCamel ( arg0 , FIXED_CHARS ) ; } | null = > / '' '' = > / / / = > / \ = > / / . ext = > / xxx = > / xxx xxx / = > / xxx / xxx / = > / xxx \ xxx = > / xxx / xxx/yyy = > / xxx/yyy / xxx / / yyy = > / xxx/yyy / xxx/yyy _ zzz = > / xxx/yyyzzz / xxx/yyy-zzz = > / xxx/yyyzzz / xxx_aaa / yyy_zzz = > / xxxaaa/yyyzzz / xxx/yyy . ext = > / xxx/yyy / xxx-aaa/yyy .... |
void function ( Viewer arg0 , Object arg1 , Object arg2 ) { } | this implementation does nothing . concode_field_sep List<String> allowedMappingTypeUris concode_field_sep Object[] getChildren concode_elem_sep Object getParent concode_elem_sep boolean hasChildren concode_elem_sep Object[] getElements concode_elem_sep void dispose |
int function ( ) { length += 2 ; int loc0 = in . read ( ) ; if ( loc0 < 0 ) return 0 ; return ( loc0 + ( in . read ( ) << 8 ) ) & 0xffff ; } | read the next word from the inputstream . concode_field_sep InputStream in concode_elem_sep int length concode_field_sep int readShort concode_elem_sep Color readColor concode_elem_sep int getLength concode_elem_sep void skip concode_elem_sep int readInt concode_elem_sep int readByte |
void function ( ) { String loc0 = "srini_string" ; String loc1 = "srini_string" ; String loc2 = "srini_string" ; assertEquals ( loc0 + "srini_string" + loc1 + "srini_string" + loc2 , ParamFormatter . addParameter ( loc0 , loc1 , loc2 ) ) ; } | test response if current list is not empty and value is not default . concode_field_sep PlaceHolder placeHolder concode_field_sep void testParamsIsNotEmptyAndValueIsNegativeOne concode_elem_sep void testParamsIsEmptyAndAdded concode_elem_sep void testParamsIsEmptyAndValueNull concode_elem_sep void testParamsIsNotEmptyA... |
void function ( String arg0 , String arg1 ) { links . remove ( arg0 , arg1 ) ; } | removes a one-way connection . concode_field_sep Hashtable<String,Point2D> locationPositions concode_elem_sep LabeledGraph<String,Double> links concode_field_sep Double getDistance concode_elem_sep void clear concode_elem_sep String randomlyGenerateDestination concode_elem_sep void clearLinks concode_elem_sep void setP... |
void function ( ) { testMovingFiles ( false ) ; } | test that one user ca n't rename/move another user 's file when the sticky bit is set . concode_field_sep MiniDFSCluster cluster concode_elem_sep FileSystem hdfsAsUser1 concode_elem_sep FileSystem hdfsAsUser2 concode_elem_sep FileSystem hdfs concode_elem_sep UserGroupInformation user1 concode_elem_sep Configuration con... |
void function ( ) { try { state . checkTimeConstrained ( ) ; } catch ( JEnableTimeConstrainedPending loc0 ) { throw new RequestForTimeConstrainedPending ( loc0 . getMessage ( ) ) ; } } | check to see if there is a time constrained enable pending . if there is , throw an exception concode_field_sep LRCState state concode_elem_sep LRC lrc concode_elem_sep FederateAmbassador fedamb concode_field_sep FederateAmbassador getFederateAmbassador concode_elem_sep void setFederateAmbassador concode_elem_sep void ... |
String function ( ) { return algorithm ; } | returns the name of the secret key algorithm . concode_field_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep SecretKeyFactorySpi spiImpl concode_elem_sep String algorithm concode_field_sep SecretKey translateKey concode_elem_sep KeySpec getKeySpec concode_elem_sep SecretKey generateSecret concode_... |
WorkRequest function ( final InputStream arg0 ) { return MAPPER . readValue ( arg0 , WorkRequest . class ) ; } | create a work request by parsing it from a json format . concode_field_sep String bucket concode_elem_sep ObjectMapper MAPPER concode_elem_sep String message concode_elem_sep String key concode_field_sep String getBucket concode_elem_sep String getKey concode_elem_sep String toJson concode_elem_sep String getMessage co... |
ShardId function ( Object arg0 ) { return coreKeyToShard . get ( arg0 ) ; } | return the shardid that holds the given segment , or null if this segment is not tracked . concode_field_sep Map<Object,ShardId> coreKeyToShard concode_elem_sep Map<String,Set<Object>> indexToCoreKey concode_field_sep void add concode_elem_sep int size concode_elem_sep boolean assertSize concode_elem_sep Set<Object> ge... |
void function ( BigInteger arg0 ) { this . statuscode = arg0 ; } | sets the value of the statuscode property . concode_field_sep BigInteger statuscode concode_elem_sep String message concode_field_sep String getMessage concode_elem_sep BigInteger getStatuscode concode_elem_sep void setMessage |
OkHttpUtils function ( String arg0 , boolean arg1 ) { mOkHttpClient = getOkHttpClient ( ) . newBuilder ( ) . addInterceptor ( new LoggerInterceptor ( arg0 , arg1 ) ) . build ( ) ; return this ; } | showresponse may cause error , but you can try . concode_field_sep Handler mDelivery concode_elem_sep OkHttpUtils mInstance concode_elem_sep String HEAD concode_elem_sep String PUT concode_elem_sep OkHttpClient mOkHttpClient concode_elem_sep long DEFAULT_MILLISECONDS concode_elem_sep String DELETE concode_elem_sep Stri... |
int function ( ) { return 0 ; } | getrowheight concode_field_sep NodeDimensions nodeDimensions concode_elem_sep TreeModel treeModel concode_elem_sep TreeSelectionModel treeSelectionModel concode_elem_sep boolean rootVisible concode_elem_sep int rowHeight concode_field_sep void invalidateSizes concode_elem_sep void treeNodesRemoved concode_elem_sep Enum... |
Long function ( ) { return size ; } | gets the value of the size property . concode_field_sep Integer lunMapping concode_elem_sep String storageDomainId concode_elem_sep String address concode_elem_sep String productId concode_elem_sep String initiator concode_elem_sep String volumeGroupId concode_elem_sep String vendorId concode_elem_sep String target con... |
boolean function ( ) { return this . dynamic ; } | return whether this value has been marked as dynamic . concode_field_sep String specifiedTypeName concode_elem_sep Object targetType concode_elem_sep boolean dynamic concode_elem_sep Object source concode_elem_sep String value concode_field_sep Class<?> getTargetType concode_elem_sep void setSource concode_elem_sep Str... |
void function ( ) { Tiff loc0 = new Tiff ( ) ; assertEquals ( ByteOrder . LITTLE_ENDIAN , loc0 . getByteOrder ( ) ) ; assertEquals ( 0 , loc0 . numberOfIFDs ( ) ) ; } | 1 : tests that an empty tiff object can be created . concode_field_sep ExpectedException thrown concode_field_sep void twoSubFiles concode_elem_sep void nonSplitRGBConvenienceMethod concode_elem_sep void nonSplitRGBTiff concode_elem_sep void twoSplitRGBConvenienceMethod concode_elem_sep void singleImageNoCompressionRet... |
void function ( ResourceAdapter arg0 ) { log . finest ( "srini_string" ) ; this . ra = arg0 ; } | set the resource adapter concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep String getName c... |
void function ( String arg0 ) { this . loc = arg0 ; } | sets the value of the loc property . concode_field_sep String loc concode_elem_sep URI providerID concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setProviderID concode_elem_sep String getLoc concode_elem_sep String getName concode_elem_sep URI getProviderID |
TagField function ( String arg0 , String arg1 ) { if ( arg0 . equals ( VorbisCommentFieldKey . COVERART . getFieldName ( ) ) ) { throw new UnsupportedOperationException ( ErrorMessage . ARTWORK_CANNOT_BE_CREATED_WITH_THIS_METHOD . getMsg ( ) ) ; } return tag . createField ( arg0 , arg1 ) ; } | create tag field using ogg key this method is provided to allow you to create key of any value because vorbiscomment allows arbitary keys . concode_field_sep List<MetadataBlockDataPicture> images concode_elem_sep VorbisCommentTag tag concode_field_sep Artwork getFirstArtwork concode_elem_sep VorbisCommentTag getVorbisC... |
Type function ( int arg0 ) { return attributeList . get ( arg0 ) . getAttributeType ( ) ; } | get the attribute type within the attribute list concode_field_sep String[] col concode_elem_sep String comma concode_elem_sep ArrayList<Attribute> attributeList concode_elem_sep Attribute attribute concode_elem_sep String[] col2 concode_elem_sep String[] col1 concode_field_sep void setAttributeName concode_elem_sep vo... |
CertPathValidator function ( String arg0 , String arg1 ) { if ( arg1 == null ) throw new IllegalArgumentException ( "srini_string" ) ; Provider loc0 = Security . getProvider ( arg1 ) ; if ( loc0 == null ) throw new NoSuchProviderException ( arg1 ) ; return getInstance ( arg0 , loc0 ) ; } | returns an instance of the given validator from the named provider . concode_field_sep Provider provider concode_elem_sep CertPathValidatorSpi validatorSpi concode_elem_sep String CERT_PATH_VALIDATOR concode_elem_sep String algorithm concode_field_sep String getAlgorithm concode_elem_sep Provider getProvider concode_el... |
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 ) ; } | get custom deserializer concode_field_sep java.lang.String path concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String code concode_elem_sep it.eng.spagobi.sdk.documents.bo.SDKDocument[] containedDocuments concode_elem_sep it.eng.spagobi.sdk.documents.bo.SDKFunctionality[] cont... |
void function ( @ ArquillianResource URL arg0 ) { checkTestProperty ( arg0 , HttpServletResponse . SC_INTERNAL_SERVER_ERROR ) ; } | check as defined standalone.xml property access in application , where no propertypermission is granted . concode_field_sep Asset LIMITED_PERMISSIONS_XML concode_elem_sep String APP_LIMITED concode_elem_sep String APP_GRANT concode_elem_sep Asset ALL_PERMISSIONS_XML concode_elem_sep String APP_DENY concode_elem_sep Log... |
void function ( WindowedValue < ? > arg0 ) { } | hook for subclasses to implement that will be called whenever com.google.cloud.dataflow.sdk.transforms.dofn.context #output is called . concode_field_sep String transformName concode_elem_sep Map<String,T> cachedStepContexts concode_elem_sep String stepName concode_elem_sep ExecutionContext executionContext concode_fie... |
void function ( Vector < MapLayer > arg0 ) { this . layers = arg0 ; } | sets the layer vector to the given java.util.vector . concode_field_sep int ORIENTATION_SHIFTED concode_elem_sep String filename concode_elem_sep int ORIENTATION_HEXAGONAL concode_elem_sep int ORIENTATION_ISOMETRIC concode_elem_sep Vector<TileSet> tileSets concode_elem_sep Vector<MapLayer> layers concode_elem_sep Recta... |
IdentifierType function ( ) { return identifier ; } | gets the value of the identifier property . concode_field_sep IdentifierType identifier concode_elem_sep DocumentationReferencesType documentationReferences concode_elem_sep String description concode_elem_sep long serialVersionUID concode_field_sep void setDocumentationReferences concode_elem_sep void setIdentifier co... |
ListDirectDebitRequest function ( ) { return new ListDirectDebitRequest ( ) ; } | create an instance of listdirectdebitrequest concode_field_sep PlaceHolder placeHolder concode_field_sep RequestRepresentFailedDirectDebit createRequestRepresentFailedDirectDebit concode_elem_sep ResponseRevokeAllDirectDebits createResponseRevokeAllDirectDebits concode_elem_sep RevokeAllDirectDebitsRequest createRevoke... |
boolean function ( ) { return true ; } | check whether ` mark ' is supported or not . concode_field_sep byte mask[][] concode_elem_sep int mark_bit_pos concode_elem_sep int current_bit_pos concode_elem_sep int total_bits concode_elem_sep byte[] byte_array concode_field_sep void init concode_elem_sep int getSize concode_elem_sep int getPos concode_elem_sep byt... |
void function ( String arg0 ) { this . message = arg0 ; } | sets the value of the message property . concode_field_sep BigInteger statuscode concode_elem_sep String message concode_field_sep void setStatuscode concode_elem_sep String getMessage concode_elem_sep BigInteger getStatuscode |
HsqlException function ( int arg0 , int arg1 , final Object [ ] arg2 ) { String loc0 = getMessage ( arg0 , arg1 , arg2 ) ; int loc1 = arg1 < ERROR_CODE_BASE ? arg0 : arg1 ; return new HsqlException ( loc0 . substring ( SQL_STATE_DIGITS + 1 ) , loc0 . substring ( 0 , SQL_STATE_DIGITS ) , - loc1 ) ; } | compose error message by inserting the strings in the add parameters in placeholders within the error message . the message string contains $ $ markers for each context variable . context variables are supplied in the add parameters . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_el... |
Object function ( ) { return ( tree_lock ) ; } | returns the object used for synchronization locks on this component when performing tree and layout functions . concode_field_sep MenuContainer parent concode_elem_sep Object tree_lock concode_elem_sep MenuComponentPeer peer concode_elem_sep String name concode_elem_sep Toolkit toolkit concode_elem_sep long serialVersi... |
Predicate function ( Predicate [ ] arg0 ) { FunctorUtils . validate ( arg0 ) ; if ( arg0 . length == 0 ) { return TruePredicate . INSTANCE ; } if ( arg0 . length == 1 ) { return arg0 [ 0 ] ; } arg0 = FunctorUtils . copy ( arg0 ) ; return new AllPredicate ( arg0 ) ; } | factory to create the predicate . if the array is size zero , the predicate always returns true . if the array is size one , then that predicate is returned . concode_field_sep Predicate[] iPredicates concode_elem_sep long serialVersionUID concode_field_sep boolean evaluate concode_elem_sep Predicate[] getPredicates |
String function ( ) { return "srini_string" ; } | converts the entire object into lines to be saved into the config file concode_field_sep String NONE concode_elem_sep Configurable configurable concode_field_sep void loadFile concode_elem_sep void saveFile concode_elem_sep void parseLine |
byte function ( ) { return _button ; } | return the button . concode_field_sep Window _grabWindow concode_elem_sep byte _button concode_elem_sep Cursor _cursor concode_elem_sep boolean _keyboardSynchronous concode_elem_sep Client _grabClient concode_elem_sep boolean _ownerEvents concode_elem_sep int _eventMask concode_elem_sep int _modifiers concode_elem_sep ... |
void function ( int arg0 ) { this . port = arg0 ; } | sets the port . concode_field_sep String hostname concode_elem_sep int port concode_elem_sep String encryptionMethod concode_field_sep String getHostname concode_elem_sep int getPort concode_elem_sep ProtocolConnection loadFromXml concode_elem_sep void setHostname concode_elem_sep String getEncryptionMethod concode_ele... |
JSONArray function ( JSONTokener arg0 ) { return toJSONArray ( rowToJSONArray ( arg0 ) , arg0 ) ; } | produce a jsonarray of jsonobjects from a comma delimited text string , using the first row as a source of names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString concode_elem_sep... |
void function ( String arg0 ) { this . lang = arg0 ; } | sets the value of the lang property . concode_field_sep Map<QName,String> otherAttributes concode_elem_sep String title concode_elem_sep String lang concode_elem_sep List<Object> content concode_field_sep String getTitle concode_elem_sep String getLang concode_elem_sep List<Object> getContent concode_elem_sep void setT... |
R function ( TimesExpression arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; arg0 . f2 . accept ( this ) ; return loc0 ; } | f0 - > primaryexpression f1 - > '' '' f2 - > primaryexpression concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
List < Vector2D > function ( ) { return errorChunks ; } | get a list of the chunks that could not have been loaded for other reasons . restore must have been called already . concode_field_sep String lastErrorMessage concode_elem_sep ArrayList<Vector2D> missingChunks concode_elem_sep ArrayList<Vector2D> errorChunks concode_elem_sep Map<BlockVector2D,ArrayList<Vector>> neededC... |
long function ( ) { return expiresIn ; } | the token lifetime concode_field_sep String tokenKey concode_elem_sep long expiresIn concode_elem_sep long issuedAt concode_elem_sep Map<String,String> parameters concode_elem_sep long serialVersionUID concode_elem_sep String tokenType concode_elem_sep String refreshToken concode_field_sep String getRefreshToken concod... |
int function ( final int arg0 ) { if ( mValue == null ) { return arg0 ; } else { try { return Integer . valueOf ( mValue ) ; } catch ( NumberFormatException loc0 ) { return arg0 ; } } } | returns the content value of this xml element as integer . concode_field_sep LinkedList<XmlElement> mChildElements concode_elem_sep XmlElement mParentElement concode_elem_sep String mTagName concode_elem_sep Map<String,String> mAttributes concode_elem_sep XmlElement NULL_ELEMENT concode_elem_sep String mValue concode_f... |
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; toString ( loc0 , 0 , this ) ; return ( loc0 . toString ( ) ) ; } | return a string representation of this treenode . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getName... |
String function ( ) { return mechanism ; } | gets the value of the mechanism property . concode_field_sep String mechanism concode_field_sep void setMechanism |
void function ( GrammarParser . SubprogramSpecificationContext arg0 ) { } | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterTypeDefinition concode_elem_sep void exitActualParameterPart concode_elem_sep void enterTypeDeclaration concode_elem_sep void enterObjectDeclaration concode_elem_sep void enterBinaryAddingOperator concode_ele... |
CamelOperator function ( String arg0 ) { return new CamelOperator ( camelContext , arg0 ) ; } | convenience method for creating cameloperator instances concode_field_sep CamelContext camelContext concode_elem_sep ExecutorService workerPool concode_field_sep Endpoint endpoint concode_elem_sep void sendTo concode_elem_sep void sendTo concode_elem_sep Observable<Message> toObservable concode_elem_sep Observable<T> t... |
PlatformStrategy function ( PlatformStrategy arg0 ) { return mUniqueInstance = arg0 ; } | method that sets a new platformstrategy singleton and returns the one and only singleton instance . concode_field_sep PlatformStrategy mUniqueInstance concode_field_sep void print concode_elem_sep void errorLog concode_elem_sep String platformName concode_elem_sep void begin concode_elem_sep void done concode_elem_sep ... |
String function ( ) { return associationType ; } | method to get the association type . concode_field_sep String associationType concode_elem_sep String destinationPath concode_elem_sep String sourcePath concode_field_sep void setSourcePath concode_elem_sep void setDestinationPath concode_elem_sep String getSourcePath concode_elem_sep String getDestinationPath concode_... |
void function ( String arg0 ) { this . value = arg0 ; } | the tag value . concode_field_sep String resourceId concode_elem_sep String value concode_elem_sep String key concode_elem_sep String resourceType concode_field_sep String getKey concode_elem_sep TagDescription withResourceType concode_elem_sep TagDescription withResourceType concode_elem_sep String getValue concode_el... |
void function ( final boolean arg0 ) { this . readCommitted = arg0 ; } | configure the cursor for read committed isolation . this ensures the stability of the current data item read by the cursor but permits data read by this cursor to be modified or deleted prior to the commit of the transaction . concode_field_sep CursorConfig READ_UNCOMMITTED concode_elem_sep CursorConfig DEGREE_2 concod... |
boolean function ( ) { return true ; } | returns true if the result set is dynamic . this means that move back and move forward wo n't work because we do not hold on to the records . concode_field_sep ResultSetImpl owner concode_elem_sep ServerPreparedStatement prepStmt concode_elem_sep Field[] metadata concode_elem_sep boolean wasEmpty concode_elem_sep boole... |
String function ( ) { return requestId ; } | a unique id assigned to each request by the system . in the unlikely event that you have problems with amazon s3 , amazon can use this to help troubleshoot the problem . concode_field_sep String code concode_elem_sep String signature concode_elem_sep String requestId concode_elem_sep Map<String,String> details concode_... |
void function ( String arg0 ) { this . writers = arg0 ; } | set the writer and/or writer group list string concode_field_sep String owner concode_elem_sep Long modifiedTime concode_elem_sep String readers concode_elem_sep String description concode_elem_sep Long createdTime concode_elem_sep String id concode_elem_sep String writers concode_field_sep Long getModifiedTime concode... |
int function ( ) { return vertexIndex ; } | the vertex index of the vertex the iterator is currently at . concode_field_sep int vertexIndex concode_elem_sep Geometry linearGeom concode_elem_sep int numLines concode_elem_sep int componentIndex concode_elem_sep LineString currentLine concode_field_sep void next concode_elem_sep boolean isEndOfLine concode_elem_sep... |
Set < String > function ( ) { return this . ids ; } | returns the id set of all documents indexed by this indexer run concode_field_sep CopyOnWriteArrayList<Exception> failures concode_elem_sep int minFieldSize concode_elem_sep int maxFieldSize concode_elem_sep Logger logger concode_elem_sep AtomicBoolean stop concode_elem_sep Set<String> ids concode_elem_sep Thread[] wri... |
BufferedInputStream function ( ) { return getBufferedInputStream ( 8192 ) ; } | open a bufferedreader for the current resource or file with a buffer size of 8192 bytes . concode_field_sep File mFile concode_elem_sep String mFileOnSDCard concode_elem_sep int mResourceId concode_elem_sep Resources mResources concode_field_sep String getFileNameWithoutExtension concode_elem_sep BufferedReader getBuff... |
byte [ ] function ( Reference arg0 , byte [ ] arg1 , byte [ ] arg2 ) { return securityHandler . encrypt ( arg0 , arg1 , arg2 ) ; } | encrypt the data using the encryptionkey and objectreference of the pdf stream or string object . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_e... |
String function ( ) { return name ; } | get name concode_field_sep Reference reference concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep void setResourceAdapter concode_elem_sep void setReference concode_elem_sep int hashCode concode_elem_sep boolean equals ... |
String function ( String arg0 , int arg1 ) { if ( arg0 == null || "srini_string" . equals ( arg0 ) ) { return "srini_string" ; } if ( arg0 . length ( ) > arg1 ) { arg0 = arg0 . substring ( 0 , 29 ) ; } return arg0 ; } | chop a string to the mexlength if it is longer and return the chopped string concode_field_sep PlaceHolder placeHolder concode_field_sep String makeCamelCaseFromDBName concode_elem_sep String makeDBNameFromCamelCase concode_elem_sep String makeTableNameFromClass |
String function ( ) { return paymentMethod ; } | gets the value of the paymentmethod property . concode_field_sep String product concode_elem_sep String paymentMethod concode_elem_sep XMLGregorianCalendar settlementTimeUTC concode_elem_sep String batchId concode_elem_sep String settlementState concode_elem_sep String marketType concode_elem_sep XMLGregorianCalendar s... |
LoginDataPacket function ( ) { return client . sendRpcAndWait ( SERVICE , "srini_string" ) ; } | retrieve the login data for the current user concode_field_sep RtmpClient client concode_elem_sep String SERVICE concode_field_sep LcdsResponseString callKudos |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.