idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
32,100
answer a string representation of the receiver suitable for display to a programmer . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep int ordinal concode_field_sep Class<E> getDeclaringClass concode_elem_sep T[] getValues concode_elem_sep int hashCode concode_elem_sep T valueOf con...
String function ( ) { return name ; }
32,101
get the buffer id of the video stream data channel . concode_field_sep int outboundPort concode_elem_sep int iobufferD2cArstreamData concode_elem_sep int commandsBuffers[] concode_elem_sep int iobufferC2dArstreamAck concode_elem_sep List<ARNetworkIOBufferParam> c2dParams concode_elem_sep int iobufferC2dNack concode_ele...
int function ( ) { return iobufferD2cArstreamData ; }
32,102
this is used to close the connection without a specific reason . the close reason will be sent as a control frame before the tcp connection is terminated . concode_field_sep Reason reason concode_elem_sep Trace trace concode_elem_sep Session session concode_elem_sep Channel channel concode_elem_sep ByteWriter writer co...
void function ( ) { encoder . encode ( reason ) ; writer . close ( ) ; }
32,103
gets the value of the mediatype property . concode_field_sep String mediaType concode_elem_sep String url concode_elem_sep String relation concode_field_sep String getUrl concode_elem_sep void setRelation concode_elem_sep void setMediaType concode_elem_sep String getRelation concode_elem_sep void setUrl
String function ( ) { return mediaType ; }
32,104
closes the csv file . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep void writeHeader concode_elem_sep String toCsvValue concode_elem_sep void doWriteData concode_elem_sep void writeData
void function ( ) { this . writer . close ( ) ; }
32,105
true if the info details for this room type contain a title and a list of sessions . concode_field_sep int MAX_DISK_CACHE_BYTES concode_elem_sep String TILE_PATH concode_elem_sep String[] mapTileAssets concode_elem_sep String TAG concode_field_sep DiskLruCache openDiskCache concode_elem_sep boolean hasTile concode_elem...
boolean function ( int arg0 ) { return arg0 != MarkerModel . TYPE_INACTIVE && arg0 != MarkerModel . TYPE_LABEL && arg0 != MarkerModel . TYPE_CODELAB ; }
32,106
getexecutorservice concode_field_sep String m_label concode_elem_sep Date m_createTime concode_elem_sep Map<Integer,AdapterOperationType> m_idMap concode_elem_sep long m_initalDelay concode_elem_sep TimeUnit m_unit concode_elem_sep AdapterOperationSchedule m_schedule concode_elem_sep List<Integer> m_ids concode_elem_se...
PausibleScheduledThreadPoolExecutor function ( ) { return m_executorService ; }
32,107
returns the cache object or null if one does n't exist . concode_field_sep LockFile lockFile concode_elem_sep boolean needsCheckpoint concode_elem_sep Log log concode_elem_sep SimpleLog appLog concode_elem_sep boolean logStatements concode_elem_sep boolean syncFile concode_field_sep void checkpoint concode_elem_sep voi...
DataFileCache function ( ) { if ( log == null ) { return null ; } else { return log . getCache ( ) ; } }
32,108
constructs a dbstoragepool object . concode_field_sep int searches_ concode_elem_sep int MAX_POOL_INCREMENT concode_elem_sep int STORAGE_POOL_LOCALITY concode_elem_sep int lastReturned_ concode_elem_sep SoftReference[] pool_ concode_elem_sep String copyright concode_field_sep DBStorage getUnpooledStorage concode_elem_s...
int function ( ) { return pool_ . length ; }
32,109
outputs the number of rules in the classifier . concode_field_sep Vector theRules concode_elem_sep int numSetS concode_elem_sep boolean unpruned concode_elem_sep ModelSelection toSelectModeL concode_elem_sep long serialVersionUID concode_elem_sep int minNumObj concode_elem_sep boolean reducedErrorPruning concode_elem_s...
int function ( ) { return theRules . size ( ) ; }
32,110
gets the origin ` o ' field concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector<AttributeField> av concode_elem_sep SdpField v concode_elem_sep Vector<MediaDescriptor> media concode_elem_sep OriginField o concode_field_sep void init concode_elem_s...
OriginField function ( ) { return o ; }
32,111
define el valor de la propiedad tipoemision . concode_field_sep String claveAcceso concode_elem_sep String ruc concode_elem_sep String razonSocial concode_elem_sep String estab concode_elem_sep String ptoEmi concode_elem_sep String ambiente concode_elem_sep String nombreComercial concode_elem_sep String codDoc concode_...
void function ( String arg0 ) { this . tipoEmision = arg0 ; }
32,112
sets the value of the keystorage property . concode_field_sep List<ExtensionType> extension concode_elem_sep KeySharingType keySharing concode_elem_sep KeyStorageType keyStorage concode_elem_sep KeyActivationType keyActivation concode_field_sep KeyActivationType getKeyActivation concode_elem_sep void setKeySharing conc...
void function ( KeyStorageType arg0 ) { this . keyStorage = arg0 ; }
32,113
get password concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep...
String function ( ) { return password ; }
32,114
returns the number of bytes needed to contain the character in kim format . concode_field_sep int hashcode concode_elem_sep int length concode_elem_sep byte[] bytes concode_elem_sep String string concode_field_sep int characterAt concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int get con...
int function ( int arg0 ) { if ( arg0 < 0 || arg0 > 0x10FFFF ) { throw new JSONException ( "srini_string" + arg0 ) ; } return arg0 <= 0x7F ? 1 : arg0 <= 0x3FFF ? 2 : 3 ; }
32,115
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testRemoveSeries concode_elem_sep void testEquals
void function ( ) { VectorSeries loc0 = new VectorSeries ( "srini_string" ) ; loc0 . add ( 1.0 , 1.1 , 1.2 , 1.3 ) ; VectorSeriesCollection loc1 = new VectorSeriesCollection ( ) ; loc1 . addSeries ( loc0 ) ; VectorSeriesCollection loc2 = ( VectorSeriesCollection ) TestUtilities . serialised ( loc1 ) ; assertEquals ( lo...
32,116
has any library been loaded ? since libraries ca n't be unloaded the entire simulator may have to be restarted . concode_field_sep Vector<File> coreCommFiles concode_elem_sep Vector<CoreComm> coreComms concode_elem_sep int fileCounter concode_field_sep void compileSourceFile concode_elem_sep void init concode_elem_sep ...
boolean function ( ) { return coreComms . size ( ) > 0 ; }
32,117
waits for a given port to be free concode_field_sep PlaceHolder placeHolder concode_field_sep void forPortToBeUsed concode_elem_sep void until concode_elem_sep void until concode_elem_sep void until concode_elem_sep Callable<Boolean> portChecker
void function ( int arg0 ) { Wait . until ( portChecker ( true , arg0 ) ) ; }
32,118
sets the value of the message property . concode_field_sep long serialVersionUID concode_elem_sep String message concode_elem_sep String url concode_field_sep String getURL concode_elem_sep String getMessage concode_elem_sep void setURL
void function ( String arg0 ) { this . message = arg0 ; }
32,119
metodo que escribe en consola los elementos internos desde el ultimo hacia el primero concode_field_sep NodoDoble<T> primero concode_elem_sep NodoDoble<T> ultimo concode_elem_sep int longitud concode_field_sep void print concode_elem_sep void eliminar concode_elem_sep void eliminar concode_elem_sep T darElemento concod...
void function ( ) { NodoDoble < T > loc0 = ultimo ; for ( int loc1 = darLongitud ( ) ; loc1 > 0 ; loc1 -- ) { System . out . println ( loc0 . getContenido ( ) . toString ( ) ) ; loc0 = loc0 . getAnterior ( ) ; } }
32,120
get the property name of a method name . for example the property name of setsomevalue would be somevalue . names not beginning with set or get are not changed . concode_field_sep PlaceHolder placeHolder concode_field_sep Object callMethod concode_elem_sep T callConstructor concode_elem_sep T callConstructor concode_el...
String function ( String arg0 ) { if ( arg0 != null && ( arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) ) ) { StringBuilder loc0 = new StringBuilder ( arg0 ) ; loc0 . delete ( 0 , 3 ) ; loc0 . setCharAt ( 0 , Character . toLowerCase ( loc0 . charAt ( 0 ) ) ) ; return loc0 . toString ( ) ; ...
32,121
read an int concode_field_sep InputStream is concode_field_sep int read concode_elem_sep int read concode_elem_sep short readShort concode_elem_sep int available concode_elem_sep float readFloat concode_elem_sep String readString concode_elem_sep void skip concode_elem_sep int readByte concode_elem_sep char readUnsigne...
int function ( ) { int loc0 = is . read ( ) ; int loc1 = is . read ( ) ; int loc2 = is . read ( ) ; int loc3 = is . read ( ) ; return ( loc3 << 24 ) + ( ( loc2 << 24 ) >>> 8 ) + ( ( loc1 << 24 ) >>> 16 ) + ( ( loc0 << 24 ) >>> 24 ) ; }
32,122
collects x-www-form-urlencoded body parameters as per oauth core 1.0 spec section 9.1.1 concode_field_sep String consumerSecret concode_elem_sep OAuthMessageSigner messageSigner concode_elem_sep boolean sendEmptyTokens concode_elem_sep HttpParameters requestParameters concode_elem_sep HttpParameters additionalParameter...
void function ( HttpRequest arg0 , HttpParameters arg1 ) { String loc0 = arg0 . getContentType ( ) ; if ( loc0 != null && loc0 . startsWith ( OAuth . FORM_ENCODED ) ) { InputStream loc1 = arg0 . getMessagePayload ( ) ; arg1 . putAll ( OAuth . decodeForm ( loc1 ) , true ) ; } }
32,123
getter method concode_field_sep Date endDate concode_elem_sep Integer caseStatus concode_elem_sep String ticketType concode_elem_sep long serialVersionUID concode_elem_sep Integer subCategoryId concode_elem_sep String caseType concode_elem_sep Integer customerType concode_elem_sep Integer callSource concode_elem_sep St...
long function ( ) { return serialVersionUID ; }
32,124
gets every . concode_field_sep Integer start_time concode_elem_sep Integer timeperiod_type concode_elem_sep Integer period concode_elem_sep Integer month concode_elem_sep Integer timeperiodid concode_elem_sep Integer dayofweek concode_elem_sep Integer day concode_elem_sep Integer every concode_elem_sep int value concod...
Integer function ( ) { return every ; }
32,125
apply the uploader policy for pushing partition files to the underlying storage . for each of the partitions of the file registry , apply the policy for flushing them to the underlying storage . this method could be subclassed to provide an alternate policy . the custom uploader class name would need to be specified in...
void function ( ) { Collection < TopicPartition > loc0 = mFileRegistry . getTopicPartitions ( ) ; for ( TopicPartition loc1 : loc0 ) { checkTopicPartition ( loc1 ) ; } }
32,126
get the number of seconds the benchmark run took . concode_field_sep long requestedSize concode_elem_sep long actualSize concode_elem_sep double timeInSec concode_elem_sep int numberOfReadersOrWriters concode_elem_sep boolean failed concode_elem_sep Throwable error concode_elem_sep BenchmarkType benchmarkType concode_f...
double function ( ) { return timeInSec ; }
32,127
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 ) ; }
32,128
sets the mvcc version of this phone . concode_field_sep Phone _phone concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean i...
void function ( long arg0 ) { _phone . setMvccVersion ( arg0 ) ; }
32,129
sets the key of this ticket . concode_field_sep Ticket _ticket concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCache...
void function ( java . lang . String arg0 ) { _ticket . setKey ( arg0 ) ; }
32,130
add a single classloaderfile to the collection . concode_field_sep Map<String,SourceFolder> sourceFolders concode_elem_sep Map<String,ClassLoaderFile> files concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Set<Entry<String,ClassLoaderFile>> getFilesEntrySet...
void function ( String arg0 , String arg1 , ClassLoaderFile arg2 ) { Assert . notNull ( arg0 , "srini_string" ) ; Assert . notNull ( arg1 , "srini_string" ) ; Assert . notNull ( arg2 , "srini_string" ) ; removeAll ( arg1 ) ; getOrCreateSourceFolder ( arg0 ) . add ( arg1 , arg2 ) ; }
32,131
sets the invokebeforedeleting value for this wsdeleteitem . concode_field_sep org.talend.mdm.webservice.WSItemPK wsItemPK concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Boolean override concode_elem_sep java.lang.String source concode_elem_sep java.lang...
void function ( java . lang . Boolean arg0 ) { this . invokeBeforeDeleting = arg0 ; }
32,132
getname concode_field_sep String m_name concode_elem_sep List<Column> m_columns concode_elem_sep List<Constraint> m_constraints concode_field_sep void setName concode_elem_sep void setColumns concode_elem_sep List<Constraint> getConstraints concode_elem_sep void setNotNullOnPrimaryKeyColumns concode_elem_sep void setCo...
String function ( ) { return m_name ; }
32,133
creates a new argb image with the specified dimension . concode_field_sep TranscodingHints.Key KEY_INDEXED concode_elem_sep float[] DEFAULT_CHROMA concode_elem_sep TranscodingHints.Key KEY_GAMMA concode_field_sep void writeImage concode_elem_sep void writeImage concode_elem_sep UserAgent getUserAgent concode_elem_sep W...
BufferedImage function ( int arg0 , int arg1 ) { return new BufferedImage ( arg0 , arg1 , BufferedImage . TYPE_INT_ARGB ) ; }
32,134
gets the value of the expression property . concode_field_sep JAXBElement<? extends Serializable> expression concode_elem_sep long serialVersionUID concode_elem_sep String variableId concode_field_sep void setVariableId concode_elem_sep String getVariableId concode_elem_sep void setExpression
JAXBElement < ? extends Serializable > function ( ) { return expression ; }
32,135
sets the value of the datetime property . concode_field_sep String date concode_elem_sep XMLGregorianCalendar dateTime concode_elem_sep List<String> nilReason concode_field_sep List<String> getNilReason concode_elem_sep XMLGregorianCalendar getDateTime concode_elem_sep void setDate concode_elem_sep String getDate
void function ( XMLGregorianCalendar arg0 ) { this . dateTime = arg0 ; }
32,136
this is setter method for causeid concode_field_sep String subCategory concode_elem_sep String selectCause concode_elem_sep String repeateCAll concode_elem_sep String SLATime concode_elem_sep String caseType concode_elem_sep int resolveOnline concode_elem_sep int detpId concode_elem_sep String loggedBy concode_elem_sep...
void function ( String arg0 ) { this . causeId = arg0 ; }
32,137
check to see if the kvs in the update match any of the passed columns . generally , this is useful to for an index codec to determine if a given update should even be indexed . this assumes that for any index , there are going to small number of columns , versus the number of kvs in any one batch . concode_field_sep Lo...
boolean function ( Collection < KeyValue > arg0 , List < ColumnReference > arg1 ) { boolean loc0 = false ; outer : for ( KeyValue loc1 : arg0 ) { for ( ColumnReference loc2 : arg1 ) { if ( loc2 . matchesFamily ( loc1 . getFamily ( ) ) && loc2 . matchesQualifier ( loc1 . getQualifier ( ) ) ) { loc0 = true ; break outer ...
32,138
convenience method for setting multiple properties . concode_field_sep Map<String,Object> properties concode_field_sep Map<String,Object> getProperties concode_elem_sep void property concode_elem_sep void properties
void function ( Map < String , ? > arg0 ) { this . properties . putAll ( arg0 ) ; }
32,139
mean concode_field_sep PlaceHolder placeHolder concode_field_sep boolean valuesAbove concode_elem_sep boolean valuesAbove concode_elem_sep boolean valuesAbove concode_elem_sep boolean valuesBelow concode_elem_sep boolean valuesBelow concode_elem_sep boolean valuesBelow concode_elem_sep double[] cumultiveDiffSum concode...
double function ( SizeBoundWindow < T > arg0 ) { double [ ] loc0 = getDoubleArray ( arg0 ) ; return StatUtils . mean ( loc0 ) ; }
32,140
adds a string property . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder beginArray concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder endMa...
JSONBuilder function ( String arg0 , String arg1 ) { return entry ( arg0 , arg1 , false ) ; }
32,141
gets the value of the username property . concode_field_sep List<PhysicalAddressInfo> address concode_elem_sep long serialVersionUID concode_elem_sep Boolean activeDutyMilitary concode_elem_sep String userName concode_elem_sep AccountModeEnum accountMode concode_elem_sep String userId concode_elem_sep List<OfferCodeInf...
String function ( ) { return userName ; }
32,142
synchronized - this is the only method that should manipulate the ringbuffercountarray or log usage statistics . concode_field_sep Map<String,Short> tableMap concode_elem_sep RingBufferCountArray countPutArray concode_elem_sep RingBufferCountArray countDeleteArray concode_elem_sep int readCount concode_elem_sep RingBuf...
void function ( String arg0 , RingBufferCountArray arg1 , int arg2 ) { Short loc0 = tableMap . get ( arg0 ) ; if ( loc0 == null ) { loc0 = nextCountIdx ++ ; tableMap . put ( arg0 , loc0 ) ; } arg1 . recordUsage ( loc0 , arg2 ) ; logUsage ( arg2 ) ; }
32,143
set the matrix to the passed one concode_field_sep int[][] matrix concode_field_sep void print concode_elem_sep int getTotalNested concode_elem_sep int getTotal concode_elem_sep void fillPattern1 concode_elem_sep int getColTotal concode_elem_sep void fillCount concode_elem_sep int getCount concode_elem_sep int getLarge...
void function ( int [ ] [ ] arg0 ) { matrix = arg0 ; }
32,144
attempts to detects docstring format first from the text of given string node , next from settings using given expression as an anchor and parses text into corresponding structured docstring . concode_field_sep PlaceHolder placeHolder concode_field_sep DocStringFormat getConfiguredDocStringFormat concode_elem_sep boole...
StructuredDocString function ( @ NotNull PyStringLiteralExpression arg0 ) { return parseDocString ( guessDocStringFormat ( arg0 . getStringValue ( ) , arg0 ) , arg0 ) ; }
32,145
util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteVpnConnectionRouteResponseType localDeleteVpnConnectionRouteResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void ...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }...
32,146
renvoie le contenu du sudoku sous forme de chaine de caracteres concode_field_sep int[][] grille concode_field_sep void genererSudokuRecuit concode_elem_sep int critere concode_elem_sep Position positionCaseVide concode_elem_sep int critereGeneration concode_elem_sep int critereSimple concode_elem_sep int critereGenera...
String function ( ) { String loc0 = "srini_string" ; for ( int loc1 = 0 ; loc1 < 9 ; ++ loc1 ) { for ( int loc2 = 0 ; loc2 < 9 ; ++ loc2 ) { loc0 += grille [ loc1 ] [ loc2 ] + "srini_string" ; } loc0 += "srini_string" ; } return loc0 ; }
32,147
set the value of the javafx.scene.paint.color #getgreen green property for the instance constructed by this builder . concode_field_sep double red concode_elem_sep double green concode_elem_sep double blue concode_elem_sep double opacity concode_field_sep B red concode_elem_sep B blue concode_elem_sep javafx.scene.pain...
B function ( double arg0 ) { this . green = arg0 ; return ( B ) this ; }
32,148
determines whether this property editor supports a custom editor . concode_field_sep String[] availableTypeNames concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Class[] availableTypes concode_elem_sep Class value concode_field_sep String getJavaInitializationString concode_elem_sep Object ...
boolean function ( ) { return false ; }
32,149
sets the maxitems value for this wsxpathssearch . concode_field_sep int maxItems concode_elem_sep int spellTreshold concode_elem_sep java.lang.Boolean returnCount concode_elem_sep org.talend.mdm.webservice.WSWhereItem whereItem concode_elem_sep java.lang.String orderBy concode_elem_sep boolean __hashCodeCalc concode_el...
void function ( int arg0 ) { this . maxItems = arg0 ; }
32,150
returns the default text style . concode_field_sep mxStyleSheet lineStyle concode_elem_sep HashMap<String,String> colorElementMap concode_elem_sep mxStyleSheet fillStyle concode_elem_sep HashMap<String,String> fontElementMap concode_elem_sep mxStyleSheet textStyle concode_elem_sep mxPropertiesManager propertiesManager ...
mxStyleSheet function ( ) { return textStyle ; }
32,151
create a stream that fails to flush at close time concode_field_sep String TEST_STRING concode_elem_sep File TEST_DIR concode_elem_sep String TEST_STRING_2 concode_elem_sep ExpectedException exception concode_elem_sep File DST_FILE concode_field_sep void testFailToRename concode_elem_sep void cleanupTestDir concode_ele...
OutputStream function ( ) { return new AtomicFileOutputStream ( DST_FILE ) { @ Override public void flush ( ) throws IOException { throw new IOException ( "srini_string" ) ; } } ; }
32,152
fire the @linkplain algorithmevent to indicate that the @linkplain algorithm has completed an iteration . concode_field_sep Predicate<Algorithm> stoppingCondition concode_elem_sep boolean running concode_elem_sep boolean initialised concode_elem_sep int iteration concode_elem_sep Problem optimisationProblem concode_ele...
void function ( ) { for ( AlgorithmListener loc0 : algorithmListeners ) { loc0 . iterationCompleted ( new AlgorithmEvent ( this ) ) ; } }
32,153
closes a closeable gracefully without throwing exceptions etc. . concode_field_sep char[] CHARS concode_elem_sep Map algorithms concode_elem_sep SAXParserFactory saxParserFactory concode_elem_sep int BUFFER_SIZE concode_field_sep byte[] compute concode_elem_sep MessageDigest getMessageDigest concode_elem_sep String com...
void function ( Closeable arg0 ) { try { if ( arg0 != null ) arg0 . close ( ) ; } catch ( IOException loc0 ) { } }
32,154
sets the value of the filesize property . concode_field_sep String fileName concode_elem_sep Size size concode_elem_sep Long fileSize concode_elem_sep Long assetId concode_elem_sep ImageDensity imageDensity concode_elem_sep byte[] assetByteArray concode_elem_sep String assetUrl concode_field_sep byte[] getAssetByteArra...
void function ( Long arg0 ) { this . fileSize = arg0 ; }
32,155
compares the triple based on the left element , followed by the middle element , finally the right element . the types must be comparable . concode_field_sep long serialVersionUID concode_field_sep R getRight concode_elem_sep M getMiddle concode_elem_sep int hashCode concode_elem_sep Triple<L,M,R> of concode_elem_sep b...
int function ( final Triple < L , M , R > arg0 ) { return new CompareToBuilder ( ) . append ( getLeft ( ) , arg0 . getLeft ( ) ) . append ( getMiddle ( ) , arg0 . getMiddle ( ) ) . append ( getRight ( ) , arg0 . getRight ( ) ) . toComparison ( ) ; }
32,156
sets the value of the lastmodifieddatetime property . concode_field_sep Long totalEstimatedConcurrentUsers concode_elem_sep List<String> adTags concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep DateTime startDateTime concode_elem_sep List<String> contentUrls concode_elem_sep String liveStreamEventCode con...
void function ( DateTime arg0 ) { this . lastModifiedDateTime = arg0 ; }
32,157
hook for subclasses to implement that will be called whenever com.google.cloud.dataflow.sdk.transforms.dofn.context #output is called . concode_field_sep Map<String,StepContext> cachedStepContexts concode_elem_sep String stepName concode_field_sep StepContext getStepContext concode_elem_sep CodedTupleTagMap lookup conc...
void function ( WindowedValue < ? > arg0 ) { }
32,158
read the holder value from the cdr input stream . concode_field_sep BindingType value concode_field_sep org.omg.CORBA.TypeCode _type concode_elem_sep void _write
void function ( InputStream arg0 ) { value = BindingTypeHelper . read ( arg0 ) ; }
32,159
returns an index for which #valueat would return thespecified key , or a negative number if no keys map to the specified value . beware that this is a linear search , unlike lookups by key , and that multiple keys can map to the same value and this will find only one of them . concode_field_sep Object DELETED concode_e...
int function ( E arg0 ) { if ( mGarbage ) { gc ( ) ; } for ( int loc0 = 0 ; loc0 < mSize ; loc0 ++ ) if ( mValues [ loc0 ] == arg0 ) return loc0 ; return - 1 ; }
32,160
flag to indicate that the default servlet should be registered . concode_field_sep boolean persistSession concode_elem_sep InetAddress address concode_elem_sep String contextPath concode_elem_sep String displayName concode_elem_sep MimeMappings mimeMappings concode_elem_sep int port concode_elem_sep Ssl ssl concode_ele...
boolean function ( ) { return this . registerDefaultServlet ; }
32,161
add error message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoMessage concode_elem_s...
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; }
32,162
convert from a source to asubclass of javax.xml.ws.endpointreference . concode_field_sep OMFactory omFactory concode_field_sep String convertToAxis2 concode_elem_sep void addInterface concode_elem_sep void addService concode_elem_sep javax.xml.ws.EndpointReference convertFromAxis2 concode_elem_sep String getAddressingN...
javax . xml . ws . EndpointReference function ( Source arg0 ) { JAXWSEndpointReferenceFactory loc0 = ( JAXWSEndpointReferenceFactory ) FactoryRegistry . getFactory ( JAXWSEndpointReferenceFactory . class ) ; return loc0 . createEndpointReference ( arg0 ) ; }
32,163
sets the value of the customeridentification property . concode_field_sep String creditClass concode_elem_sep String city concode_elem_sep AccountTypeSubTypeEnum accountType concode_elem_sep long serialVersionUID concode_elem_sep String accountNumber concode_elem_sep PersonalIdentification customerIdentification concod...
void function ( PersonalIdentification arg0 ) { this . customerIdentification = arg0 ; }
32,164
returns the field for the given field concode_field_sep CopyOnWriteHashMap<String,MappedFieldTypeReference> indexNameToFieldType concode_elem_sep CopyOnWriteHashMap<String,Set<String>> fullNameToTypes concode_elem_sep CopyOnWriteHashMap<String,MappedFieldTypeReference> fullNameToFieldType concode_elem_sep CopyOnWriteHa...
MappedFieldType function ( String arg0 ) { MappedFieldTypeReference loc0 = fullNameToFieldType . get ( arg0 ) ; if ( loc0 == null ) return null ; return loc0 . get ( ) ; }
32,165
call callable #call context cx , scriptable scope , scriptable thisobj , object args of callable under restricted security domain where an action is allowed only if it is allowed according to the java stack on the moment of the execwithdomain call and securitydomain . any call to #getdynamicsecuritydomain object during...
Object function ( Object arg0 , Context arg1 , final Callable arg2 , Scriptable arg3 , final Scriptable arg4 , final Object [ ] arg5 ) { return execWithDomain ( arg1 , arg3 , new Script ( ) { public Object exec ( Context arg1 , Scriptable arg3 ) { return arg2 . call ( arg1 , arg3 , arg4 , arg5 ) ; } } , arg0 ) ; }
32,166
getter method for the templatename concode_field_sep String templateType concode_elem_sep String keyFieldId concode_elem_sep boolean editCapability concode_elem_sep List<EmailTemplateVO> templateTypeList concode_elem_sep List<EmailTemplateVO> emailSearchList concode_elem_sep List<EmailTemplateVO> keyFieldList concode_e...
String function ( ) { return templateName ; }
32,167
this calls logic necessary to create a node and convert it from its provider-specific object to the jclouds nodemetadata object . this call directly precedes customization , such asexecuting scripts . the outcome of this operation does not imply the node is status #running running . if you want to insert logic after th...
ListenableFuture < AtomicReference < NodeMetadata >> function ( String arg0 , String arg1 , Template arg2 ) { return userExecutor . submit ( new AddNode ( arg1 , arg0 , arg2 ) ) ; }
32,168
set the value related to the column : rolename . concode_field_sep long serialVersionUID concode_elem_sep Set<StaffHasRole> staffHasRoles concode_elem_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep Integer hashCode concode_elem_sep String roleName concode_elem_sep Integer id concode_field_sep void addStaff...
void function ( final String arg0 ) { this . roleName = arg0 ; }
32,169
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...
ServerSocket function ( int arg0 ) { return new ServerSocket ( arg0 ) ; }
32,170
reads an int from an inputstream concode_field_sep PlaceHolder placeHolder concode_field_sep int readLine
int function ( InputStream arg0 ) { int loc0 = 0 ; for ( int loc1 = 24 ; loc1 >= 0 ; loc1 -= 8 ) { int loc2 = arg0 . read ( ) ; if ( loc2 == - 1 ) { throw new IOException ( ) ; } loc0 += loc2 << loc1 ; } return loc0 ; }
32,171
sets the preferred indicator . concode_field_sep boolean expert concode_elem_sep boolean hidden concode_elem_sep String displayName concode_elem_sep Map<String,Object> values concode_elem_sep String name concode_elem_sep String shortDescription concode_elem_sep boolean preferred concode_field_sep void setName concode_e...
void function ( boolean arg0 ) { this . preferred = arg0 ; }
32,172
factory method to unmarshal generate a xml content instance from a string that contains xml data . the given encoding is used when marshalling the xml again later . since no cmsobject is available , no link validation is performed!warning : this method does not support requested historic versions , it always loads the ...
CmsXmlContent function ( String arg0 , String arg1 , EntityResolver arg2 ) { return unmarshal ( null , arg0 , arg1 , arg2 ) ; }
32,173
gets the value of the ts property . concode_field_sep String cs concode_elem_sep String decimal concode_elem_sep String value concode_elem_sep String ts concode_field_sep String getValue concode_elem_sep String getDecimal concode_elem_sep void setDecimal concode_elem_sep void setTs concode_elem_sep void setCs concode_e...
String function ( ) { if ( ts == null ) { return "srini_string" ; } else { return ts ; } }
32,174
an attribute of a language and binding dependent type that represents a writable stream of bytes . if the application knows the character encoding of the byte stream , it should set the encoding attribute . setting the encoding in this way will override any encoding specified in an xml declaration in the data . concode...
Writer function ( ) { return fCharStream ; }
32,175
for constructed field , return a parser for its content . concode_field_sep int length concode_elem_sep int tag concode_elem_sep int type concode_elem_sep byte[] value concode_field_sep byte[] getValue concode_elem_sep int getType concode_elem_sep int getLength concode_elem_sep BigInteger getInteger concode_elem_sep bo...
DerParser function ( ) { if ( ! isConstructed ( ) ) throw new IOException ( "srini_string" ) ; return new DerParser ( value ) ; }
32,176
print all class path entries on the passed print stream , using the passed separator concode_field_sep ClassPathHelper s_aInstance concode_field_sep void forAllClassPathEntries concode_elem_sep ICommonsList<String> getAllClassPathEntries
void function ( @ Nonnull final PrintStream arg0 , @ Nonnull final String arg1 ) { forAllClassPathEntries ( x -> { arg0 . print ( x ) ; arg0 . print ( arg1 ) ; } ) ; }
32,177
retrieve a class from its full name . strings enclosed with curly brackets - such as text - will be replaced according to the following table : variable content nms actual package name of net.minecraft.server.version obc actual pacakge name of org.bukkit.craftbukkit.version version the current minecraft package version...
Class < ? > function ( String arg0 ) { return getCanonicalClass ( expandVariables ( arg0 ) ) ; }
32,178
returns a string representation of an attrtype . concode_field_sep int STRING concode_elem_sep int FLOAT concode_elem_sep int INTEGER concode_elem_sep int FIELDNO concode_elem_sep int COLNAME concode_field_sep int getType
String function ( int arg0 ) { switch ( arg0 ) { case INTEGER : return "srini_string" ; case FLOAT : return "srini_string" ; case STRING : return "srini_string" ; case COLNAME : return "srini_string" ; case FIELDNO : return "srini_string" ; } return ( "srini_string" + arg0 ) ; }
32,179
changes the order of the specified category , adding it one level down . concode_field_sep Result result concode_elem_sep CategoryRepository categoryRepository concode_elem_sep CategoryService categoryService concode_field_sep void add concode_elem_sep void edit concode_elem_sep void addSave concode_elem_sep void editS...
void function ( int arg0 ) { this . categoryService . downCategoryOrder ( arg0 ) ; this . result . redirectTo ( this ) . list ( ) ; }
32,180
processes the raw tcp data read from the max protocol , returning the corresponding messagetype . concode_field_sep MessageType currentMessageType concode_elem_sep Message currentMessage concode_elem_sep Integer numberOfRequiredLines concode_elem_sep List<String> receivedLines concode_elem_sep String SEPARATOR concode_...
MessageType function ( String arg0 ) { for ( MessageType loc0 : MessageType . values ( ) ) { if ( arg0 . startsWith ( loc0 . name ( ) + SEPARATOR ) ) { return loc0 ; } } return null ; }
32,181
override parent to do string-based class and test name comparison concode_field_sep String mClassName concode_elem_sep String mTestName concode_field_sep List<String> getTestCaseNames concode_elem_sep String toString concode_elem_sep String getClassName concode_elem_sep List<TestDescriptor> getTestNames concode_elem_se...
boolean function ( Object arg0 ) { if ( arg0 instanceof TestDescriptor ) { TestDescriptor loc0 = ( TestDescriptor ) arg0 ; return loc0 . getClassName ( ) . equals ( this . getClassName ( ) ) && loc0 . getTestName ( ) . equals ( this . getTestName ( ) ) ; } return false ; }
32,182
constructs a new singleton sessionfactory concode_field_sep DBManager instance concode_elem_sep Log log concode_elem_sep SessionFactory sessionFactory concode_field_sep ArenaDao arenas concode_elem_sep void rollback concode_elem_sep SessionFactory configureSessionFactory concode_elem_sep PlayerDao players concode_elem_...
SessionFactory function ( ) { if ( sessionFactory != null ) { closeFactory ( ) ; } return configureSessionFactory ( ) ; }
32,183
the user on the target node that will run the script . concode_field_sep String container concode_elem_sep String blobName concode_elem_sep String imageId concode_elem_sep String directory concode_elem_sep JcloudsCommand command concode_elem_sep String hardwareId concode_elem_sep String nodeState concode_elem_sep Strin...
void function ( String arg0 ) { this . user = arg0 ; }
32,184
disallows the user from adding any other output ports . adding any output port not explicitly specified in this signature will cause an error . concode_field_sep boolean mAllowOtherInputs concode_elem_sep boolean mAllowOtherOutputs concode_elem_sep int PORT_OPTIONAL concode_elem_sep int PORT_REQUIRED concode_elem_sep H...
Signature function ( ) { mAllowOtherOutputs = false ; return this ; }
32,185
gets the currently selected content include path . concode_field_sep String selectedIncludePath concode_field_sep void setSelectedIncludePath concode_elem_sep void navigationPathChange
String function ( ) { return selectedIncludePath ; }
32,186
finds the data object that matches the given key if available , or null if not found . concode_field_sep ConcurrentHashMap<String,Object> core concode_elem_sep AtomicInteger loadFailure concode_elem_sep boolean set concode_elem_sep AtomicInteger totalQuery concode_elem_sep AtomicInteger weakRefLost concode_elem_sep Ato...
T function ( String arg0 ) { return get ( arg0 , false , null ) ; }
32,187
sets the alignment of this paragraph . concode_field_sep Float right concode_elem_sep float yLine concode_elem_sep PdfName role concode_elem_sep Float top concode_elem_sep float paddingBottom concode_elem_sep Float percentageHeight concode_elem_sep float paddingLeft concode_elem_sep Float percentageWidth concode_elem_s...
void function ( int arg0 ) { this . textAlignment = arg0 ; }
32,188
returns next pseudorandom box , will not cross the 180th meridian , kinda close to otherlatitude and otherlongitude concode_field_sep PlaceHolder placeHolder concode_field_sep Rectangle nextBoxNear concode_elem_sep Polygon nextPolygonNear concode_elem_sep double nextLatitudeAround concode_elem_sep Polygon nextPolygon c...
Rectangle function ( double arg0 , double arg1 ) { GeoUtils . checkLongitude ( arg1 ) ; GeoUtils . checkLongitude ( arg1 ) ; return nextBoxInternal ( nextLatitudeNear ( arg0 ) , nextLatitudeNear ( arg0 ) , nextLongitudeNear ( arg1 ) , nextLongitudeNear ( arg1 ) , false ) ; }
32,189
sets coefficient to be used in heuristic freshness caching . this is interpreted as the fraction of the time between the last-modified and date headers of a cached response during which the cachedresponse will be considered heuristically fresh . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep fl...
void function ( float arg0 ) { this . heuristicCoefficient = arg0 ; }
32,190
profiles a query and returns an iterable that contains the result set . note that in order to gather profiling information , this actually executes the query as well . you can wrap a call to this in a transaction that you roll back if you do n't want the query to have an actual effect on the data . concode_field_sep or...
ExtendedExecutionResult function ( String arg0 , Map < String , Object > arg1 ) { return new ExtendedExecutionResult ( inner . profile ( arg0 , arg1 ) ) ; }
32,191
builds a bbox using the stack subproducts concode_field_sep BuildResultStack resultStack concode_elem_sep FilterFactory2 filterFactory concode_field_sep FilterFactory2 getFilterFactory concode_elem_sep Intersects buildIntersects concode_elem_sep Equals buildEquals concode_elem_sep Contains buildContains concode_elem_se...
BBOX function ( ) { BBOX loc0 = buildBBox ( null ) ; return loc0 ; }
32,192
select the module to which the specified request belongs , and add corresponding request attributes to this request . concode_field_sep Log log concode_elem_sep ModuleUtils instance concode_field_sep ModuleUtils getInstance concode_elem_sep ModuleConfig getModuleConfig concode_elem_sep ModuleConfig getModuleConfig conc...
void function ( HttpServletRequest arg0 , ServletContext arg1 ) { String loc0 = getModuleName ( arg0 , arg1 ) ; this . selectModule ( loc0 , arg0 , arg1 ) ; }
32,193
returns a clone of this pix . this does not create a separate copy , just a new pointer that can be recycled without affecting other clones . concode_field_sep int INDEX_D concode_elem_sep int mNativePix concode_elem_sep int INDEX_H concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_field_sep boole...
Pix function ( ) { int loc0 = nativeClone ( mNativePix ) ; if ( loc0 == 0 ) { throw new OutOfMemoryError ( ) ; } return new Pix ( loc0 ) ; }
32,194
quoted println . all lines written will be prefixed with #quote concode_field_sep String SEPARATOR concode_elem_sep String SER_MARKER concode_elem_sep String NEWLINE concode_elem_sep String QUOTE concode_elem_sep boolean forceincomments concode_elem_sep StringBuilder inline concode_elem_sep TextWriterObjectComment fall...
void function ( PrintStream arg0 , String arg1 ) { String [ ] loc0 = arg1 . split ( "srini_string" ) ; for ( String loc1 : loc0 ) { if ( loc1 . equals ( COMMENTSEP ) ) { arg0 . println ( COMMENTSEP ) ; } else { arg0 . println ( QUOTE + loc1 ) ; } } }
32,195
parses the boxes fields . concode_field_sep ContainerBox parent concode_elem_sep ByteBuffer deadBytes concode_elem_sep byte[] userType concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep ByteBuffer content concode_field_sep ContainerBox getParent concode_elem_sep boolean isParsed concode_elem_sep ...
void function ( ) { if ( content != null ) { ByteBuffer loc0 = this . content ; this . content = null ; loc0 . rewind ( ) ; _parseDetails ( loc0 ) ; if ( loc0 . remaining ( ) > 0 ) { deadBytes = loc0 . slice ( ) ; } assert verify ( loc0 ) ; } }
32,196
formats an int as a 4-byte unsigned hex value . concode_field_sep PlaceHolder placeHolder concode_field_sep String uNibble concode_elem_sep String s4 concode_elem_sep String u8 concode_elem_sep String s8 concode_elem_sep String dump concode_elem_sep String u1 concode_elem_sep String u2 concode_elem_sep String u2or4 con...
String function ( int arg0 ) { char [ ] loc0 = new char [ 8 ] ; for ( int loc1 = 0 ; loc1 < 8 ; loc1 ++ ) { loc0 [ 7 - loc1 ] = Character . forDigit ( arg0 & 0x0f , 16 ) ; arg0 >>= 4 ; } return new String ( loc0 ) ; }
32,197
ensures that serialization returns the unique instances . concode_field_sep TableOrder BY_COLUMN concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep TableOrder BY_ROW concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
Object function ( ) { if ( this . equals ( TableOrder . BY_ROW ) ) { return TableOrder . BY_ROW ; } else if ( this . equals ( TableOrder . BY_COLUMN ) ) { return TableOrder . BY_COLUMN ; } return null ; }
32,198
scaling src bitmap to fit and cenetered in dest bitmap . method keep aspect ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep Bitmap scaleFill concode_elem_sep void scaleFill concode_elem_sep void scaleFill concode_elem_sep Bitmap scale concode_elem_sep void scale concode_elem_sep void scale concode_e...
void function ( Bitmap arg0 , Bitmap arg1 ) { scaleFit ( arg0 , arg1 , CLEAR_COLOR ) ; }
32,199
function to print the path concode_field_sep Map<Character,Station> stationsGraph concode_elem_sep List<Station> unvisited concode_elem_sep char origin concode_elem_sep char destination concode_elem_sep char name concode_elem_sep int initialDistance concode_elem_sep Map<Station,Integer> neighbourStations concode_elem_s...
void function ( ) { for ( char loc0 : path ) { System . out . print ( loc0 + "srini_string" ) ; } System . out . print ( this . destination ) ; }