idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
22,300
sets the top page margin . concode_field_sep List<JRPrintPage> pages concode_elem_sep Integer leftMargin concode_elem_sep int PSEUDO_SERIAL_VERSION_UID concode_elem_sep byte orientation concode_elem_sep JRStyle defaultStyle concode_elem_sep String PROPERTIES_PRINT_TRANSFER_PREFIX concode_elem_sep String timeZoneId conc...
void function ( Integer arg0 ) { this . topMargin = arg0 ; }
22,301
sets the value of the videopositionwithinpod property . concode_field_sep VideoPositionWithinPod videoPositionWithinPod concode_elem_sep VideoBumperType videoBumperType concode_elem_sep VideoPosition videoPosition concode_field_sep VideoBumperType getVideoBumperType concode_elem_sep void setVideoPosition concode_elem_s...
void function ( VideoPositionWithinPod arg0 ) { this . videoPositionWithinPod = arg0 ; }
22,302
gets the outputprogressmodel for this instance . concode_field_sep Log log concode_elem_sep long PROCCESS_SLEEP_LENGTH concode_elem_sep OutputProgressModel outputProgressModel concode_elem_sep OutputProgressModel ouputProgressModel concode_elem_sep PersistentFacesState persistentFacesState concode_elem_sep String sessi...
OutputProgressModel function ( ) { return outputProgressModel ; }
22,303
gets the generation number represented by this reference . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int getObjectNumber
int function ( ) { return genf ; }
22,304
writes value to the bytewrapper as a hi-endian 32-bit integer . the current position is increased by 4 . concode_field_sep int _limit concode_elem_sep byte[] _buffer concode_elem_sep int _offset concode_elem_sep int _pos concode_elem_sep byte[] ZERO_LENGTH_BUFFER concode_field_sep void setBuffer concode_elem_sep void r...
void function ( int arg0 ) { verify ( 4 ) ; put ( ( arg0 >>> 24 ) & 0xFF ) ; put ( ( arg0 >>> 16 ) & 0xFF ) ; put ( ( arg0 >>> 8 ) & 0xFF ) ; put ( ( arg0 >>> 0 ) & 0xFF ) ; }
22,305
returns the value stored in a preferences node concode_field_sep PlaceHolder placeHolder concode_field_sep String getPrefName concode_elem_sep void storeEnvironment concode_elem_sep void storeOutputStream concode_elem_sep ICStorageElement environmentStorageFromString concode_elem_sep ByteArrayOutputStream storeEnvironm...
String function ( Preferences arg0 , String arg1 ) { if ( arg0 == null || arg1 == null ) return null ; String loc0 = arg0 . get ( arg1 , null ) ; if ( loc0 == null || loc0 . length ( ) == 0 ) return null ; return loc0 ; }
22,306
invalidates the authentication state by resetting its parameters . concode_field_sep Credentials credentials concode_elem_sep AuthScheme authScheme concode_elem_sep AuthScope authScope concode_field_sep AuthScheme getAuthScheme concode_elem_sep AuthScope getAuthScope concode_elem_sep boolean isValid concode_elem_sep vo...
void function ( ) { this . authScheme = null ; this . authScope = null ; this . credentials = null ; }
22,307
returns the largest x coordinate of the framing rectangle of the shape in double precision . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle2D getFrame concode_elem_sep boolean isEmpty concode_elem_sep double getMaxY concode_elem_sep double getWidth concode_elem...
double function ( ) { return getX ( ) + getWidth ( ) ; }
22,308
sets up an http response to be returned by calls to apache 's httpclient implementers . concode_field_sep FakeHttpLayer instance concode_field_sep HttpRequest getNextSentHttpRequest concode_elem_sep void clearHttpResponseRules concode_elem_sep boolean httpRequestWasMade concode_elem_sep boolean httpRequestWasMade conco...
void function ( int arg0 , String arg1 , Header arg2 ) { getFakeHttpLayer ( ) . addPendingHttpResponse ( arg0 , arg1 , arg2 ) ; }
22,309
gets the value of the source property . concode_field_sep Double amount concode_elem_sep LandedCostSource source concode_elem_sep RecordRef category concode_elem_sep RecordRef transaction concode_field_sep void setTransaction concode_elem_sep void setSource concode_elem_sep void setCategory concode_elem_sep RecordRef g...
LandedCostSource function ( ) { return source ; }
22,310
empty method block . concode_field_sep PlaceHolder placeHolder concode_field_sep void whitespaceAfterSemi concode_elem_sep void testFor concode_elem_sep boolean condition concode_elem_sep void testIf concode_elem_sep void testDoWhile concode_elem_sep void testWhile
void function ( ) { }
22,311
waits for this job to die . concode_field_sep InputStream in concode_elem_sep ArrayList traced concode_elem_sep Thread thread concode_elem_sep StreamBridge myself concode_elem_sep OutputStream out concode_field_sep boolean isAlive concode_elem_sep void abort concode_elem_sep void start concode_elem_sep void run
void function ( ) { thread . join ( ) ; }
22,312
return the bytecode saved for a method call concode_field_sep byte[] bytecode concode_elem_sep int returnProgramCounter concode_elem_sep LocalVariablesArea localVariables concode_elem_sep LineNumberTable lnt concode_elem_sep int programCounter concode_elem_sep int UNKNOWN_PC concode_elem_sep Signature mySignature conco...
byte [ ] function ( ) { return this . bytecode . clone ( ) ; }
22,313
call getmanagedconnectionfactoryproperty concode_field_sep ConfigPropertyManagedConnectionFactory mcf concode_elem_sep ConfigPropertyManagedConnection mc concode_field_sep String getResourceAdapterProperty concode_elem_sep void close
String function ( ) { return mcf . getProperty ( ) ; }
22,314
returns the extension used for executables on the current platform . exe for windows , empty string for others . concode_field_sep String EXECUTABLE_EXTENSION concode_field_sep boolean jniLibsAvailable concode_elem_sep void forceJNI concode_elem_sep void maybeForceJNI concode_elem_sep int getpid
String function ( ) { return EXECUTABLE_EXTENSION ; }
22,315
sets the value of the type property . concode_field_sep String role concode_elem_sep JAXBElement<? extends AbstractDSAggregateType> abstractDSAggregate concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concod...
void function ( String arg0 ) { this . type = arg0 ; }
22,316
returns a inputstream for the jboss-web.xml configuration file . concode_field_sep Set<QName> headers concode_elem_sep PicketLinkLogger logger concode_elem_sep String SEC_MGR_LOOKUP concode_elem_sep String AUTHZ_MGR_LOOKUP concode_elem_sep String securityDomainName concode_field_sep Set<QName> getHeaders concode_elem_s...
InputStream function ( ServletContext arg0 ) { if ( arg0 == null ) { throw logger . nullValueError ( "srini_string" ) ; } return arg0 . getResourceAsStream ( "srini_string" ) ; }
22,317
configure the running environment variables concode_field_sep Map<String,Object> stagingEnvironmentVariables concode_elem_sep Map<String,Object> runningEnvironmentVariables concode_elem_sep Map<String,Object> environmentVariables concode_elem_sep Map<String,Object> applicationEnvironmentVariables concode_field_sep GetA...
GetApplicationEnvironmentResponse function ( Map < String , Object > arg0 ) { this . runningEnvironmentVariables . putAll ( arg0 ) ; return this ; }
22,318
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _trashVersionLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
22,319
sets the value of the caspouziti property . concode_field_sep TOsobaInterni overovatel concode_elem_sep TOvereniCertifikatu overeniCertifikatu concode_elem_sep TDatum casPouziti concode_elem_sep TCertifikat certifikat concode_elem_sep TVysledekOvereni platnostBezpecnostnihoPrvku concode_elem_sep TDatum casOvereni conco...
void function ( TDatum arg0 ) { this . casPouziti = arg0 ; }
22,320
sets the value of the defppr property . concode_field_sep CTTextParagraphProperties lvl9PPr concode_elem_sep CTTextParagraphProperties lvl2PPr concode_elem_sep CTTextParagraphProperties lvl1PPr concode_elem_sep CTTextParagraphProperties lvl7PPr concode_elem_sep CTTextParagraphProperties lvl8PPr concode_elem_sep CTTextP...
void function ( CTTextParagraphProperties arg0 ) { this . defPPr = arg0 ; }
22,321
remove the book identified by the supplied bookid from database . by annotating thismethod with @cacheevict value = `` books '' , key = '' #bookid '' we make sure that springwill remove the book cache under key bookid if any from the org.springframework.cache.cache cache `` books '' . concode_field_sep JdbcBookDao base...
void function ( Integer arg0 ) { baseDao . deleteBook ( arg0 ) ; }
22,322
we 're looking for ui controls that are enabled , clickable but have no text nor content-description . such controls configuration indicate an interactive control is present in the ui and is most likely not accessibility friendly . we refer to such controls here as naf controls not accessibility friendly concode_field_...
boolean function ( AccessibilityNodeInfo arg0 ) { boolean loc0 = arg0 . isClickable ( ) && arg0 . isEnabled ( ) && safeCharSeqToString ( arg0 . getContentDescription ( ) ) . isEmpty ( ) && safeCharSeqToString ( arg0 . getText ( ) ) . isEmpty ( ) ; if ( ! loc0 ) return true ; return childNafCheck ( arg0 ) ; }
22,323
transfers the given runnable object , and any objects it references , to the given remote machine , and executes it calls the runnable #run method on the remote machine . connects to the remote machine on the default port 5739 . concode_field_sep Callable<T> wrapped concode_field_sep T call concode_elem_sep void run
void function ( String arg0 , Runnable arg1 ) { execute ( new ConnectionId ( arg0 , EmbeddedMobilityServer . DEFAULT_PORT ) , arg1 ) ; }
22,324
gets the dependencies associated with this library . if no dependencies artifact exists , or the file is invalid , it will return an empty deps object . concode_field_sep List<LibraryNode> importPaths concode_elem_sep Map<String,DartUnit> units concode_elem_sep DartUnit selfDartUnit concode_elem_sep LibraryDeps deps co...
LibraryDeps function ( DartCompilerContext arg0 ) { if ( deps != null ) { return deps ; } Reader loc0 = arg0 . getArtifactReader ( libSource , "srini_string" , DartCompiler . EXTENSION_DEPS ) ; if ( loc0 != null ) { deps = LibraryDeps . fromReader ( loc0 ) ; loc0 . close ( ) ; } if ( deps == null ) { deps = new Library...
22,325
the path from the execution root to the actual root . for source roots , this returns the empty fragment , root #getexecpath . concode_field_sep Set<Artifact> idlGeneratedJavaFiles concode_elem_sep String javaPackage concode_elem_sep Set<SourceDirectory> idlDirs concode_elem_sep ImmutableCollection<SourceDirectory> ass...
PathFragment function ( ) { return rootExecutionPathFragment ; }
22,326
this method will create a new portico interactionclasshandle implementation for the given integer handle and will return it . it will not search the fom . concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectInstanceHandle getObjectHandle concode_elem_sep int getObjectHandle concode_elem_sep AttributeHandl...
InteractionClassHandle function ( int arg0 ) { return new HLA1516eHandle ( arg0 ) ; }
22,327
retrieves whether the best row identifier column is a pseudo column , like an oracle rowid . currently , this always returns an integer whose value is databasemetadata.bestrownotpseudo , as hsqldb does not support pseudo columns such as rowid . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT c...
Integer function ( ) { return ValuePool . getInt ( bestRowNotPseudo ) ; }
22,328
closes the game concode_field_sep Profiler profiler concode_elem_sep Settings settings concode_elem_sep KeyboardListener keyboardListener concode_elem_sep GUI prevGui concode_elem_sep Renderer renderer concode_elem_sep int height concode_elem_sep LLC instance concode_elem_sep Timing timing concode_elem_sep String VERSI...
void function ( ) { this . isRunning = false ; }
22,329
this method resets the outgoing events . concode_field_sep boolean b concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void setX concode_el...
void function ( ) { }
22,330
tostring . concode_field_sep ArrayList<Card> cards concode_field_sep void addOneCard concode_elem_sep void addCards concode_elem_sep void eraseByString concode_elem_sep void erase concode_elem_sep void addAndErase concode_elem_sep void addDeck concode_elem_sep Card deckContainsAce concode_elem_sep void sort concode_ele...
String function ( ) { this . sort ( ) ; String loc0 = "srini_string" ; for ( Card loc1 : cards ) { loc0 += loc1 . toString ( ) + "srini_string" ; } return loc0 ; }
22,331
returns the designated palantir so that it 's available for others to use . concode_field_sep boolean[] used concode_elem_sep List<Palantir> mPalantiri concode_elem_sep int mMaxPalantiri concode_elem_sep SimpleSemaphore mAvailable concode_field_sep boolean markAsUnused concode_elem_sep Palantir acquirePalantir concode_...
void function ( final Palantir arg0 ) { if ( markAsUnused ( arg0 ) ) mAvailable . release ( ) ; }
22,332
template to combine all connectivitymanager #type_wifi stylenetworks together . concode_field_sep int MATCH_WIFI concode_elem_sep int[] DATA_USAGE_NETWORK_TYPES concode_elem_sep int MATCH_MOBILE_3G_LOWER concode_elem_sep int MATCH_MOBILE_4G concode_elem_sep int mMatchRule concode_elem_sep int MATCH_MOBILE_ALL concode_e...
NetworkTemplate function ( ) { return new NetworkTemplate ( MATCH_WIFI , null ) ; }
22,333
add information 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 Object getManagedBean concode_elem_sep void addErrorMessage conco...
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; }
22,334
debug log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concod...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; }
22,335
a convenience method that returns , as a boolean , the library global configuration property indicating if the default pseudo random number generator produces , or not , the same bit stream when instantiated . concode_field_sep String TRUE concode_elem_sep String PROPERTIES_FILE concode_elem_sep String DO_RSA_BLINDING ...
boolean function ( ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) loc0 . checkPermission ( new PropertyPermission ( REPRODUCIBLE_PRNG , "srini_string" ) ) ; return instance ( ) . reproducible ; }
22,336
test that the proper state is propagated when the health monitor sees an uncaught exception in its thread . concode_field_sep AtomicInteger createProxyCount concode_elem_sep DummyHAService svc concode_elem_sep HealthMonitor hm concode_elem_sep boolean throwOOMEOnCreate concode_elem_sep Log LOG concode_field_sep void te...
void function ( ) { LOG . info ( "srini_string" ) ; throwOOMEOnCreate = true ; svc . actUnreachable = true ; waitForState ( hm , HealthMonitor . State . HEALTH_MONITOR_FAILED ) ; hm . shutdown ( ) ; hm . join ( ) ; assertFalse ( hm . isAlive ( ) ) ; }
22,337
sets the value of the d2sub property . concode_field_sep String obLoc concode_elem_sep BigInteger seqNum concode_elem_sep String d2ID concode_elem_sep String obSub concode_elem_sep List<HopGrpBlockT> hop concode_elem_sep String d2Sub concode_elem_sep String d2Loc concode_elem_sep XMLGregorianCalendar origSnt concode_el...
void function ( String arg0 ) { this . d2Sub = arg0 ; }
22,338
removes all the entries added into responsemodels . < p > returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.Map<String,Boolean> responseParameters concode_elem_sep java.util.Map<String,String> responseModels concode_elem_sep String statusCode concode_field_sep...
UpdateMethodResponseResult function ( ) { this . responseModels = null ; return this ; }
22,339
public api - reads a long string . concode_field_sep DataInputStream in concode_elem_sep long INT_MASK concode_field_sep int readOctet concode_elem_sep long unsignedExtend concode_elem_sep Date readTimestamp concode_elem_sep Date readTimestamp concode_elem_sep int readLong concode_elem_sep int readShort concode_elem_se...
LongString function ( ) { return readLongstr ( this . in ) ; }
22,340
produce ticket . concode_field_sep Logger LOGGER concode_elem_sep CipherExecutor<String,String> cipherExecutor concode_elem_sep Map<String,UniqueTicketIdGenerator> uniqueTicketIdGeneratorsForService concode_elem_sep UniqueTicketIdGenerator defaultServiceTicketIdGenerator concode_elem_sep ExpirationPolicy serviceTicketE...
T function ( final TicketGrantingTicket arg0 , final Service arg1 , final boolean arg2 , final String arg3 ) { final ServiceTicket loc0 = arg0 . grantServiceTicket ( arg3 , arg1 , this . serviceTicketExpirationPolicy , arg2 , trackMostRecentSession ) ; return ( T ) loc0 ; }
22,341
formats a header . concode_field_sep BasicLineFormatter INSTANCE concode_elem_sep BasicLineFormatter DEFAULT concode_field_sep int estimateProtocolVersionLen concode_elem_sep CharArrayBuffer initBuffer concode_elem_sep String formatProtocolVersion concode_elem_sep String formatRequestLine concode_elem_sep CharArrayBuff...
String function ( final Header arg0 , final LineFormatter arg1 ) { return ( arg1 != null ? arg1 : BasicLineFormatter . INSTANCE ) . formatHeader ( null , arg0 ) . toString ( ) ; }
22,342
sets an entire column to a specified value concode_field_sep Object[] data concode_elem_sep int dim2 concode_elem_sep int dim1 concode_field_sep void set concode_elem_sep void grow concode_elem_sep void setRowToOneValue concode_elem_sep List<T> getRow concode_elem_sep void setColumn concode_elem_sep void addRows concod...
void function ( int arg0 , T arg1 ) { for ( int loc0 = 0 ; loc0 < dim1 ; loc0 ++ ) { set ( loc0 , arg0 , arg1 ) ; } }
22,343
it used to be that for commons-upload fileuploadioexception exceptions , fileinfo.getexception would return a fileuploadioexception , and inputfile.getuploadexception would return the actual useful subclass , gotten from fileinfo.getexception . getcause . now , they both return the same useful subclass . concode_field_...
Exception function ( ) { return exception ; }
22,344
creates and returns a new immutable copy of this ringbufferlogevent . concode_field_sep StringBuilder messageText concode_elem_sep StringMap contextData concode_elem_sep Factory FACTORY concode_elem_sep Level level concode_elem_sep short parameterCount concode_elem_sep String fqcn concode_elem_sep Throwable thrown conc...
LogEvent function ( ) { final LogEvent loc0 = new Log4jLogEvent . Builder ( this ) . build ( ) ; return loc0 ; }
22,345
creates an arraytype by specifying the data type of elements elementtype and whether the array contains null values containsnull . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType c...
ArrayType function ( DataType arg0 , boolean arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new ArrayType ( arg0 , arg1 ) ; }
22,346
changes the program and arguments of this process builder . note that the list passed to this method is not copied , so any subsequent updates to it are reflected in this instance 's state . concode_field_sep Map<String,String> environment concode_elem_sep File directory concode_elem_sep boolean redirectErrorStream con...
ProcessBuilder function ( List < String > arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } this . command = arg0 ; return this ; }
22,347
returns the singleton instance of that class . concode_field_sep String packageDefinition concode_elem_sep String packageAccess concode_elem_sep String PACKAGE_ACCESS concode_elem_sep org.apache.juli.logging.Log log concode_elem_sep SecurityConfig singleton concode_elem_sep String PACKAGE_DEFINITION concode_field_sep v...
SecurityConfig function ( ) { if ( singleton == null ) { singleton = new SecurityConfig ( ) ; } return singleton ; }
22,348
create a new mbeanserver instance and register it with the mbeanserverfactory , if desired . concode_field_sep MBeanServer server concode_elem_sep String agentId concode_elem_sep boolean locateExistingServerIfPossible concode_elem_sep Log logger concode_elem_sep boolean registerWithFactory concode_elem_sep String defau...
MBeanServer function ( String arg0 , boolean arg1 ) { if ( arg1 ) { return MBeanServerFactory . createMBeanServer ( arg0 ) ; } else { return MBeanServerFactory . newMBeanServer ( arg0 ) ; } }
22,349
return the command word the first word of this command . if the command was not understood , the result is unknown . concode_field_sep String secondWord concode_elem_sep Option commandWord concode_field_sep String getSecondWord concode_elem_sep boolean hasSecondWord concode_elem_sep boolean isUnknown
Option function ( ) { return commandWord ; }
22,350
mark the passage of time and decay the current rate accordingly . concode_field_sep double M5_ALPHA concode_elem_sep double M1_ALPHA concode_elem_sep double rate concode_elem_sep double alpha concode_elem_sep double interval concode_elem_sep LongAdder uncounted concode_elem_sep double M15_ALPHA concode_elem_sep boolean...
void function ( ) { final long loc0 = uncounted . sumThenReset ( ) ; double loc1 = loc0 / interval ; if ( initialized ) { rate += ( alpha * ( loc1 - rate ) ) ; } else { rate = loc1 ; initialized = true ; } }
22,351
buildpacket concode_field_sep short RESPONSE_PACKET concode_elem_sep short PACKET_VERSION_2 concode_elem_sep short QUERY_PACKET concode_elem_sep String HELLO_COMMAND concode_elem_sep int MAX_PACKETBUFFER_LENGTH concode_elem_sep short m_version concode_elem_sep short m_resultCode concode_elem_sep String m_buffer concode...
byte [ ] function ( final int arg0 ) { SecureRandom loc0 ; try { loc0 = SecureRandom . getInstance ( "srini_string" ) ; } catch ( final NoSuchAlgorithmException loc1 ) { loc0 = null ; } return buildPacket ( arg0 , loc0 ) ; }
22,352
gets the value of the button3label property . concode_field_sep String button3Value concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String button4Value concode_elem_sep Label label concode_elem_sep String button4Label concode_elem_sep String button...
String function ( ) { return button3Label ; }
22,353
gets the current state . true if the file exists , false if it does n't . concode_field_sep File file concode_elem_sep Boolean state concode_elem_sep Logger LOGGER concode_field_sep void set concode_elem_sep boolean fastGet concode_elem_sep boolean isOn concode_elem_sep boolean isOff concode_elem_sep void off concode_e...
boolean function ( ) { return state = file . exists ( ) ; }
22,354
renders the group of sessions with the specified groupname by performing the javaserver faces execute and render life cycle phases . if a facescontext is in the scope of the current thread scope , the current view will not be asynchronously rendered as it is already rendered as a result of the user event being processe...
void function ( final String arg0 ) { OnDemandRenderer loc0 = getRenderer ( arg0 ) ; if ( loc0 != null ) { loc0 . requestRender ( ) ; removeRendererIfEmpty ( loc0 ) ; } }
22,355
adds a collection of geometries to the edges to be polygonized . may be called multiple times . any dimension of geometry may be added ; the constituent linework will be extracted and used . concode_field_sep List shellList concode_elem_sep boolean extractOnlyPolygonal concode_elem_sep boolean isCheckingRingsValid conc...
void function ( Collection arg0 ) { for ( Iterator loc0 = arg0 . iterator ( ) ; loc0 . hasNext ( ) ; ) { Geometry loc1 = ( Geometry ) loc0 . next ( ) ; add ( loc1 ) ; } }
22,356
generics friendly version of serviceregistry #getservice servicename concode_field_sep Map<State,Map<Mode,Mode>> modeToggle concode_field_sep T getValue concode_elem_sep T findValue concode_elem_sep void stop concode_elem_sep void start concode_elem_sep ServiceController<T> getService concode_elem_sep void remove conco...
ServiceController < T > function ( ServiceRegistry arg0 , ServiceName arg1 ) { return ( ServiceController < T > ) arg0 . getService ( arg1 ) ; }
22,357
an identifier for the message in this batch . this is used to communicate the result . note that the ids of a batch request need to be unique within the request . concode_field_sep Integer delaySeconds concode_elem_sep String messageBody concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,MessageAttributeValu...
void function ( String arg0 ) { this . id = arg0 ; }
22,358
this method returns a link that matches the specified name . if a matching link is not found in the current flow then it will recursively check the parent flows until either a link is found , or a parent flow is null . concode_field_sep long serialVersionUID concode_elem_sep FlowContext parent concode_elem_sep Map<Flow...
Link function ( String arg0 ) { Map < String , Link > loc0 = getLinks ( ) ; Link loc1 = null ; if ( loc0 != null && loc0 . containsKey ( arg0 ) ) loc1 = loc0 . get ( arg0 ) ; else if ( parent != null ) loc1 = parent . getLink ( arg0 ) ; return loc1 ; }
22,359
sets the parent of the injector to-be-constructed . as a side effect , this sets this injector 's stage to the stage of parent . concode_field_sep Injector delegateInjector concode_elem_sep BindingProcessor bindingProcesor concode_elem_sep InjectorShell.Builder shellBuilder concode_elem_sep Stage stage concode_elem_sep...
InjectorBuilder function ( InjectorImpl arg0 ) { shellBuilder . arg0 ( arg0 ) ; return stage ( arg0 . getInstance ( Stage . class ) ) ; }
22,360
sets the main body of the loop . concode_field_sep Long durationLimit concode_elem_sep boolean rethrowExceptionImmediately concode_elem_sep boolean rethrowException concode_elem_sep Long period concode_elem_sep boolean warnOnUnRethrownException concode_elem_sep String description concode_elem_sep Callable<Boolean> exit...
Repeater function ( Callable < ? > arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; this . body = arg0 ; return this ; }
22,361
sets is this effect should fire partial submit when finished . transitory also needs to be set to true . default is false concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_...
void function ( boolean arg0 ) { this . submit = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
22,362
adds a new declaration of a null-type concode_field_sep Level parent concode_elem_sep ASTModelPath path concode_elem_sep AnalyzeStack stack concode_elem_sep Level level concode_elem_sep List<Level> children concode_elem_sep List<BaseDeclaration> declarations concode_elem_sep String id concode_elem_sep List<SimpleField>...
BaseDeclaration function ( Kind arg0 , Type arg1 , String arg2 , TagSet arg3 ) { TypedDeclaration loc0 = new TypedDeclaration ( arg0 , arg1 , arg2 , arg2 , stack . getParseFile ( ) , null , arg3 ) ; set ( loc0 ) ; return loc0 ; }
22,363
returns the provtypelist . concode_field_sep String provisionIncExc concode_elem_sep String provSpecialtyIncExc concode_elem_sep RtbBenefit[] benefitList concode_elem_sep RtbCheckBoxes[] provisionList concode_elem_sep String procIncExc concode_elem_sep String gmsrIncExc concode_elem_sep long serialVersionUID concode_el...
String [ ] function ( ) { return provTypeList ; }
22,364
gets the permission associated with the document 's encryption handler . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAuthori...
Permissions function ( ) { return securityHandler . getPermissions ( ) ; }
22,365
sets the value of the basepointparams property . concode_field_sep BasePointParamsType basePointParams concode_elem_sep FieldParamsType fieldParams concode_elem_sep CurveParamsType curveParams concode_field_sep void setCurveParams concode_elem_sep void setFieldParams concode_elem_sep FieldParamsType getFieldParams conc...
void function ( BasePointParamsType arg0 ) { this . basePointParams = arg0 ; }
22,366
adds an observer . if the observer was already added this method does nothing . concode_field_sep LinkedHashSet observers concode_elem_sep boolean changed concode_field_sep void deleteObservers concode_elem_sep boolean hasChanged concode_elem_sep void clearChanged concode_elem_sep int countObservers concode_elem_sep vo...
void function ( Observer arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; observers . add ( arg0 ) ; }
22,367
used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI...
void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; }
22,368
draws the text block at a specific location . concode_field_sep long serialVersionUID concode_elem_sep List lines concode_elem_sep HorizontalAlignment lineAlignment concode_field_sep void addLine concode_elem_sep void addLine concode_elem_sep void setLineAlignment concode_elem_sep float[] calculateOffsets concode_elem_...
void function ( final Graphics2D arg0 , final float arg1 , final float arg2 , final TextBlockAnchor arg3 ) { draw ( arg0 , arg1 , arg2 , arg3 , 0.0f , 0.0f , 0.0 ) ; }
22,369
generate a new instance . returns the instance in an brand new instance object . concode_field_sep double[] m_weightingValues concode_elem_sep double m_minStdDev concode_elem_sep Instance m_instance concode_elem_sep double[] m_globalMeansOrModes concode_elem_sep double m_laplaceConst concode_elem_sep double[] m_instanc...
Instance function ( ) { return generateInstance ( false ) ; }
22,370
this method is used to save payweb request concode_field_sep PaymentDAO paymentDAO concode_field_sep boolean updatePaymentInProgress concode_elem_sep PaymentVO fetchPayment concode_elem_sep PaymentStatus updateApplicantRequestTableStatus concode_elem_sep boolean updatePaymentStatus concode_elem_sep PaymentVO execute co...
boolean function ( PaymentRequestECR arg0 ) { return paymentDAO . savePaymentRequest ( arg0 ) ; }
22,371
sends frame to socket if it contains any data . frame contents are kept after the send . concode_field_sep byte[] data concode_elem_sep boolean more concode_elem_sep int MORE concode_elem_sep int REUSE concode_elem_sep int DONTWAIT concode_field_sep boolean hasSameData concode_elem_sep ZFrame recvFrame concode_elem_sep...
boolean function ( Socket arg0 , int arg1 ) { return send ( arg0 , arg1 ) ; }
22,372
creates an instance of defaultnhttpclientconnection based on thegiven iosession . this method can be overridden in a super class in order to provide a different implementation of the nhttpclientiotarget interface . concode_field_sep NHttpClientHandler handler concode_elem_sep ByteBufferAllocator allocator concode_elem_...
NHttpClientIOTarget function ( final IOSession arg0 ) { return new DefaultNHttpClientConnection ( arg0 , createHttpResponseFactory ( ) , this . allocator , this . params ) ; }
22,373
convert a ipv4 address from an inetaddress to an integer concode_field_sep int RESET_IPV4_ADDRESSES concode_elem_sep String TAG concode_elem_sep int RESET_IPV6_ADDRESSES concode_elem_sep int RESET_ALL_ADDRESSES concode_field_sep String[] makeStrings concode_elem_sep boolean bindProcessToNetwork concode_elem_sep InetAdd...
int function ( Inet4Address arg0 ) { byte [ ] loc0 = arg0 . getAddress ( ) ; return ( ( loc0 [ 3 ] & 0xff ) << 24 ) | ( ( loc0 [ 2 ] & 0xff ) << 16 ) | ( ( loc0 [ 1 ] & 0xff ) << 8 ) | ( loc0 [ 0 ] & 0xff ) ; }
22,374
set whether the last will should be retained by the broker . concode_field_sep int qos concode_elem_sep byte[] payload concode_elem_sep String topic concode_elem_sep boolean retain concode_field_sep byte[] getPayload concode_elem_sep void setQos concode_elem_sep boolean isRetain concode_elem_sep void setPayload concode...
void function ( boolean arg0 ) { this . retain = arg0 ; }
22,375
removes a plugin from the list . concode_field_sep ArrayList<Plugin> mPlugins concode_field_sep List getList concode_elem_sep void clear concode_elem_sep void pluginClicked concode_elem_sep void addPlugin
void function ( Plugin arg0 ) { int loc0 = mPlugins . indexOf ( arg0 ) ; if ( loc0 != - 1 ) { mPlugins . remove ( loc0 ) ; } }
22,376
returns true if parameter names are to be converted to lower case when name/value pairs are parsed . 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_elem_sep...
boolean function ( ) { return this . lowerCaseNames ; }
22,377
gets the value of the countrycode property . concode_field_sep String zip concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String addressLine1 concode_elem_sep String addressLine2 concode_elem_sep String stateCode concode_elem_sep String zip4 concode_elem_sep long serialVersionUID conco...
String function ( ) { return countryCode ; }
22,378
sets the limit . concode_field_sep BidiMap xPathToTreeItem concode_elem_sep TreeViewer availableXmlTree concode_elem_sep String filePath concode_elem_sep int limit concode_field_sep TreeItem getTreeItem concode_elem_sep boolean isValidFile concode_elem_sep int getLimit concode_elem_sep boolean populateTree concode_elem...
void function ( int arg0 ) { limit = arg0 ; }
22,379
gets the datacenterurls value for this getdatacenterurlsresult . concode_field_sep com.netsuite.webservices.platform.core_2014_2.DataCenterUrls dataCenterUrls concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_ele...
com . netsuite . webservices . platform . core_2014_2 . DataCenterUrls function ( ) { return dataCenterUrls ; }
22,380
returns a new character sequence that is a subsequence of this sequence . concode_field_sep char[] _array concode_elem_sep int _offset concode_elem_sep int _length concode_elem_sep String _asString concode_field_sep int toInt concode_elem_sep int toInt concode_elem_sep int offset concode_elem_sep long toLong concode_el...
CharSequence function ( int arg0 , int arg1 ) { if ( ( arg0 < 0 ) || ( arg1 < 0 ) || ( arg0 > arg1 ) || ( arg1 > this . length ( ) ) ) throw new IndexOutOfBoundsException ( ) ; CharArray loc0 = new CharArray ( ) ; loc0 . _array = _array ; loc0 . _offset = _offset + arg0 ; loc0 . _length = arg1 - arg0 ; return loc0 ; }
22,381
returns the opposite vector v2 of this , such that the sum of this and v2 equals the null vector . concode_field_sep double x concode_elem_sep double y concode_field_sep Vector2D minus concode_elem_sep Vector2D rotate concode_elem_sep double dot concode_elem_sep double dot concode_elem_sep double cross concode_elem_sep...
Vector2D function ( ) { return new Vector2D ( - this . x , - this . y ) ; }
22,382
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _kaleoActionLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
22,383
produce a jsonobject from a row of comma delimited text , using a parallel jsonarray of strings to provides the names of the elements . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONArray toJSONArray concode_elem_sep JSONArray toJSONArray concode_elem_sep JSONArray toJ...
JSONObject function ( JSONArray arg0 , JSONTokener arg1 ) { JSONArray loc0 = rowToJSONArray ( arg1 ) ; return loc0 != null ? loc0 . toJSONObject ( arg0 ) : null ; }
22,384
sets the value of the suspenddate property . concode_field_sep String suspendDate concode_elem_sep String restoreByDate concode_elem_sep ServiceSuspensionType suspensionType concode_elem_sep String todaysDate concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_field_sep ServiceSuspensionType g...
void function ( String arg0 ) { this . suspendDate = arg0 ; }
22,385
access to response body assertions . concode_field_sep AntPathMatcher pathMatcher concode_field_sep ResultMatcher forwardedUrlPattern concode_elem_sep RequestResultMatchers request concode_elem_sep HandlerResultMatchers handler concode_elem_sep CookieResultMatchers cookie concode_elem_sep ResultMatcher redirectedUrlPat...
ContentResultMatchers function ( ) { return new ContentResultMatchers ( ) ; }
22,386
note that the returned list is backed by reflist ! concode_field_sep Map<InputId,Integer> inputOrder concode_elem_sep List<Reference> refList concode_elem_sep Map<String,ReferenceCollection> refMap concode_elem_sep int firstAfter concode_elem_sep int lastBefore concode_elem_sep AbstractCompiler compiler concode_field_s...
List < Reference > function ( ) { return refList . subList ( firstAfter , refList . size ( ) ) ; }
22,387
gets all the json values . concode_field_sep List<JsonValue> values concode_field_sep JCardValue single concode_elem_sep List<List<String>> asStructured concode_elem_sep String asSingle concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep JCardValue structured concode_elem_sep JCardValue struc...
List < JsonValue > function ( ) { return values ; }
22,388
convert the given string into bytes in the specified charset , and write the bytes out as an nstring concode_field_sep String string concode_elem_sep byte[] bytes concode_elem_sep List<Object> items concode_field_sep OutputStream startLiteral concode_elem_sep void astring concode_elem_sep Argument writeBytes concode_el...
Argument function ( String arg0 , String arg1 ) { if ( arg0 == null ) items . add ( new NString ( null ) ) ; else if ( arg1 == null ) writeString ( arg0 ) ; else items . add ( new NString ( arg0 . getBytes ( arg1 ) ) ) ; return this ; }
22,389
gets the plain-text format report as a string . concode_field_sep ReportServiceInterface reportService concode_elem_sep Charset REPORT_CHARSET concode_elem_sep long reportJobId concode_elem_sep int SLEEP_TIMER concode_field_sep String getGzipUrlStringContents concode_elem_sep String getDownloadUrl concode_elem_sep void...
String function ( ExportFormat arg0 ) { return getGzipUrlStringContents ( getDownloadUrl ( arg0 ) ) ; }
22,390
disable trust management and hostname verification . note this is a security hole , so only set this option if you can not or do not want to verify the identity of the host you are communicating with . concode_field_sep TimeUnit socketTimeoutUnits concode_elem_sep TimeUnit establishConnectionTimeoutUnits concode_elem_s...
HttpClientBuilder function ( ) { this . disableTrustManager = true ; return this ; }
22,391
removes changelistener from the list of registered listeners for this menuselectionmanager . concode_field_sep EventListenerList listenerList concode_elem_sep ChangeEvent changeEvent concode_elem_sep Vector selectedPath concode_elem_sep MenuSelectionManager manager concode_field_sep MenuSelectionManager defaultManager ...
void function ( ChangeListener arg0 ) { listenerList . remove ( ChangeListener . class , arg0 ) ; }
22,392
make a copy of this itemset but exclude a given item concode_field_sep Comparator<int[]> comparatorItemsetSameSize concode_field_sep boolean allTheSameExceptLastItem concode_elem_sep int[] intersectTwoSortedArrays concode_elem_sep boolean containsOrEquals concode_elem_sep boolean contains concode_elem_sep int compare c...
int [ ] function ( int [ ] arg0 , Integer arg1 ) { int [ ] loc0 = new int [ arg0 . length - 1 ] ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < arg0 . length ; loc2 ++ ) { if ( arg0 [ loc2 ] != arg1 ) { loc0 [ loc1 ++ ] = arg0 [ loc2 ] ; } } return loc0 ; }
22,393
schedules request to be executed . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxySelecto...
void function ( Request arg0 , Response . Receiver arg1 ) { dispatcher . enqueue ( copyWithDefaults ( ) , arg0 , arg1 ) ; }
22,394
convert a passed byte string e.g. 50b , 100k , or 250m to mebibytes for internal use . if no suffix is provided , the passed number is assumed to be in mebibytes . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep Imm...
long function ( String arg0 ) { return byteStringAs ( arg0 , ByteUnit . MiB ) ; }
22,395
gets the value of the applicationdomain property . concode_field_sep MPEApplicationDomain applicationDomain concode_elem_sep String partnerSessionInfo concode_elem_sep int customerEntityID concode_elem_sep int locationAppID concode_elem_sep int catalogTypeID concode_elem_sep int userID concode_elem_sep String securityT...
MPEApplicationDomain function ( ) { return applicationDomain ; }
22,396
iterates over the aggregation s. concode_field_sep Map<String,Aggregation> aggregationsAsMap concode_elem_sep InternalAggregations EMPTY concode_elem_sep List<InternalAggregation> aggregations concode_elem_sep String AGGREGATIONS concode_field_sep InternalAggregations reduce concode_elem_sep void writeTo concode_elem_s...
Iterator < Aggregation > function ( ) { return aggregations . stream ( ) . map ( ( p ) -> ( Aggregation ) p ) . iterator ( ) ; }
22,397
returns the cofactor . concode_field_sep EllipticCurve curve concode_elem_sep int cofactor concode_elem_sep ECPoint generator concode_elem_sep String curveName concode_elem_sep BigInteger order concode_field_sep void setCurveName concode_elem_sep String getCurveName concode_elem_sep ECPoint getGenerator concode_elem_se...
int function ( ) { return cofactor ; }
22,398
attempts to establish a connection with the data source that this datasource object represents . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep void setPassword concode_elem_sep St...
Connection function ( ) { return getConnection ( user , password ) ; }
22,399
gets the array of questions pdfitembean concode_field_sep ArrayList resources concode_elem_sep String intro concode_elem_sep ArrayList questions concode_elem_sep boolean hasResources concode_elem_sep String sectionId concode_field_sep String getSectionId concode_elem_sep void setSectionId concode_elem_sep Boolean getHa...
ArrayList function ( ) { return questions ; }