idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
23,200
get disabled partition id 's concode_field_sep InstanceConfig _updatedConfig concode_elem_sep UserConfig _userConfig concode_elem_sep Set<PartitionId> _disabledPartitions concode_elem_sep Set<String> _removedDisabledPartitions concode_elem_sep Set<String> _tags concode_elem_sep InstanceConfig _instanceConfig concode_el...
Set < PartitionId > function ( ) { return _disabledPartitions ; }
23,201
create an instance of esigetdpfinforequesttype concode_field_sep QName _EsiGetDPFInfoRequest_QNAME concode_elem_sep QName _EsiGetDPFInfoResponse_QNAME concode_field_sep JAXBElement<ESIGetDPFInfoRequestType> createEsiGetDPFInfoRequest concode_elem_sep SubscriberDPFInfoType createSubscriberDPFInfoType concode_elem_sep ES...
ESIGetDPFInfoRequestType function ( ) { return new ESIGetDPFInfoRequestType ( ) ; }
23,202
define el valor de la propiedad ambiente . 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_ele...
void function ( String arg0 ) { this . ambiente = arg0 ; }
23,203
returns the minimum value of the crlnumber extension present in crls matched by this selector , or null if this criteria is not set . concode_field_sep Date date concode_elem_sep List issuerNames concode_elem_sep BigInteger maxCrlNumber concode_elem_sep BigInteger minCrlNumber concode_elem_sep X509Certificate cert conc...
BigInteger function ( ) { return minCrlNumber ; }
23,204
gets the companion value for this instreamassetuploadrequest . concode_field_sep boolean nonLinear concode_elem_sep boolean companion concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads....
boolean function ( ) { return companion ; }
23,205
helper function for subclasses to activate the gl environment before running . concode_field_sep int RESULT_RUNNING concode_elem_sep int RESULT_ERROR concode_elem_sep int RESULT_UNKNOWN concode_elem_sep int RESULT_STOPPED concode_elem_sep FilterContext mFilterContext concode_elem_sep int RESULT_FINISHED concode_elem_se...
boolean function ( ) { GLEnvironment loc0 = mFilterContext . getGLEnvironment ( ) ; if ( loc0 != null && ! loc0 . isActive ( ) ) { loc0 . activate ( ) ; return true ; } return false ; }
23,206
returns the normal of this manifold concode_field_sep Vector2[] points concode_elem_sep Vector2 normal concode_elem_sep int numContactPoints concode_field_sep Vector2[] getPoints concode_elem_sep int getNumberOfContactPoints
Vector2 function ( ) { return normal ; }
23,207
test if given index is bound to a function . this method performs an index check . concode_field_sep ValueExpression[] NO_VARIABLES concode_elem_sep ValueExpression[] variables concode_elem_sep Method method concode_elem_sep Method[] functions concode_elem_sep TypeConverter converter concode_elem_sep Method[] NO_FUNCTI...
boolean function ( int arg0 ) { return arg0 >= 0 && arg0 < functions . length ; }
23,208
this method converts dp unit to equivalent pixels , depending on device density . concode_field_sep PlaceHolder placeHolder concode_field_sep void picassoImplementation concode_elem_sep void picassoImplementation concode_elem_sep void hybridImplementation concode_elem_sep void hybridImplementation concode_elem_sep floa...
int function ( float arg0 , Context arg1 ) { Resources loc0 = arg1 . getResources ( ) ; DisplayMetrics loc1 = loc0 . getDisplayMetrics ( ) ; int loc2 = Math . round ( arg0 * ( loc1 . densityDpi / DisplayMetrics . DENSITY_DEFAULT ) ) ; return loc2 ; }
23,209
returns the deployment descriptor associated with this application concode_field_sep PlaceHolder placeHolder concode_field_sep boolean suspend concode_elem_sep boolean resume concode_elem_sep boolean stop concode_elem_sep Container getContainer concode_elem_sep boolean start concode_elem_sep ClassLoader getClassLoader
Object function ( ) { return null ; }
23,210
encrypt file concode_field_sep int XOR concode_elem_sep int CAESAR concode_elem_sep int type concode_field_sep void decryptFileCaesarWithIntKey concode_elem_sep void decryptFileXOR concode_elem_sep void encryptFileXOR concode_elem_sep void encryptFileCaesar concode_elem_sep void decryptFileCaesar concode_elem_sep void ...
void function ( String arg0 , String arg1 , String arg2 ) { if ( this . type == XOR ) { this . encryptFileXOR ( arg0 , arg1 , arg2 ) ; } else { this . encryptFileCaesar ( arg0 , arg1 , arg2 ) ; } }
23,211
calculate the wait time of the job wait = turnaround - elapsed time . concode_field_sep int arrivalTime concode_elem_sep int start concode_elem_sep boolean finished concode_elem_sep int finish concode_elem_sep int burst concode_elem_sep int priority concode_elem_sep int jobNumber concode_elem_sep int remaining concode_...
int function ( int arg0 ) { return ( getTurnaround ( arg0 ) - ( burst - getRemainTime ( ) ) ) ; }
23,212
ensures the object is not null . for parameter validation . concode_field_sep PlaceHolder placeHolder concode_field_sep void $ concode_elem_sep void $ concode_elem_sep void positive
T function ( T arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" + arg0 ) ; } return arg0 ; }
23,213
sets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MIPlanType miPlan concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String ti...
void function ( String arg0 ) { this . href = arg0 ; }
23,214
adds container to this parameters . concode_field_sep String container concode_elem_sep TimeUnit timeunit concode_elem_sep Long timeout concode_field_sep TimeUnit getTimeunit concode_elem_sep String getContainer concode_elem_sep int hashCode concode_elem_sep Long getTimeout concode_elem_sep boolean equals concode_elem_...
StopContainerParams function ( @ NotNull String arg0 ) { requireNonNull ( arg0 ) ; this . container = arg0 ; return this ; }
23,215
this method is called by the framework to initialize this cell highlighter object . subclasses may extend . concode_field_sep ColumnViewer viewer concode_elem_sep SWTFocusCellManager mgr concode_field_sep void focusCellChanged concode_elem_sep void focusCellChanged concode_elem_sep void setMgr concode_elem_sep ViewerCe...
void function ( ) { }
23,216
get the clientrequestid value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep PoolEvaluateAutoScaleHeaders withDataServiceId concode_elem_sep PoolEvaluateAutoSc...
String function ( ) { return this . clientRequestId ; }
23,217
module state . initial state is init . when resolve is called state is set to visited . when resolve completes , state is set to resolved . concode_field_sep ModuleState moduleState concode_field_sep void finalizeModule concode_elem_sep void finalizeChildModules concode_elem_sep Collection<T> mergeChildModules
ModuleState function ( ) { return moduleState ; }
23,218
the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e...
void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; }
23,219
pre-configured mapping from url path to description for json resources . if empty the description will be replaced with the one from the #setdefaultresources properties default resources . concode_field_sep Set<String> urls concode_elem_sep ApplicationContext applicationContext concode_elem_sep List<ResourceInfo> defau...
void function ( Properties arg0 ) { this . jsonProperties = arg0 ; }
23,220
get the field 's id name concode_field_sep TypeID typeID concode_elem_sep String fieldID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep TypeID getTypeID concode_elem_sep void write
String function ( ) { return fieldID ; }
23,221
attempt to update the marble with a new y value , boundary checking enabled to make sure the new co-ordinate is valid . concode_field_sep int mLives concode_elem_sep int mColor concode_elem_sep int mRadius concode_elem_sep View mView concode_elem_sep int mX concode_elem_sep int mY concode_field_sep int getLives concode...
void function ( float arg0 ) { mY -= arg0 ; if ( mY + mRadius >= mView . getHeight ( ) ) mY = mView . getHeight ( ) - mRadius ; else if ( mY - mRadius < 0 ) mY = mRadius ; }
23,222
get specialpropertyname concode_field_sep Long specialPropertyName concode_field_sep String toIndentedString concode_elem_sep SpecialModelName specialPropertyName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setSpecialPropertyName concode_elem_sep String toString
Long function ( ) { return specialPropertyName ; }
23,223
returns the number of sync d l objects . concode_field_sep SyncDLObjectLocalService _syncDLObjectLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep long getLatestModifiedTime concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynam...
int function ( ) { return _syncDLObjectLocalService . getSyncDLObjectsCount ( ) ; }
23,224
if true , rules will not be loaded if false , rules will be loaded concode_field_sep Collection<String> components concode_elem_sep String SORT_BY_CREATION_DATE concode_elem_sep Collection<String> projects concode_elem_sep String facetMode concode_elem_sep Boolean onComponentOnly concode_elem_sep Collection<String> ass...
Builder function ( @ Nullable Boolean arg0 ) { this . hideRules = arg0 ; return this ; }
23,225
returns initial state . concode_field_sep int[] classmap concode_elem_sep Automaton automaton concode_elem_sep int size concode_elem_sep int initial concode_elem_sep int maxInterval concode_elem_sep int[] transitions concode_elem_sep boolean[] accept concode_elem_sep int[] points concode_field_sep int getSize concode_e...
int function ( ) { return initial ; }
23,226
extract the int from given any . this method uses the profilecontextholder . concode_field_sep PlaceHolder placeHolder concode_field_sep int read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
int function ( Any arg0 ) { return arg0 . extract_ulong ( ) ; }
23,227
gets the value of the creditor property . concode_field_sep String returnCode concode_elem_sep MandateInfo mandateInfo concode_elem_sep Creditor creditor concode_elem_sep DirectDebitInfo directDebitInfo concode_elem_sep String returnDesc concode_field_sep void setReturnDesc concode_elem_sep DirectDebitInfo getDirectDeb...
Creditor function ( ) { return creditor ; }
23,228
returns a bits representing all documents from dv that have a value . concode_field_sep PlaceHolder placeHolder concode_field_sep RandomAccessOrds singleton concode_elem_sep SortedNumericDocValues singleton concode_elem_sep Bits unwrapSingletonBits concode_elem_sep NumericDocValues emptyNumeric concode_elem_sep SortedN...
Bits function ( final SortedNumericDocValues arg0 , final int arg1 ) { return new Bits ( ) { @ Override public boolean get ( int arg2 ) { arg0 . setDocument ( arg2 ) ; return arg0 . count ( ) != 0 ; } @ Override public int length ( ) { return arg1 ; } } ; }
23,229
sets the value of the confidencelist property . concode_field_sep Xref xref concode_elem_sep ConfidenceList confidenceList concode_elem_sep AttributeList attributeList concode_elem_sep Availability availability concode_elem_sep ExperimentList experimentList concode_elem_sep String imexId concode_elem_sep ParticipantLis...
void function ( ConfidenceList arg0 ) { this . confidenceList = arg0 ; }
23,230
initializes the bucket manager by setting the query , calculating the maximum results per bucket and maximum character length . concode_field_sep int filterMaxCharLength concode_elem_sep int filterMaxListSize concode_field_sep List<Bucket> getBucketsOfFilters concode_elem_sep List<Filter> getFiltersOrderedBySize
void function ( int arg0 , int arg1 ) { this . filterMaxCharLength = arg0 ; this . filterMaxListSize = arg1 ; }
23,231
entity that created the bridge concode_field_sep String bridge_type concode_elem_sep List<String> channels concode_elem_sep String bridge_class concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String technology concode_field_sep void setName concode_elem_sep void setTechnology concode_...
void function ( String arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
23,232
provides positions and dimensions of elements in a process diagram as provided by repositoryservice #getprocessdiagram string . currently , it only supports bpmn 2.0 models . concode_field_sep int GREY_THRESHOLD concode_field_sep DiagramNode parseBounds concode_elem_sep DiagramNode getDiagramBoundsFromBpmnDi concode_el...
DiagramLayout function ( InputStream arg0 , InputStream arg1 ) { Document loc0 = parseXml ( arg0 ) ; return getBpmnProcessDiagramLayout ( loc0 , arg1 ) ; }
23,233
get the frames per second count , as a double prefer using getfpsstring instead . concode_field_sep long lastTime concode_elem_sep DecimalFormat FPS_FORMAT concode_elem_sep RollingAverage<Long> rollingAverage concode_elem_sep int FRAME_BUFFER_LENGTH concode_field_sep void update concode_elem_sep void reset concode_elem...
double function ( ) { double loc0 = rollingAverage . getAverage ( ) / 1000000000.0 ; return 1.0 / loc0 ; }
23,234
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
23,235
utility to determine if the expiry date is paste due or expired . this method should not be called via regular value binding instead it should only be called from validator ar converter calls . concode_field_sep int HOUR_COMPONENT concode_elem_sep int TIME_LEFT_EXPIRED concode_elem_sep boolean newBidPrice concode_elem_...
boolean function ( ) { return isExpired ( getTimeLeftBrokenDown ( ) ) ; }
23,236
get the radius on how far to look for nearby places concode_field_sep long serialVersionUID concode_elem_sep InVMAttributeManager attributeManager concode_field_sep void setPlaceReference concode_elem_sep Object[] getValues concode_elem_sep String getLongitude concode_elem_sep void setAddress concode_elem_sep List<Stri...
int function ( ) { String loc0 = ( String ) this . attributeManager . getAttribute ( "srini_string" ) ; if ( loc0 == null || loc0 . trim ( ) . length ( ) == 0 ) { return 0 ; } return Integer . parseInt ( loc0 ) ; }
23,237
util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep org.wso2.samples.orderprocessingprocess.InvoiceType localInvoice concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_se...
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 ) ; }...
23,238
this method should parse text , but it does n't work for one simple word . concode_field_sep String value concode_field_sep List<Char> parseToChars concode_elem_sep String getValue concode_elem_sep List<Mark> parseToMarks concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals conco...
List < Text > function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
23,239
set the transaction key . concode_field_sep int MAX_LOGIN_LENGTH concode_elem_sep Environment environment concode_elem_sep int MAX_TRANSACTION_KEY_LENGTH concode_elem_sep boolean allowPartialAuth concode_elem_sep String transactionKey concode_elem_sep long serialVersionUID concode_elem_sep MarketType marketType concode...
void function ( String arg0 ) { this . transactionKey = arg0 ; }
23,240
converts a windows buffer to an int . concode_field_sep HashMap<REGISTRY_ROOT_KEY,WinReg.HKEY> rootKeyMap concode_field_sep HKEY openKey concode_elem_sep String getStringValue concode_elem_sep TreeMap<String,Object> getValues concode_elem_sep int getIntValue concode_elem_sep boolean createKey concode_elem_sep boolean d...
int function ( byte [ ] arg0 ) { return ( ( arg0 [ 0 ] & 0xff ) + ( ( arg0 [ 1 ] & 0xff ) << 8 ) + ( ( arg0 [ 2 ] & 0xff ) << 16 ) + ( ( arg0 [ 3 ] & 0xff ) << 24 ) ) ; }
23,241
gets the value of the src property . concode_field_sep List<RootSubPartiesBlockT> sub concode_elem_sep BigInteger r concode_elem_sep String src concode_elem_sep String id concode_field_sep void setSrc concode_elem_sep List<RootSubPartiesBlockT> getSub concode_elem_sep void setR concode_elem_sep void setID concode_elem_...
String function ( ) { return src ; }
23,242
gets last updated by . concode_field_sep Integer holdingsId concode_elem_sep String lastUpdatedBy concode_elem_sep Date lastUpdatedDate concode_elem_sep Date createdDate concode_elem_sep boolean isDeleted concode_elem_sep String createdBy concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_elem_sep...
String function ( ) { return lastUpdatedBy ; }
23,243
constructs references from params , binds in initial contexts and persists list of all binded references into file . concode_field_sep String PROPERTY_ELEMENT concode_elem_sep Map<String,Reference> bindings concode_elem_sep String REFERENCE_ELEMENT concode_elem_sep String FACTORY_LOCATION_ATTR concode_elem_sep String B...
void function ( String arg0 , String arg1 , String arg2 , String arg3 , Map < String , String > arg4 ) { Reference loc0 = new Reference ( arg1 , arg2 , arg3 ) ; for ( Map . Entry < String , String > loc1 : arg4 . entrySet ( ) ) { loc0 . add ( new StringRefAddr ( loc1 . getKey ( ) , loc1 . getValue ( ) ) ) ; } bindInter...
23,244
returns the viewport that this mediator belongs to . this is set by the framework when the mediator is added to the mediators of a viewport . concode_field_sep IEventFilter m_filter concode_elem_sep String m_name concode_elem_sep Viewport m_viewport concode_elem_sep boolean m_enabled concode_elem_sep boolean m_batch co...
Viewport function ( ) { return m_viewport ; }
23,245
called when downsizing bitsets for serialization concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isSaturated concode_elem_sep FuzzySet getSetForField
FuzzySet function ( FieldInfo arg0 , FuzzySet arg1 ) { float loc0 = 0.1f ; return arg1 . downsize ( loc0 ) ; }
23,246
unpack an integer from the stream . if the next item in the buffer is not of the right type then an ioexception is thrown . concode_field_sep ByteArrayInputStream _inputStream concode_elem_sep boolean _valid concode_elem_sep byte[] _byteArray concode_elem_sep DataInputStream _input concode_field_sep char unpackChar con...
int function ( ) { if ( ! _valid ) throw new IOException ( tsLogger . i18NLogger . get_state_InputBuffer_6 ( ) ) ; _valid = false ; int loc0 = _input . readInt ( ) ; _valid = true ; return loc0 ; }
23,247
this method resets underlying iterator concode_field_sep SequenceIterator<T> underlyingIterator concode_field_sep boolean hasMoreSequences concode_elem_sep Sequence<T> nextSequence
void function ( ) { underlyingIterator . reset ( ) ; }
23,248
helper that ignores exceptions during close , because what are you going to do ? concode_field_sep String sInstallPath concode_field_sep void streamOut concode_elem_sep void streamOut concode_elem_sep String getFileFromClassPath concode_elem_sep void writeTemplateFile concode_elem_sep void computeInstallationPath conco...
void function ( InputStream arg0 ) { try { if ( arg0 != null ) { arg0 . close ( ) ; } } catch ( IOException loc0 ) { } }
23,249
gets the snapshot value for concode_field_sep int next concode_elem_sep int snapshot concode_field_sep int getLive concode_elem_sep void copySnapshot concode_elem_sep void set
int function ( ) { return snapshot ; }
23,250
see contentprovider #delete contentprovider.delete concode_field_sep IContentProvider mContentProvider concode_elem_sep ContentResolver mContentResolver concode_field_sep AssetFileDescriptor openAssetFile concode_elem_sep ParcelFileDescriptor openFile concode_elem_sep ContentProvider getLocalContentProvider concode_ele...
int function ( Uri arg0 , String arg1 , String [ ] arg2 ) { return mContentProvider . delete ( arg0 , arg1 , arg2 ) ; }
23,251
supports one character look ahead , this will throw if called twice in a row . concode_field_sep char[] tokenBuffer concode_elem_sep Reader reader concode_elem_sep int BRACE_CLOSE concode_elem_sep int PAREN_CLOSE concode_elem_sep int BRACKET_OPEN concode_elem_sep int END concode_elem_sep boolean didPushChar concode_ele...
void function ( int arg0 ) { if ( didPushChar ) throw new IOException ( "srini_string" ) ; didPushChar = true ; pushedChar = arg0 ; }
23,252
method for displaying the register values for debugging . concode_field_sep int VADDR concode_elem_sep int DEFAULT_STATUS_VALUE concode_elem_sep int EXCEPTION_LEVEL concode_elem_sep Register[] registers concode_elem_sep int CAUSE concode_elem_sep int EPC concode_elem_sep int STATUS concode_field_sep int getNumber conco...
void function ( ) { for ( int loc0 = 0 ; loc0 < registers . length ; loc0 ++ ) { System . out . println ( "srini_string" + registers [ loc0 ] . getName ( ) ) ; System . out . println ( "srini_string" + registers [ loc0 ] . getNumber ( ) ) ; System . out . println ( "srini_string" + registers [ loc0 ] . getValue ( ) ) ;...
23,253
set the data in the table concode_field_sep int LOCA_TABLE concode_elem_sep int HHEA_TABLE concode_elem_sep int POST_TABLE concode_elem_sep ByteBuffer data concode_elem_sep int HEAD_TABLE concode_elem_sep int MAXP_TABLE concode_elem_sep int NAME_TABLE concode_elem_sep int CMAP_TABLE concode_elem_sep int tag concode_ele...
void function ( ByteBuffer arg0 ) { this . data = arg0 ; }
23,254
get complete concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep DateTime getShipDate concode_elem_sep String toIndentedString conco...
Boolean function ( ) { return complete ; }
23,255
set the value of the text property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_sep String bran...
void function ( String arg0 ) { this . text = arg0 ; }
23,256
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _userTrackerLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
23,257
sets value of the coreconnectionpnames #socket_buffer_size parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep void setSoTimeout concode_elem_sep boolean...
void function ( final HttpParams arg0 , int arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setIntParameter ( CoreConnectionPNames . SOCKET_BUFFER_SIZE , arg1 ) ; }
23,258
test of hasnext method , of class readonlyiterator . concode_field_sep ReadOnlyIterator<Integer> _iter1 concode_elem_sep ReadOnlyIterator<Integer> _iter2 concode_elem_sep ReadOnlyIterator<Integer> _iter3 concode_elem_sep ReadOnlyCollection<Integer> _col2 concode_elem_sep ReadOnlyCollection<Integer> _col1 concode_elem_s...
void function ( ) { assertTrue ( _iter1 . hasNext ( ) ) ; assertTrue ( _iter2 . hasNext ( ) ) ; assertFalse ( _iter3 . hasNext ( ) ) ; int loc0 = _col1 . size ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { _iter1 . next ( ) ; } assertFalse ( _iter1 . hasNext ( ) ) ; }
23,259
generate a hash code for an object array . does not handle nested primitive array elements . concode_field_sep int NULL_HASHCODE concode_elem_sep int FALSE_HASHCODE concode_elem_sep int TRUE_HASHCODE concode_elem_sep int value concode_field_sep HashCode add concode_elem_sep HashCode add concode_elem_sep HashCode add co...
int function ( final Object arg0 [ ] , final boolean arg1 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { if ( arg1 && ( arg0 [ loc1 ] instanceof Object [ ] ) ) { loc0 ^= generate ( ( Object [ ] ) arg0 [ loc1 ] , true ) ; } else { loc0 ^= arg0 [ loc1 ] . hashCode ( ) ; } } return loc0 ; }
23,260
processes an entire text file looking for matches . concode_field_sep int currentMatches concode_elem_sep String MSG_REGEXP_EXCEEDED concode_elem_sep DetectorOptions options concode_elem_sep String MSG_EMPTY concode_elem_sep FileText text concode_elem_sep Matcher matcher concode_elem_sep String MSG_STACKOVERFLOW concod...
void function ( FileText arg0 ) { text = new FileText ( arg0 ) ; resetState ( ) ; if ( Strings . isNullOrEmpty ( options . getFormat ( ) ) ) { options . getReporter ( ) . log ( 0 , MSG_EMPTY ) ; } else { matcher = options . getPattern ( ) . matcher ( arg0 . getFullText ( ) ) ; findMatch ( ) ; finish ( ) ; } }
23,261
runs the jira-client library tools against a given rest-formatted query . this requires a pre-formatted paged query to run , and will not perform the paging for you - there are other helper methods for this . this is designed to work explicitly for team-related queries concode_field_sep int pageIndex concode_elem_sep S...
JSONArray function ( ) { JSONArray loc0 = new JSONArray ( ) ; HttpRequestFactory loc1 = jiraConnection . generateRequestFactory ( ) ; LOGGER . debug ( this . basicQuery ) ; JSONArray loc2 = jiraConnection . getResponseArray ( loc1 , this . getBasicQuery ( ) ) ; loc0 . add ( loc2 ) ; return loc0 ; }
23,262
returns an escaper instance that escapes strings so they can besafely included in a url fragment . the returned escaper escapes all non-ascii characters , even though many of these are accepted in modern urls . if the escaper were to leave these characters unescaped , they would be escaped by the consumer at parse time...
Escaper function ( ) { return URL_FRAGMENT_ESCAPER ; }
23,263
returns the size of the clob value designated by this clob object concode_field_sep String stringData concode_field_sep Writer setCharacterStream concode_elem_sep int setString concode_elem_sep int setString concode_elem_sep OutputStream setAsciiStream concode_elem_sep void truncate concode_elem_sep Clob toClob concode...
long function ( ) { return stringData . length ( ) ; }
23,264
custom http headers to inject into every request , this could include oauth tokens , etc. . concode_field_sep int connectTimeout concode_elem_sep HttpHost proxy concode_elem_sep int DEFAULT_TIMEOUT concode_elem_sep Olingo2ApiName apiName concode_elem_sep String DEFAULT_CONTENT_TYPE concode_elem_sep String serviceUri co...
void function ( Map < String , String > arg0 ) { this . httpHeaders = arg0 ; }
23,265
get application-wide tracing level threshold . concode_field_sep TracingConfig DEFAULT_CONFIGURATION_TYPE concode_elem_sep List<String> SUMMARY_HEADERS concode_field_sep boolean isTracingSupportEnabled concode_elem_sep void initTracingSupport concode_elem_sep void logStart concode_elem_sep String toStringOrNA concode_e...
TracingLogger . Level function ( Configuration arg0 ) { final String loc0 = ServerProperties . getValue ( arg0 . getProperties ( ) , ServerProperties . TRACING_THRESHOLD , String . class ) ; return ( loc0 == null ) ? TracingLogger . DEFAULT_LEVEL : TracingLogger . Level . valueOf ( loc0 ) ; }
23,266
gets the value of the roid property . concode_field_sep String comment concode_elem_sep Long destPoid concode_elem_sep Long roid concode_elem_sep Boolean sync concode_field_sep void setRoid concode_elem_sep Long getDestPoid concode_elem_sep void setComment concode_elem_sep String getComment concode_elem_sep void setDes...
Long function ( ) { return roid ; }
23,267
returns the expiration time for this object , or null if it does n't expire . concode_field_sep String bucketName concode_elem_sep String versionId concode_elem_sep String serverSideEncryption concode_elem_sep String expirationTimeRuleId concode_elem_sep Date expirationTime concode_elem_sep String location concode_elem...
Date function ( ) { return expirationTime ; }
23,268
returns the mapper for the given field concode_field_sep FieldNameAnalyzer searchQuoteAnalyzer concode_elem_sep FieldNameAnalyzer searchAnalyzer concode_elem_sep FieldNameAnalyzer indexAnalyzer concode_elem_sep Map<String,FieldMapper> fieldMappers concode_field_sep Iterator<FieldMapper> iterator concode_elem_sep Analyz...
FieldMapper function ( String arg0 ) { return fieldMappers . get ( arg0 ) ; }
23,269
returns true if the specified object can be easily represented as a bytesource usingthe bytesource.util 's default heuristics , false otherwise . this implementation merely returns simplebytesource . simplebytesource #iscompatible object iscompatible source . concode_field_sep PlaceHolder placeHolder concode_field_sep ...
boolean function ( Object arg0 ) { return SimpleByteSource . isCompatible ( arg0 ) ; }
23,270
returns this entry 's value . concode_field_sep Object key1 concode_elem_sep Entry next concode_elem_sep Object key2 concode_elem_sep Entry nextEntry concode_elem_sep int count concode_elem_sep int initialCapacity concode_elem_sep boolean finished concode_elem_sep int nextIndex concode_elem_sep Object value concode_ele...
Object function ( ) { return value ; }
23,271
once - isauthenticated method is called on an implementation of this , authenticationinfo object can be created out of the information extracted from the authentication headers passed into the isauthenticated method . concode_field_sep CharonManager charonManager concode_elem_sep String PASSWORD concode_elem_sep String...
AuthenticationInfo function ( ) { return null ; }
23,272
method to move the user 's view to the bottom of the log concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_sep Message[] pageLog concode_elem_sep ...
String function ( ) { position = bottom ( ) ; return ( "srini_string" ) ; }
23,273
set or reset the panel . concode_field_sep String PARAM_PAGE concode_elem_sep Map m_parameters concode_elem_sep boolean m_isAction concode_elem_sep String m_page concode_elem_sep String m_resourcePath concode_elem_sep String m_panel concode_elem_sep String PARAM_PANEL concode_elem_sep String PARAM_SITE concode_elem_sep...
ActionURL function ( String arg0 ) { m_panel = arg0 ; return this ; }
23,274
gets the resolver . concode_field_sep UDAFEvaluatorResolver rslv concode_field_sep void setResolver
UDAFEvaluatorResolver function ( ) { return rslv ; }
23,275
returns the weather data for the specified locationid . concode_field_sep WeatherConfig config concode_elem_sep WeatherJobScheduler jobScheduler concode_elem_sep Map<String,Weather> weatherByLocationId concode_elem_sep WeatherContext instance concode_elem_sep EventPublisher eventPublisher concode_elem_sep Collection<We...
void function ( String arg0 , Weather arg1 ) { weatherByLocationId . put ( arg0 , arg1 ) ; }
23,276
adds one to the count of true positives . concode_field_sep int tpCount concode_elem_sep int fpCount concode_elem_sep int fnCount concode_field_sep int getFN concode_elem_sep void incrementFN concode_elem_sep void incrementFP concode_elem_sep int getTP concode_elem_sep void addFN concode_elem_sep String getPrecisionDes...
void function ( ) { addTP ( 1 ) ; }
23,277
for unit tests only concode_field_sep long size concode_elem_sep ReadWriteLock lock concode_elem_sep RAFLock underlyingLock concode_elem_sep boolean closed concode_elem_sep LockableRandomAccessBuffer underlying concode_elem_sep int lockOpenCount concode_field_sep boolean innerFree concode_elem_sep long size concode_ele...
LockableRandomAccessBuffer function ( ) { return underlying ; }
23,278
gets the value of the claimable property . concode_field_sep DeviceDetails deviceDetails concode_elem_sep TaskConfiguration taskConfiguration concode_elem_sep PushNotificationProvider pushNotificationProvider concode_elem_sep Features features concode_elem_sep License license concode_elem_sep List<String> operations co...
Claimable function ( ) { return claimable ; }
23,279
ensure that the class does n't allow a null user name . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetInstanceFromStore concode_elem_sep void testGetInstanceNoUser concode_elem_sep void testGetInstancePreventsNoneUser
void function ( ) { new OsmUser ( 1 , null ) ; }
23,280
connect to the default graph in a store , based on a store description . concode_field_sep PlaceHolder placeHolder concode_field_sep GraphStore connectGraphStore concode_elem_sep GraphStore connectGraphStore concode_elem_sep GraphStore connectGraphStore concode_elem_sep GraphStore connectGraphStore concode_elem_sep Gra...
Graph function ( StoreDesc arg0 ) { return connectDefaultGraph ( StoreFactory . create ( arg0 ) ) ; }
23,281
reads from the given buffer into the internal byte array . concode_field_sep byte[] data concode_elem_sep int offset concode_field_sep boolean isOpen concode_elem_sep int length concode_elem_sep void reset concode_elem_sep void close concode_elem_sep byte[] getData
int function ( ByteBuffer arg0 ) { int loc0 = Math . min ( arg0 . remaining ( ) , data . length - offset ) ; arg0 . get ( data , offset , loc0 ) ; offset += loc0 ; return loc0 ; }
23,282
adds a role . the user is reindexed after role is added . concode_field_sep RoleService _roleService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.model.Role> getUserRelatedRoles concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal....
com . liferay . portal . model . Role function ( java . lang . String arg0 , long arg1 , java . lang . String arg2 , java . util . Map < java . util . Locale , java . lang . String > arg3 , java . util . Map < java . util . Locale , java . lang . String > arg4 , int arg5 , java . lang . String arg6 , com . liferay . po...
23,283
retrieves an inputstream for a named resource . concode_field_sep JavaLayerHook hook concode_field_sep void serialize concode_elem_sep Object deserializeArrayResource concode_elem_sep JavaLayerHook getHook concode_elem_sep Object deserializeArray concode_elem_sep void setHook concode_elem_sep Object deserialize concode...
InputStream function ( String arg0 ) { InputStream loc0 = null ; if ( hook != null ) { loc0 = hook . getResourceAsStream ( arg0 ) ; } else { Class loc1 = JavaLayerUtils . class ; loc0 = loc1 . getResourceAsStream ( arg0 ) ; } return loc0 ; }
23,284
decodes a byte array from base64 format . concode_field_sep char[] map1 concode_elem_sep byte[] map2 concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep String encodeString concode_elem_sep String decodeString
byte [ ] function ( String arg0 ) { return decode ( arg0 . toCharArray ( ) ) ; }
23,285
replaces the current map of user permissions with the given map , which must map user id to its corresponding set of granted permissions . if a user has no permissions , its id must not be present as a key in the map . concode_field_sep Map<String,Set<ObjectPermission.Type>> connectionPermissions concode_elem_sep Map<S...
void function ( Map < String , Set < ObjectPermission . Type >> arg0 ) { this . userPermissions = arg0 ; }
23,286
the status of the vpn tunnel . constraints : allowed values : up , down concode_field_sep java.util.Date lastStatusChange concode_elem_sep Integer acceptedRouteCount concode_elem_sep String outsideIpAddress concode_elem_sep String statusMessage concode_elem_sep String status concode_field_sep String getOutsideIpAddress...
void function ( String arg0 ) { this . status = arg0 ; }
23,287
sets bit value concode_field_sep long temp concode_elem_sep int packetLength concode_elem_sep int HEADER_LENGTH concode_elem_sep byte[] packet concode_field_sep long getSsrc concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep void setSsrc concode_elem_sep byte[] getPacket concode_ele...
void function ( boolean arg0 , byte arg1 , int arg2 ) { if ( arg0 ) arg1 = ( byte ) ( arg1 | ( 1 << arg2 ) ) ; else arg1 = ( byte ) ( ( arg1 | ( 1 << arg2 ) ) ^ ( 1 << arg2 ) ) ; }
23,288
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Connection> connections concode_field_sep void setConnections concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeConnectionsResult clone concod...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getConnections ( ) != null ) loc0 . append ( "srini_string" + getConnections ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
23,289
returns the latitude value from the string based geohash concode_field_sep double LAT_SCALE concode_elem_sep int PRECISION concode_elem_sep short BITS concode_elem_sep short MORTON_OFFSET concode_elem_sep String BASE_32_STRING concode_elem_sep double LON_SCALE concode_elem_sep char[] BASE_32 concode_field_sep char enco...
double function ( final String arg0 ) { return decodeLongitude ( mortonEncode ( arg0 ) ) ; }
23,290
this method will be used to read int from file from postion offset , here length will be always 4 bacause int byte size if 4 concode_field_sep Map<String,FileChannel> fileNameAndStreamCache concode_field_sep ByteBuffer read concode_elem_sep ByteBuffer read concode_elem_sep byte[] readByteArray concode_elem_sep byte[] r...
int function ( String arg0 , long arg1 ) { FileChannel loc0 = updateCache ( arg0 ) ; ByteBuffer loc1 = read ( loc0 , CarbonCommonConstants . INT_SIZE_IN_BYTE , arg1 ) ; return loc1 . getInt ( ) ; }
23,291
a given heapelement may be compared to many others as it bubbles towards the heap 's root , so we cache this for each heapelement . concode_field_sep DateValue head concode_elem_sep boolean inclusion concode_elem_sep int nInclusionsRemaining concode_elem_sep Comparator<HeapElement> CMP concode_elem_sep HeapElement pend...
long function ( ) { return comparable ; }
23,292
return the rest of the header . concode_field_sep String string concode_elem_sep String MIME concode_elem_sep int COMMENT concode_elem_sep int type concode_elem_sep int currentPos concode_elem_sep int peekPos concode_elem_sep int EOF concode_elem_sep boolean skipComments concode_elem_sep int QUOTEDSTRING concode_elem_s...
String function ( ) { if ( nextPos >= string . length ( ) ) return null ; return string . substring ( nextPos ) ; }
23,293
backup a number of characters . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufco...
void function ( int arg0 ) { inBuf += arg0 ; if ( ( bufpos -= arg0 ) < 0 ) bufpos += bufsize ; }
23,294
gets the value of the charspace property . concode_field_sep Object parent concode_elem_sep BigInteger linePitch concode_elem_sep STDocGrid type concode_elem_sep BigInteger charSpace concode_field_sep BigInteger getLinePitch concode_elem_sep void setLinePitch concode_elem_sep Object getParent concode_elem_sep void setC...
BigInteger function ( ) { return charSpace ; }
23,295
get the integer representation of a string or null if the string is not an integer . concode_field_sep PlaceHolder placeHolder concode_field_sep void convert concode_elem_sep void convert
Integer function ( String arg0 ) { Integer loc0 = null ; try { loc0 = Integer . parseInt ( arg0 ) ; } catch ( NumberFormatException loc1 ) { return null ; } return loc0 ; }
23,296
returns a jbiterable containing elements in the specified order . concode_field_sep Iterable<E> myIterable concode_elem_sep JBIterable EMPTY concode_field_sep E last concode_elem_sep boolean isEmpty concode_elem_sep JBIterable<E> takeWhile concode_elem_sep List<E> toList concode_elem_sep JBIterable<E> empty concode_ele...
JBIterable < E > function ( E ... arg0 ) { return from ( ContainerUtil . newArrayList ( arg0 ) ) ; }
23,297
gets the value of the fingerprint property . concode_field_sep String fingerprint concode_elem_sep String digest concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep String getDigest concode_elem_sep void setFingerprint concode_ele...
String function ( ) { return fingerprint ; }
23,298
the object declaring this property , either directly or in a superclass the object extends . concode_field_sep Map<Property,Annotation[]> annotationCache concode_elem_sep Method readMethod concode_elem_sep String name concode_elem_sep MethodParameter methodParameter concode_elem_sep Annotation[] annotations concode_ele...
Class < ? > function ( ) { return this . objectType ; }
23,299
give access to mutex used for synchronizing replicasmap concode_field_sep Map<String,Map<Long,ReplicaInfo>> map concode_elem_sep Object mutex concode_field_sep ReplicaInfo add concode_elem_sep void initBlockPool concode_elem_sep void cleanUpBlockPool concode_elem_sep int size concode_elem_sep Collection<ReplicaInfo> re...
Object function ( ) { return mutex ; }