Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,8712,880项(搜索用时0.004秒)
devel/POE-API-Hooks-1.0800 (Score: 0.032514982)
Implement lightweight hooks into POE
This module adds lightweight hooks into the inner workings of POE. Currently, one can add hooks into POE that get called before/after an event is dispatched and/or before/after a Session is created. These callbacks receive the exact same argument list as their Kernel/Session counterpart. For event dispatch related callbacks, see _dispatch_event in POE::Kernel. For session related callbacks, see create in POE::Session.
devel/php56-5.6.26 (Score: 0.032514982)
The tokenizer shared extension for php
devel/phpunit-5.5.5 (Score: 0.032514982)
Testing framework for unit tests
PHPUnit is a regression testing framework used by the developer who implements unit tests in PHP.
devel/POE-Component-Child-1.39 (Score: 0.032514982)
POE child management
POE-Component-Child This component allows for the creation and management of children processes within the POE environment.
devel/POE-Component-Cron-0.021 (Score: 0.032514982)
Schedule POE Events using a cron spec
This component extends POE::Component::Schedule by adding an easy way t specify event schedules using a simple cron spec.
devel/Parallel-Fork-BossWorker-0.05 (Score: 0.032514982)
Easily create forking queue processing applications
Perl extension for easily creating forking queue processing applications.
devel/POE-Component-Daemon-0.1400 (Score: 0.032514982)
Handles all the housework for a daemon in POE
Dealing with all the little details of a forking daemon can be annoying and hard. POE::Component::Daemon encapsulates all the details into one place and (hopefully) gets them right.
devel/Parallel-Iterator-1.00 (Score: 0.032514982)
Simple parallel execution
This module provides a 'parallel map'. Multiple worker processes are forked so that many instances of the transformation function may be executed simultaneously.
devel/POE-Component-DebugShell-1.412 (Score: 0.032514982)
Interactive peeking into a running POE application
This component allows for interactive peeking into a running POE application.
devel/POE-Component-DirWatch-0.300003 (Score: 0.032514982)
POE directory watcher
POE::Component::DirWatch watches a directory for files. It creates a separate session which invokes a user-supplied callback as soon as it finds a file in the directory. Its primary intended use is processing a "drop-box" style directory, such as an FTP upload directory.