code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
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 org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.... |
void function ( ) { disconnect ( ) ; } | closes the session . 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 c... |
void function ( Boolean arg0 ) { this . isZeroRowCompatible = arg0 ; } | sets the value of the iszerorowcompatible property . concode_field_sep String fieldBehavior concode_elem_sep String fieldName concode_elem_sep String displayFieldName concode_elem_sep Boolean canSelect concode_elem_sep List<EnumValuePair> enumValuePairs concode_elem_sep Boolean isZeroRowCompatible concode_elem_sep Stri... |
PrintWriter function ( ) { return logwriter ; } | gets the log writer for this managedconnection instance . concode_field_sep ConfigPropertyManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object get... |
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } | 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... |
Map function ( final char [ ] arg0 , char arg1 ) { if ( arg0 == null ) { return new HashMap ( ) ; } return parse ( arg0 , 0 , arg0 . length , arg1 ) ; } | extracts a map of name/value pairs from the given array of characters . names are expected to be unique . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_ele... |
ClassLoader function ( ) { if ( Lazy . compilerClass == null ) return trace ( WARNING , "srini_string" ) ; return Lazy . compilerClass . getClassLoader ( ) ; } | returns the class loader for tools provided with this platform . this does not include user-installed tools . use the @linkplain java.util.serviceloader service provider mechanism for locating user installed tools . concode_field_sep String[] defaultToolsLocation concode_elem_sep String propertyName concode_elem_sep St... |
boolean function ( ) { return ( m_flags & TOUCHING_FLAG ) == TOUCHING_FLAG ; } | is this contact touching concode_field_sep ContactEdge m_nodeB concode_elem_sep Fixture m_fixtureB concode_elem_sep float m_toiCount concode_elem_sep Manifold oldManifold concode_elem_sep Fixture m_fixtureA concode_elem_sep int m_flags concode_elem_sep IWorldPool pool concode_elem_sep Contact m_prev concode_elem_sep Co... |
TestListenerRule function ( Consumer < TestContext < Object >> arg0 ) { return of ( null , Objects . requireNonNull ( arg0 , "srini_string" ) , null , null , null ) ; } | build a testlistenerrule with only an action at end . concode_field_sep PlaceHolder placeHolder concode_field_sep void onStart concode_elem_sep TestListenerRule onStart concode_elem_sep void onError concode_elem_sep void onEnd concode_elem_sep TestListenerRule onEnd concode_elem_sep TestListenerRule of concode_elem_sep... |
void function ( String arg0 ) { this . base = arg0 ; } | sets the value of the base property . concode_field_sep long serialVersionUID concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String lang concode_elem_sep String space concode_elem_sep String base concode_field_sep void setSpace concode_elem_sep String getLang concode_elem_sep String getSpace concod... |
void function ( boolean arg0 ) { this . sync = arg0 ; ea . add ( "srini_string" , arg0 ) ; } | sets whether the effect should render new frames automatically which it does by default . if true , you can render frames manually by calling the render instance method of an effect . this is used by effect.parallel . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concod... |
void function ( Handler arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } sHandler = arg0 ; } | sets the handler . concode_field_sep Handler sHandler concode_field_sep void loadLibrary concode_elem_sep void loadLibrary concode_elem_sep void loadLibrary concode_elem_sep void setInTestMode |
void function ( ) { if ( currentResultSet != null ) { currentResultSet . close ( ) ; } if ( generatedResultSet != null ) { generatedResultSet . close ( ) ; } generatedResultSet = null ; generatedResult = null ; resultIn = null ; currentResultSet = null ; } | see comment for getmoreresults . concode_field_sep boolean isEscapeProcessing concode_elem_sep int queryTimeout concode_elem_sep Result errorResult concode_elem_sep int SUCCESS_NO_INFO concode_elem_sep Result batchResultOut concode_elem_sep int maxRows concode_elem_sep JDBCConnection connection concode_elem_sep int RET... |
ValidationMessage [ ] function ( TagData arg0 ) { ValidationMessage [ ] loc0 = null ; if ( ! isValid ( arg0 ) ) { loc0 = new ValidationMessage [ ] { new ValidationMessage ( arg0 . getId ( ) , "srini_string" ) } ; } return loc0 ; } | translation-time validation of the attributes . request-time attributes are indicated as such in the tagdata parameter . because of the higher quality validation messages possible , this is the preferred way to do validation although isvalid still works . jsp 2.0 and higher containers call validate instead of isvalid .... |
void function ( com . amazon . ec2 . ActivateLicenseType arg0 ) { this . localActivateLicense = arg0 ; } | auto generated setter method concode_field_sep com.amazon.ec2.ActivateLicenseType localActivateLicense 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_elem_sep v... |
JSLint function ( Reader arg0 , String arg1 ) { try { Context loc0 = contextFactory . enterContext ( ) ; ScriptableObject loc1 = loc0 . initStandardObjects ( ) ; loc0 . evaluateReader ( loc1 , arg0 , arg1 , 1 , null ) ; return new JSLint ( contextFactory , loc1 ) ; } finally { Context . exit ( ) ; } } | initialize the scope with an arbitrary jslint . concode_field_sep ContextFactory contextFactory concode_elem_sep String JSLINT_FILE concode_elem_sep Charset utf8 concode_field_sep JSLint fromClasspathResource concode_elem_sep JSLint fromClasspathResource concode_elem_sep JSLint fromDefault concode_elem_sep JSLint fromF... |
boolean function ( ) { return sc . isOpen ( ) ; } | tells whether or not this channel is open . concode_field_sep StringManager sm concode_elem_sep Poller poller concode_elem_sep boolean sendFile concode_elem_sep ApplicationBufferHandler bufHandler concode_elem_sep ByteBuffer emptyBuf concode_elem_sep SocketChannel sc concode_field_sep void setSendFile concode_elem_sep ... |
BinaryNode function ( byte [ ] arg0 ) { return BinaryNode . valueOf ( arg0 ) ; } | factory method for constructing a node that represents given binary data , and will get serialized as equivalent base64-encoded string value concode_field_sep JsonNodeFactory instance concode_elem_sep JsonNodeFactory decimalsNormalized concode_elem_sep boolean _cfgBigDecimalExact concode_elem_sep long serialVersionUID ... |
ModelAndView function ( ) { return new ModelAndView ( "srini_string" , "srini_string" , new WebContact ( ) ) ; } | displays the `` add contact '' form . concode_field_sep ContactManager contactManager concode_elem_sep Validator validator concode_field_sep void initBinder concode_elem_sep String addContact concode_elem_sep ModelAndView handleRequest |
void function ( StringBuilder arg0 , byte [ ] arg1 ) { appendTo ( arg0 , arg1 , 0 , arg1 . length ) ; } | append the hex dump of the given data to the string builder , using the current formatting settings . concode_field_sep char[] positionSuffix concode_elem_sep int groupCount concode_elem_sep char[] HEX_DIGITS concode_elem_sep int groupLength concode_elem_sep int positionLength concode_elem_sep char[] delimiter concode_... |
String function ( ) { return id ; } | returns the id . concode_field_sep String name concode_elem_sep List ones concode_elem_sep Holder otherHolder concode_elem_sep String id concode_elem_sep Foo[] fooArray concode_elem_sep Set foos concode_field_sep Foo[] getFooArray concode_elem_sep void setName concode_elem_sep List getOnes concode_elem_sep void setOnes... |
void function ( boolean arg0 ) { this . success = arg0 ; } | sets corresponding request processing status . concode_field_sep GridByteArrayList byteSrc concode_elem_sep boolean success concode_elem_sep String errMsg concode_elem_sep long serialVersionUID concode_field_sep boolean writeTo concode_elem_sep boolean readFrom concode_elem_sep byte directType concode_elem_sep boolean ... |
Ad function ( ) { return ad ; } | gets the value of the ad property . concode_field_sep CampaignCriterion campaignCriterion concode_elem_sep AdGroup adGroup concode_elem_sep Ad ad concode_elem_sep AdGroupCriterionLabel adGroupCriterionLabel concode_elem_sep AdGroupAd adGroupAd concode_elem_sep CampaignAdExtension campaignAdExtension concode_elem_sep La... |
int function ( int arg0 ) { return findIndex ( arg0 ) + 1 ; } | find the root set index for the given element . concode_field_sep int data[] concode_elem_sep int size[] concode_field_sep int findIndex concode_elem_sep int countSets concode_elem_sep Collection<Set<Integer>> getSets concode_elem_sep boolean isDisjoint concode_elem_sep boolean isInSameSet concode_elem_sep String toStr... |
BigDecimal function ( ) { return serviceTax ; } | gets the value of the servicetax property . concode_field_sep BigDecimal regulatoryFee concode_elem_sep BigDecimal shippingFee concode_elem_sep BigDecimal activationFee concode_elem_sep BigDecimal serviceTax concode_elem_sep BigDecimal orderDiscount concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal sub... |
void function ( Throwable arg0 , Tuple arg1 ) { completed . offer ( new ExecutionResultCollector . FailedCollector ( arg1 , arg0 ) ) ; } | this method is responsible for failing specified inputs . the default method does no-operation . concode_field_sep ExecutionResultHandler handler concode_elem_sep ConcurrentLinkedQueue<ExecutionResultCollector> completed concode_field_sep void flush concode_elem_sep void success |
boolean function ( final String arg0 ) { for ( Pattern loc0 : m_excludes ) { if ( loc0 . matcher ( arg0 ) . matches ( ) ) { return true ; } } return false ; } | checks if the file name matches exclusion patterns . concode_field_sep Enumeration<? extends ZipEntry> m_zipEntries concode_elem_sep URL m_baseURL concode_elem_sep Pattern[] m_includes concode_elem_sep Pattern[] m_excludes concode_field_sep List<URL> list concode_elem_sep boolean matchesIncludes |
Table function ( char arg0 ) { switch ( arg0 ) { case 'L' : return Table . LOWER ; case 'P' : return Table . PUNCT ; case 'M' : return Table . MIXED ; case 'D' : return Table . DIGIT ; case 'B' : return Table . BINARY ; case 'U' : default : return Table . UPPER ; } } | gets the table corresponding to the char passed concode_field_sep String[] LOWER_TABLE concode_elem_sep int[] NB_BITS concode_elem_sep int numCodewords concode_elem_sep int[] NB_BITS_COMPACT concode_elem_sep int codewordSize concode_elem_sep String[] MIXED_TABLE concode_elem_sep String[] UPPER_TABLE concode_elem_sep in... |
void function ( IServerProtocol arg0 ) { this . serverProtocol = arg0 ; } | set the server side serialization protocol . concode_field_sep Logger LOG concode_elem_sep Map<Short,RpcExecuteItem> executeMap concode_elem_sep IServerProtocol serverProtocol concode_field_sep Packet process concode_elem_sep void addRpcConfig concode_elem_sep void exportObject concode_elem_sep void setRpcConfigs conco... |
String function ( FrameworkMethod arg0 ) { return arg0 . getMethod ( ) . getDeclaringClass ( ) . getName ( ) + '#' + arg0 . getName ( ) ; } | extract a nice test name representation for display concode_field_sep String VALIDATE_FAILURE_EXPECTED concode_field_sep T locateAnnotation concode_elem_sep String extractMethodName concode_elem_sep String extractIgnoreMessage concode_elem_sep boolean isNotEmpty concode_elem_sep String extractMessage |
void function ( Index arg0 , Settings arg1 ) { } | called after the index has been deleted . this listener method is invoked after #afterindexclosed org.elasticsearch.index.index , org.elasticsearch.common.settings.settings when an index is deleted concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardC... |
Object function ( Injector arg0 ) { return isProvider ? arg0 . getProvider ( getBindingForType ( getProvidedType ( type ) ) ) : arg0 . getInstance ( getPrimaryBindingKey ( ) ) ; } | returns the guice key for this parameter . concode_field_sep boolean isProvider concode_elem_sep boolean isAssisted concode_elem_sep Annotation bindingAnnotation concode_elem_sep Type type concode_field_sep boolean isProvidedByFactory concode_elem_sep boolean isProvider concode_elem_sep Key<?> getBindingForType concode... |
void function ( final Graph arg0 ) { if ( arg0 . features ( ) . graph ( ) . supportsTransactions ( ) ) arg0 . tx ( ) . commit ( ) ; } | utility method that commits if the graph supports transactions . concode_field_sep GraphStrategy strategyToTest concode_elem_sep TestName name concode_elem_sep Graph g concode_elem_sep String tempPath concode_elem_sep GraphProvider graphProvider concode_elem_sep Configuration config concode_field_sep void beforeLoadGra... |
IFunction function ( IType arg0 , IFunction arg1 ) { IFunction [ ] loc0 = arg0 . getFunctions ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { if ( isSubsignature ( loc0 [ loc1 ] , arg1 ) ) { return loc0 [ loc1 ] ; } } return null ; } | finds an overriding method in a type . concode_field_sep Substitutions EMPTY_SUBST concode_elem_sep IType fFocusType concode_elem_sep Map fMethodSubstitutions concode_elem_sep ITypeHierarchy fHierarchy concode_elem_sep HashMap fMap concode_elem_sep Map fTypeVariableSubstitutions concode_field_sep String getErasedTypeNa... |
void function ( Map < String , String > arg0 ) { final Map < String , String > loc0 = System . getenv ( ) ; copyMapValuesToPrivateField ( loc0 . getClass ( ) , loc0 , "srini_string" , arg0 ) ; } | finds and modifies internal storage for system environment variables using reflection concode_field_sep PlaceHolder placeHolder concode_field_sep void putAll concode_elem_sep void copyMapValuesToPrivateField concode_elem_sep void put concode_elem_sep void updateEnvironmentOnWindows |
void function ( long arg0 ) { _vFile . setFileId ( arg0 ) ; } | sets the file id of this v file . concode_field_sep VFile _vFile concode_field_sep java.lang.String getPhone concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge c... |
int function ( ) { return this . tileWidth ; } | gets the tile width . concode_field_sep List<GrayscaleMatrix> tiles concode_elem_sep int tilesY concode_elem_sep int tileWidth concode_elem_sep int tileHeight concode_elem_sep int tilesX concode_field_sep int getTileHeight concode_elem_sep GrayscaleMatrix getTile concode_elem_sep int getTileCount concode_elem_sep int g... |
String function ( ) { if ( state == null ) { return "srini_string" ; } else { return state ; } } | gets the value of the state property . concode_field_sep String state concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep void setState |
void function ( HyperlinkEvent arg0 ) { } | sent when the link is exited . the default behaviour is to do nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void linkEntered concode_elem_sep void linkActivated |
void function ( int arg0 ) { this . bigIcon = arg0 ; } | set the resource id of the big icon concode_field_sep int bigIcon concode_elem_sep String emojiText concode_elem_sep int icon concode_elem_sep String name concode_elem_sep Type type concode_elem_sep String iconPath concode_elem_sep String identityCode concode_elem_sep String bigIconPath concode_field_sep void setName c... |
ToStringHelper function ( String arg0 , boolean arg1 ) { return addHolder ( arg0 , String . valueOf ( arg1 ) ) ; } | adds a name/value pair to the formatted output in name = value format . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues concode_elem_sep ValueHolder holderHead concode_elem_sep Object value ... |
void function ( ) { XYPlot loc0 = ( XYPlot ) this . chart . getPlot ( ) ; XYItemRenderer loc1 = loc0 . getRenderer ( ) ; StandardXYToolTipGenerator loc2 = new StandardXYToolTipGenerator ( ) ; loc1 . setSeriesToolTipGenerator ( 0 , loc2 ) ; XYToolTipGenerator loc3 = loc1 . getToolTipGenerator ( 0 , 0 ) ; assertTrue ( lo... | check that setting a tool tip generator for a series does override the default generator . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void chartChanged concode_elem_sep JFreeChart createChart concode_elem_sep void testReplaceDataset concode_elem_sep void setUp concode_elem_sep vo... |
void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { Logger . error ( Closer . class , "srini_string" + arg0 , loc0 ) ; } } } | closes the given stream . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
ServerSocket function ( int arg0 ) { return new ServerSocket ( arg0 ) ; } | returns a server socket bound to the specified port . the socket is configured with the socket options given to this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep HsqlSocketFa... |
void function ( @ Nonnull final WorkbookCreationHelper arg0 , @ Nonnull final EExportRecordType arg1 , @ Nonnull final Cell arg2 , @ Nonnegative final int arg3 , @ Nonnull final EBaseType arg4 ) { } | callback when a new row is created . concode_field_sep ExcelStyle STYLE_DATE concode_elem_sep ExcelStyle STYLE_DATETIME concode_elem_sep ExcelStyle STYLE_TIME concode_elem_sep EExcelVersion m_eVersion concode_field_sep ESuccess exportRecords concode_elem_sep void onAddRow concode_elem_sep void _emitRecord concode_elem_... |
ArrayList < String > function ( ) { return dependencies_ ; } | the dependencies affect which confidences are passed to the model in simulate , if no dependencies are provided , simulate will receive the model 's last confidence value . concode_field_sep T2Functor<State,State,Signals> functor_ concode_elem_sep ArrayList<String> subscriptions_ concode_elem_sep ArrayList<String> depe... |
void function ( ) { if ( in != null ) try { in . close ( ) ; } catch ( Exception loc0 ) { } if ( out != null ) try { out . close ( ) ; } catch ( Exception loc0 ) { } in = null ; out = null ; size = 0 ; closed = true ; data = null ; nrOfMessagesProcessed = 0 ; totalNrOfMessages = 0 ; } | closes the factory , its streams and sets all its references to null concode_field_sep File file concode_elem_sep org.apache.juli.logging.Log log concode_elem_sep long totalNrOfMessages concode_elem_sep boolean openForWrite concode_elem_sep FileInputStream in concode_elem_sep byte[] data concode_elem_sep long size conc... |
String function ( ) { return description ; } | getter for pkg description concode_field_sep String summary concode_elem_sep String release concode_elem_sep String name concode_elem_sep String description concode_elem_sep String epoch concode_elem_sep long id concode_elem_sep String arch concode_elem_sep String version concode_field_sep void setName concode_elem_sep... |
String function ( ) { return counterExpiryDate ; } | gets the value of the counterexpirydate property . concode_field_sep String counterUpperLimit concode_elem_sep BigInteger counterValue concode_elem_sep String counterLastModDate concode_elem_sep String counterUsageType concode_elem_sep BigInteger counterCommittedValue concode_elem_sep String passId concode_elem_sep Str... |
String function ( String arg0 , String arg1 ) { return arg0 + "srini_string" + arg1 ; } | build the string to be used as the key into this cachedtranslator 's cache . concode_field_sep HashMap<String,LRUMap<String,String>> cache concode_elem_sep Translator translator concode_elem_sep int MAX_ENTRIES concode_elem_sep int INITIAL_ENTRIES concode_field_sep boolean isAvailable concode_elem_sep boolean contains ... |
boolean function ( ) { return false ; } | whether the html flavors are offered . if so , the method gethtmldata should be implemented to provide something reasonable . concode_field_sep ImageIcon image concode_elem_sep DataFlavor[] plainFlavors concode_elem_sep Object[] cells concode_elem_sep DataFlavor[] stringFlavors concode_elem_sep DataFlavor[] htmlFlavors... |
Object function ( ) { return value ; } | returns the value . concode_field_sep ArrayList<ComboBoxItemPair> data concode_elem_sep boolean allowOtherValue concode_elem_sep ArrayList<ListDataListener> listdatalistener concode_elem_sep Object value concode_elem_sep Object key concode_elem_sep Object selectedItemValue concode_elem_sep int selectedItemIndex concode... |
void function ( Table arg0 , Object arg1 [ ] ) { if ( ! bAutoCommit ) { Transaction loc0 = new Transaction ( true , arg0 , arg1 ) ; tTransaction . addElement ( loc0 ) ; } } | method declaration concode_field_sep Database dDatabase concode_elem_sep Vector 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 concode_el... |
CtConstructor function ( CtClass [ ] arg0 , CtClass [ ] arg1 , int arg2 , CtMethod arg3 , ConstParameter arg4 , CtClass arg5 ) { return CtNewWrappedConstructor . wrapped ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; } | creates a public constructor . if howto is pass_params , the created constructor calls the super 's constructor with the same signature . the superclass must contain a constructor taking the same set of parameters as the created one . if howto is pass_none , the created constructor calls the super 's default constructo... |
ManagedObjectReference function ( ) { return _this ; } | gets the value of the this property . concode_field_sep ManagedObjectReference vm concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getVm concode_elem_sep void setVm |
com . liferay . portal . model . Role function ( long arg0 , java . lang . String arg1 ) { return getService ( ) . getRole ( arg0 , arg1 ) ; } | returns the role with the name in the company . the method searches the system roles map first for default roles . if a role with the name is not found , then the method will query the database . concode_field_sep RoleService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.uti... |
T function ( ) { return context ; } | get me current external context data . concode_field_sep T context concode_field_sep placeholderType placeHolder |
Matcher function ( Matcher arg0 ) { return RegexSupport . getLastMatcher ( ) ; } | get the last hidden matcher that the system used to do a match . concode_field_sep PlaceHolder placeHolder concode_field_sep void sleep concode_elem_sep void sleep concode_elem_sep Thread createThread concode_elem_sep Date parseToStringDate concode_elem_sep long currentTimeSeconds concode_elem_sep Thread start concode_... |
Result function ( int arg0 , Geometry arg1 , Object [ ] arg2 ) { Geometry loc0 = null ; Geometry loc1 = ( Geometry ) arg2 [ 0 ] ; loc0 = invokeGeometryOverlayMethod ( arg0 , arg1 , loc1 ) ; validate ( arg0 , arg1 , loc1 , loc0 ) ; areaValidate ( arg1 , loc1 ) ; if ( returnEmptyGC ) { loc0 = loc0 . getFactory ( ) . crea... | invokes an overlay op , optionally using snapping , and optionally validating the result . concode_field_sep boolean returnEmptyGC concode_elem_sep GeometryMethodOperation chainOp concode_elem_sep double AREA_DIFF_TOL concode_field_sep Geometry invokeGeometryOverlayMethod concode_elem_sep void areaValidate concode_elem... |
void function ( List < Category > arg0 ) { editor = pref . edit ( ) ; Gson loc0 = new Gson ( ) ; Log . d ( TAG , "srini_string" + loc0 . toJson ( arg0 ) ) ; editor . putString ( KEY_ALBUMS , loc0 . toJson ( arg0 ) ) ; editor . commit ( ) ; } | storing albums in shared preferences concode_field_sep SharedPreferences.Editor editor concode_elem_sep String KEY_ALBUMS concode_elem_sep Context _context concode_elem_sep String TAG concode_elem_sep SharedPreferences pref concode_elem_sep String KEY_NO_OF_COLUMNS concode_elem_sep String KEY_GALLERY_NAME concode_elem_... |
Collection < RuntimeResourceRegistration > function ( ) { return Collections . emptyList ( ) ; } | returns a collection of handlers that register runtime resources runtime resource registrations are executed in a separate model stage step . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<CapabilityReferenceRecorder,Function<PathAddress,String>> getResourceCapabilityReferences concode_elem_sep Resourc... |
void function ( BytesRef arg0 , int arg1 ) { if ( arg1 < 0 || arg1 >= buckets ) { throw new IllegalArgumentException ( "srini_string" + buckets + "srini_string" + arg1 ) ; } scratch . grow ( arg0 . length + 10 ) ; scratch . clear ( ) ; scratch . append ( ( byte ) arg1 ) ; scratch . append ( arg0 ) ; sorter . add ( scra... | appends a single suggestion and its weight to the internal buffers . concode_field_sep BytesRefBuilder scratch concode_elem_sep FST<Object> automaton concode_elem_sep int DEFAULT_BUCKETS concode_elem_sep int shareMaxTailLength concode_elem_sep BytesRefSorter sorter concode_elem_sep int buckets concode_field_sep FSTComp... |
void function ( String arg0 ) { this . tableName = arg0 ; } | the dynamodb table with which the stream is associated . concode_field_sep String streamArn concode_elem_sep String streamLabel concode_elem_sep String tableName concode_field_sep int hashCode concode_elem_sep String getTableName concode_elem_sep Stream withTableName concode_elem_sep boolean equals concode_elem_sep Str... |
void function ( MBeanServer arg0 ) { } | sets the mbean server on which the query is to be performed . concode_field_sep long serialVersionUID concode_elem_sep String attr concode_field_sep Object getAttribute concode_elem_sep ValueExp apply concode_elem_sep String toString concode_elem_sep String getAttributeName |
void function ( String arg0 ) { if ( arg0 != null ) { this . params . put ( UNIT , arg0 ) ; } } | adds the unit parameter with the specified value concode_field_sep String MIN_RESOLUTION concode_elem_sep String DISTANCE concode_elem_sep String MASK concode_elem_sep String SDO_NUM_RES concode_elem_sep String QUERYTYPE concode_elem_sep String SDO_BATCH_SIZE concode_elem_sep String MAX_RESOLUTION concode_elem_sep Stri... |
List < String > function ( ) { return new ArrayList < String > ( mPurchaseMap . keySet ( ) ) ; } | returns a list of all owned product ids . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep List<Purchase>... |
void function ( int arg0 ) { this . minerals = arg0 ; } | sets the players minerals . concode_field_sep int minerals concode_elem_sep Cell townHall concode_elem_sep String name concode_elem_sep int playerID concode_field_sep void setTownHall concode_elem_sep void removeMinerals concode_elem_sep String getName concode_elem_sep void read concode_elem_sep Cell getTownHall concod... |
void function ( Integer arg0 , List < String > arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 ; loc0 ++ ) { arg1 . add ( "srini_string" + loc0 ) ; } } | to create names for temporary cores . concode_field_sep String solrUrl concode_elem_sep SolrAdmin solrAdmin concode_elem_sep InstitutionDetailsRepository institutionDetailsRepository concode_elem_sep String solrRouterURI concode_elem_sep Logger logger concode_elem_sep ProducerTemplate producerTemplate concode_elem_sep ... |
void function ( final CasClient arg0 , final WebContext arg1 ) { final Set < String > loc0 = getOidcPromptFromAuthorizationRequest ( arg1 ) ; if ( loc0 . contains ( OidcConstants . PROMPT_LOGIN ) ) { arg0 . getConfiguration ( ) . setRenew ( true ) ; } } | configure client for prompt login authorization request . concode_field_sep Logger LOGGER concode_elem_sep TicketRegistrySupport ticketRegistrySupport concode_elem_sep CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator concode_field_sep boolean isCasAuthenticationOldForMaxAgeAuthorizationRequest concod... |
String function ( ) { return id ; } | gets the value of the id property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concode_e... |
Environment function ( ) { return Preconditions . checkNotNull ( env ) ; } | provides a mechanism for the action to request values from skyframe while it discovers inputs . concode_field_sep Executor executor concode_elem_sep MetadataHandler metadataHandler concode_elem_sep Environment env concode_elem_sep FileOutErr fileOutErr concode_elem_sep ActionInputFileCache actionInputFileCache concode_... |
void function ( CoreException arg0 , String arg1 , String arg2 ) { handle ( arg0 , JavaScriptPlugin . getActiveWorkbenchShell ( ) , arg1 , arg2 ) ; } | handles the given coreexception . the workbench shell is used as a parent for the dialog window . concode_field_sep ExceptionHandler fgInstance concode_field_sep void displayMessageDialog concode_elem_sep void log concode_elem_sep void perform concode_elem_sep void perform |
void function ( String arg0 ) { this . cursor = arg0 ; } | set the cursor concode_field_sep String cursor concode_elem_sep boolean finished concode_field_sep String getCursor concode_elem_sep ScanCursor of concode_elem_sep boolean isFinished concode_elem_sep void setFinished |
String function ( String arg0 ) { return unparseIdentifier ( arg0 , null ) ; } | regenerate an identifier as part of unparsing it back to sql text . concode_field_sep byte[] carriageReturnEscapeBytes concode_elem_sep byte[] tabUnescapeBytes concode_elem_sep byte[] escapeEscapeBytes concode_elem_sep byte[] escapeUnescapeBytes concode_elem_sep byte[] newLineUnescapeBytes concode_elem_sep byte[] newLi... |
void function ( @ Nonnull final PrintStream arg0 , @ Nonnull final String arg1 ) { for ( final String loc0 : getAllClassPathEntries ( ) ) { arg0 . print ( loc0 ) ; arg0 . print ( arg1 ) ; } } | print all class path entries on the passed print stream , using the passed separator concode_field_sep ClassPathHelper s_aInstance concode_field_sep List<String> getAllClassPathEntries |
Boolean function ( play . api . i18n . Lang arg0 , String arg1 ) { return messages . isDefinedAt ( arg1 , arg0 ) ; } | check if a message key is defined . concode_field_sep play.api.i18n.MessagesApi messages concode_field_sep play.api.i18n.MessagesApi scalaApi concode_elem_sep String get concode_elem_sep String get concode_elem_sep Buffer<Object> convertArgsToScalaBuffer concode_elem_sep List<T> wrapArgsToListIfNeeded concode_elem_sep ... |
String function ( ) { return evidence ; } | gets the value of the evidence property . concode_field_sep String evidence concode_elem_sep String type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getType concode_elem_sep void setValue concode_elem_sep void setType concode_elem_sep void setEvidence |
void function ( Runnable arg0 ) { uiHandler . post ( arg0 ) ; } | executes the runnable on the main thread . concode_field_sep Logger LOGGER concode_elem_sep Handler uiHandler concode_elem_sep Lock lock concode_elem_sep Condition gotAuthorizationResponse concode_elem_sep FragmentManagerCompat fragmentManager concode_elem_sep boolean horizontalProgress concode_elem_sep boolean hideFul... |
String function ( ) { Object loc0 = attributes . get ( "srini_string" ) ; if ( loc0 != null && loc0 instanceof StringObject ) { StringObject loc1 = ( StringObject ) loc0 ; return cleanString ( loc1 . getDecryptedLiteralString ( securityManager ) ) ; } else { return "srini_string" ; } } | gets the name of the application . if the pdf document was converted from another format that converted the original document . concode_field_sep Hashtable attributes concode_elem_sep SecurityManager securityManager concode_field_sep PDate getCreationDate concode_elem_sep String getSubject concode_elem_sep String getTr... |
List < Image > function ( ) { return images ; } | list the performer images . concode_field_sep String creator concode_elem_sep String longBio concode_elem_sep boolean withdrawn concode_elem_sep String withdrawnNote concode_elem_sep Date created concode_elem_sep List<Property> properties concode_elem_sep List<Event> events concode_elem_sep List<Tag> tags concode_elem_... |
void function ( ResourcesType arg0 ) { this . resources = arg0 ; } | sets the value of the resources property . concode_field_sep EnvironmentsType environments concode_elem_sep SubjectsType subjects concode_elem_sep ResourcesType resources concode_elem_sep long serialVersionUID concode_elem_sep ActionsType actions concode_field_sep EnvironmentsType getEnvironments concode_elem_sep void ... |
String function ( ) { return screenPath . substring ( screenPath . lastIndexOf ( '.' ) ) ; } | returns the aiscreen 's file extension . concode_field_sep String screenPath concode_field_sep String getName concode_elem_sep String getPath |
void function ( XMLGregorianCalendar arg0 ) { this . notOnOrAfter = arg0 ; } | sets the value of the notonorafter property . concode_field_sep String address concode_elem_sep Object anyType concode_elem_sep String inResponseTo concode_elem_sep String recipient concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar notOnOrAfter concode_elem_sep Map<QName,String> otherAttribut... |
void function ( String arg0 ) { this . password = arg0 ; } | sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName |
RunnableFuture < T > function ( Runnable arg0 , T arg1 ) { return new FutureTask < T > ( arg0 , arg1 ) ; } | returns a runnablefuture for the given runnable and default value . concode_field_sep PlaceHolder placeHolder concode_field_sep Future<?> submit concode_elem_sep Future<T> submit concode_elem_sep Future<T> submit concode_elem_sep T doInvokeAny concode_elem_sep List<Future<T>> invokeAll concode_elem_sep List<Future<T>> ... |
int function ( ) { return DEFAULT_SC_OSC_PORT ; } | the port that the supercollider synth engine usually listens to . concode_field_sep int DEFAULT_SC_OSC_PORT concode_elem_sep int port concode_elem_sep int DEFAULT_SC_LANG_OSC_PORT concode_elem_sep DatagramSocket socket concode_field_sep int getPort concode_elem_sep DatagramSocket getSocket concode_elem_sep void close c... |
void function ( ) { try { for ( final Buffer loc0 : bm . all ( ) ) if ( loc0 . dirty ) writeBlock ( loc0 ) ; if ( changed ) { raf . setLength ( length ) ; changed = false ; } } catch ( final IOException loc0 ) { Util . stack ( loc0 ) ; } } | flushes the buffered data . concode_field_sep RandomAccessFile raf concode_elem_sep long length concode_elem_sep Buffers bm concode_elem_sep int off concode_elem_sep boolean changed concode_field_sep long cursor concode_elem_sep void cursor concode_elem_sep void writeToken concode_elem_sep void writeToken concode_elem_... |
boolean function ( int arg0 ) { if ( arg0 > 1 ) { int loc0 = 2 ; while ( arg0 % loc0 != 0 ) { loc0 ++ ; } return loc0 == arg0 ; } else if ( arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } return false ; } | method to return if a number is prime or not concode_field_sep PlaceHolder placeHolder concode_field_sep boolean contains concode_elem_sep int max concode_elem_sep int index concode_elem_sep List<Integer> primesUpTo concode_elem_sep void main concode_elem_sep void allPrimes concode_elem_sep int countPrimes concode_elem... |
void function ( ) { throw new RuntimeException ( ) ; } | skip elements with replication factor zero i.e. elements that wo n't be sampled . samples ` k ' from geometric distribution p k = 1-q q ^ k , where q = e ^ - f , that is q is the probabililty of poisson 0 ; f concode_field_sep PlaceHolder placeHolder concode_field_sep T next concode_elem_sep double q concode_elem_sep s... |
List function ( int arg0 ) { List loc0 = new ArrayList ( ) ; AgentUtilityDAO loc1 = new AgentUtilityDAO ( ) ; loc0 = loc1 . findAllDepartment ( arg0 ) ; return loc0 ; } | this method returns the list of all child departments based upon circle concode_field_sep PlaceHolder placeHolder concode_field_sep List findAllCircle concode_elem_sep boolean editAgent concode_elem_sep List findHubs concode_elem_sep List findAllLevel concode_elem_sep List findDepartment concode_elem_sep boolean findBy... |
void function ( String arg0 , String arg1 , String arg2 ) { if ( av != null ) { av . visitEnum ( arg0 , arg1 , arg2 ) ; } } | visits an enumeration value of the annotation . concode_field_sep AnnotationVisitor av concode_elem_sep int api concode_field_sep AnnotationVisitor visitArray concode_elem_sep void visitEnd concode_elem_sep void visit concode_elem_sep AnnotationVisitor visitAnnotation |
RequestPredicate function ( String arg0 ) { return method ( HttpMethod . DELETE ) . and ( path ( arg0 ) ) ; } | return a requestpredicate that matches if request 's http method is delete and the given pattern matches against the request path . concode_field_sep ServerRequest request concode_elem_sep PathMatcher DEFAULT_PATH_MATCHER concode_elem_sep String pattern concode_elem_sep PathMatcher pathMatcher concode_elem_sep String s... |
void function ( List < MissionItemProxy > arg0 ) { mSelectedItems . addAll ( arg0 ) ; notifySelectionUpdate ( ) ; } | selects the given list of mission items renders todo : check if the given mission items renders belong to this mission render concode_field_sep List<MissionItemProxy> mSelectedItems concode_elem_sep List<MissionSelection.OnSelectionUpdateListener> mSelectionsListeners concode_field_sep boolean selectionContains concode... |
ChunkFetchSuccess function ( ByteBuf arg0 ) { StreamChunkId loc0 = StreamChunkId . decode ( arg0 ) ; arg0 . retain ( ) ; NettyManagedBuffer loc1 = new NettyManagedBuffer ( arg0 . duplicate ( ) ) ; return new ChunkFetchSuccess ( loc0 , loc1 ) ; } | decoding uses the given bytebuf as our data , and will retain it . concode_field_sep StreamChunkId streamChunkId concode_elem_sep ManagedBuffer buffer concode_field_sep int encodedLength concode_elem_sep void encode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Type type |
DigestAlgorithm function ( ) { return digestMethodAlgorithm ; } | gets the value of the digestmethodalgorithm property . concode_field_sep DigestAlgorithm digestMethodAlgorithm concode_elem_sep WsDocument contents concode_elem_sep List<DssTransform> transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep void setDigestMethodAlg... |
void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; } | sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgress... |
java . util . Map < String , String > function ( ) { return options ; } | the configuration options to send to the log driver . this parameter requires version 1.19 of the docker remote api or greater on your container instance . to check the docker remote api version on your container instance , log into your container instance and run the following command : sudo docker version | grep `` s... |
void function ( int arg0 ) { this . width = arg0 ; } | sets the witdh . concode_field_sep AbstractSquare parent concode_elem_sep AbstractShape sibling concode_elem_sep double scale concode_elem_sep boolean paintChildren concode_elem_sep int x concode_elem_sep int width concode_elem_sep int y concode_elem_sep int maxSize concode_elem_sep int height concode_field_sep Abstrac... |
long function ( ) { return p1 . blocksAccessed ( ) + p2 . blocksAccessed ( ) ; } | returns the number of block acceses required to mergejoin the sorted tables . since a mergejoin can be preformed with a single pass through each table , the method returns the sum of the block accesses of the materialized sorted tables . it does not include the one-time cost of materializing and sorting the records . c... |
long function ( ) { return _dlContent . getCompanyId ( ) ; } | returns the company id of this document library content . concode_field_sep DLContent _dlContent concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGrou... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.