100+ results for 'mailto: gmail.com'
Not the results you expected?
JavaSrcOptions.java (https://github.com/apache/maven-sandbox.git) Java · 428 lines
Default.aspx (https://EyesBaby.svn.codeplex.com/svn) ASP.NET · 63 lines
51 <td colspan="2" style="text-align:center">
52 Founder:<a href="http://www.cnblogs.com/yizhuqing" target="_blank">Billy Qing</a>
53 E-Mail:<a href="mailto:yizhuqing@gmail.com" target="_blank">yizhuqing@gmail.com</a>
54 QQ:<a href="tencent://Message/?Uin=1034825344&websiteName=daodaostudio.com&Menu=yes" target="_blank">daodaostudio@qq.com</a><br />
55 Powered by DaoDaoStudio © 2010-2010</td>
CxDxLocalSessionDataImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 91 lines
✨ Summary
This Java class implements a local session data for a CxDx (Common Diameter Extension) application. It provides methods to set and get various state variables, such as the current session state, timer ID, and buffer (a request message). The class extends AppSessionDataLocalImpl
and implements the ICxDxSessionData
interface, indicating its role in managing local data for CxDx sessions.
This Java class implements a local session data for a CxDx (Common Diameter Extension) application. It provides methods to set and get various state variables, such as the current session state, timer ID, and buffer (a request message). The class extends AppSessionDataLocalImpl
and implements the ICxDxSessionData
interface, indicating its role in managing local data for CxDx sessions.
AccessDeliveryInformationImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 100 lines
✨ Summary
This Java class implements the AccessDeliveryInformation parameter of the ISUP protocol. It provides methods for encoding and decoding a byte array representation of this parameter, which contains an access delivery indicator. The class also includes getter and setter methods for accessing and modifying the access delivery indicator value.
This Java class implements the AccessDeliveryInformation parameter of the ISUP protocol. It provides methods for encoding and decoding a byte array representation of this parameter, which contains an access delivery indicator. The class also includes getter and setter methods for accessing and modifying the access delivery indicator value.
DocTag.js
(http://jsdoc-toolkit.googlecode.com/svn/)
JavaScript · 110 lines
✨ Summary
This is a JavaScript file that defines a class called DocTag, which represents a tag within a doclet. The constructor takes a string of text following the @ character as input and parses it into various properties such as title, type, name, and desc. It also includes some synonyms for certain tags to make them compatible with JsDoc Toolkit.
This is a JavaScript file that defines a class called DocTag, which represents a tag within a doclet. The constructor takes a string of text following the @ character as input and parses it into various properties such as title, type, name, and desc. It also includes some synonyms for certain tags to make them compatible with JsDoc Toolkit.
2 * @fileOverview
3 * @name DocTag
4 * @author Michael Mathews micmath@gmail.com
5 * @url $HeadURL: https://jsdoc-toolkit.googlecode.com/svn/branches/jsdoc_tk_gui/setup/app/DocTag.js $
6 * @revision $Id: DocTag.js 313 2007-11-11 22:01:03Z sebastien.bordes $
11 /**
12 * @class Represents a tag within a doclet.
13 * @author Michael Mathews <a href="mailto:micmath@gmail.com">micmath@gmail.com</a>
14 * @constructor
15 * @param {string} src line(s) of text following the @ character
ComponentBrowserCard.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 80 lines
✨ Summary
This Java class represents a card component in a console application for managing components in a JBoss server. It extends the Card
class and provides functionality to display a list of component types, allowing users to browse and view information about these components. The component’s data is refreshed when it is shown or hidden.
This Java class represents a card component in a console application for managing components in a JBoss server. It extends the Card
class and provides functionality to display a list of component types, allowing users to browse and view information about these components. The component’s data is refreshed when it is shown or hidden.
This Java class represents a card component in a console application for managing components in a JBoss server. It extends the Card
class and provides functionality to display a list of component types, allowing users to browse and view information about these components. The component’s data is refreshed when it is shown or hidden.
This Java class represents a card component in a console application for managing components in a JBoss server. It extends the Card
class and provides functionality to display a list of component types, allowing users to browse and view information about these components. The component’s data is refreshed when it is shown or hidden.
MbmsCountingInformation.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 83 lines
✨ Summary
This Java code defines an enumeration MbmsCountingInformation
that represents two possible values: COUNTING_NOT_APPLICABLE
and COUNTING_APPLICABLE
. It provides a way to map integer values to these enum constants, ensuring data consistency and preventing invalid states. The code is designed for use in Diameter protocol, specifically for UTRAN access type, and follows the GNU Lesser General Public License.
This Java code defines an enumeration MbmsCountingInformation
that represents two possible values: COUNTING_NOT_APPLICABLE
and COUNTING_APPLICABLE
. It provides a way to map integer values to these enum constants, ensuring data consistency and preventing invalid states. The code is designed for use in Diameter protocol, specifically for UTRAN access type, and follows the GNU Lesser General Public License.
UserDaoJpa.java (git://github.com/myabc/appfuse.git) Java · 86 lines
21 * retrieve User objects.
22 *
23 * @author <a href="mailto:matt@raibledesigns.com">Matt Raible</a>
24 * Modified by <a href="mailto:dan@getrolling.com">Dan Kibler</a>
25 * Extended to implement Acegi UserDetailsService interface by David Carter david@carter.net
26 * Modified by <a href="mailto:bwnoll@gmail.com">Bryan Noll</a> to work with
27 * the new BaseDaoHibernate implementation that uses generics.
28 */
MessageType.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 193 lines
✨ Summary
This Java class represents a MessageType enumeration, which is used to categorize Diameter protocol messages. It provides constants for different message types and methods to convert between integer values and corresponding message types. The class also implements Serializable and provides a fromInt
method to create instances from integer values, ensuring consistency across the application.
This Java class represents a MessageType enumeration, which is used to categorize Diameter protocol messages. It provides constants for different message types and methods to convert between integer values and corresponding message types. The class also implements Serializable and provides a fromInt
method to create instances from integer values, ensuring consistency across the application.
CxDxAVPFactory.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 168 lines
✨ Summary
This Java code defines an interface CxDxAVPFactory
that extends DiameterAvpFactory
. It provides a set of methods to create instances of Diameter AVPs (Application-Value Pairs) specific to Cx/Dx, which is a protocol used in Diameter signaling. The factory creates various AVP instances with and without mandatory AVPs filled, allowing for the creation of Grouped AVP instances.
This Java code defines an interface CxDxAVPFactory
that extends DiameterAvpFactory
. It provides a set of methods to create instances of Diameter AVPs (Application-Value Pairs) specific to Cx/Dx, which is a protocol used in Diameter signaling. The factory creates various AVP instances with and without mandatory AVPs filled, allowing for the creation of Grouped AVP instances.
CssVariablesMinifierPlugin.php (http://cssmin.googlecode.com/svn/trunk/) PHP · 112 lines
RackFilter.java (git://github.com/florinpatrascu/jrack.git) Java · 200 lines
DLCVersionTest.java (https://code.google.com/p/pct/) Java · 208 lines
OldestConflictResolverTest.java (https://github.com/apache/maven.git) Java · 110 lines
NewestConflictResolverTest.java (https://github.com/apache/maven.git) Java · 109 lines
DefaultConflictResolverFactory.java (https://github.com/apache/maven.git) Java · 80 lines
ITextHeader.java (https://github.com/apache/maven-doxia.git) Java · 138 lines
RoAvpFactory.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 295 lines
✨ Summary
This Java code defines an interface for creating various types of Grouped AVP (Attribute Value Pair) objects, which are used in Diameter protocol for mobile networks. It provides methods to create instances of these objects with specific attributes and values, allowing developers to construct and manipulate Diameter messages. The interface is likely part of a larger Diameter protocol implementation.
This Java code defines an interface for creating various types of Grouped AVP (Attribute Value Pair) objects, which are used in Diameter protocol for mobile networks. It provides methods to create instances of these objects with specific attributes and values, allowing developers to construct and manipulate Diameter messages. The interface is likely part of a larger Diameter protocol implementation.
qgsfilewidget.h (https://gitlab.com/lbartoletti/QGIS.git) C Header · 276 lines
ProfileSpecificationDescriptorImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 308 lines
✨ Summary
This Java class represents a Profile Specification Descriptor, which is part of the SIP (Session Initiation Protocol) protocol. It encapsulates various attributes and settings for a profile in a SIP system, such as collators, environment entries, event handling, abstract classes, and usage parameter interfaces. The class provides getter methods to access these attributes, allowing other parts of the system to use this information.
This Java class represents a Profile Specification Descriptor, which is part of the SIP (Session Initiation Protocol) protocol. It encapsulates various attributes and settings for a profile in a SIP system, such as collators, environment entries, event handling, abstract classes, and usage parameter interfaces. The class provides getter methods to access these attributes, allowing other parts of the system to use this information.
RemoveReleasePomsPhase.java (https://gitlab.com/kidaa/maven-release.git) Java · 154 lines
SqlDefaultType.java (git://github.com/hudec/sql-processor.git) Java · 185 lines
DocUtil.java (http://twiddling.googlecode.com/svn/trunk/) Java · 189 lines
get_dim_and_tr.m (http://cvfootballtracking.googlecode.com/svn/trunk/) Objective C · 60 lines
ResetAnswer.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 255 lines
✨ Summary
This Java code defines a class that represents an HTTP request message. It provides methods to set and get various parameters of the request, such as authentication state, failed attempts, proxy information, route records, and more. The class is likely used in a web application or framework to handle incoming requests.
This Java code defines a class that represents an HTTP request message. It provides methods to set and get various parameters of the request, such as authentication state, failed attempts, proxy information, route records, and more. The class is likely used in a web application or framework to handle incoming requests.
NotifyAnswer.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 255 lines
✨ Summary
This Java code defines a class that represents an HTTP request message. It provides methods to set and get various parameters of the request, such as headers, query parameters, body content, and more. The class is likely used in a web application or framework to build and manipulate HTTP requests.
This Java code defines a class that represents an HTTP request message. It provides methods to set and get various parameters of the request, such as headers, query parameters, body content, and more. The class is likely used in a web application or framework to build and manipulate HTTP requests.
Marker.scala (http://scalaxx.googlecode.com/svn/trunk/) Scala · 54 lines
1 // scalaxx - Scala XML eXtensions
2 // (c) 2009-2010, Normen M?ller, normen.mueller@gmail.com
3 // $Id: Marker.scala 84 2010-09-26 16:02:32Z normen.mueller $
4 package scalaxx.util
12 /**
13 * @author <a href="mailto:normen.mueller@googlemail.com">Normen Müller</a>
14 * @version 0.0.5
15 */
18 /**
19 * @author <a href="mailto:normen.mueller@googlemail.com">Normen Müller</a>
20 * @version 0.0.5
21 */
26 /**
27 * @author <a href="mailto:normen.mueller@googlemail.com">Normen Müller</a>
28 * @version 0.0.5
29 */
NSRect.java (http://rococoa.googlecode.com/svn/trunk/) Java · 62 lines
SimonInfo.java (http://javasimon.googlecode.com/svn/trunk/) Java · 76 lines
sfMessageSource_gettext.class.php (http://opac-sbweb.googlecode.com/svn/trunk/) PHP · 352 lines
Type.hs (git://github.com/8c6794b6/haskell-sc-scratch.git) Haskell · 381 lines
XmlEngineConfiguration.java (git://github.com/hudec/sql-processor.git) Java · 341 lines
MIndexHint.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 53 lines
✨ Summary
This Java class, MIndexHint
, implements an interface called IndexHintDescriptor
. It represents a hint for indexing queries in a JAIN SLEE server. The class takes an object of type org.mobicents.slee.container.component.deployment.jaxb.slee11.profile.IndexHint
as a parameter and extracts its query operator and collator reference, storing them as instance variables.
This Java class, MIndexHint
, implements an interface called IndexHintDescriptor
. It represents a hint for indexing queries in a JAIN SLEE server. The class takes an object of type org.mobicents.slee.container.component.deployment.jaxb.slee11.profile.IndexHint
as a parameter and extracts its query operator and collator reference, storing them as instance variables.
IServerAccSessionData.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 54 lines
✨ Summary
This Java interface defines a contract for server-side account session data. It extends another interface, IAccSessionData
, and adds methods to manage session state, timer IDs, and timeouts. The interface provides getter and setter methods for these properties, allowing classes implementing it to access and modify the session data as needed.
This Java interface defines a contract for server-side account session data. It extends another interface, IAccSessionData
, and adds methods to manage session state, timer IDs, and timeouts. The interface provides getter and setter methods for these properties, allowing classes implementing it to access and modify the session data as needed.
ParameterException.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 73 lines
✨ Summary
This is a Java class definition for ParameterException
, which extends the built-in Exception
class. It provides four constructors to create instances of this exception, allowing for different ways to initialize the exception with a message and/or cause. The serialVersionUID field is used for serialization purposes.
This is a Java class definition for ParameterException
, which extends the built-in Exception
class. It provides four constructors to create instances of this exception, allowing for different ways to initialize the exception with a message and/or cause. The serialVersionUID field is used for serialization purposes.
OIndexDefinitionMultiValue.java (http://orient.googlecode.com/svn/) Java · 53 lines
I56_AccessFlag.java (https://code.google.com/p/dex2jar/) Java · 106 lines
MockRoleBadGetter.java (git://github.com/myabc/appfuse.git) Java · 84 lines
extension_modules.rb (git://github.com/moumar/ruby-mp3info.git) Ruby · 66 lines
FileItem.java (https://gitlab.com/biezhi/blade.git) Java · 120 lines
ConfigFilterSaverTest.java (https://code.google.com/p/log4j-viewer/) Java · 101 lines
HibernateWebSessionFactory.java (git://github.com/hudec/sql-processor.git) Java · 41 lines
QueryResults.java (http://b3log-solo.googlecode.com/svn/trunk/) Java · 77 lines
RegistrationTerminationAnswerImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 159 lines
✨ Summary
This Java class implements a Diameter message for registration termination answers, extending DiameterMessageImpl
. It provides methods to get and set various AVPs (Application Value Pairs) related to associated identities, authentication session state, experimental results, and supported features. The class also includes getter and setter methods for these AVPs, allowing for easy access and modification of the message’s contents.
This Java class implements a Diameter message for registration termination answers, extending DiameterMessageImpl
. It provides methods to get and set various AVPs (Application Value Pairs) related to associated identities, authentication session state, experimental results, and supported features. The class also includes getter and setter methods for these AVPs, allowing for easy access and modification of the message’s contents.
README.markdown (https://github.com/jeffperrin/object_mother.git) Markdown · 109 lines
ResteasyRequestWrapper.java (git://pkgs.fedoraproject.org/resteasy) Java · 100 lines
SqlRuntimeContext.java (git://github.com/hudec/sql-processor.git) Java · 287 lines
GenericParameter.cs (https://Confuser.svn.codeplex.com/svn) C# · 203 lines
MSbbCMPField.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 133 lines
✨ Summary
This Java class, MSbbCMPField
, implements a descriptor for a CMP (Common Management Protocol) field in a JAIN SLEE server. It encapsulates metadata about the field, such as its description and name, as well as an alias reference to another SBB (Session-Initiated Business Process). The class provides getter methods to access this information.
This Java class, MSbbCMPField
, implements a descriptor for a CMP (Common Management Protocol) field in a JAIN SLEE server. It encapsulates metadata about the field, such as its description and name, as well as an alias reference to another SBB (Session-Initiated Business Process). The class provides getter methods to access this information.
25 * Project: mobicents-jainslee-server-core<br>
26 *
27 * @author <a href="mailto:baranowb@gmail.com">baranowb - Bartosz Baranowski
28 * </a>
29 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>
40 * Project: mobicents-jainslee-server-core<br>
41 *
42 * @author <a href="mailto:baranowb@gmail.com">baranowb - Bartosz Baranowski
43 * </a>
44 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>
SubscriptionIdAvpImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 104 lines
✨ Summary
This Java class implements a specific AVP (Attribute-Value Pair) for Diameter protocol, which is used in IP telephony and mobile networks. It provides methods to get and set subscription ID data and type, as well as check if these fields are present in the AVP. The class extends another class GroupedAvpImpl
and implements an interface SubscriptionIdAvp
.
This Java class implements a specific AVP (Attribute-Value Pair) for Diameter protocol, which is used in IP telephony and mobile networks. It provides methods to get and set subscription ID data and type, as well as check if these fields are present in the AVP. The class extends another class GroupedAvpImpl
and implements an interface SubscriptionIdAvp
.
CancelLocationRequestImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 133 lines
✨ Summary
This Java class implements a Diameter message for canceling a location request. It provides methods to get and set various parameters, such as authentication session state, supported features, and cancellation type. The class extends DiameterMessageImpl
and implements the CancelLocationRequest
interface, allowing it to be used in a Diameter protocol implementation.
This Java class implements a Diameter message for canceling a location request. It provides methods to get and set various parameters, such as authentication session state, supported features, and cancellation type. The class extends DiameterMessageImpl
and implements the CancelLocationRequest
interface, allowing it to be used in a Diameter protocol implementation.
IntervalConvergedSnapshotManager.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 220 lines
✨ Summary
This Java class implements a snapshot manager for clustered SIP sessions, allowing them to be replicated across multiple servers. It uses two sets to store modified sessions and distributes them at regular intervals using a separate thread. The class provides methods to start and stop the snapshot manager, as well as handle exceptions and errors.
This Java class implements a snapshot manager for clustered SIP sessions, allowing them to be replicated across multiple servers. It uses two sets to store modified sessions and distributes them at regular intervals using a separate thread. The class provides methods to start and stop the snapshot manager, as well as handle exceptions and errors.
This Java class implements a snapshot manager for clustered SIP sessions, allowing them to be replicated across multiple servers. It uses two sets to store modified sessions and distributes them at regular intervals using a separate thread. The class provides methods to start and stop the snapshot manager, as well as handle exceptions and errors.
This Java class implements a snapshot manager for clustered SIP sessions, allowing them to be replicated across multiple servers. It uses two sets to store modified sessions and distributes them at regular intervals using a separate thread. The class provides methods to start and stop the snapshot manager, as well as handle exceptions and errors.
TInitialFilterCriteria.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 151 lines
✨ Summary
This Java class represents a complex type called tInitialFilterCriteria
which is used to define an initial filter criteria for Diameter events. It contains elements such as priority, trigger point, application server, extension, and any additional elements. The class implements the InitialFilterCriteria
interface and provides getter and setter methods for its fields.
This Java class represents a complex type called tInitialFilterCriteria
which is used to define an initial filter criteria for Diameter events. It contains elements such as priority, trigger point, application server, extension, and any additional elements. The class implements the InitialFilterCriteria
interface and provides getter and setter methods for its fields.
TransportLayerFactory.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 110 lines
✨ Summary
This Java class, TransportLayerFactory
, is responsible for creating instances of IConnection
objects based on a configuration and parser settings. It uses reflection to instantiate classes that implement the IConnection
interface, and provides two methods to create connections with different parameters. The class also implements additional methods for checking if it’s a wrapper or can unwrap other classes.
This Java class, TransportLayerFactory
, is responsible for creating instances of IConnection
objects based on a configuration and parser settings. It uses reflection to instantiate classes that implement the IConnection
interface, and provides two methods to create connections with different parameters. The class also implements additional methods for checking if it’s a wrapper or can unwrap other classes.
Resources_en.java (git://github.com/ocpsoft/prettytime.git) Java · 122 lines
AbstractStrictPatternArtifactFilterTest.java (git://pkgs.fedoraproject.org/maven-shared) Java · 421 lines
Identica.php
(http://swx-format.googlecode.com/svn/trunk/)
PHP · 296 lines
✨ Summary
This is a PHP class that provides an interface to interact with the Identi.ca API, a social networking platform. It offers methods for authentication, friendship management, account information, and testing. The class uses JSON data format and makes HTTP GET requests to retrieve responses from the Identi.ca API.
This is a PHP class that provides an interface to interact with the Identi.ca API, a social networking platform. It offers methods for authentication, friendship management, account information, and testing. The class uses JSON data format and makes HTTP GET requests to retrieve responses from the Identi.ca API.
selection.html (git://github.com/chromium/chromium.git) HTML · 176 lines
3 <meta charset="UTF-8">
4 <meta name="timeout" content="long">
5 <link rel="author" title="Koji Tashiro" href="mailto:koji.tashiro@gmail.com">
6 <link rel="help" href="https://html.spec.whatwg.org/multipage/multipage/association-of-controls-and-forms.html#textFieldSelection">
7 <script src="/resources/testharness.js"></script>
SqlControl.java (git://github.com/hudec/sql-processor.git) Java · 177 lines
TagRepositoryImpl.java (http://b3log-solo.googlecode.com/svn/trunk/) Java · 116 lines
WeldForwardingInstanceManager.java (git://github.com/weld/core.git) Java · 168 lines
RegistrationTerminationAnswer.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 290 lines
✨ Summary
This is a Java class definition for an object that represents a Diameter message. It provides methods to set and get various attributes of the message, such as Failed-AVPs, Proxy-Info, Route-Record, etc. The object seems to be designed to represent a specific type of Diameter message, but its exact purpose and usage are not specified in this code snippet.
This is a Java class definition for an object that represents a Diameter message. It provides methods to set and get various attributes of the message, such as Failed-AVPs, Proxy-Info, Route-Record, etc. The object seems to be designed to represent a specific type of Diameter message, but its exact purpose and usage are not specified in this code snippet.
ServerAssignmentRequestImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 289 lines
✨ Summary
This Java class represents a ServerAssignmentRequest object, which appears to be part of a larger system for managing server assignments and related data. It provides methods for setting and getting various attributes, such as public identities, SCSCF restoration information, and supported features, using Diameter Avp objects. The class seems to be designed for use in a network management or service provisioning context.
This Java class represents a ServerAssignmentRequest object, which appears to be part of a larger system for managing server assignments and related data. It provides methods for setting and getting various attributes, such as public identities, SCSCF restoration information, and supported features, using Diameter Avp objects. The class seems to be designed for use in a network management or service provisioning context.
CreditControlAnswerImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 263 lines
✨ Summary
This Java code defines a class CreditControlAnswer
that represents a response to a credit control request. It provides methods for adding and setting various attributes, such as CcSessionFailover
, CheckBalanceResult
, CostInformation
, etc., which are stored in an internal data structure. The class also includes getter and setter methods for these attributes, allowing external access and modification of the object’s state.
This Java code defines a class CreditControlAnswer
that represents a response to a credit control request. It provides methods for adding and setting various attributes, such as CcSessionFailover
, CheckBalanceResult
, CostInformation
, etc., which are stored in an internal data structure. The class also includes getter and setter methods for these attributes, allowing external access and modification of the object’s state.
Resume.java (http://jxquery.googlecode.com/svn/trunk/) Java · 135 lines
Footer.asp (http://cmssport.googlecode.com/svn/trunk/) ASP · 59 lines
ObjectHandlerTest.java (http://twiddling.googlecode.com/svn/trunk/) Java · 73 lines
SettingsStoreException.cs (http://porrima.googlecode.com/svn/trunk/) C# · 65 lines
EventInformationTest.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 83 lines
✨ Summary
This Java code defines a test class for the EventInformation parameter in the ISUP protocol. It tests the encoding and decoding of event information parameters, including the event indicator and presentation IPR. The test class uses TestNG to run functional tests on the encoded values.
This Java code defines a test class for the EventInformation parameter in the ISUP protocol. It tests the encoding and decoding of event information parameters, including the event indicator and presentation IPR. The test class uses TestNG to run functional tests on the encoded values.
GxReAuthMessage.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 90 lines
✨ Summary
This Java interface defines a base class for RoReAuthMessage, which extends DiameterMessage. It provides methods to access and modify specific AVPs (Application-Id, CC-Request-Number, Route-Record) in the message, ensuring consistency and preventing unauthorized modifications. The interface is part of the Diameter protocol used in IP-based Signaling Systems.
This Java interface defines a base class for RoReAuthMessage, which extends DiameterMessage. It provides methods to access and modify specific AVPs (Application-Id, CC-Request-Number, Route-Record) in the message, ensuring consistency and preventing unauthorized modifications. The interface is part of the Diameter protocol used in IP-based Signaling Systems.
30 * Base interface for RoReAuthMessage
31 *
32 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>
33 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>
34 * @author <a href="mailto:carl-magnus.bjorkell@emblacom.com"> Carl-Magnus Bj??rkell </a>
35 */
36 public interface GxReAuthMessage extends DiameterMessage {
UnblockingAckMessage.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 71 lines
✨ Summary
This Java code defines an interface UnblockingAckMessage
that extends ISUPMessage
. It represents a message type for unblocking acknowledgements in the ISUP protocol, with a specific message code (0x16
) and a reference to Q.763. The interface is annotated with author information.
This Java code defines an interface UnblockingAckMessage
that extends ISUPMessage
. It represents a message type for unblocking acknowledgements in the ISUP protocol, with a specific message code (0x16
) and a reference to Q.763. The interface is annotated with author information.
OIntegerSerializer.java (http://orient.googlecode.com/svn/) Java · 86 lines
RegistrationTerminationRequestImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 182 lines
✨ Summary
This Java class represents a Diameter message for registration termination requests. It extends DiameterMessageImpl
and provides methods to access and modify various attributes of the message, such as associated identities, authentication session state, deregistration reason, public identities, supported features, and more. The class is designed to work with Diameter protocol messages in Java.
This Java class represents a Diameter message for registration termination requests. It extends DiameterMessageImpl
and provides methods to access and modify various attributes of the message, such as associated identities, authentication session state, deregistration reason, public identities, supported features, and more. The class is designed to work with Diameter protocol messages in Java.
CircuitGroupUnblockingAckMessageImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 179 lines
✨ Summary
This Java class implements a specific message type in the SS7 protocol, CircuitGroupUnblockingAckMessage. It extends another class and provides methods for decoding and encoding parameters of this message, including mandatory and optional parts. The class also defines constants and variables related to the message’s structure and behavior.
This Java class implements a specific message type in the SS7 protocol, CircuitGroupUnblockingAckMessage. It extends another class and provides methods for decoding and encoding parameters of this message, including mandatory and optional parts. The class also defines constants and variables related to the message’s structure and behavior.
25 * Project: mobicents-isup-stack<br>
26 *
27 * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski </a>
28 */
29 package org.mobicents.protocols.ss7.isup.impl.message;
45 * Project: mobicents-isup-stack<br>
46 *
47 * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski </a>
48 */
49 public class CircuitGroupUnblockingAckMessageImpl extends ISUPMessageImpl implements CircuitGroupUnblockingAckMessage {
SpringEngineFactoryJmx.java (git://github.com/hudec/sql-processor.git) Java · 582 lines
19 * For more info please see the <a href="https://github.com/hudec/sql-processor/wiki">Tutorials</a>.
20 *
21 * @author <a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a>
22 */
23 @ManagedResource(objectName = "sql-processor:type=Engine", description = "The simplified JMX interface for the SQL Engine factory.")
DefaultBeanUtilsPlugin.java (git://github.com/hudec/sql-processor.git) Java · 758 lines
SqlDefaultFactoryMXBean.java (git://github.com/hudec/sql-processor.git) Java · 1034 lines
SqlStandardControl.java (git://github.com/hudec/sql-processor.git) Java · 569 lines
SqlDefaultFeatures.java (git://github.com/hudec/sql-processor.git) Java · 336 lines
SqlEngineConfiguration.java (git://github.com/hudec/sql-processor.git) Java · 780 lines
ProjectDependencyAnalysisTest.java (git://pkgs.fedoraproject.org/maven-shared) Java · 52 lines
ScaleConstraintTests.java (git://github.com/grails/grails-core.git) Java · 137 lines
SessionBasedClusteredSipSession.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 134 lines
✨ Summary
This Java class implements a clustered SIP session management system, allowing multiple servers to share and replicate session data. It extends a base class ClusteredSipSession
and overrides methods to handle attribute updates and replication of session metadata. The class uses a custom OutgoingData
object to store and manage session attributes.
This Java class implements a clustered SIP session management system, allowing multiple servers to share and replicate session data. It extends a base class ClusteredSipSession
and overrides methods to handle attribute updates and replication of session metadata. The class uses a custom OutgoingData
object to store and manage session attributes.
This Java class implements a clustered SIP session management system, allowing multiple servers to share and replicate session data. It extends a base class ClusteredSipSession
and overrides methods to handle attribute updates and replication of session metadata. The class uses a custom OutgoingData
object to store and manage session attributes.
This Java class implements a clustered SIP session management system, allowing multiple servers to share and replicate session data. It extends a base class ClusteredSipSession
and overrides methods to handle attribute updates and replication of session metadata. The class uses a custom OutgoingData
object to store and manage session attributes.
DeleteModuleSubmenu.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 164 lines
✨ Summary
This Java code is part of a JBoss plugin that creates a menu for deleting modules from an Eclipse project’s pom.xml file. It listens to selection changes in the workspace and, when a module is selected, displays a submenu with the module name as an option. When this option is clicked, it triggers a delete action for the selected module.
This Java code is part of a JBoss plugin that creates a menu for deleting modules from an Eclipse project’s pom.xml file. It listens to selection changes in the workspace and, when a module is selected, displays a submenu with the module name as an option. When this option is clicked, it triggers a delete action for the selected module.
This Java code is part of a JBoss plugin that creates a menu for deleting modules from an Eclipse project’s pom.xml file. It listens to selection changes in the workspace and, when a module is selected, displays a submenu with the module name as an option. When this option is clicked, it triggers a delete action for the selected module.
This Java code is part of a JBoss plugin that creates a menu for deleting modules from an Eclipse project’s pom.xml file. It listens to selection changes in the workspace and, when a module is selected, displays a submenu with the module name as an option. When this option is clicked, it triggers a delete action for the selected module.
CircuitGroupUnblockingMessageImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 178 lines
✨ Summary
This Java class implements a CircuitGroupUnblockingMessage, which is part of the ISUP (Intelligent Switching System Protocol) protocol. It extends an ISUPMessageImpl and provides specific implementations for decoding mandatory parameters, including a CircuitGroupSuperVisionMessageType and a RangeAndStatus. The class also defines the message type and number of mandatory variable length parameters.
This Java class implements a CircuitGroupUnblockingMessage, which is part of the ISUP (Intelligent Switching System Protocol) protocol. It extends an ISUPMessageImpl and provides specific implementations for decoding mandatory parameters, including a CircuitGroupSuperVisionMessageType and a RangeAndStatus. The class also defines the message type and number of mandatory variable length parameters.
25 * Project: mobicents-isup-stack<br>
26 *
27 * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski </a>
28 */
29 package org.mobicents.protocols.ss7.isup.impl.message;
45 * Project: mobicents-isup-stack<br>
46 *
47 * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski </a>
48 */
49 public class CircuitGroupUnblockingMessageImpl extends ISUPMessageImpl implements CircuitGroupUnblockingMessage {
CircuitGroupBlockingMessageImpl.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 179 lines
✨ Summary
This Java class implements a CircuitGroupBlockingMessage, which is part of the SS7 ISUP protocol. It extends an ISUPMessageImpl and provides specific implementations for decoding mandatory parameters, including a CircuitGroupSuperVisionMessageType and a RangeAndStatus. The class also defines getter and setter methods for these parameters.
This Java class implements a CircuitGroupBlockingMessage, which is part of the SS7 ISUP protocol. It extends an ISUPMessageImpl and provides specific implementations for decoding mandatory parameters, including a CircuitGroupSuperVisionMessageType and a RangeAndStatus. The class also defines getter and setter methods for these parameters.
25 * Project: mobicents-isup-stack<br>
26 *
27 * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski </a>
28 */
29 package org.mobicents.protocols.ss7.isup.impl.message;
45 * Project: mobicents-isup-stack<br>
46 *
47 * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski </a>
48 */
49 public class CircuitGroupBlockingMessageImpl extends ISUPMessageImpl implements CircuitGroupBlockingMessage {
Color.java (git://github.com/fuzziness/kabeja.git) Java · 304 lines
OrcidClientImpl.java (git://github.com/ISA-tools/ISAcreator.git) Java · 132 lines
ResponseObjectEntityExtractorFactory.java (git://pkgs.fedoraproject.org/resteasy) Java · 259 lines
AssertConsoleBuilder.java (git://github.com/jbossas/jboss-as.git) Java · 195 lines
tnode.js (https://code.google.com/p/smallgoeditor/) JavaScript · 338 lines
recovery.py (http://fb2utils.googlecode.com/svn/trunk/) Python · 196 lines
Table.php (https://bitbucket.org/taras_bodnar/hw.git) PHP · 134 lines
NewCommand.java (git://github.com/myabc/appfuse.git) Java · 169 lines
README.md (git://github.com/txdv/sharpmod.git) Markdown · 109 lines
FAQ.js (git://github.com/Joose/Joose.git) JavaScript · 87 lines
TagConsole.java (http://b3log-solo.googlecode.com/svn/trunk/) Java · 0 lines
filterBLMS_CPU.h (http://dyplom-transwersalne-filtry-adaptacyjne.googlecode.com/svn/trunk/) C Header · 90 lines
ClearLogsAction.java (https://code.google.com/p/log4j-viewer/) Java · 33 lines
StartStopServerButtonsTest.java (https://code.google.com/p/log4j-viewer/) Java · 29 lines
EventFinder.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 209 lines
✨ Summary
This Java class, EventFinder
, is used to locate and parse event-related XML files in Eclipse projects. It searches for specific XML files based on a given compilation unit’s class name, and returns an EventJarXML
object containing the event data. The class also provides methods to load XML from JAR files and IFiles.
This Java class, EventFinder
, is used to locate and parse event-related XML files in Eclipse projects. It searches for specific XML files based on a given compilation unit’s class name, and returns an EventJarXML
object containing the event data. The class also provides methods to load XML from JAR files and IFiles.
This Java class, EventFinder
, is used to locate and parse event-related XML files in Eclipse projects. It searches for specific XML files based on a given compilation unit’s class name, and returns an EventJarXML
object containing the event data. The class also provides methods to load XML from JAR files and IFiles.
This Java class, EventFinder
, is used to locate and parse event-related XML files in Eclipse projects. It searches for specific XML files based on a given compilation unit’s class name, and returns an EventJarXML
object containing the event data. The class also provides methods to load XML from JAR files and IFiles.
ArrayPanel.java (http://matlabcontrol.googlecode.com/svn/trunk/) Java · 159 lines
SipLoadBalancer.java
(http://mobicents.googlecode.com/svn/trunk/)
Java · 223 lines
✨ Summary
This Java class, SipLoadBalancer
, implements a load balancer for SIP (Session Initiation Protocol) communications. It creates and manages multiple instances of itself to distribute incoming requests across different servers, ensuring high availability and scalability. The class provides methods to set up and manage the load balancer, including setting addresses, ports, and routing headers.
This Java class, SipLoadBalancer
, implements a load balancer for SIP (Session Initiation Protocol) communications. It creates and manages multiple instances of itself to distribute incoming requests across different servers, ensuring high availability and scalability. The class provides methods to set up and manage the load balancer, including setting addresses, ports, and routing headers.
AnnotationConfigurationProvider.java (git://github.com/ocpsoft/prettyfaces.git) Java · 89 lines
AbstractPass.java (https://github.com/apache/maven-sandbox.git) Java · 141 lines
install.def.php
(http://wowroster.googlecode.com/svn/trunk/)
PHP · 74 lines
✨ Summary
This PHP code defines a class guild_repInstall
that represents an extension for a plugin installer. It contains metadata about the plugin, such as its name, version, and icon, as well as functions for installing, upgrading, and uninstalling the plugin. The class is designed to be used with a plugin installer system, likely for a game or application.
This PHP code defines a class guild_repInstall
that represents an extension for a plugin installer. It contains metadata about the plugin, such as its name, version, and icon, as well as functions for installing, upgrading, and uninstalling the plugin. The class is designed to be used with a plugin installer system, likely for a game or application.