SysTutorials Posts

  • |

    Lintian::Processable::Changelog (3) Linux Manual Page

    Lintian::Processable::Changelog – access to collected changelog data Synopsis use Lintian::Processable; my $processable = Lintian::Processable::Binary->new; Description Lintian::Processable::Changelog provides an interface to changelog data. Instance Methods changelog For binary: Returns the changelog of the binary package as a Parse::DebianChangelog object, or undef if the changelog doesn’t exist. The changelog-file collection script must have been run to create…

  • |

    Lintian::Processable::Buildinfo (3) Linux Manual Page

    Lintian::Processable::Buildinfo — A buildinfo file Lintian can process Synopsis use Lintian::Processable::Buildinfo; my $processable = Lintian::Processable::Buildinfo->new; $processable->init(‘path’); Description This class represents a ‘buildinfo’ file that Lintian can process. Objects of this kind are often part of a Lintian::Group, which represents all the files in a changes or buildinfo file. Instance Methods init (FILE) Initializes a new…

  • |

    Lintian::Processable::Binary::Relation (3) Linux Manual Page

    Lintian::Processable::Binary::Relation – Lintian interface to binary package data collection Synopsis my ($name, $type, $dir) = (‘foobar’, ‘binary’, ‘/path/to/lab-entry’); my $collect = Lintian::Processable::Binary::Relation->new($name); Description Lintian::Processable::Binary::Relation provides an interface to package data for binary packages. It implements data collection methods specific to binary packages. This module is in its infancy. Most of Lintian still reads all data…

  • |

    LIST_INSERT_BEFORE (3) Linux Manual Page

    SLIST_EMPTY SLIST_ENTRY SLIST_FIRST SLIST_FOREACH SLIST_HEAD SLIST_HEAD_INITIALIZER SLIST_INIT SLIST_INSERT_AFTER SLIST_INSERT_HEAD SLIST_NEXT SLIST_REMOVE_HEAD SLIST_REMOVE STAILQ_CONCAT STAILQ_EMPTY STAILQ_ENTRY STAILQ_FIRST STAILQ_FOREACH STAILQ_HEAD STAILQ_HEAD_INITIALIZER STAILQ_INIT STAILQ_INSERT_AFTER STAILQ_INSERT_HEAD STAILQ_INSERT_TAIL STAILQ_NEXT STAILQ_REMOVE_HEAD STAILQ_REMOVE LIST_EMPTY LIST_ENTRY LIST_FIRST LIST_FOREACH LIST_HEAD LIST_HEAD_INITIALIZER LIST_INIT LIST_INSERT_AFTER LIST_INSERT_BEFORE LIST_INSERT_HEAD LIST_NEXT LIST_REMOVE TAILQ_CONCAT TAILQ_EMPTY TAILQ_ENTRY TAILQ_FIRST TAILQ_FOREACH TAILQ_FOREACH_REVERSE TAILQ_HEAD TAILQ_HEAD_INITIALIZER TAILQ_INIT TAILQ_INSERT_AFTER TAILQ_INSERT_BEFORE TAILQ_INSERT_HEAD TAILQ_INSERT_TAIL TAILQ_LAST TAILQ_NEXT TAILQ_PREV TAILQ_REMOVE…

  • |

    ILAZLC (3) Linux Manual Page

    NAME ilazlc.f – SYNOPSIS Functions/Subroutines INTEGER function ilazlc (M, N, A, LDA) ILAZLC scans a matrix for its last non-zero column. Function/Subroutine Documentation INTEGER function ilazlc (integerM, integerN, complex*16, dimension( lda, * )A, integerLDA) ILAZLC scans a matrix for its last non-zero column. Purpose: ILAZLC scans A for its last non-zero column.   Parameters: M…

  • |

    ILAVER (3) Linux Manual Page

    NAME ilaver.f – SYNOPSIS Functions/Subroutines subroutine ilaver (VERS_MAJOR, VERS_MINOR, VERS_PATCH) ILAVER returns the LAPACK version. Function/Subroutine Documentation subroutine ilaver (integerVERS_MAJOR, integerVERS_MINOR, integerVERS_PATCH) ILAVER returns the LAPACK version. Purpose: This subroutine returns the LAPACK version.   Parameters: VERS_MAJOR return the lapack major version VERS_MINOR return the lapack minor version from the major version VERS_PATCH return the…

  • |

    ILAUPLO (3) Linux Manual Page

    NAME ilauplo.f – SYNOPSIS Functions/Subroutines INTEGER function ilauplo (UPLO) ILAUPLO Function/Subroutine Documentation INTEGER function ilauplo (characterUPLO) ILAUPLO Purpose: This subroutine translated from a character string specifying a upper- or lower-triangular matrix to the relevant BLAST-specified integer constant. ILAUPLO returns an INTEGER. If ILAUPLO < 0, then the input is not a character indicating an upper-…

  • |

    ILATRANS (3) Linux Manual Page

    NAME ilatrans.f – SYNOPSIS Functions/Subroutines INTEGER function ilatrans (TRANS) ILATRANS Function/Subroutine Documentation INTEGER function ilatrans (characterTRANS) ILATRANS Purpose: This subroutine translates from a character string specifying a transposition operation to the relevant BLAST-specified integer constant. ILATRANS returns an INTEGER. If ILATRANS < 0, then the input is not a character indicating a transposition operator. Otherwise…

  • |

    ILASLR (3) Linux Manual Page

    NAME ilaslr.f – SYNOPSIS Functions/Subroutines INTEGER function ilaslr (M, N, A, LDA) ILASLR scans a matrix for its last non-zero row. Function/Subroutine Documentation INTEGER function ilaslr (integerM, integerN, real, dimension( lda, * )A, integerLDA) ILASLR scans a matrix for its last non-zero row. Purpose: ILASLR scans A for its last non-zero row.   Parameters: M…

  • |

    GLOBUS_GASS_TRANSFER_REQUEST_INVALID (3) Linux Manual Page

    Request Handles – Request Handles. Data Structures struct globus_gass_transfer_request_t Request handle. Enumerations enum globus_gass_transfer_request_type_t { GLOBUS_GASS_TRANSFER_REQUEST_TYPE_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_GET, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_PUT, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_APPEND } enum globus_gass_transfer_request_status_t { GLOBUS_GASS_TRANSFER_REQUEST_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_STARTING, GLOBUS_GASS_TRANSFER_REQUEST_PENDING, GLOBUS_GASS_TRANSFER_REQUEST_FAILED, GLOBUS_GASS_TRANSFER_REQUEST_REFERRED, GLOBUS_GASS_TRANSFER_REQUEST_DENIED, GLOBUS_GASS_TRANSFER_REQUEST_DONE } Functions globus_gass_transfer_request_type_t globus_gass_transfer_request_get_type (globus_gass_transfer_request_t request) void * globus_gass_transfer_request_get_user_pointer (globus_gass_transfer_request_t request) int globus_gass_transfer_request_set_user_pointer (globus_gass_transfer_request_t request, void *user_pointer) globus_gass_transfer_request_status_t globus_gass_transfer_request_get_status (globus_gass_transfer_request_t request) int globus_gass_transfer_request_get_referral (globus_gass_transfer_request_t request,…

  • |

    GLOBUS_GASS_TRANSFER_REQUEST_FAILED (3) Linux Manual Page

    Request Handles – Request Handles. Data Structures struct globus_gass_transfer_request_t Request handle. Enumerations enum globus_gass_transfer_request_type_t { GLOBUS_GASS_TRANSFER_REQUEST_TYPE_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_GET, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_PUT, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_APPEND } enum globus_gass_transfer_request_status_t { GLOBUS_GASS_TRANSFER_REQUEST_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_STARTING, GLOBUS_GASS_TRANSFER_REQUEST_PENDING, GLOBUS_GASS_TRANSFER_REQUEST_FAILED, GLOBUS_GASS_TRANSFER_REQUEST_REFERRED, GLOBUS_GASS_TRANSFER_REQUEST_DENIED, GLOBUS_GASS_TRANSFER_REQUEST_DONE } Functions globus_gass_transfer_request_type_t globus_gass_transfer_request_get_type (globus_gass_transfer_request_t request) void * globus_gass_transfer_request_get_user_pointer (globus_gass_transfer_request_t request) int globus_gass_transfer_request_set_user_pointer (globus_gass_transfer_request_t request, void *user_pointer) globus_gass_transfer_request_status_t globus_gass_transfer_request_get_status (globus_gass_transfer_request_t request) int globus_gass_transfer_request_get_referral (globus_gass_transfer_request_t request,…

  • |

    GLOBUS_GASS_TRANSFER_REQUEST_DONE (3) Linux Manual Page

    Request Handles – Request Handles. Data Structures struct globus_gass_transfer_request_t Request handle. Enumerations enum globus_gass_transfer_request_type_t { GLOBUS_GASS_TRANSFER_REQUEST_TYPE_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_GET, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_PUT, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_APPEND } enum globus_gass_transfer_request_status_t { GLOBUS_GASS_TRANSFER_REQUEST_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_STARTING, GLOBUS_GASS_TRANSFER_REQUEST_PENDING, GLOBUS_GASS_TRANSFER_REQUEST_FAILED, GLOBUS_GASS_TRANSFER_REQUEST_REFERRED, GLOBUS_GASS_TRANSFER_REQUEST_DENIED, GLOBUS_GASS_TRANSFER_REQUEST_DONE } Functions globus_gass_transfer_request_type_t globus_gass_transfer_request_get_type (globus_gass_transfer_request_t request) void * globus_gass_transfer_request_get_user_pointer (globus_gass_transfer_request_t request) int globus_gass_transfer_request_set_user_pointer (globus_gass_transfer_request_t request, void *user_pointer) globus_gass_transfer_request_status_t globus_gass_transfer_request_get_status (globus_gass_transfer_request_t request) int globus_gass_transfer_request_get_referral (globus_gass_transfer_request_t request,…

  • |

    GLOBUS_GASS_TRANSFER_REQUEST_DENIED (3) Linux Manual Page

    Request Handles – Request Handles. Data Structures struct globus_gass_transfer_request_t Request handle. Enumerations enum globus_gass_transfer_request_type_t { GLOBUS_GASS_TRANSFER_REQUEST_TYPE_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_GET, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_PUT, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_APPEND } enum globus_gass_transfer_request_status_t { GLOBUS_GASS_TRANSFER_REQUEST_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_STARTING, GLOBUS_GASS_TRANSFER_REQUEST_PENDING, GLOBUS_GASS_TRANSFER_REQUEST_FAILED, GLOBUS_GASS_TRANSFER_REQUEST_REFERRED, GLOBUS_GASS_TRANSFER_REQUEST_DENIED, GLOBUS_GASS_TRANSFER_REQUEST_DONE } Functions globus_gass_transfer_request_type_t globus_gass_transfer_request_get_type (globus_gass_transfer_request_t request) void * globus_gass_transfer_request_get_user_pointer (globus_gass_transfer_request_t request) int globus_gass_transfer_request_set_user_pointer (globus_gass_transfer_request_t request, void *user_pointer) globus_gass_transfer_request_status_t globus_gass_transfer_request_get_status (globus_gass_transfer_request_t request) int globus_gass_transfer_request_get_referral (globus_gass_transfer_request_t request,…

  • |

    GLOBUS_GASS_TRANSFER_MODULE (3) Linux Manual Page

    Activation – Macros #define GLOBUS_GASS_TRANSFER_MODULE Detailed Description The Globus GASS Transfer library uses the standard module activation and deactivation API to initialize its state. Before any GASS functions are called, the module must be activated * globus_module_activate(GLOBUS_GASS_TRANSFER_MODULE); * This function returns GLOBUS_SUCCESS if the GASS library was successfully initialized. This may be called multiple times….

  • |

    GLOBUS_GASS_TRANSFER_LENGTH_UNKNOWN (3) Linux Manual Page

    globus_gass_transfer.h – GASS transfer. Synopsis #include ‘globus_common.h’ Macros #define GLOBUS_GASS_TRANSFER_MODULE #define GLOBUS_GASS_TRANSFER_LENGTH_UNKNOWN #define GLOBUS_GASS_TRANSFER_TIMESTAMP_UNKNOWN Typedefs typedef void(* globus_gass_transfer_close_callback_t )(void *callback_arg, globus_gass_transfer_listener_t listener) typedef void(* globus_gass_transfer_listen_callback_t )(void *callback_arg, globus_gass_transfer_listener_t listener) typedef void(* globus_gass_transfer_bytes_callback_t )(void *arg, globus_gass_transfer_request_t request, globus_byte_t *bytes, globus_size_t length, globus_bool_t last_data) Enumerations enum globus_gass_transfer_request_type_t { GLOBUS_GASS_TRANSFER_REQUEST_TYPE_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_GET, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_PUT, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_APPEND } enum globus_gass_transfer_request_status_t { GLOBUS_GASS_TRANSFER_REQUEST_INVALID,…

  • |

    GLOBUS_GASS_TRANSFER_ERROR_TRANSFER_FAILED (3) Linux Manual Page

    globus_gass_transfer.h – GASS transfer. Synopsis #include ‘globus_common.h’ Macros #define GLOBUS_GASS_TRANSFER_MODULE #define GLOBUS_GASS_TRANSFER_LENGTH_UNKNOWN #define GLOBUS_GASS_TRANSFER_TIMESTAMP_UNKNOWN Typedefs typedef void(* globus_gass_transfer_close_callback_t )(void *callback_arg, globus_gass_transfer_listener_t listener) typedef void(* globus_gass_transfer_listen_callback_t )(void *callback_arg, globus_gass_transfer_listener_t listener) typedef void(* globus_gass_transfer_bytes_callback_t )(void *arg, globus_gass_transfer_request_t request, globus_byte_t *bytes, globus_size_t length, globus_bool_t last_data) Enumerations enum globus_gass_transfer_request_type_t { GLOBUS_GASS_TRANSFER_REQUEST_TYPE_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_GET, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_PUT, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_APPEND } enum globus_gass_transfer_request_status_t { GLOBUS_GASS_TRANSFER_REQUEST_INVALID,…

  • |

    GLOBUS_GASS_TRANSFER_ERROR_TOO_LARGE (3) Linux Manual Page

    globus_gass_transfer.h – GASS transfer. Synopsis #include ‘globus_common.h’ Macros #define GLOBUS_GASS_TRANSFER_MODULE #define GLOBUS_GASS_TRANSFER_LENGTH_UNKNOWN #define GLOBUS_GASS_TRANSFER_TIMESTAMP_UNKNOWN Typedefs typedef void(* globus_gass_transfer_close_callback_t )(void *callback_arg, globus_gass_transfer_listener_t listener) typedef void(* globus_gass_transfer_listen_callback_t )(void *callback_arg, globus_gass_transfer_listener_t listener) typedef void(* globus_gass_transfer_bytes_callback_t )(void *arg, globus_gass_transfer_request_t request, globus_byte_t *bytes, globus_size_t length, globus_bool_t last_data) Enumerations enum globus_gass_transfer_request_type_t { GLOBUS_GASS_TRANSFER_REQUEST_TYPE_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_GET, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_PUT, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_APPEND } enum globus_gass_transfer_request_status_t { GLOBUS_GASS_TRANSFER_REQUEST_INVALID,…

  • |

    GLOBUS_GASS_TRANSFER_ERROR_REQUEST_FAILED (3) Linux Manual Page

    globus_gass_transfer.h – GASS transfer. Synopsis #include ‘globus_common.h’ Macros #define GLOBUS_GASS_TRANSFER_MODULE #define GLOBUS_GASS_TRANSFER_LENGTH_UNKNOWN #define GLOBUS_GASS_TRANSFER_TIMESTAMP_UNKNOWN Typedefs typedef void(* globus_gass_transfer_close_callback_t )(void *callback_arg, globus_gass_transfer_listener_t listener) typedef void(* globus_gass_transfer_listen_callback_t )(void *callback_arg, globus_gass_transfer_listener_t listener) typedef void(* globus_gass_transfer_bytes_callback_t )(void *arg, globus_gass_transfer_request_t request, globus_byte_t *bytes, globus_size_t length, globus_bool_t last_data) Enumerations enum globus_gass_transfer_request_type_t { GLOBUS_GASS_TRANSFER_REQUEST_TYPE_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_GET, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_PUT, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_APPEND } enum globus_gass_transfer_request_status_t { GLOBUS_GASS_TRANSFER_REQUEST_INVALID,…

  • |

    GLOBUS_GASS_TRANSFER_ERROR_OPEN_FAILED (3) Linux Manual Page

    globus_gass_transfer.h – GASS transfer. Synopsis #include ‘globus_common.h’ Macros #define GLOBUS_GASS_TRANSFER_MODULE #define GLOBUS_GASS_TRANSFER_LENGTH_UNKNOWN #define GLOBUS_GASS_TRANSFER_TIMESTAMP_UNKNOWN Typedefs typedef void(* globus_gass_transfer_close_callback_t )(void *callback_arg, globus_gass_transfer_listener_t listener) typedef void(* globus_gass_transfer_listen_callback_t )(void *callback_arg, globus_gass_transfer_listener_t listener) typedef void(* globus_gass_transfer_bytes_callback_t )(void *arg, globus_gass_transfer_request_t request, globus_byte_t *bytes, globus_size_t length, globus_bool_t last_data) Enumerations enum globus_gass_transfer_request_type_t { GLOBUS_GASS_TRANSFER_REQUEST_TYPE_INVALID, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_GET, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_PUT, GLOBUS_GASS_TRANSFER_REQUEST_TYPE_APPEND } enum globus_gass_transfer_request_status_t { GLOBUS_GASS_TRANSFER_REQUEST_INVALID,…

  • |

    QwtAbstractSlider (3) Linux Manual Page

    QwtAbstractSlider – An abstract base class for slider widgets with a scale. Synopsis #include <qwt_abstract_slider.h> Inherits QwtAbstractScale. Inherited by QwtDial, QwtKnob, and QwtSlider. Public Slots void setValue (double val) Signals void valueChanged (double value) Notify a change of value. void sliderPressed () void sliderReleased () void sliderMoved (double value) Public Member Functions QwtAbstractSlider (QWidget *parent=NULL)…