idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
7,300
gets the value of the responsetime property . concode_field_sep Long operations concode_elem_sep String requestId concode_elem_sep Long responseTime concode_elem_sep String methodName concode_elem_sep String serviceName concode_field_sep Long getOperations concode_elem_sep String getMethodName concode_elem_sep void set...
Long function ( ) { return responseTime ; }
7,301
returns the full name of this folder . concode_field_sep Folder _folder concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int ...
java . lang . String function ( ) { return _folder . getFullName ( ) ; }
7,302
gets the service provider max distance to operate . concode_field_sep String serviceProvidertiming concode_elem_sep double serviceProviderLatitude concode_elem_sep double serviceProviderLongitude concode_elem_sep double rating concode_elem_sep long serialVersionUID concode_elem_sep String serviceProviderName concode_el...
int function ( ) { return serviceProviderMaxDistanceToOperate ; }
7,303
getuniquefirst concode_field_sep int totalFirst concode_elem_sep int totalSecond concode_elem_sep int uniqueFirst concode_elem_sep int uniqueSecond concode_field_sep int getUniqueSecond concode_elem_sep int getTotalFirst concode_elem_sep void setUniqueSecond concode_elem_sep int getTotalSecond concode_elem_sep void set...
int function ( ) { return uniqueFirst ; }
7,304
visits a node in the graph . concode_field_sep StyledTextOutput output concode_elem_sep boolean seenRootChildren concode_elem_sep boolean lastChild concode_elem_sep StringBuilder prefix concode_field_sep void completeChildren concode_elem_sep void startChildren concode_elem_sep StyledTextOutput getOutput
void function ( Action < ? super StyledTextOutput > arg0 , boolean arg1 ) { if ( seenRootChildren ) { output . withStyle ( Info ) . text ( prefix + ( arg1 ? "srini_string" : "srini_string" ) ) ; } this . lastChild = arg1 ; arg0 . execute ( output ) ; output . println ( ) ; }
7,305
retrieves and removes the last element of this stack , or returns null if this stack is empty . concode_field_sep ArrayDeque<T> deque concode_field_sep int size concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep void push
T function ( ) { return deque . pollLast ( ) ; }
7,306
the list of unused node names concode_field_sep List<ShaderNodeVariable> vertexUniforms concode_elem_sep ShaderNodeVariable vertexGlobal concode_elem_sep List<ShaderNodeVariable> attributes concode_elem_sep List<String> unusedNodes concode_elem_sep List<ShaderNodeVariable> fragmentUniforms concode_elem_sep List<ShaderN...
void function ( List < String > arg0 ) { this . unusedNodes = arg0 ; }
7,307
see layoutstate #has_new_layout . concode_field_sep CSSNodeDEPRECATED mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNodeDEPRECATED nextChild concode_elem_sep ArrayList<CSSNodeDEPRECATED> mChildren concode_elem_sep int lineIndex concode_elem_sep Object mData concode_elem_sep boolean mIsTextNode concode_ele...
boolean function ( ) { return mLayoutState == LayoutState . HAS_NEW_LAYOUT ; }
7,308
test method ` tasks ' . should set taskspage class for rendering concode_field_sep AppControllerForTest appController concode_elem_sep RequestContext ctx concode_elem_sep String taskId concode_elem_sep Job job concode_field_sep void testInfo concode_elem_sep void testConfiguration concode_elem_sep void testGetSingleTas...
void function ( ) { appController . tasks ( ) ; assertEquals ( TasksPage . class , appController . getClazz ( ) ) ; }
7,309
returns the log level . concode_field_sep String LOGTARGET_DEFAULT concode_elem_sep String DISABLE_LOGGING concode_elem_sep String DISABLE_LOGGING_DEFAULT concode_elem_sep String LOGLEVEL_DEFAULT concode_elem_sep String LOGLEVEL concode_elem_sep String LOGTARGET concode_field_sep boolean isDisableLogging concode_elem_s...
String function ( ) { return BaseBoot . getInstance ( ) . getGlobalConfig ( ) . getConfigProperty ( LOGLEVEL , LOGLEVEL_DEFAULT ) ; }
7,310
print the seq. patterns to system.out . concode_field_sep List<List<Sequence>> levels concode_elem_sep String name concode_elem_sep int sequenceCount concode_field_sep List<Sequence> getLevel concode_elem_sep String toString concode_elem_sep void addSequence concode_elem_sep int getLevelCount concode_elem_sep List<List...
void function ( int arg0 ) { System . out . println ( toString ( arg0 ) ) ; }
7,311
gets a list of the products in this musicstore . concode_field_sep int maxProducts concode_elem_sep int totalProducts concode_elem_sep Product[] storeProducts concode_field_sep Product[] sortAllProductsByPrice concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep void printProducts concod...
Product [ ] function ( ) { return this . storeProducts ; }
7,312
sets the status of this member request . concode_field_sep MemberRequest _memberRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_ele...
void function ( int arg0 ) { _memberRequest . setStatus ( arg0 ) ; }
7,313
verifies that invalid bound host will fail with illegalargumentexception during encoding . concode_field_sep InternalLogger logger concode_elem_sep Socks5CommandStatus[] STATUSES concode_field_sep void testSocksCmdResponseDecoder concode_elem_sep void test concode_elem_sep void testSocksCmdResponseDecoderIncludingHost
void function ( ) { test ( Socks5CommandStatus . SUCCESS , Socks5AddressType . IPv4 , "srini_string" , 80 ) ; }
7,314
sets the last timestamp . concode_field_sep String LAST_TIMESTAMP concode_elem_sep RrdRepository m_rrdRepository concode_elem_sep String TIMESYNC_STATUS concode_elem_sep int m_status concode_elem_sep CollectionAgent m_agent concode_elem_sep List<TcaCollectionResource> m_collectionResources concode_elem_sep String INBOU...
void function ( TcaCollectionResource arg0 , long arg1 ) { ResourceTypeUtils . updateStringProperty ( arg0 . getResourceDir ( m_rrdRepository ) , Long . toString ( arg1 ) , LAST_TIMESTAMP ) ; }
7,315
indicates if a bit in the flags field is a flag or not . if it 's part of the rcode or opcode , it 's not . concode_field_sep byte QR concode_elem_sep byte CD concode_elem_sep byte AA concode_elem_sep Mnemonic flags concode_elem_sep int DO concode_elem_sep byte RD concode_elem_sep byte AD concode_elem_sep byte RA conco...
boolean function ( int arg0 ) { flags . check ( arg0 ) ; if ( ( arg0 >= 1 && arg0 <= 4 ) || ( arg0 >= 12 ) ) return false ; return true ; }
7,316
creates a logentry object given the log name , the monitored resource and the entrypayload . concode_field_sep Severity severity concode_elem_sep long serialVersionUID concode_elem_sep Function<com.google.logging.v2.LogEntry,LogEntry> FROM_PB_FUNCTION concode_elem_sep Map<String,String> labels concode_elem_sep Monitore...
LogEntry function ( String arg0 , MonitoredResource arg1 , Payload < ? > arg2 ) { return newBuilder ( arg2 ) . setLogName ( arg0 ) . setResource ( arg1 ) . build ( ) ; }
7,317
gets the value of the id property . concode_field_sep String receivedPaymentId concode_elem_sep Description description concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep PaymentInstrument paymentInstrument concode_field_sep void setPaymentInstrument concode_elem_sep PaymentInstrument ge...
String function ( ) { return id ; }
7,318
reads an object from the given input stream concode_field_sep PlaceHolder placeHolder concode_field_sep void writeObject concode_elem_sep byte[] toByteArray concode_elem_sep void saveObject
T function ( InputStream arg0 ) { try { ObjectInputStream loc0 = new ObjectInputStream ( arg0 ) ; return ( T ) loc0 . readObject ( ) ; } catch ( Exception loc1 ) { throw new RuntimeException ( loc1 ) ; } }
7,319
instructs the lognode to print the log data provided . other lognodes can be chained to the end of the lognode as desired . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNod...
void function ( int arg0 , String arg1 , String arg2 ) { println ( arg0 , arg1 , arg2 , null ) ; }
7,320
get thrift privilege grant info concode_field_sep PlaceHolder placeHolder concode_field_sep List<HivePrivilegeInfo> getPrivilegeInfos concode_elem_sep HivePrincipal getHivePrincipal concode_elem_sep HivePrivObjectActionType getActionType concode_elem_sep HivePrincipalType getHivePrincipalType concode_elem_sep List<Hive...
PrivilegeGrantInfo function ( HivePrivilege arg0 , HivePrincipal arg1 , boolean arg2 , int arg3 ) { return new PrivilegeGrantInfo ( arg0 . getName ( ) , arg3 , arg1 . getName ( ) , getThriftPrincipalType ( arg1 . getType ( ) ) , arg2 ) ; }
7,321
base64 version of the commit id see segmentinfos #getid concode_field_sep long generation concode_elem_sep Map<String,String> userData concode_elem_sep int numDocs concode_elem_sep String id concode_elem_sep XContentBuilderString ID concode_elem_sep XContentBuilderString NUM_DOCS concode_elem_sep XContentBuilderString ...
String function ( ) { return id ; }
7,322
get the enum value from this uri concode_field_sep String scheme concode_elem_sep String DummyPrivateIp concode_elem_sep Class<?> type concode_field_sep BroadcastDomainType getTypeOf concode_elem_sep String getValue concode_elem_sep String getValue concode_elem_sep String scheme concode_elem_sep String scheme concode_e...
BroadcastDomainType function ( URI arg0 ) { return toEnumValue ( arg0 . getScheme ( ) ) ; }
7,323
returns true if the given nodetype is equal to this nodetype . concode_field_sep NodeType UTTERANCE_BEGIN concode_elem_sep NodeType SILENCE_WITH_LOOPBACK concode_elem_sep NodeType DUMMY concode_elem_sep NodeType UTTERANCE_END concode_elem_sep NodeType STATE concode_elem_sep String name concode_elem_sep NodeType WORD co...
boolean function ( NodeType arg0 ) { if ( arg0 != null ) { return toString ( ) . equals ( arg0 . toString ( ) ) ; } else { return false ; } }
7,324
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals
void function ( ) { String [ ] loc0 = new String [ ] { "srini_string" , "srini_string" , "srini_string" } ; SymbolAxis loc1 = new SymbolAxis ( "srini_string" , loc0 ) ; SymbolAxis loc2 = ( SymbolAxis ) TestUtilities . serialised ( loc1 ) ; assertEquals ( loc1 , loc2 ) ; }
7,325
by default , the following paste options are supported : pasteoption #normal : always others : never concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResourc...
boolean function ( EObject arg0 , EStructuralFeature arg1 , PasteOption arg2 ) { if ( arg2 . equals ( PasteOption . NORMAL ) ) { return true ; } else { return false ; } }
7,326
starts if the splash screen is available . concode_field_sep Color TEXT_FOREGROUND concode_elem_sep Color TEXT_BACKGROUND concode_elem_sep Graphics2D g concode_elem_sep Color PROGRESS_FOREGROUND concode_elem_sep BundleContext bundleContext concode_elem_sep int progress concode_elem_sep SplashScreen splash concode_field...
void function ( BundleContext arg0 ) { this . bundleContext = arg0 ; splash = SplashScreen . getSplashScreen ( ) ; if ( splash == null ) return ; g = splash . createGraphics ( ) ; if ( g == null ) return ; arg0 . addServiceListener ( this ) ; }
7,327
returns the hashcode for the graph concode_field_sep List<Node> nodes concode_elem_sep String string concode_elem_sep SortedMap<R,Node> children concode_elem_sep Logger log concode_elem_sep SortedMap<String,V> attributes concode_elem_sep List<Node> roots concode_elem_sep Pattern graphPattern concode_elem_sep V content ...
int function ( ) { return string . hashCode ( ) ; }
7,328
resets an attribute of the given element to its default value . concode_field_sep DoublyIndexedTable values concode_elem_sep String[] keys concode_elem_sep int length concode_field_sep void addAttribute concode_elem_sep void initializeAttributes
boolean function ( AbstractElement arg0 , String arg1 , String arg2 , String arg3 ) { String loc0 = ( String ) values . get ( arg1 , arg3 ) ; if ( loc0 == null ) { return false ; } if ( arg2 != null ) { arg3 = arg2 + ':' + arg3 ; } arg0 . setUnspecifiedAttribute ( arg1 , arg3 , loc0 ) ; return true ; }
7,329
returns a string representation of this object ; useful for testing and debugging . concode_field_sep ChangeInfo changeInfo concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ChangeResourceRecordSetsResult clone concode_elem_sep ChangeResourceRecordSetsResult withChangeInfo concode_elem_sep...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getChangeInfo ( ) != null ) loc0 . append ( "srini_string" + getChangeInfo ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
7,330
deregisters an object for notification of changes to the overlay . concode_field_sep EventListenerList changeListeners concode_field_sep void notifyListeners concode_elem_sep void fireOverlayChanged concode_elem_sep void addChangeListener
void function ( OverlayChangeListener arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . changeListeners . remove ( OverlayChangeListener . class , arg0 ) ; }
7,331
returns an slf4j logger instantiated per instance of this class . concode_field_sep String MOTECH concode_elem_sep String chrootDir concode_elem_sep String buildDir concode_elem_sep String errorFile concode_elem_sep String ERROR_FILENAME concode_elem_sep Logger LOGGER concode_elem_sep String script concode_field_sep vo...
Logger function ( ) { return LOGGER ; }
7,332
determines whether the cursor is ready for reading . when the cursor is ready then it guarantees that some amount of bytes can be read from the underlying stream without blocking . concode_field_sep int pos concode_elem_sep ByteReader reader concode_elem_sep int count concode_elem_sep int limit concode_elem_sep byte[] ...
boolean function ( ) { return ready ( ) > 0 ; }
7,333
sets the transcode scheme . concode_field_sep String clientId concode_elem_sep Date lastSeen concode_elem_sep boolean isDynamicIp concode_elem_sep TranscodeScheme transcodeScheme concode_elem_sep String name concode_elem_sep String ipAddress concode_elem_sep PlayerTechnology technology concode_elem_sep String id concod...
void function ( TranscodeScheme arg0 ) { this . transcodeScheme = arg0 ; }
7,334
match ` this ' versionid against vid . the _ useprefixmatch / _ usegreaterthan flag is used to determine if a prefix match of an exact match should be performed if _ iscompound , must match _ rest also . concode_field_sep VersionID _rest concode_elem_sep boolean _usePrefixMatch concode_elem_sep boolean _isCompound conc...
boolean function ( VersionID arg0 ) { if ( _isCompound ) { if ( ! _rest . match ( arg0 ) ) { return false ; } } return ( _usePrefixMatch ) ? this . isPrefixMatch ( arg0 ) : ( _useGreaterThan ) ? arg0 . isGreaterThanOrEqual ( this ) : matchTuple ( arg0 ) ; }
7,335
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<DBSecurityGroup> dBSecurityGroups concode_elem_sep String marker concode_field_sep java.util.List<DBSecurityGroup> getDBSecurityGroups concode_elem_sep void setDBSecurit...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMarker ( ) != null ) loc0 . append ( "srini_string" + getMarker ( ) + "srini_string" ) ; if ( getDBSecurityGroups ( ) != null ) loc0 . append ( "srini_string" + getDBSecurityGroups ( ) ) ; loc0 . append ( "srin...
7,336
specifies how many debug logs files can be created . defaults to @literal 1 . concode_field_sep Map<String,String> values concode_field_sep void setConsoleFileName concode_elem_sep void set concode_elem_sep void set concode_elem_sep void setOutputDir concode_elem_sep void setForceShutdownOnVmExit concode_elem_sep void ...
void function ( int arg0 ) { set ( "srini_string" , arg0 ) ; }
7,337
whether the multipleheader rappresentation is comma-separated or multiple headers concode_field_sep boolean compact concode_elem_sep Vector<String> values concode_elem_sep String name concode_field_sep void setHeaders concode_elem_sep void addTop concode_elem_sep String getName concode_elem_sep Vector<String> getValues...
boolean function ( ) { return compact ; }
7,338
define valor do atributo to . concode_field_sep String customClass concode_elem_sep String from concode_elem_sep String to concode_elem_sep String label concode_field_sep String getLabel concode_elem_sep String getCustomClass concode_elem_sep void setFrom concode_elem_sep void setLabel concode_elem_sep String getTo con...
void function ( String arg0 ) { this . to = arg0 ; }
7,339
check if the header text should be emitted . by default it is enabled , if non-optimized output is desired . concode_field_sep boolean m_bWriteFooterText concode_elem_sep String m_sContentCharset concode_elem_sep boolean m_bWriteHeaderText concode_elem_sep boolean DEFAULT_OPTIMIZED_OUTPUT concode_elem_sep String m_sHea...
boolean function ( ) { return m_bWriteHeaderText ; }
7,340
f0 - > concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
R function ( IntegerLiteral arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; return loc0 ; }
7,341
returns the type selection dialog or null if the extension has not been initialized yet . concode_field_sep ITypeSelectionComponent fComponent concode_field_sep ISelectionStatusValidator getSelectionValidator concode_elem_sep ITypeInfoImageProvider getImageProvider concode_elem_sep ITypeInfoFilterExtension getFilterExt...
ITypeSelectionComponent function ( ) { return fComponent ; }
7,342
create an instance of validationconfigtype concode_field_sep QName _ElementTypeAnnotation_QNAME concode_elem_sep QName _ConstraintMappings_QNAME concode_elem_sep QName _ElementTypeValue_QNAME concode_elem_sep QName _ValidationConfig_QNAME concode_field_sep ValidatedByType createValidatedByType concode_elem_sep CrossPar...
ValidationConfigType function ( ) { return new ValidationConfigType ( ) ; }
7,343
analyses the map to define how many attributes constitute overrides . only differences in the group context are considered overrides . concode_field_sep DOMTreeManager domTreeManager concode_elem_sep SVGGraphicContext groupGC concode_elem_sep short FILL concode_elem_sep short DRAW concode_elem_sep GraphicContext gc con...
int function ( SVGGraphicContext arg0 ) { return arg0 . getGroupContext ( ) . size ( ) ; }
7,344
return reciprocal of this complex number concode_field_sep double re concode_elem_sep double im concode_field_sep double phase concode_elem_sep ComplexNumbers tan concode_elem_sep ComplexNumbers minus concode_elem_sep double im concode_elem_sep ComplexNumbers cos concode_elem_sep double circ_r concode_elem_sep ComplexN...
ComplexNumbers function ( ) { double loc0 = re * re + im * im ; return new ComplexNumbers ( re / loc0 , - im / loc0 ) ; }
7,345
gets the value of the address property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the address property . for example , to add a new item , do as...
List < Address > function ( ) { if ( address == null ) { address = new ArrayList < Address > ( ) ; } return this . address ; }
7,346
rotates a matrix 90 degrees counter-clockwise concode_field_sep PlaceHolder placeHolder concode_field_sep void output concode_elem_sep void output concode_elem_sep boolean[][] rotate concode_elem_sep boolean[][] rotateLeft concode_elem_sep int[][] boolToI
boolean [ ] [ ] function ( boolean [ ] [ ] arg0 ) { boolean [ ] [ ] loc0 = new boolean [ arg0 [ 0 ] . length ] [ arg0 . length ] ; for ( int loc1 = loc0 . length - 1 ; loc1 >= 0 ; loc1 -- ) { for ( int loc2 = 0 ; loc2 < loc0 [ 0 ] . length ; loc2 ++ ) { loc0 [ loc1 ] [ loc2 ] = arg0 [ loc2 ] [ loc0 . length - 1 - loc1 ...
7,347
open and return an data input stream for a connection . opening a datainputstream counts as opening an inputstream trying to open another inputstream or outputstream causes an ioexception . trying to open the inputstream or outputstream after they have been closed causes an ioexception . concode_field_sep boolean isClo...
DataInputStream function ( ) { return new DataInputStream ( openInputStream ( ) ) ; }
7,348
returns a character representing the stone . concode_field_sep int F2 concode_elem_sep int NO_SQUARE concode_elem_sep int E1 concode_elem_sep int RES_WHITE_WINS concode_elem_sep int D4 concode_elem_sep int C5 concode_elem_sep int A7 concode_elem_sep int RES_BLACK_WINS concode_elem_sep int E3 concode_elem_sep char piece...
char function ( int arg0 ) { if ( arg0 < 0 ) return pieceChars [ - arg0 ] ; else return pieceChars [ arg0 ] ; }
7,349
yield to other running threads concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean testMode concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread c...
void function ( ) { Thread . yield ( ) ; }
7,350
returns a hash code value for the name object . this hash is based on the string representation of name of the name object . concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep boolean equals...
int function ( ) { return name . hashCode ( ) ; }
7,351
draw the pattern z concode_field_sep char symbol concode_elem_sep String genderCharSet concode_elem_sep int age concode_elem_sep char gender concode_elem_sep char FEMALE concode_elem_sep char MALE concode_elem_sep String SPACE_SYMBOL concode_elem_sep boolean poisonous concode_field_sep int getAge concode_elem_sep void ...
void function ( ) { for ( int loc0 = 0 ; loc0 < age ; ++ loc0 ) { for ( int loc1 = 0 ; loc1 < age ; ++ loc1 ) { if ( loc0 == 0 || loc0 == age - 1 || loc0 == age - loc1 - 1 ) { out . print ( symbol ) ; } else { out . print ( SPACE_SYMBOL ) ; } } out . println ( ) ; } }
7,352
gets the remote app log dir . concode_field_sep String TMP_FILE_SUFFIX concode_field_sep String getRemoteNodeLogDirSuffix concode_elem_sep Path getRemoteNodeLogFileForApp concode_elem_sep Path getRemoteLogUserDir concode_elem_sep String getNodeString concode_elem_sep String getNodeString concode_elem_sep Path getRemote...
Path function ( Path arg0 , ApplicationId arg1 , String arg2 , String arg3 ) { return new Path ( getRemoteLogSuffixedDir ( arg0 , arg2 , arg3 ) , arg1 . toString ( ) ) ; }
7,353
go to previous page in history . we manage our own history concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebV...
boolean function ( ) { if ( webView . canGoBack ( ) ) { webView . goBack ( ) ; return true ; } return false ; }
7,354
returns the file path where results of code analysis are to be stored . concode_field_sep long serialVersionUID concode_elem_sep File analysisFile concode_elem_sep File publishedCode concode_field_sep File getPublishedCode concode_elem_sep void setPublishedCode concode_elem_sep void setAnalysisFile
File function ( ) { return analysisFile ; }
7,355
specify an optional client property . concode_field_sep ClusterFixture cluster concode_elem_sep Properties clientProps concode_elem_sep DrillClient client concode_field_sep ClusterFixture cluster concode_elem_sep void alterSession concode_elem_sep void alterSystem concode_elem_sep int countResults concode_elem_sep Prof...
ClientBuilder function ( String arg0 , Object arg1 ) { if ( clientProps == null ) { clientProps = new Properties ( ) ; } clientProps . put ( arg0 , arg1 ) ; return this ; }
7,356
set the port number of the server providing direct socket data e.g. `` 1337 '' . concode_field_sep String plainTextUriStreaming concode_elem_sep boolean shouldLoadRemoteMetaData concode_elem_sep String secretKey concode_elem_sep String apiKey concode_elem_sep String sslUri concode_elem_sep String plainTextUri concode_e...
void function ( int arg0 ) { this . port = arg0 ; }
7,357
auto generated getter method concode_field_sep com.amazon.ec2.CancelExportTaskResponseType localCancelExportTaskResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName ...
com . amazon . ec2 . CancelExportTaskResponseType function ( ) { return localCancelExportTaskResponse ; }
7,358
returns the sysex message list concode_field_sep short id concode_elem_sep int time concode_elem_sep Vector message concode_field_sep void addToList concode_elem_sep void print concode_elem_sep int read concode_elem_sep int getTime concode_elem_sep short getID concode_elem_sep Event copy concode_elem_sep int write conc...
Vector function ( ) { return message ; }
7,359
returns the second segment concode_field_sep int BUFFER_SIZE concode_elem_sep int PFB_HEADER_LENGTH concode_elem_sep int[] PFB_RECORDS concode_elem_sep int[] lengths concode_elem_sep int BINARY_MARKER concode_elem_sep int START_MARKER concode_elem_sep byte[] pfbdata concode_elem_sep int ASCII_MARKER concode_field_sep i...
byte [ ] function ( ) { return Arrays . copyOfRange ( pfbdata , lengths [ 0 ] , lengths [ 0 ] + lengths [ 1 ] ) ; }
7,360
when the revision was last used by aws codedeploy . concode_field_sep java.util.Date registerTime concode_elem_sep java.util.Date firstUsedTime concode_elem_sep String description concode_elem_sep com.amazonaws.internal.SdkInternalList<String> deploymentGroups concode_elem_sep java.util.Date lastUsedTime concode_field_...
void function ( java . util . Date arg0 ) { this . lastUsedTime = arg0 ; }
7,361
obtiene el valor de la propiedad uri . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep void s...
String function ( ) { return uri ; }
7,362
launch4j header file . concode_field_sep String DOWNLOAD_URL concode_elem_sep String errTitle concode_elem_sep String STAY_ALIVE concode_elem_sep File outfile concode_elem_sep String downloadUrl concode_elem_sep String supportUrl concode_elem_sep File icon concode_elem_sep String ICON concode_elem_sep String GUI_HEADER...
String function ( ) { return headerType . toLowerCase ( ) ; }
7,363
apply the exception handler and return the alternative result . concode_field_sep Object handler concode_elem_sep Object returnValue concode_elem_sep BindingContext bindingContext concode_elem_sep Function<Throwable,Mono<HandlerResult>> exceptionHandler concode_elem_sep ResolvableType returnType concode_field_sep Model...
Mono < HandlerResult > function ( Throwable arg0 ) { return ( hasExceptionHandler ( ) ? this . exceptionHandler . apply ( arg0 ) : Mono . error ( arg0 ) ) ; }
7,364
gets the value of the zip property . concode_field_sep String zip concode_elem_sep String country concode_elem_sep String addressln2 concode_elem_sep String addressln1 concode_elem_sep String state concode_field_sep void setCountry concode_elem_sep String getState concode_elem_sep String getCountry concode_elem_sep voi...
String function ( ) { return zip ; }
7,365
returns the response for the http redirect that triggered this response , or null if this response was n't triggered by an automatic redirect . the body of the returned response should not be read because it has already been consumed by the redirecting client . concode_field_sep Request request concode_elem_sep RawHead...
Response function ( ) { return redirectedBy ; }
7,366
the number of custom headers for this origin . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.SdkInternalList<OriginCustomHeader> items concode_field_sep java.util.List<OriginCustomHeader> getItems concode_elem_sep void setQuantity concode_elem_sep int hashCode concode_elem_sep void setItems...
Integer function ( ) { return this . quantity ; }
7,367
returns the number of entity-copy mappings in this eventcache concode_field_sep IdentityMap entityToCopyMap concode_elem_sep Map entityToOperatedOnFlagMap concode_field_sep boolean isOperatedOn concode_elem_sep IdentityMap invertMap concode_elem_sep void setOperatedOn concode_elem_sep Set entrySet concode_elem_sep bool...
int function ( ) { return entityToCopyMap . size ( ) ; }
7,368
returns the osgi service identifier . concode_field_sep SocialActivityInterpreterLocalService _socialActivityInterpreterLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.social.kernel.model.SocialActivityFeedEntry interpret concode_elem_sep com.liferay.social.kernel.model.SocialActivity...
java . lang . String function ( ) { return _socialActivityInterpreterLocalService . getOSGiServiceIdentifier ( ) ; }
7,369
get the status of lazy loading concode_field_sep SqlMapExecutorDelegate delegate concode_elem_sep SessionScope sessionScope concode_elem_sep boolean closed concode_field_sep void setUserConnection concode_elem_sep void startTransaction concode_elem_sep void startTransaction concode_elem_sep DataSource getDataSource con...
boolean function ( ) { return delegate . isLazyLoadingEnabled ( ) ; }
7,370
returns a list of the events that can immediately follow this tail . concode_field_sep List<EventType> tail concode_elem_sep Set<EventType> following concode_elem_sep String relations concode_elem_sep Map<List<EventType>,KTailInvariant> tails concode_field_sep List<EventType> getTailEvents concode_elem_sep String getRe...
List < EventType > function ( ) { return new ArrayList < EventType > ( following ) ; }
7,371
this will get the non stroking alpha constant . concode_field_sep COSDictionary dict concode_field_sep boolean getAutomaticStrokeAdjustment concode_elem_sep void setFontSetting concode_elem_sep PDSoftMask getSoftMask concode_elem_sep Float getOverprintMode concode_elem_sep void setLineDashPattern concode_elem_sep Float...
void function ( Float arg0 ) { setFloatItem ( COSName . CA_NS , arg0 ) ; }
7,372
get list of all active assessments . concode_field_sep Logger log concode_field_sep List getBasicInfoOfAllActiveAssessments concode_elem_sep List getBasicInfoOfAllActiveAssessments concode_elem_sep void removeAssessment concode_elem_sep AssessmentIfc createAssessmentWithoutDefaultSection concode_elem_sep List getBasicI...
List function ( int arg0 , int arg1 , String arg2 ) { try { AssessmentService loc0 = new AssessmentService ( ) ; return loc0 . getAllAssessments ( arg0 , arg1 , arg2 ) ; } catch ( Exception loc0 ) { throw new AssessmentServiceException ( loc0 ) ; } }
7,373
get the resource adapter concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep void setResource...
ResourceAdapter function ( ) { log . trace ( "srini_string" ) ; return ra ; }
7,374
create a socketio message frame concode_field_sep PlaceHolder placeHolder concode_field_sep String encodeDisconnect concode_elem_sep String encodeDisconnect concode_elem_sep String encodeAck concode_elem_sep String encodeConnect concode_elem_sep String encodeConnect concode_elem_sep String encodeHeartBit concode_elem_s...
String function ( final long arg0 , final String arg1 , final String arg2 ) { return SocketIOFrameGenerator . encode ( FrameType . MESSAGE , arg0 , false , arg1 , arg2 , null ) ; }
7,375
specify the job 's durability , i.e. whether it should remain stored in the job store even if no triggers point to it anymore . concode_field_sep JobDetail jobDetail concode_elem_sep ApplicationContext applicationContext concode_elem_sep Class<?> jobClass concode_elem_sep String name concode_elem_sep boolean requestsRe...
void function ( boolean arg0 ) { this . durability = arg0 ; }
7,376
sets the value of the value property . concode_field_sep Map<QName,String> otherAttributes concode_elem_sep byte value concode_field_sep byte getValue concode_elem_sep Map<QName,String> getOtherAttributes
void function ( byte arg0 ) { this . value = arg0 ; }
7,377
set the public key credential . only required if this client will be used to call api endpoints that need a public key . can be found in your account dashboard . see documentation for details . concode_field_sep String clientId concode_elem_sep long DEFAULT_READ_TIMEOUT_SECONDS concode_elem_sep long connectTimeoutSecon...
Builder function ( String arg0 ) { Util . notNull ( arg0 , "srini_string" ) ; this . publicKey = arg0 ; return this ; }
7,378
checks whether a header is part of the iteration . concode_field_sep String headerName concode_elem_sep List allHeaders concode_elem_sep int lastIndex concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep int findNext concode...
boolean function ( int arg0 ) { if ( this . headerName == null ) return true ; final String loc0 = ( ( Header ) this . allHeaders . get ( arg0 ) ) . getName ( ) ; return this . headerName . equalsIgnoreCase ( loc0 ) ; }
7,379
getid is pretty trivial , so verifying one should be enough to check that the mechanism is working ok concode_field_sep PlaceHolder placeHolder concode_field_sep void testReturnsBag concode_elem_sep void testGetDataType
void function ( ) { FunctionDefinition loc0 = StdFunctions . FD_STRING_EQUAL ; Identifier loc1 = loc0 . getId ( ) ; assertTrue ( XACML3 . ID_FUNCTION_STRING_EQUAL . stringValue ( ) . equals ( loc1 . stringValue ( ) ) ) ; }
7,380
sets host endpoint will be bound to . concode_field_sep ServerSocket srvSock concode_elem_sep boolean mgmt concode_elem_sep IgniteLogger log concode_elem_sep int port concode_elem_sep String host concode_elem_sep int DFLT_IPC_PORT concode_field_sep void setupConfiguration concode_elem_sep int getPort concode_elem_sep v...
void function ( String arg0 ) { this . host = arg0 ; }
7,381
encodes an array of bytes into an array of url safe 7-bit characters . unsafe characters are escaped . concode_field_sep byte ESCAPE_CHAR concode_elem_sep BitSet WWW_FORM_URL concode_elem_sep String charset concode_field_sep String getEncoding concode_elem_sep byte[] decodeUrl concode_elem_sep String getDefaultCharset ...
byte [ ] function ( byte [ ] arg0 ) { return encodeUrl ( WWW_FORM_URL , arg0 ) ; }
7,382
predicate for the : xpath capability . concode_field_sep String URN_IETF_PARAMS_NETCONF concode_elem_sep String WITH_DEFAULTS_CAPABILITY concode_elem_sep String NS_ACTIONS concode_elem_sep String VALIDATE_CAPABILITY concode_elem_sep String NS_NOTIFICATION concode_elem_sep String CONFIRMED_COMMIT_CAPABILITY concode_elem...
boolean function ( ) { return xpathCapability ; }
7,383
standard setter for the abortnewpatchsets value . concode_field_sep boolean abortManualPatchsets concode_elem_sep boolean enabled concode_elem_sep boolean abortNewPatchsets concode_field_sep void setEnabled concode_elem_sep boolean isAbortNewPatchsets concode_elem_sep boolean isAbortManualPatchsets concode_elem_sep boo...
void function ( boolean arg0 ) { this . abortNewPatchsets = arg0 ; }
7,384
gets the list of attachment details . concode_field_sep boolean image concode_elem_sep String field concode_elem_sep TreeSet<Field> fields concode_elem_sep String name concode_elem_sep String contentId concode_elem_sep String description concode_elem_sep TreeSet<Attachment> attachments concode_elem_sep String type conc...
TreeSet < Attachment > function ( ) { return attachments ; }
7,385
gets the clickcommandinfos value for this placementtagdata . concode_field_sep com.google.api.ads.dfa.axis.v1_19.Advertiser advertiser concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.dfa.axis.v1_19.CampaignBase campaign concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.goog...
com . google . api . ads . dfa . axis . v1_19 . ClickCommandInfo [ ] function ( ) { return clickCommandInfos ; }
7,386
controls whether the externalresource should be loaded or not . concode_field_sep SecurityException se concode_elem_sep String ERROR_EXTERNAL_RESOURCE_NOT_EMBEDED concode_elem_sep String DATA_PROTOCOL concode_field_sep placeholderType placeHolder
void function ( ) { if ( se != null ) { throw se ; } }
7,387
returns the combo values for the property . concode_field_sep String STRING_TYPE concode_elem_sep String[] fixedEnum concode_elem_sep String COMBO_TYPE concode_elem_sep String defaultValue concode_elem_sep String name concode_elem_sep String toolTip concode_elem_sep String BOOLEAN_TYPE concode_elem_sep String type conc...
String [ ] function ( ) { return this . fixedEnum ; }
7,388
return the label to display in the history drop down list . use the history entry text if the location has not been restored yet . concode_field_sep IMemento locationMemento concode_elem_sep String historyText concode_elem_sep INavigationLocation location concode_elem_sep IWorkbenchPage page concode_elem_sep Navigation...
String function ( ) { if ( location != null ) { String loc0 = location . getText ( ) ; if ( ( loc0 == null ) || loc0 . equals ( "srini_string" ) ) { loc0 = historyText ; } else { historyText = loc0 ; } return loc0 ; } else { return historyText ; } }
7,389
the name of the document source field to add to this indexfield . returns a reference to this object so that method calls can be chained together . constraints : length : 1 - 64 pattern : a-z a-z0-9 _ concode_field_sep java.util.Map<String,String> cases concode_elem_sep String defaultValue concode_elem_sep String sourc...
SourceDataMap function ( String arg0 ) { this . sourceName = arg0 ; return this ; }
7,390
returns the value of notafter field of the structure . concode_field_sep Date notAfter concode_elem_sep ASN1Sequence ASN1 concode_elem_sep byte[] encoding concode_elem_sep Date notBefore concode_field_sep void getValues concode_elem_sep Date getNotBefore concode_elem_sep byte[] getEncoded concode_elem_sep Object getDec...
Date function ( ) { return notAfter ; }
7,391
returns the round trip time for this ping in nanoseconds , or -1 if the response was canceled , or -2 if the timeout elapsed before the round trip completed . concode_field_sep long sent concode_elem_sep CountDownLatch latch concode_elem_sep long received concode_field_sep void cancel concode_elem_sep void receive conc...
long function ( long arg0 , TimeUnit arg1 ) { if ( latch . await ( arg0 , arg1 ) ) { return received - sent ; } else { return - 2 ; } }
7,392
tests if it 's possible to have searchbase prefixed with ldap url , initialdircontext is used . concode_field_sep URL webAppURL concode_elem_sep LdapServer ldapServer concode_elem_sep boolean removeBouncyCastle concode_elem_sep ManagementClient mgmtClient concode_elem_sep DirectoryService directoryService concode_elem_...
void function ( ) { final URL loc0 = new URL ( webAppURL . toExternalForm ( ) + "srini_string" + LdapUrlTestServlet . PARAM_HOST + "srini_string" + URLEncoder . encode ( Utils . getSecondaryTestAddress ( mgmtClient ) , "srini_string" ) ) ; assertEquals ( "srini_string" , Utils . makeCallWithBasicAuthn ( loc0 , null , n...
7,393
gets the tounicode character value for the given character . concode_field_sep CMap toUnicode concode_elem_sep Map<Integer,Float> cidWidths concode_elem_sep float[] widths concode_elem_sep Encoding encoding concode_elem_sep Rectangle2D maxCharBounds concode_elem_sep int firstCh concode_elem_sep float descent concode_el...
char function ( char arg0 ) { if ( toUnicode != null ) { return toUnicode . toSelector ( arg0 ) ; } return arg0 ; }
7,394
deletes all existing tracks & release associated resources . concode_field_sep VideoStream mVideoStream concode_elem_sep InetAddress mDestination concode_elem_sep Object sLock concode_elem_sep int mTimeToLive concode_elem_sep Context mContext concode_elem_sep long mTimestamp concode_elem_sep WifiManager.MulticastLock m...
void function ( ) { synchronized ( sLock ) { if ( mVideoStream != null ) { mVideoStream . stop ( ) ; mVideoStream . release ( ) ; mVideoStream = null ; } if ( mAudioStream != null ) { mAudioStream . stop ( ) ; mAudioStream . release ( ) ; mAudioStream = null ; } } }
7,395
gets the value of the periodicchargeapplied property . concode_field_sep XMLGregorianCalendar balanceExpirationDate concode_elem_sep BigInteger expirableBalanceInCents concode_elem_sep BigInteger messageCount concode_elem_sep BigInteger expirableBalanceInMinutes concode_elem_sep long serialVersionUID concode_elem_sep B...
Boolean function ( ) { return periodicChargeApplied ; }
7,396
set buddy preference . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep boolean buddyPref concode_elem_sep Integer id concode_field_sep void setLastName concode_elem_sep void setFirstName concode_elem_sep void setId concode_elem_sep Integer getId concode_elem_sep String getFirstName ...
void function ( boolean arg0 ) { this . buddyPref = arg0 ; }
7,397
parses the raw content of the box . it surrounds the actual parsing which is done 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 getPa...
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 ) ; } }
7,398
get technicalowner concode_field_sep String businessOwner concode_elem_sep String businessOwnerEmail concode_elem_sep String technicalOwner concode_elem_sep String technicalOwnerEmail concode_field_sep String toIndentedString concode_elem_sep String getBusinessOwnerEmail concode_elem_sep String getTechnicalOwnerEmail c...
String function ( ) { return technicalOwner ; }
7,399
gets the value of the firstheader property . concode_field_sep Boolean alignWithMargins concode_elem_sep Object parent concode_elem_sep String evenHeader concode_elem_sep String oddHeader concode_elem_sep String firstHeader concode_elem_sep Boolean differentOddEven concode_elem_sep String evenFooter concode_elem_sep Bo...
String function ( ) { return firstHeader ; }