Proctolaelaps
Proctolaelaps is a genus of mites in the family Ascidae.[1]
Proctolaelaps | |
---|---|
Scientific classification | |
Kingdom: | |
Phylum: | |
Class: | |
Subclass: | |
Order: | |
Family: | |
Genus: | Proctolaelaps Berlese, 1923 |
Species
- Proctolaelaps antennatus Karg, 1985
- Proctolaelaps arctorotundus Nikolsky, 1984
- Proctolaelaps aurora (Vitzthum, 1925)
- Proctolaelaps australis C.Stone, 1988
- Proctolaelaps basis Karg, 1979
- Proctolaelaps belemensis Fain, Hyland & Aitken, 1977
- Proctolaelaps bicaudatus Karg, 1994
- Proctolaelaps bickleyi (Bram, 1956)
- Proctolaelaps bloemfonteinensis Hanekom, Loots & Theron, 1988
- Proctolaelaps certator OConnor, Colwell & Naeem, 1991
- Proctolaelaps chalybura Dusbabek & Capek, 2007[2]
- Proctolaelaps coffeae Karg, in Karg & Rodriguez 1985
- Proctolaelaps contactus Karg, 1985
- Proctolaelaps contentiosus OConnor, Colwell & Naeem, 1991
- Proctolaelaps cotumex OConnor, Colwell & Naeem, 1991
- Proctolaelaps cubanus Karg, in Karg & Rodriguez 1985
- Proctolaelaps de Leoni Mawar, Childers & Abou-Setta, 1991
- Proctolaelaps debensis Jordaan & Loots, 1987
- Proctolaelaps diffissus Karg, 1976
- Proctolaelaps drosophilae Karg, Baker & Jenkinson, 1995
- Proctolaelaps eccoptogasteris Vitzthum, 1923
- Proctolaelaps euserratus Karg, 1994
- Proctolaelaps glaucis Fain, Hyland & Aitken, 1977
- Proctolaelaps holmi Halliday, 2001
- Proctolaelaps hystrix (Vitzthum, 1923)
- Proctolaelaps jurgatus OConnor, Colwell & Naeem, 1991
- Proctolaelaps kielczewskii Wisniewski, 1980
- Proctolaelaps lobatus De Leon, 1963
- Proctolaelaps longichelicerae Ma-Liming, 1996
- Proctolaelaps longisetosa (Postner, 1951)
- Proctolaelaps mermillion OConnor, Colwell & Naeem, 1991
- Proctolaelaps mexicanus Hyland, Fain & Moorhouse, 1978
- Proctolaelaps micropiloides Karg, 1994
- Proctolaelaps moseri Wisniewski, 1980
- Proctolaelaps naskreckii Dusbabek & Halicaek, 2007[2]
- Proctolaelaps nauphoetae (Womersley, 1956)
- Proctolaelaps nesbitti (Womersley, 1956)
- Proctolaelaps novineus El-Banhawy & Nasr, 1986
- Proctolaelaps opilionis Karg, 1994
- Proctolaelaps orbicularis Karg, 1985
- Proctolaelaps oribatoides Karg, 1979
- Proctolaelaps productus Berlese, 1923
- Proctolaelaps pruni Karg, 1988
- Proctolaelaps pseudofiseri Nikolsky, 1984
- Proctolaelaps pygmaeus (J. Müller, 1859)
- Proctolaelaps rabulatus OConnor, Colwell & Naeem, 1991
- Proctolaelaps rectangularis Karg, 1985
- Proctolaelaps reticulatosimilis Bhattacharyya, Sanyal & Bhattacharya, 1998
- Proctolaelaps roodeplaatensis Hanekom, Loots & Theron, 1988
- Proctolaelaps slovacus Masan, 1998
- Proctolaelaps spencerae Domrow, 1979
- Proctolaelaps spiralis Hyland, Fain & Moorhouse, 1978
- Proctolaelaps striatus Westerboer, 1963
- Proctolaelaps threnetes Dusbabek & Literak, 2007[2]
- Proctolaelaps ventrianalis Karg, 1971
- Proctolaelaps yinchuanensis Bai, Yin & Gu, 1993
gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
References
- David Evans Walter (ed.). "Ascidae Species Listing". Biology Catalog. Texas A&M University. Retrieved August 29, 2010.
- Dusbabek, Frantisek; Literak, Ivan; Capek, Miroslav; Havlicek, Martin (2007). "Ascid mites (Acari: Mesostigmata: Ascidae) from Costa Rican hummingbirds (Aves: Trochilidae), with description of three new species and a key to the Proctolaelaps belemensis species group". Zootaxa. 1484: 51–67.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.