Home
last modified time | relevance | path

Searched refs:Micro (Results 1 – 25 of 3607) sorted by relevance

12345678910>>...145

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/serialise-0.2.3.0/bench/micro/
H A DMicro.hs3 module Micro module
16 import qualified Micro.MemSize
18 import qualified Micro.Load as Micro.Load
19 import qualified Micro.Types as Micro.Types ()
21 import qualified Micro.ReadShow as Micro.ReadShow
22 import qualified Micro.PkgBinary as Micro.PkgBinary
23 import qualified Micro.PkgCereal as Micro.PkgCereal
24 import qualified Micro.PkgStore as Micro.PkgStore
25 import qualified Micro.PkgAesonGeneric as Micro.PkgAesonGeneric
26 import qualified Micro.PkgAesonTH as Micro.PkgAesonTH
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/serialise-0.2.3.0/bench/micro/
H A DMicro.hs3 module Micro module
16 import qualified Micro.MemSize
18 import qualified Micro.Load as Micro.Load
19 import qualified Micro.Types as Micro.Types ()
21 import qualified Micro.ReadShow as Micro.ReadShow
22 import qualified Micro.PkgBinary as Micro.PkgBinary
23 import qualified Micro.PkgCereal as Micro.PkgCereal
24 import qualified Micro.PkgStore as Micro.PkgStore
25 import qualified Micro.PkgAesonGeneric as Micro.PkgAesonGeneric
26 import qualified Micro.PkgAesonTH as Micro.PkgAesonTH
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/rio-0.1.20.0/src/RIO/Prelude/
H A DLens.hs4 , Lens.Micro.ASetter
6 , Lens.Micro.Getting
7 , Lens.Micro.Lens
8 , Lens.Micro.Lens'
10 , Lens.Micro.lens
11 , Lens.Micro.over
12 , Lens.Micro.set
13 , Lens.Micro.sets
14 , Lens.Micro.to
15 , (Lens.Micro.^.)
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/rio-0.1.20.0/src/RIO/Prelude/
H A DLens.hs4 , Lens.Micro.ASetter
6 , Lens.Micro.Getting
7 , Lens.Micro.Lens
8 , Lens.Micro.Lens'
10 , Lens.Micro.lens
11 , Lens.Micro.over
12 , Lens.Micro.set
13 , Lens.Micro.sets
14 , Lens.Micro.to
15 , (Lens.Micro.^.)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ngine_io/cloudstack/tests/integration/targets/cs_service_offering/tasks/
H A Dguest_vm_service_offering.yml4 name: Micro
14 name: Micro
33 name: Micro
48 - so.name == "Micro"
59 name: Micro
85 name: Micro
104 name: Micro
122 name: Micro
140 name: Micro
159 name: Micro
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/cs_service_offering/tasks/
H A Dguest_vm_service_offering.yml4 name: Micro
14 name: Micro
33 name: Micro
48 - so.name == "Micro"
59 name: Micro
85 name: Micro
104 name: Micro
122 name: Micro
140 name: Micro
159 name: Micro
[all …]
/dports/www/phalcon/cphalcon-3.4.5/tests/unit/Mvc/
H A DMicroTest.php19 use Phalcon\Mvc\Micro; alias
180 $app = new Micro();
230 $app = new Micro();
260 $app = new Micro();
301 $app = new Micro();
336 $app = new Micro();
378 $app = new Micro();
413 $app = new Micro();
464 $app = new Micro();
494 $app = new Micro();
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/tests/integration/Mvc/Micro/
H A DAfterBindingCest.php14 namespace Phalcon\Test\Integration\Mvc\Micro;
20 use Phalcon\Mvc\Micro; alias
21 use Phalcon\Test\Fixtures\Micro\MyMiddleware;
22 use Phalcon\Test\Fixtures\Micro\MyMiddlewareStop;
35 $micro = new Micro($di);
39 function (Event $event, Micro $micro) {
67 $micro = new Micro($di);
95 $micro = new Micro($di);
119 $micro = new Micro($di);
150 $micro = new Micro($di);
H A DGetActiveHandlerCest.php14 namespace Phalcon\Test\Integration\Mvc\Micro;
17 use Phalcon\Mvc\Micro; alias
18 use Phalcon\Mvc\Micro\Collection;
19 use Phalcon\Mvc\Micro\LazyLoader;
20 use Phalcon\Test\Fixtures\Micro\RestHandler;
51 $app = new Micro();
/dports/www/phalcon4/cphalcon-4.1.1/tests/tocheck-database/Mvc/
H A DRefactor-MicroCest.php16 use Phalcon\Mvc\Micro; alias
17 use Phalcon\Test\Fixtures\Micro\MyMiddleware;
18 use Phalcon\Test\Fixtures\Micro\MyMiddlewareStop;
19 use Phalcon\Test\Fixtures\Micro\RestHandler;
32 $app = new Micro();
96 $app = new Micro();
120 $app = new Micro();
174 $app = new Micro();
204 $app = new Micro();
234 $app = new Micro();
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/tseries/offsets/
H A Dtest_ticks.py16 from pandas.tseries.offsets import Hour, Micro, Milli, Minute, Nano, Second
23 tick_classes = [Hour, Minute, Second, Milli, Micro, Nano]
161 Micro(-1), datetime(2010, 1, 1, 0, 0, 0, 1), datetime(2010, 1, 1)
171 assert Micro(3) + Micro(2) == Micro(5)
172 assert Micro(3) - Micro(2) == Micro()
198 assert Nano(5) + Micro(1) == Nano(1005)
199 assert Micro(5) + Nano(1) == Nano(5001)
209 (Micro, Timedelta(hours=2, microseconds=3)),
249 off = Micro(2)
253 expected = Micro(3)
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/ai/micro_ais/scenarios/
H A Dscenario_micro_ai.cfg5 name= _ "Micro AI Tests"
138 description= _ "Guardian Micro AI demo"
157 description= _ "Patrol Micro AI demo"
253 description= _ "Animals Micro AI demo"
272 description= _ "Wolves Micro AI demo"
291 description= _ "Swarm Micro AI demo"
310 description= _ "Dragon Micro AI demo"
348 description= _ "Goto Micro AI demo"
359 caption= _ "Goto Micro AI demo"
367 description= _ "Hang Out Micro AI demo"
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md7 * Exported a `coerce` compatibility shim from `Lens.Micro.Internal`.
15 * Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/m…
22 * Marked `Lens.Micro.Internal` as `Trustworthy` starting from GHC 7.8.
71 * Added descriptions of other packages to `Lens.Micro`.
108 * Renamed `Getter` and `Fold` to `SimpleGetter` and `SimpleFold` and put them into `Lens.Micro`. Ge…
117 * Added `Lens.Micro.Extras` with `view`, `preview`, `Getter`, and `Fold`. Now you no longer need mi…
144 * Moved `Lens.Micro.Classes` into `Lens.Micro.Internal`.
151 * Removed `+~`, `-~`, `*~`, `//~` and the `Lens.Micro.Extras` module.
157 * Moved some things into `Lens.Micro.Internal`.
162 * Moved some things into `Lens.Micro.Type` and `Lens.Micro.Classes`.
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md7 * Exported a `coerce` compatibility shim from `Lens.Micro.Internal`.
15 * Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/m…
22 * Marked `Lens.Micro.Internal` as `Trustworthy` starting from GHC 7.8.
71 * Added descriptions of other packages to `Lens.Micro`.
108 * Renamed `Getter` and `Fold` to `SimpleGetter` and `SimpleFold` and put them into `Lens.Micro`. Ge…
117 * Added `Lens.Micro.Extras` with `view`, `preview`, `Getter`, and `Fold`. Now you no longer need mi…
144 * Moved `Lens.Micro.Classes` into `Lens.Micro.Internal`.
151 * Removed `+~`, `-~`, `*~`, `//~` and the `Lens.Micro.Extras` module.
157 * Moved some things into `Lens.Micro.Internal`.
162 * Moved some things into `Lens.Micro.Type` and `Lens.Micro.Classes`.
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md7 * Exported a `coerce` compatibility shim from `Lens.Micro.Internal`.
15 * Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/m…
22 * Marked `Lens.Micro.Internal` as `Trustworthy` starting from GHC 7.8.
71 * Added descriptions of other packages to `Lens.Micro`.
108 * Renamed `Getter` and `Fold` to `SimpleGetter` and `SimpleFold` and put them into `Lens.Micro`. Ge…
117 * Added `Lens.Micro.Extras` with `view`, `preview`, `Getter`, and `Fold`. Now you no longer need mi…
144 * Moved `Lens.Micro.Classes` into `Lens.Micro.Internal`.
151 * Removed `+~`, `-~`, `*~`, `//~` and the `Lens.Micro.Extras` module.
157 * Moved some things into `Lens.Micro.Internal`.
162 * Moved some things into `Lens.Micro.Type` and `Lens.Micro.Classes`.
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md7 * Exported a `coerce` compatibility shim from `Lens.Micro.Internal`.
15 * Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/m…
22 * Marked `Lens.Micro.Internal` as `Trustworthy` starting from GHC 7.8.
71 * Added descriptions of other packages to `Lens.Micro`.
108 * Renamed `Getter` and `Fold` to `SimpleGetter` and `SimpleFold` and put them into `Lens.Micro`. Ge…
117 * Added `Lens.Micro.Extras` with `view`, `preview`, `Getter`, and `Fold`. Now you no longer need mi…
144 * Moved `Lens.Micro.Classes` into `Lens.Micro.Internal`.
151 * Removed `+~`, `-~`, `*~`, `//~` and the `Lens.Micro.Extras` module.
157 * Moved some things into `Lens.Micro.Internal`.
162 * Moved some things into `Lens.Micro.Type` and `Lens.Micro.Classes`.
[all …]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md7 * Exported a `coerce` compatibility shim from `Lens.Micro.Internal`.
15 * Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/m…
22 * Marked `Lens.Micro.Internal` as `Trustworthy` starting from GHC 7.8.
71 * Added descriptions of other packages to `Lens.Micro`.
108 * Renamed `Getter` and `Fold` to `SimpleGetter` and `SimpleFold` and put them into `Lens.Micro`. Ge…
117 * Added `Lens.Micro.Extras` with `view`, `preview`, `Getter`, and `Fold`. Now you no longer need mi…
144 * Moved `Lens.Micro.Classes` into `Lens.Micro.Internal`.
151 * Removed `+~`, `-~`, `*~`, `//~` and the `Lens.Micro.Extras` module.
157 * Moved some things into `Lens.Micro.Internal`.
162 * Moved some things into `Lens.Micro.Type` and `Lens.Micro.Classes`.
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md7 * Exported a `coerce` compatibility shim from `Lens.Micro.Internal`.
15 * Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/m…
22 * Marked `Lens.Micro.Internal` as `Trustworthy` starting from GHC 7.8.
71 * Added descriptions of other packages to `Lens.Micro`.
108 * Renamed `Getter` and `Fold` to `SimpleGetter` and `SimpleFold` and put them into `Lens.Micro`. Ge…
117 * Added `Lens.Micro.Extras` with `view`, `preview`, `Getter`, and `Fold`. Now you no longer need mi…
144 * Moved `Lens.Micro.Classes` into `Lens.Micro.Internal`.
151 * Removed `+~`, `-~`, `*~`, `//~` and the `Lens.Micro.Extras` module.
157 * Moved some things into `Lens.Micro.Internal`.
162 * Moved some things into `Lens.Micro.Type` and `Lens.Micro.Classes`.
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md7 * Exported a `coerce` compatibility shim from `Lens.Micro.Internal`.
15 * Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/m…
22 * Marked `Lens.Micro.Internal` as `Trustworthy` starting from GHC 7.8.
71 * Added descriptions of other packages to `Lens.Micro`.
108 * Renamed `Getter` and `Fold` to `SimpleGetter` and `SimpleFold` and put them into `Lens.Micro`. Ge…
117 * Added `Lens.Micro.Extras` with `view`, `preview`, `Getter`, and `Fold`. Now you no longer need mi…
144 * Moved `Lens.Micro.Classes` into `Lens.Micro.Internal`.
151 * Removed `+~`, `-~`, `*~`, `//~` and the `Lens.Micro.Extras` module.
157 * Moved some things into `Lens.Micro.Internal`.
162 * Moved some things into `Lens.Micro.Type` and `Lens.Micro.Classes`.
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/mvc/micro/
H A Dcollectioninterface.zep.h7 …arginfo_phalcon_mvc_micro_collectioninterface_delete, 0, 2, Phalcon\\Mvc\\Micro\\CollectionInterfa…
25 …EX(arginfo_phalcon_mvc_micro_collectioninterface_get, 0, 2, Phalcon\\Mvc\\Micro\\CollectionInterfa… in ZEND_END_ARG_INFO()
57 …X(arginfo_phalcon_mvc_micro_collectioninterface_head, 0, 2, Phalcon\\Mvc\\Micro\\CollectionInterfa… in ZEND_END_ARG_INFO()
82 …EX(arginfo_phalcon_mvc_micro_collectioninterface_map, 0, 2, Phalcon\\Mvc\\Micro\\CollectionInterfa… in ZEND_END_ARG_INFO()
100 …rginfo_phalcon_mvc_micro_collectioninterface_options, 0, 2, Phalcon\\Mvc\\Micro\\CollectionInterfa… in ZEND_END_ARG_INFO()
118 …(arginfo_phalcon_mvc_micro_collectioninterface_patch, 0, 2, Phalcon\\Mvc\\Micro\\CollectionInterfa… in ZEND_END_ARG_INFO()
136 …X(arginfo_phalcon_mvc_micro_collectioninterface_post, 0, 2, Phalcon\\Mvc\\Micro\\CollectionInterfa… in ZEND_END_ARG_INFO()
154 …EX(arginfo_phalcon_mvc_micro_collectioninterface_put, 0, 2, Phalcon\\Mvc\\Micro\\CollectionInterfa… in ZEND_END_ARG_INFO()
172 …nfo_phalcon_mvc_micro_collectioninterface_sethandler, 0, 1, Phalcon\\Mvc\\Micro\\CollectionInterfa… in ZEND_END_ARG_INFO()
185 …rginfo_phalcon_mvc_micro_collectioninterface_setlazy, 0, 1, Phalcon\\Mvc\\Micro\\CollectionInterfa… in ZEND_END_ARG_INFO()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/microlens-0.4.11.2/
H A DCHANGELOG.md7 * Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/m…
14 * Marked `Lens.Micro.Internal` as `Trustworthy` starting from GHC 7.8.
54 …in the profunctors package. Those operators are only available from `Lens.Micro.Internal`, so this…
63 * Added descriptions of other packages to `Lens.Micro`.
100 * Renamed `Getter` and `Fold` to `SimpleGetter` and `SimpleFold` and put them into `Lens.Micro`. Ge…
109 * Added `Lens.Micro.Extras` with `view`, `preview`, `Getter`, and `Fold`. Now you no longer need mi…
136 * Moved `Lens.Micro.Classes` into `Lens.Micro.Internal`.
143 * Removed `+~`, `-~`, `*~`, `//~` and the `Lens.Micro.Extras` module.
149 * Moved some things into `Lens.Micro.Internal`.
154 * Moved some things into `Lens.Micro.Type` and `Lens.Micro.Classes`.
[all …]
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/microlens-0.4.11.2/
H A DCHANGELOG.md7 * Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/m…
14 * Marked `Lens.Micro.Internal` as `Trustworthy` starting from GHC 7.8.
54 …in the profunctors package. Those operators are only available from `Lens.Micro.Internal`, so this…
63 * Added descriptions of other packages to `Lens.Micro`.
100 * Renamed `Getter` and `Fold` to `SimpleGetter` and `SimpleFold` and put them into `Lens.Micro`. Ge…
109 * Added `Lens.Micro.Extras` with `view`, `preview`, `Getter`, and `Fold`. Now you no longer need mi…
136 * Moved `Lens.Micro.Classes` into `Lens.Micro.Internal`.
143 * Removed `+~`, `-~`, `*~`, `//~` and the `Lens.Micro.Extras` module.
149 * Moved some things into `Lens.Micro.Internal`.
154 * Moved some things into `Lens.Micro.Type` and `Lens.Micro.Classes`.
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/microlens-0.4.11.2/
H A DCHANGELOG.md7 * Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/m…
14 * Marked `Lens.Micro.Internal` as `Trustworthy` starting from GHC 7.8.
54 …in the profunctors package. Those operators are only available from `Lens.Micro.Internal`, so this…
63 * Added descriptions of other packages to `Lens.Micro`.
100 * Renamed `Getter` and `Fold` to `SimpleGetter` and `SimpleFold` and put them into `Lens.Micro`. Ge…
109 * Added `Lens.Micro.Extras` with `view`, `preview`, `Getter`, and `Fold`. Now you no longer need mi…
136 * Moved `Lens.Micro.Classes` into `Lens.Micro.Internal`.
143 * Removed `+~`, `-~`, `*~`, `//~` and the `Lens.Micro.Extras` module.
149 * Moved some things into `Lens.Micro.Internal`.
154 * Moved some things into `Lens.Micro.Type` and `Lens.Micro.Classes`.
[all …]
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/microlens-0.4.11.2/
H A DCHANGELOG.md7 * Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/m…
14 * Marked `Lens.Micro.Internal` as `Trustworthy` starting from GHC 7.8.
54 …in the profunctors package. Those operators are only available from `Lens.Micro.Internal`, so this…
63 * Added descriptions of other packages to `Lens.Micro`.
100 * Renamed `Getter` and `Fold` to `SimpleGetter` and `SimpleFold` and put them into `Lens.Micro`. Ge…
109 * Added `Lens.Micro.Extras` with `view`, `preview`, `Getter`, and `Fold`. Now you no longer need mi…
136 * Moved `Lens.Micro.Classes` into `Lens.Micro.Internal`.
143 * Removed `+~`, `-~`, `*~`, `//~` and the `Lens.Micro.Extras` module.
149 * Moved some things into `Lens.Micro.Internal`.
154 * Moved some things into `Lens.Micro.Type` and `Lens.Micro.Classes`.
[all …]
/dports/net-mgmt/observium/observium/mibs/trendmicro/
H A DTPT-ATA-REG-MIB3 -- Trend Micro, Inc.
23 ORGANIZATION "Trend Micro, Inc."
28 Copyright (C) 2016 Trend Micro Incorporated. All Rights Reserved.
30 Trend Micro makes no warranty of any kind with regard to this material,
32 and fitness for a particular purpose. Trend Micro shall not be liable for
37 another language without the prior written consent of Trend Micro. The
39 change without notice. The only warranties for Trend Micro products and
42 additional warranty. Trend Micro shall not be liable for technical or editorial
44 Digital Vaccine(R) are registered trademarks of Trend Micro. All other company
47 both, which are the property of Trend Micro. No part of this documentation may
[all …]

12345678910>>...145