Git Product home page Git Product logo

ips_pg-netinfo's Introduction

IP Address Informations

Folgende Module beinhaltet das IP Address Informations Repository:

  • IP_Info Kurze Beschreibung des Moduls.

  • IP_Stack Kurze Beschreibung des Moduls.

  • Whois
    Kurze Beschreibung des Moduls.

  • NetInfoLookup Kurze Beschreibung des Moduls.

Reload Module MC_ReloadModule($moduleControlID, "BibliotheksName"); MC_ReloadModule("{D4AAC276-97DB-E833-6C3A-A5B908436016}","Network Tools and Infos");

https://gist.github.com/paresy/387b18441058cb68d448016540e3e28e function MC_CreateModule(int $InstanceID, string $ModuleURL) { return true; } function MC_DeleteModule(int $InstanceID, string $Module) { return true; } function MC_GetModule(int $InstanceID, string $Module) { return Array(); } function MC_GetModuleList(int $InstanceID) { return Array(); } function MC_GetModuleRepositoryInfo(int $InstanceID, string $Module) { return Array(); } function MC_GetModuleRepositoryLocalBranchList(int $InstanceID, string $Module) { return Array(); } function MC_GetModuleRepositoryRemoteBranchList(int $InstanceID, string $Module) { return Array(); } function MC_IsModuleClean(int $InstanceID, string $Module) { return true; } function MC_IsModuleUpdateAvailable(int $InstanceID, string $Module) { return true; } function MC_IsModuleValid(int $InstanceID, string $Module) { return true; } function MC_ReloadModule(int $InstanceID, string $Module) { return true; } function MC_RevertModule(int $InstanceID, string $Module) { return true; } function MC_UpdateModule(int $InstanceID, string $Module) { return true; } function MC_UpdateModuleRepositoryBranch(int $InstanceID, string $Module, string $Branch) { return true; }

ips_pg-netinfo's People

Contributors

preinfalkg avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.