100+ results for 'mailto: gmail.com'

Not the results you expected?

JavaSrcOptions.java (https://github.com/apache/maven-sandbox.git) Java · 428 lines

27 * Bean with all options supported by <code>JavaSrc</code> class.

28 *

29 * @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>

30 * @version $Id$

31 */

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&amp;websiteName=daodaostudio.com&amp;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.

32 /**

33 *

34 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

35 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

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.

25 * Project: mobicents-isup-stack<br>

26 *

27 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski

28 * </a>

29 *

41 * Project: mobicents-isup-stack<br>

42 *

43 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

44 *

45 */

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.

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.

31 /**

32 * @author Stefano Zappaterra

33 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

34 */

35 public class ComponentBrowserCard extends Card {

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.

41 * </pre>

42 *

43 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

44 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

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.

31 * Java class to represent the MessageType enumerated type.

32 *

33 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

34 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

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.

40 * Factory to support the creation of Grouped AVP instances for Cx/Dx.

41 *

42 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

43 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

CssVariablesMinifierPlugin.php (http://cssmin.googlecode.com/svn/trunk/) PHP · 112 lines

22 * @package CssMin/Minifier/Plugins

23 * @link http://code.google.com/p/cssmin/

24 * @author Joe Scylla <joe.scylla@gmail.com>

25 * @copyright 2008 - 2011 Joe Scylla <joe.scylla@gmail.com>

RackFilter.java (git://github.com/florinpatrascu/jrack.git) Java · 200 lines

15

16 /**

17 * @author <a href="mailto:florin.patrascu@gmail.com">Florin T.PATRASCU</a>

18 * @since $Revision$ (created: 2012-12-17 7:19 PM)

19 */

DLCVersionTest.java (https://code.google.com/p/pct/) Java · 208 lines

61 * Class for testing version extraction

62 *

63 * @author <a href="mailto:g.querret+PCT@gmail.com">Gilles QUERRET</a>

64 */

65 public class DLCVersionTest {

OldestConflictResolverTest.java (https://github.com/apache/maven.git) Java · 110 lines

26 * Tests <code>OldestConflictResolver</code>.

27 *

28 * @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>

29 * @see OldestConflictResolver

30 */

NewestConflictResolverTest.java (https://github.com/apache/maven.git) Java · 109 lines

26 * Tests <code>NewestConflictResolver</code>.

27 *

28 * @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>

29 * @see NewestConflictResolver

30 */

DefaultConflictResolverFactory.java (https://github.com/apache/maven.git) Java · 80 lines

32 * A conflict resolver factory that obtains instances from a plexus container.

33 *

34 * @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>

35 * TODO you don't need the container in here with the active maps (jvz).

36 * @since 3.0

ITextHeader.java (https://github.com/apache/maven-doxia.git) Java · 138 lines

28 * Header object containing meta-informations.

29 *

30 * @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>

31 */

32 public class ITextHeader

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.

60 * Ro answer messages can be created using the RoServerSessionActivity.createRoCreditControlAnswer() method.

61 *

62 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

63 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

qgsfilewidget.h (https://gitlab.com/lbartoletti/QGIS.git) C Header · 276 lines

5 begin : 17.12.2015

6 copyright : (C) 2015 by Denis Rouzaud

7 email : denis.rouzaud@gmail.com

8 ***************************************************************************

9 * *

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.

46 * Project: mobicents-jainslee-server-core<br>

47 *

48 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

49 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

RemoveReleasePomsPhase.java (https://gitlab.com/kidaa/maven-release.git) Java · 154 lines

43 * @author <a href="mailto:brett@apache.org">Brett Porter</a>

44 * @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>

45 * @plexus.component role="org.apache.maven.shared.release.phase.ReleasePhase" role-hint="remove-release-poms"

46 */

SqlDefaultType.java (git://github.com/hudec/sql-processor.git) Java · 185 lines

18 * SQL statements.

19 *

20 * @author <a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a>

21 */

22 public abstract class SqlDefaultType implements SqlTaggedMetaType {

DocUtil.java (http://twiddling.googlecode.com/svn/trunk/) Java · 189 lines

35

36 /**

37 * @author <a href="mailto:jeff.yuchang@gmail.com">Jeff Yu</a>

38 *

39 */

get_dim_and_tr.m (http://cvfootballtracking.googlecode.com/svn/trunk/) Objective C · 60 lines

1 % The algorithms implemented by Alexander Vezhnevets aka Vezhnick

2 % <a>href="mailto:vezhnick@gmail.com">vezhnick@gmail.com</a>

3 %

4 % Copyright (C) 2005, Vezhnevets Alexander

5 % vezhnick@gmail.com

6 %

7 % This file is part of GML Matlab Toolbox

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.

58 * </pre>

59 *

60 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

61 */

62 public interface ResetAnswer extends DiameterMessage {

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.

58 * </pre>

59 *

60 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

61 */

62 public interface NotifyAnswer extends DiameterMessage {

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

11

12 /**

13 * @author <a href="mailto:normen.mueller@googlemail.com">Normen M&#xFC;ller</a>

14 * @version 0.0.5

15 */

17

18 /**

19 * @author <a href="mailto:normen.mueller@googlemail.com">Normen M&#xFC;ller</a>

20 * @version 0.0.5

21 */

25

26 /**

27 * @author <a href="mailto:normen.mueller@googlemail.com">Normen M&#xFC;ller</a>

28 * @version 0.0.5

29 */

NSRect.java (http://rococoa.googlecode.com/svn/trunk/) Java · 62 lines

27

28 /**

29 * @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>

30 */

31 public class NSRect extends Structure implements Structure.ByValue {

SimonInfo.java (http://javasimon.googlecode.com/svn/trunk/) Java · 76 lines

18 *

19 * @author Radovan Sninsky

20 * @author <a href="mailto:virgo47@gmail.com">Richard "Virgo" Richter</a>

21 * @see SimonMXBean#getSimonInfos

22 * @since 2.0

sfMessageSource_gettext.class.php (http://opac-sbweb.googlecode.com/svn/trunk/) PHP · 352 lines

9 * Copyright(c) 2004 by Qiang Xue. All rights reserved.

10 *

11 * To contact the author write to {@link mailto:qiang.xue@gmail.com Qiang Xue}

12 * The latest version of PRADO can be obtained from:

13 * {@link http://prado.sourceforge.net/}

Type.hs (git://github.com/8c6794b6/haskell-sc-scratch.git) Haskell · 381 lines

4 CopyRight : (c) 8c6794b6

5 License : BSD3

6 Maintainer : 8c6794b6@gmail.com

7 Stability : unstable

8 Portability : unknown

XmlEngineConfiguration.java (git://github.com/hudec/sql-processor.git) Java · 341 lines

21 * For more info please see the <a href="https://github.com/hudec/sql-processor/wiki">Tutorials</a>.

22 *

23 * @author <a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a>

24 */

25 @XmlRootElement(name = "sqlp-configuration")

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.

29 * Project: mobicents-jainslee-server-core<br>

30 *

31 * @author <a href="mailto:baranowb@gmail.com">baranowb - Bartosz Baranowski

32 * </a>

33 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

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.

30 /**

31 *

32 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

33 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

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.

25 * Project: mobicents-isup-stack<br>

26 *

27 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski

28 * </a>

29 *

35 * Project: mobicents-isup-stack<br>

36 *

37 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski

38 * </a>

39 */

OIndexDefinitionMultiValue.java (http://orient.googlecode.com/svn/) Java · 53 lines

23 * Interface that indicates that index definition is based on collection of values but not on single value.

24 *

25 * @author <a href="mailto:lomakin.andrey@gmail.com">Andrey Lomakin</a>

26 * @since 20.12.11

27 */

I56_AccessFlag.java (https://code.google.com/p/dex2jar/) Java · 106 lines

17

18 /**

19 * @author <a href="mailto:pxb1988@gmail.com">Panxiaobo</a>

20 *

21 */

MockRoleBadGetter.java (git://github.com/myabc/appfuse.git) Java · 84 lines

11

12 /**

13 * @author <a href="mailto:bwnoll@gmail.com">Bryan Noll</a>

14 */

15 public class MockRoleBadGetter {

extension_modules.rb (git://github.com/moumar/ruby-mp3info.git) Ruby · 66 lines

1 # coding:utf-8

2 # License:: Ruby

3 # Author:: Guillaume Pierronnet (mailto:guillaume.pierronnet@gmail.com)

4

5 class Mp3Info

FileItem.java (https://gitlab.com/biezhi/blade.git) Java · 120 lines

25 * 文件上传Item

26 *

27 * @author <a href="mailto:biezhi.me@gmail.com" target="_blank">biezhi</a>

28 * @since 1.0

29 */

ConfigFilterSaverTest.java (https://code.google.com/p/log4j-viewer/) Java · 101 lines

10 * Test class for checking the storing of XML config file

11 *

12 * @author <a href="mailto:rd.ryly@gmail.com">Ruslan Diachenko</a>

13 */

14 public class ConfigFilterSaverTest {

HibernateWebSessionFactory.java (git://github.com/hudec/sql-processor.git) Java · 41 lines

12 * For more info please see the <a href="https://github.com/hudec/sql-processor/wiki">Tutorials</a>.

13 *

14 * @author <a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a>

15 */

16 public class HibernateWebSessionFactory implements SqlSessionFactory {

QueryResults.java (http://b3log-solo.googlecode.com/svn/trunk/) Java · 77 lines

24 * Query result utilities.

25 *

26 * @author <a href="mailto:DL88250@gmail.com">Liang Ding</a>

27 * @version 1.0.0.1, Oct 25, 2011

28 * @since 0.3.5

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.

42 * RegistrationTerminationAnswerImpl.java

43 *

44 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

45 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

README.markdown (https://github.com/jeffperrin/object_mother.git) Markdown · 109 lines

3 _Version 0.2 (July 9th, 2009)_

4

5 __Authors:__ [Jeff Perrin](mailto:jeffperrin@gmail.com)

6

7 __License:__ MIT License. See MIT-LICENSE file for more details.

ResteasyRequestWrapper.java (git://pkgs.fedoraproject.org/resteasy) Java · 100 lines

13

14 /**

15 * @author <a href="mailto:sduskis@gmail.com">Solomn Duskis</a>

16 * @version $Revision: 1 $

17 */

SqlRuntimeContext.java (git://github.com/hudec/sql-processor.git) Java · 287 lines

10 * For more info please see the <a href="https://github.com/hudec/sql-processor/wiki">Tutorials</a>.

11 *

12 * @author <a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a>

13 */

14 public interface SqlRuntimeContext {

GenericParameter.cs (https://Confuser.svn.codeplex.com/svn) C# · 203 lines

3 //

4 // Author:

5 // Jb Evain (jbevain@gmail.com)

6 //

7 // Copyright (c) 2008 - 2011 Jb Evain

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.

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.

34 * Implementation of AVP: {@link SubscriptionIdAvp}

35 *

36 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

37 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

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.

39 * Implementation for {@link CancelLocationRequest}

40 *

41 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

42 */

43 public class CancelLocationRequestImpl extends DiameterMessageImpl implements CancelLocationRequest {

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.

27

28 /**

29 * @author <A HREF="mailto:jean.deruelle@gmail.com">Jean Deruelle</A>

30 *

31 */

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.

59 * </pre>

60 *

61 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

62 */

63 @XmlAccessorType(XmlAccessType.FIELD)

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.

40 *

41 * @author erick.svenson@yahoo.com

42 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

43 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

Resources_en.java (git://github.com/ocpsoft/prettytime.git) Java · 122 lines

1 /*

2 * Copyright 2012 <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>

3 *

4 * Licensed under the Apache License, Version 2.0 (the "License");

AbstractStrictPatternArtifactFilterTest.java (git://pkgs.fedoraproject.org/maven-shared) Java · 421 lines

35 * Tests subclasses of <code>AbstractStrictPatternArtifactFilter</code>.

36 *

37 * @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>

38 * @version $Id: AbstractStrictPatternArtifactFilterTest.java 803321 2009-08-11 23:09:24Z aheritier $

39 * @see AbstractStrictPatternArtifactFilter

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.

10 * @link http://tjunar.com

11 * @link http://swxformat.org

12 * @link mailto://nederflash@gmail.com

13 *

14 **/

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

9 * For more info please see the <a href="https://github.com/hudec/sql-processor/wiki">Tutorials</a>.

10 *

11 * @author <a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a>

12 */

13 public interface SqlControl {

TagRepositoryImpl.java (http://b3log-solo.googlecode.com/svn/trunk/) Java · 116 lines

34 * Tag repository.

35 *

36 * @author <a href="mailto:DL88250@gmail.com">Liang Ding</a>

37 * @version 1.0.1.1, Nov 29, 2011

38 * @since 0.3.1

WeldForwardingInstanceManager.java (git://github.com/weld/core.git) Java · 168 lines

20 * Forwards all calls in turn to two delegates: first to InstanceManager, then to WeldInstanceManager

21 *

22 * @author <a href="mailto:matija.mazi@gmail.com">Matija Mazi</a>

23 */

24 public class WeldForwardingInstanceManager extends ForwardingInstanceManager {

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.

59 * </pre>

60 *

61 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

62 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

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.

44 * ServerAssignmentRequestImpl.java

45 *

46 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

47 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

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.

45 * Project: mobicents-diameter-parent<br>

46 *

47 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

48 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

Resume.java (http://jxquery.googlecode.com/svn/trunk/) Java · 135 lines

7

8 /**

9 * @Author : <a href="mailto:Juanyong.zhang@gmail.com">Juanyong.zhang</a>

10 * @Date : Oct 2, 2011

11 */

Footer.asp (http://cmssport.googlecode.com/svn/trunk/) ASP · 59 lines

47 <font color="#333333">Ha Noi Aptech - C0706L - Project I<br>

48 ??a ch?: 56 Nguy?n Chí Thanh, ?i?n tho?i

49 : (84-8) 04 383 44669, fax : (84-8) 04 377 52131, email : <a href="mailto:ndthangnb@gmail.com">

50 support@sportnew.net</a><br>

51

ObjectHandlerTest.java (http://twiddling.googlecode.com/svn/trunk/) Java · 73 lines

33 /**

34 *

35 * @author <a href="mailto:jeff.yuchang@gmail.com">Jeff Yu</a>

36 *

37 */

SettingsStoreException.cs (http://porrima.googlecode.com/svn/trunk/) C# · 65 lines

2 // --------------------------------------------------------------------------------

3 // Porrima Hex Editor

4 // Copyright (C) 2008-2010 Stanislav Vorobyev <mailto:stanislav.vorobyev@gmail.com>

5 //

6 // This program is free software: you can redistribute it and/or modify

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.

25 * Project: mobicents-isup-stack<br>

26 *

27 * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski

28 * </a>

29 *

38 * Project: mobicents-isup-stack<br>

39 *

40 * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski

41 * </a>

42 */

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.

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.

60 * </TABLE>

61 *

62 * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski </a>

63 */

64 public interface UnblockingAckMessage extends ISUPMessage {

OIntegerSerializer.java (http://orient.googlecode.com/svn/) Java · 86 lines

23 * Serializer for {@link Integer} type.

24 *

25 * @author ibershadskiy <a href="mailto:ibersh20@gmail.com">Ilya Bershadskiy</a>

26 * @since 17.01.12

27 */

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.

42 * RegistrationTerminationRequestImpl.java

43 *

44 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

45 * @author <a href="mailto:baranowb@gmail.com"> Bartosz Baranowski </a>

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.

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

24 * Standard bean utilities implementation.

25 *

26 * @author <a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a>

27 */

28 public class DefaultBeanUtilsPlugin implements BeanUtilsPlugin {

SqlDefaultFactoryMXBean.java (git://github.com/hudec/sql-processor.git) Java · 1034 lines

25 * For more info please see the <a href="https://github.com/hudec/sql-processor/wiki">Tutorials</a>.

26 *

27 * @author <a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a>

28 */

29 public class SqlDefaultFactoryMXBean {

SqlStandardControl.java (git://github.com/hudec/sql-processor.git) Java · 569 lines

16 * For more info please see the <a href="https://github.com/hudec/sql-processor/wiki">Tutorials</a>.

17 *

18 * @author <a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a>

19 */

20 public class SqlStandardControl implements SqlControl {

SqlDefaultFeatures.java (git://github.com/hudec/sql-processor.git) Java · 336 lines

43 * For more info please see the <a href="https://github.com/hudec/sql-processor/wiki">Tutorials</a>.

44 *

45 * @author <a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a>

46 */

47 public class SqlDefaultFeatures {

SqlEngineConfiguration.java (git://github.com/hudec/sql-processor.git) Java · 780 lines

35 * For more info please see the <a href="https://github.com/hudec/sql-processor/wiki">Tutorials</a>.

36 *

37 * @author <a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a>

38 */

39 public class SqlEngineConfiguration {

ProjectDependencyAnalysisTest.java (git://pkgs.fedoraproject.org/maven-shared) Java · 52 lines

28 * Tests <code>ProjectDependencyAnalysis</code>.

29 *

30 * @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>

31 * @version $Id: ProjectDependencyAnalysisTest.java 661727 2008-05-30 14:21:49Z bentmann $

32 * @see ProjectDependencyAnalysis

ScaleConstraintTests.java (git://github.com/grails/grails-core.git) Java · 137 lines

16 * Test cases for 'scale' constraint.

17 *

18 * @author Sergey Nebolsin (<a href="mailto:nebolsin@gmail.com"/>)

19 */

20 public class ScaleConstraintTests extends AbstractConstraintTests {

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.

47 *

48 *

49 * @author <A HREF="mailto:jean.deruelle@gmail.com">Jean Deruelle</A>

50 *

51 */

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.

46 /**

47 *

48 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

49 */

50 public class DeleteModuleSubmenu implements IObjectActionDelegate, IMenuCreator {

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.

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.

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

19 * @author <a href="mailto:simon.mieth@gmx.de>Simon Mieth</a>

20 * @author <a href="mailto:michele.franzin@gmail.com>Michele Franzin</a>

21 *

22 * taken from http://www.isctex.com/acadcolors.php

OrcidClientImpl.java (git://github.com/ISA-tools/ISAcreator.git) Java · 132 lines

17 * Time: 13:37

18 *

19 * @author <a href="mailto:alejandra.gonzalez.beltran@gmail.com">Alejandra Gonzalez-Beltran</a>

20 */

21 public class OrcidClientImpl implements OrcidClient {

ResponseObjectEntityExtractorFactory.java (git://pkgs.fedoraproject.org/resteasy) Java · 259 lines

26 * to implment methods of ResponseObject via ResponseObjectEntityExtractor

27 *

28 * @author <a href="mailto:sduskis@gmail.com">Solomon Duskis</a>

29 * @version $Revision: 1 $

30 * @see EntityExtractor, ResponseObjectEntityExtractor

AssertConsoleBuilder.java (git://github.com/jbossas/jboss-as.git) Java · 195 lines

52 *

53 *

54 * @author <a href="mailto:flemming.harms@gmail.com">Flemming Harms</a>

55 */

56 public class AssertConsoleBuilder {

tnode.js (https://code.google.com/p/smallgoeditor/) JavaScript · 338 lines

85 * {Array} Data &#x2014;&#x2014; ?????в д?нн?? узл?

86 * AUTHOR

87 * Dolu mailto:dolu.bl@gmail.com

88 *********/

89 function TNode(Parent, Data)

recovery.py (http://fb2utils.googlecode.com/svn/trunk/) Python · 196 lines

1 #!/usr/bin/env python

2 # -*- mode: python; coding: utf-8; -*-

3 # (c) Lankier mailto:lankier@gmail.com

4

5 import sys

Table.php (https://bitbucket.org/taras_bodnar/hw.git) PHP · 134 lines

3 * OYiEngine 6.x

4 * Company Otakoyi.com

5 * Author wmgodyak mailto:wmgodyak@gmail.com

6 * Date: 11.05.14 10:53

7 */

NewCommand.java (git://github.com/myabc/appfuse.git) Java · 169 lines

17 * </p>

18 * <a

19 * href="mailto:dlwhitehurst@gmail.com">dlwhitehurst@gmail.com</a>

20 *

21 * @author David L Whitehurst

README.md (git://github.com/txdv/sharpmod.git) Markdown · 109 lines

80 -------

81

82 * [Andrius Bentkus](mailto: andrius.bentkus@gmail.com)

83

84 General Information

FAQ.js (git://github.com/Joose/Joose.git) JavaScript · 87 lines

65 ======

66

67 Nickolay Platonov [nickolay8@gmail.com](mailto:nickolay8@gmail.com)

68

69 Heavily based on the original content of Moose::Manual, by Dave Rolsky [autarch@urth.org](mailto:autarch@urth.org)

TagConsole.java (http://b3log-solo.googlecode.com/svn/trunk/) Java · 0 lines

41 * Tag console request processing.

42 *

43 * @author <a href="mailto:DL88250@gmail.com">Liang Ding</a>

44 * @version 1.0.0.0, Oct 24, 2011

45 * @since 0.4.0

filterBLMS_CPU.h (http://dyplom-transwersalne-filtry-adaptacyjne.googlecode.com/svn/trunk/) C Header · 90 lines

5 * Deklaracja struktury filterBLMS_CPU oraz metod

6 *

7 * @author Jakub Ko?akowski (mailto:kolakowski.jakub@gmail.com)

8 * @version 1.1

9 */

ClearLogsAction.java (https://code.google.com/p/log4j-viewer/) Java · 33 lines

9 * Class represents a handler for 'Clear' button. It removes all logs from log list and clears LogView table.

10 *

11 * @author <a href="mailto:rd.ryly@gmail.com">Ruslan Diachenko</a>

12 */

13 public class ClearLogsAction implements IViewActionDelegate {

StartStopServerButtonsTest.java (https://code.google.com/p/log4j-viewer/) Java · 29 lines

5 /**

6 *

7 * @author <a href="mailto:Daniil.Yaroslavtsev@gmail.com"> Daniil Yaroslavtsev </a>

8 *

9 */

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.

36 /**

37 * @author cath

38 * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a>

39 */

40 public class EventFinder extends BaseFinder {

ArrayPanel.java (http://matlabcontrol.googlecode.com/svn/trunk/) Java · 159 lines

34 * The panel that contains the options to select elements of the array.

35 *

36 * @author <a href="mailto:nonother@gmail.com">Joshua Kaplan</a>

37 */

38 @SuppressWarnings("serial")

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.

53 /**

54 *

55 * @author <A HREF="mailto:jean.deruelle@gmail.com">Jean Deruelle</A>

56 *

57 */

AnnotationConfigurationProvider.java (git://github.com/ocpsoft/prettyfaces.git) Java · 89 lines

36

37 /**

38 * @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>

39 *

40 */

AbstractPass.java (https://github.com/apache/maven-sandbox.git) Java · 141 lines

32 * Abstract class for Pass.

33 *

34 * @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>

35 * @version $Id$

36 */

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.

28 var $description = 'displays guildrep on members list.';

29 var $credits = array(

30 array( "name"=> "Ulminia <Ulminia@gmail.com>",

31 "info"=> "Guild Rep (Alpha Release)"),

32 );