task
stringlengths
42
101
input
stringlengths
7
2.13k
output
stringlengths
1
3.07k
options
list
pageTitle
stringlengths
38
132
outputColName
stringlengths
1
108
url
stringlengths
31
165
wdcFile
stringlengths
71
74
346481e1_kipedia__the_free_encyclopedia__Transactions_Management_Types_Explanation
[Type] NOT_SUPPORTED [Explanation]
If the client has started a transaction, it is suspended. No new transaction is started.
[]
Enterprise JavaBeans - Wikipedia, the free encyclopedia
Explanation
https://en.wikipedia.org/wiki/Enterprise_JavaBeans
34/1438043058631.99_20150728002418-00341-ip-10-236-191-2_866327981_0.json
346481e1_kipedia__the_free_encyclopedia__Transactions_Management_Types_Explanation
[Type] NEVER [Explanation]
If the client has started a transaction, an exception is thrown. No new transaction is started.
[]
Enterprise JavaBeans - Wikipedia, the free encyclopedia
Explanation
https://en.wikipedia.org/wiki/Enterprise_JavaBeans
34/1438043058631.99_20150728002418-00341-ip-10-236-191-2_866327981_0.json
fad8edd6_kipedia__the_free_encyclopedia__PHP
[operation] insert element at back [common name(s)] inject, snoc [Ada] Append [C++] push_back [Java] offerLast [Perl] push [Python] append [Ruby] push [JavaScript] push [PHP]
array_push
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
fad8edd6_kipedia__the_free_encyclopedia__PHP
[operation] insert element at front [common name(s)] push, cons [Ada] Prepend [C++] push_front [Java] offerFirst [Perl] unshift [Python] appendleft [Ruby] unshift [JavaScript] unshift [PHP]
array_unshift
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
fad8edd6_kipedia__the_free_encyclopedia__PHP
[operation] remove last element [common name(s)] eject [Ada] Delete_Last [C++] pop_back [Java] pollLast [Perl] pop [Python] pop [Ruby] pop [JavaScript] pop [PHP]
array_pop
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
fad8edd6_kipedia__the_free_encyclopedia__PHP
[operation] remove first element [common name(s)] pop [Ada] Delete_First [C++] pop_front [Java] pollFirst [Perl] shift [Python] popleft [Ruby] shift [JavaScript] shift [PHP]
array_shift
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
fad8edd6_kipedia__the_free_encyclopedia__PHP
[operation] examine last element [Ada] Last_Element [C++] back [Java] peekLast [Perl] $array[-1] [Python] [-1] [Ruby] last [JavaScript] [.length - 1] [PHP]
end
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
fad8edd6_kipedia__the_free_encyclopedia__PHP
[operation] examine first element [Ada] First_Element [C++] front [Java] peekFirst [Perl] $array[0] [Python] [0] [Ruby] first [JavaScript] [0] [PHP]
reset
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
e2b01c9b_kipedia__the_free_encyclopedia__Type
[Definition] When the warhead makes physical contact with the target, the explosive is detonated. Sometimes combined with a delay, to detonate a specific amount of time after contact. [Type]
Contact
[ [ "C", "o", "n", "t", "a", "c", "t" ], [ "P", "r", "o", "x", "i", "m", "i", "t", "y" ], [ "R", "e", "m", "o", "t", "e" ], [ "T", "i", "m", "e", "d" ], [ "A", "l", "t", "i", "t", "u", "d", "e" ], [ "C", "o", "m", "b", "i", "n", "e", "d" ] ]
Warhead - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Warhead
34/1438044271733.81_20150728004431-00021-ip-10-236-191-2_865639544_4.json
e2b01c9b_kipedia__the_free_encyclopedia__Type
[Definition] Using radar, sound waves, a magnetic sensor, or a laser the warhead is detonated when the target is within a specified distance. It is often coupled with directional explosion control system that ensures that the explosion sends the fragmentation primarily towards the target that triggered it. [Type]
Proximity
[ [ "C", "o", "n", "t", "a", "c", "t" ], [ "P", "r", "o", "x", "i", "m", "i", "t", "y" ], [ "R", "e", "m", "o", "t", "e" ], [ "T", "i", "m", "e", "d" ], [ "A", "l", "t", "i", "t", "u", "d", "e" ], [ "C", "o", "m", "b", "i", "n", "e", "d" ] ]
Warhead - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Warhead
34/1438044271733.81_20150728004431-00021-ip-10-236-191-2_865639544_4.json
e2b01c9b_kipedia__the_free_encyclopedia__Type
[Definition] remotely detonated via signal from operator (Not normally used for warheads except for self-destruction) [Type]
Remote
[ [ "C", "o", "n", "t", "a", "c", "t" ], [ "P", "r", "o", "x", "i", "m", "i", "t", "y" ], [ "R", "e", "m", "o", "t", "e" ], [ "T", "i", "m", "e", "d" ], [ "A", "l", "t", "i", "t", "u", "d", "e" ], [ "C", "o", "m", "b", "i", "n", "e", "d" ] ]
Warhead - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Warhead
34/1438044271733.81_20150728004431-00021-ip-10-236-191-2_865639544_4.json
e2b01c9b_kipedia__the_free_encyclopedia__Type
[Definition] Warhead is detonated after a specific amount of time. [Type]
Timed
[ [ "C", "o", "n", "t", "a", "c", "t" ], [ "P", "r", "o", "x", "i", "m", "i", "t", "y" ], [ "R", "e", "m", "o", "t", "e" ], [ "T", "i", "m", "e", "d" ], [ "A", "l", "t", "i", "t", "u", "d", "e" ], [ "C", "o", "m", "b", "i", "n", "e", "d" ] ]
Warhead - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Warhead
34/1438044271733.81_20150728004431-00021-ip-10-236-191-2_865639544_4.json
e2b01c9b_kipedia__the_free_encyclopedia__Type
[Definition] Warhead is detonated once it falls to a specified altitude. [Type]
Altitude
[ [ "C", "o", "n", "t", "a", "c", "t" ], [ "P", "r", "o", "x", "i", "m", "i", "t", "y" ], [ "R", "e", "m", "o", "t", "e" ], [ "T", "i", "m", "e", "d" ], [ "A", "l", "t", "i", "t", "u", "d", "e" ], [ "C", "o", "m", "b", "i", "n", "e", "d" ] ]
Warhead - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Warhead
34/1438044271733.81_20150728004431-00021-ip-10-236-191-2_865639544_4.json
e2b01c9b_kipedia__the_free_encyclopedia__Type
[Definition] Any combination of the above. [Type]
Combined
[ [ "C", "o", "n", "t", "a", "c", "t" ], [ "P", "r", "o", "x", "i", "m", "i", "t", "y" ], [ "R", "e", "m", "o", "t", "e" ], [ "T", "i", "m", "e", "d" ], [ "A", "l", "t", "i", "t", "u", "d", "e" ], [ "C", "o", "m", "b", "i", "n", "e", "d" ] ]
Warhead - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Warhead
34/1438044271733.81_20150728004431-00021-ip-10-236-191-2_865639544_4.json
96e6854e_kipedia__the_free_encyclopedia__n_is_the_moment_of_liberation_
[Type of spiritual grace] tīvra-tīvra-śaktipāta Super Supreme Grace nothing exterior, only the grace of Śiva capability to abandon duality
immediate
[]
Shaktipat - Wikipedia, the free encyclopedia
When is the moment of liberation?
https://en.wikipedia.org/wiki/Shaktipat
34/1438044271733.81_20150728004431-00211-ip-10-236-191-2_854821518_0.json
96e6854e_kipedia__the_free_encyclopedia__n_is_the_moment_of_liberation_
[Type of spiritual grace] tīvra-madhya-śaktipāta Supreme Medium Grace nothing exterior, only the grace of Śiva intuition of nonduality[note 1]
immediate
[]
Shaktipat - Wikipedia, the free encyclopedia
When is the moment of liberation?
https://en.wikipedia.org/wiki/Shaktipat
34/1438044271733.81_20150728004431-00211-ip-10-236-191-2_854821518_0.json
96e6854e_kipedia__the_free_encyclopedia__n_is_the_moment_of_liberation_
[Type of spiritual grace] tīvra-manda-śaktipāta Supreme Inferior Grace the presence of a physical guru total surrender for his guru
after meeting a perfect guru
[]
Shaktipat - Wikipedia, the free encyclopedia
When is the moment of liberation?
https://en.wikipedia.org/wiki/Shaktipat
34/1438044271733.81_20150728004431-00211-ip-10-236-191-2_854821518_0.json
96e6854e_kipedia__the_free_encyclopedia__n_is_the_moment_of_liberation_
[Type of spiritual grace] madhya-tīvra-śaktipāta Medium Supreme Grace the initiation and instruction of a guru intense spiritual aspiration
at the end of life in this physical plane
[]
Shaktipat - Wikipedia, the free encyclopedia
When is the moment of liberation?
https://en.wikipedia.org/wiki/Shaktipat
34/1438044271733.81_20150728004431-00211-ip-10-236-191-2_854821518_0.json
96e6854e_kipedia__the_free_encyclopedia__n_is_the_moment_of_liberation_
[Type of spiritual grace] madhya-madhya-śaktipāta Medium Middle Grace the initiation and instruction of a guru spiritual aspiration is more intense than worldly desires
after living for some time in a paradise
[]
Shaktipat - Wikipedia, the free encyclopedia
When is the moment of liberation?
https://en.wikipedia.org/wiki/Shaktipat
34/1438044271733.81_20150728004431-00211-ip-10-236-191-2_854821518_0.json
96e6854e_kipedia__the_free_encyclopedia__n_is_the_moment_of_liberation_
[Type of spiritual grace] madhya-manda-śaktipāta Medium Inferior Grace the initiation and instruction of a guru lower aspiration than worldly desires
in the next physical incarnation
[]
Shaktipat - Wikipedia, the free encyclopedia
When is the moment of liberation?
https://en.wikipedia.org/wiki/Shaktipat
34/1438044271733.81_20150728004431-00211-ip-10-236-191-2_854821518_0.json
96e6854e_kipedia__the_free_encyclopedia__n_is_the_moment_of_liberation_
[Type of spiritual grace] manda Inferior Grace the initiation and instruction of a guru and lots of time
after many lifetimes of incremental progress
[]
Shaktipat - Wikipedia, the free encyclopedia
When is the moment of liberation?
https://en.wikipedia.org/wiki/Shaktipat
34/1438044271733.81_20150728004431-00211-ip-10-236-191-2_854821518_0.json
16d3dee5_kipedia__the_free_encyclopedia__Hermann_s_tortoise
[Greek tortoise] Large symmetrical markings on the top of the head [Hermann's tortoise]
Only small scales on the head
[]
Spur-thighed tortoise - Wikipedia, the free encyclopedia
Hermann's tortoise
https://en.wikipedia.org/wiki/Testudo_graeca
34/1438043058631.99_20150728002418-00223-ip-10-236-191-2_871730074_2.json
16d3dee5_kipedia__the_free_encyclopedia__Hermann_s_tortoise
[Greek tortoise] Large scales on the front legs [Hermann's tortoise]
Small scales on the front legs
[]
Spur-thighed tortoise - Wikipedia, the free encyclopedia
Hermann's tortoise
https://en.wikipedia.org/wiki/Testudo_graeca
34/1438043058631.99_20150728002418-00223-ip-10-236-191-2_871730074_2.json
16d3dee5_kipedia__the_free_encyclopedia__Hermann_s_tortoise
[Greek tortoise] Undivided carapace over the tail [Hermann's tortoise]
Tail carapace almost always divided
[]
Spur-thighed tortoise - Wikipedia, the free encyclopedia
Hermann's tortoise
https://en.wikipedia.org/wiki/Testudo_graeca
34/1438043058631.99_20150728002418-00223-ip-10-236-191-2_871730074_2.json
16d3dee5_kipedia__the_free_encyclopedia__Hermann_s_tortoise
[Greek tortoise] Notable spurs on each thigh [Hermann's tortoise]
No spurs
[]
Spur-thighed tortoise - Wikipedia, the free encyclopedia
Hermann's tortoise
https://en.wikipedia.org/wiki/Testudo_graeca
34/1438043058631.99_20150728002418-00223-ip-10-236-191-2_871730074_2.json
16d3dee5_kipedia__the_free_encyclopedia__Hermann_s_tortoise
[Greek tortoise] Isolated flecks on the spine and rib plates [Hermann's tortoise]
Isolated flecks only on the spinal plates
[]
Spur-thighed tortoise - Wikipedia, the free encyclopedia
Hermann's tortoise
https://en.wikipedia.org/wiki/Testudo_graeca
34/1438043058631.99_20150728002418-00223-ip-10-236-191-2_871730074_2.json
16d3dee5_kipedia__the_free_encyclopedia__Hermann_s_tortoise
[Greek tortoise] Dark central fleck on the underside [Hermann's tortoise]
Two black bands on the underside
[]
Spur-thighed tortoise - Wikipedia, the free encyclopedia
Hermann's tortoise
https://en.wikipedia.org/wiki/Testudo_graeca
34/1438043058631.99_20150728002418-00223-ip-10-236-191-2_871730074_2.json
16d3dee5_kipedia__the_free_encyclopedia__Hermann_s_tortoise
[Greek tortoise] Shell somewhat oblong rectangular [Hermann's tortoise]
Oval shell shape
[]
Spur-thighed tortoise - Wikipedia, the free encyclopedia
Hermann's tortoise
https://en.wikipedia.org/wiki/Testudo_graeca
34/1438043058631.99_20150728002418-00223-ip-10-236-191-2_871730074_2.json
16d3dee5_kipedia__the_free_encyclopedia__Hermann_s_tortoise
[Greek tortoise] Widely stretched spinal plates [Hermann's tortoise]
Small spinal plates
[]
Spur-thighed tortoise - Wikipedia, the free encyclopedia
Hermann's tortoise
https://en.wikipedia.org/wiki/Testudo_graeca
34/1438043058631.99_20150728002418-00223-ip-10-236-191-2_871730074_2.json
16d3dee5_kipedia__the_free_encyclopedia__Hermann_s_tortoise
[Greek tortoise] Movable posterior plates on underside [Hermann's tortoise]
Fixed plates on underside
[]
Spur-thighed tortoise - Wikipedia, the free encyclopedia
Hermann's tortoise
https://en.wikipedia.org/wiki/Testudo_graeca
34/1438043058631.99_20150728002418-00223-ip-10-236-191-2_871730074_2.json
01e746ce_kipedia__the_free_encyclopedia__Contents
[Name] Brain Room [Description] This long, rectangular room is lit by lamps hanging low on golden chains from the ceiling. It is quite empty except for a few desks. [Contents]
A glass tank of deep green liquid. In this tank a number of pearly-white brains drift around. When removed from the potion in the tank, the brains fling out streamers of thoughts which can seriously injure someone if they wrap themselves around them. Other doors open off this room.
[]
Ministry of Magic - Wikipedia, the free encyclopedia
Contents
https://en.wikipedia.org/wiki/Ministry_of_Magic
34/1438043058631.99_20150728002418-00297-ip-10-236-191-2_873087770_1.json
01e746ce_kipedia__the_free_encyclopedia__Contents
[Name] Entrance Room [Description] Large, circular room – everything black. Identical, unmarked, handle-less black doors are set at intervals around in walls. Dimly lit by blue flamed branches of candles. [Contents]
Whenever one of its doors is shut, the room's walls rotate, disorienting its occupants for several seconds. This is presumably a security device to keep non-employees of the department from reaching a desired room. Responds to a verbal request for an exit by opening the correct door.
[]
Ministry of Magic - Wikipedia, the free encyclopedia
Contents
https://en.wikipedia.org/wiki/Ministry_of_Magic
34/1438043058631.99_20150728002418-00297-ip-10-236-191-2_873087770_1.json
01e746ce_kipedia__the_free_encyclopedia__Contents
[Name] Space Chamber [Description] A dark room possibly simulating outer space. Visitors find themselves floating as well. [Contents]
Magically stimulated floating solar system.
[]
Ministry of Magic - Wikipedia, the free encyclopedia
Contents
https://en.wikipedia.org/wiki/Ministry_of_Magic
34/1438043058631.99_20150728002418-00297-ip-10-236-191-2_873087770_1.json
01e746ce_kipedia__the_free_encyclopedia__Contents
[Name] Death Chamber [Description] A large, dimly lit, rectangular room with stone tiers (as benches) leading down to a pit in the centre. It is similar to an amphitheatre. Called the Death Chamber by Dumbledore. [Contents]
In the pit is a raised, stone dais, on which stands an ancient arch with an ancient, tattered black curtain hanging from it. Despite an absence of wind, it continuously flutters slightly, and entrances its viewers. Harry Potter hears faint voices from beyond the veil when he comes near it in the books. It was through this archway that Sirius Black fell and died in Order of the Phoenix. It is implied that the veil somehow leads to the afterlife, as some (perhaps those who have seen someone die) are able to hear voices whispering from behind it. Different people are affected differently. Harry and Ginny are attracted. Hermione and Ron, however, are disconcerted by it.
[]
Ministry of Magic - Wikipedia, the free encyclopedia
Contents
https://en.wikipedia.org/wiki/Ministry_of_Magic
34/1438043058631.99_20150728002418-00297-ip-10-236-191-2_873087770_1.json
01e746ce_kipedia__the_free_encyclopedia__Contents
[Name] Time Chamber [Description] A room lit by "beautiful, dancing diamond-sparkling light". [Contents]
A room in which various time-related devices are kept, such as clocks of every description and Time-Turners (necklaces with hourglass pendants, which will send the wearer back in time when the pendant is turned over). It also contains a mysterious bell jar, inside which anything will grow steadily younger and younger, and then slowly return to its original age in a never-ending cycle. Hermione mentions that the department's entire stock of smashed Time-Turners were not even replaced by September 1996.[HP6]
[]
Ministry of Magic - Wikipedia, the free encyclopedia
Contents
https://en.wikipedia.org/wiki/Ministry_of_Magic
34/1438043058631.99_20150728002418-00297-ip-10-236-191-2_873087770_1.json
01e746ce_kipedia__the_free_encyclopedia__Contents
[Name] Hall of Prophecy [Description] A cathedral-sized room, dark and very cold, illuminated by the dim blue fire emitted from more candle brackets. [Contents]
Vertical to the door are towering shelves holding thousands of orbs (recordings of prophecies). To the left of the door are row Nos.1 – 53, while on the right of the door are rows Nos.54 and beyond. They are magically protected, so that the only people who can lift them off their shelf are the Keeper of the Hall of Prophecies and the subject(s) of the prophecies; all others are afflicted with instant madness. Whenever an orb breaks, the recorded prophecy it contains is repeated aloud once, after which the recording is useless. Sybill Trelawney's 1980 prophecy of "the boy who would defeat the Dark Lord" is kept in here until the events of Order of the Phoenix in which it was smashed.
[]
Ministry of Magic - Wikipedia, the free encyclopedia
Contents
https://en.wikipedia.org/wiki/Ministry_of_Magic
34/1438043058631.99_20150728002418-00297-ip-10-236-191-2_873087770_1.json
01e746ce_kipedia__the_free_encyclopedia__Contents
[Name] The Ever-Locked Room (Love Chamber) [Description] A room behind a door that remains locked at all times and which neither the "Alohomora" spell nor magical unlocking knives can unlock. [Contents]
According to Dumbledore, behind that door is the most mysterious subject of study in the department: a force "that is at once more wonderful and more terrible than death, than human intelligence, than the forces of nature... It is the power held within that room that Harry possesses in such quantities and which Voldemort has none at all." In Half-Blood Prince, this power was confirmed through a dialogue between Harry and Dumbledore to be love.
[]
Ministry of Magic - Wikipedia, the free encyclopedia
Contents
https://en.wikipedia.org/wiki/Ministry_of_Magic
34/1438043058631.99_20150728002418-00297-ip-10-236-191-2_873087770_1.json
d4b12136_kipedia__the_free_encyclopedia__C__
[operation] insert element at back [common name(s)] inject, snoc [Ada] Append [Java] offerLast [Perl] push [PHP] array_push [Python] append [Ruby] push [JavaScript] push [C++]
push_back
[ [ "p", "u", "s", "h", "_", "b", "a", "c", "k" ], [ "p", "u", "s", "h", "_", "f", "r", "o", "n", "t" ], [ "p", "o", "p", "_", "b", "a", "c", "k" ], [ "p", "o", "p", "_", "f", "r", "o", "n", "t" ], [ "b", "a", "c", "k" ], [ "f", "r", "o", "n", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
C++
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
d4b12136_kipedia__the_free_encyclopedia__C__
[operation] insert element at front [common name(s)] push, cons [Ada] Prepend [Java] offerFirst [Perl] unshift [PHP] array_unshift [Python] appendleft [Ruby] unshift [JavaScript] unshift [C++]
push_front
[ [ "p", "u", "s", "h", "_", "b", "a", "c", "k" ], [ "p", "u", "s", "h", "_", "f", "r", "o", "n", "t" ], [ "p", "o", "p", "_", "b", "a", "c", "k" ], [ "p", "o", "p", "_", "f", "r", "o", "n", "t" ], [ "b", "a", "c", "k" ], [ "f", "r", "o", "n", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
C++
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
d4b12136_kipedia__the_free_encyclopedia__C__
[operation] remove last element [common name(s)] eject [Ada] Delete_Last [Java] pollLast [Perl] pop [PHP] array_pop [Python] pop [Ruby] pop [JavaScript] pop [C++]
pop_back
[ [ "p", "u", "s", "h", "_", "b", "a", "c", "k" ], [ "p", "u", "s", "h", "_", "f", "r", "o", "n", "t" ], [ "p", "o", "p", "_", "b", "a", "c", "k" ], [ "p", "o", "p", "_", "f", "r", "o", "n", "t" ], [ "b", "a", "c", "k" ], [ "f", "r", "o", "n", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
C++
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
d4b12136_kipedia__the_free_encyclopedia__C__
[operation] remove first element [common name(s)] pop [Ada] Delete_First [Java] pollFirst [Perl] shift [PHP] array_shift [Python] popleft [Ruby] shift [JavaScript] shift [C++]
pop_front
[ [ "p", "u", "s", "h", "_", "b", "a", "c", "k" ], [ "p", "u", "s", "h", "_", "f", "r", "o", "n", "t" ], [ "p", "o", "p", "_", "b", "a", "c", "k" ], [ "p", "o", "p", "_", "f", "r", "o", "n", "t" ], [ "b", "a", "c", "k" ], [ "f", "r", "o", "n", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
C++
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
d4b12136_kipedia__the_free_encyclopedia__C__
[operation] examine last element [Ada] Last_Element [Java] peekLast [Perl] $array[-1] [PHP] end [Python] [-1] [Ruby] last [JavaScript] [.length - 1] [C++]
back
[ [ "p", "u", "s", "h", "_", "b", "a", "c", "k" ], [ "p", "u", "s", "h", "_", "f", "r", "o", "n", "t" ], [ "p", "o", "p", "_", "b", "a", "c", "k" ], [ "p", "o", "p", "_", "f", "r", "o", "n", "t" ], [ "b", "a", "c", "k" ], [ "f", "r", "o", "n", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
C++
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
d4b12136_kipedia__the_free_encyclopedia__C__
[operation] examine first element [Ada] First_Element [Java] peekFirst [Perl] $array[0] [PHP] reset [Python] [0] [Ruby] first [JavaScript] [0] [C++]
front
[ [ "p", "u", "s", "h", "_", "b", "a", "c", "k" ], [ "p", "u", "s", "h", "_", "f", "r", "o", "n", "t" ], [ "p", "o", "p", "_", "b", "a", "c", "k" ], [ "p", "o", "p", "_", "f", "r", "o", "n", "t" ], [ "b", "a", "c", "k" ], [ "f", "r", "o", "n", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
C++
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
e845b6ef_kipedia__the_free_encyclopedia__PHP
[operation] insert element at back [common name(s)] inject, snoc [Ada] Append [C++] push_back [Java] offerLast [Perl] push [Python] append [Ruby] push [JavaScript] push [PHP]
array_push
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
e845b6ef_kipedia__the_free_encyclopedia__PHP
[operation] insert element at front [common name(s)] push, cons [Ada] Prepend [C++] push_front [Java] offerFirst [Perl] unshift [Python] appendleft [Ruby] unshift [JavaScript] unshift [PHP]
array_unshift
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
e845b6ef_kipedia__the_free_encyclopedia__PHP
[operation] remove last element [common name(s)] eject [Ada] Delete_Last [C++] pop_back [Java] pollLast [Perl] pop [Python] pop [Ruby] pop [JavaScript] pop [PHP]
array_pop
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
e845b6ef_kipedia__the_free_encyclopedia__PHP
[operation] remove first element [common name(s)] pop [Ada] Delete_First [C++] pop_front [Java] pollFirst [Perl] shift [Python] popleft [Ruby] shift [JavaScript] shift [PHP]
array_shift
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
e845b6ef_kipedia__the_free_encyclopedia__PHP
[operation] examine last element [Ada] Last_Element [C++] back [Java] peekLast [Perl] $array[-1] [Python] [-1] [Ruby] last [JavaScript] [.length - 1] [PHP]
end
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
e845b6ef_kipedia__the_free_encyclopedia__PHP
[operation] examine first element [Ada] First_Element [C++] front [Java] peekFirst [Perl] $array[0] [Python] [0] [Ruby] first [JavaScript] [0] [PHP]
reset
[ [ "a", "r", "r", "a", "y", "_", "p", "u", "s", "h" ], [ "a", "r", "r", "a", "y", "_", "u", "n", "s", "h", "i", "f", "t" ], [ "a", "r", "r", "a", "y", "_", "p", "o", "p" ], [ "a", "r", "r", "a", "y", "_", "s", "h", "i", "f", "t" ], [ "e", "n", "d" ], [ "r", "e", "s", "e", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
PHP
https://en.wikipedia.org/wiki/Double-ended_queue
34/1438043058631.99_20150728002418-00204-ip-10-236-191-2_869410718_0.json
984ede2a_kipedia__the_free_encyclopedia__Transactions_Management_Types_Type
[Explanation] If the client has not started a transaction, an exception is thrown. Otherwise the client's transaction is used. [Type]
MANDATORY
[ [ "M", "A", "N", "D", "A", "T", "O", "R", "Y" ], [ "R", "E", "Q", "U", "I", "R", "E", "D" ], [ "R", "E", "Q", "U", "I", "R", "E", "S", "_", "N", "E", "W" ], [ "S", "U", "P", "P", "O", "R", "T", "S" ], [ "N", "O", "T", "_", "S", "U", "P", "P", "O", "R", "T", "E", "D" ], [ "N", "E", "V", "E", "R" ] ]
Enterprise JavaBeans - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Enterprise_Java_Beans
34/1438044271733.81_20150728004431-00152-ip-10-236-191-2_863556507_0.json
984ede2a_kipedia__the_free_encyclopedia__Transactions_Management_Types_Type
[Explanation] If the client has started a transaction, it is used. Otherwise a new transaction is started. (this is the default when no explicit type has been specified) [Type]
REQUIRED
[ [ "M", "A", "N", "D", "A", "T", "O", "R", "Y" ], [ "R", "E", "Q", "U", "I", "R", "E", "D" ], [ "R", "E", "Q", "U", "I", "R", "E", "S", "_", "N", "E", "W" ], [ "S", "U", "P", "P", "O", "R", "T", "S" ], [ "N", "O", "T", "_", "S", "U", "P", "P", "O", "R", "T", "E", "D" ], [ "N", "E", "V", "E", "R" ] ]
Enterprise JavaBeans - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Enterprise_Java_Beans
34/1438044271733.81_20150728004431-00152-ip-10-236-191-2_863556507_0.json
984ede2a_kipedia__the_free_encyclopedia__Transactions_Management_Types_Type
[Explanation] If the client has started a transaction, it is suspended. A new transaction is always started. [Type]
REQUIRES_NEW
[ [ "M", "A", "N", "D", "A", "T", "O", "R", "Y" ], [ "R", "E", "Q", "U", "I", "R", "E", "D" ], [ "R", "E", "Q", "U", "I", "R", "E", "S", "_", "N", "E", "W" ], [ "S", "U", "P", "P", "O", "R", "T", "S" ], [ "N", "O", "T", "_", "S", "U", "P", "P", "O", "R", "T", "E", "D" ], [ "N", "E", "V", "E", "R" ] ]
Enterprise JavaBeans - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Enterprise_Java_Beans
34/1438044271733.81_20150728004431-00152-ip-10-236-191-2_863556507_0.json
984ede2a_kipedia__the_free_encyclopedia__Transactions_Management_Types_Type
[Explanation] If the client has started a transaction, it is used. Otherwise, no transaction is used. [Type]
SUPPORTS
[ [ "M", "A", "N", "D", "A", "T", "O", "R", "Y" ], [ "R", "E", "Q", "U", "I", "R", "E", "D" ], [ "R", "E", "Q", "U", "I", "R", "E", "S", "_", "N", "E", "W" ], [ "S", "U", "P", "P", "O", "R", "T", "S" ], [ "N", "O", "T", "_", "S", "U", "P", "P", "O", "R", "T", "E", "D" ], [ "N", "E", "V", "E", "R" ] ]
Enterprise JavaBeans - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Enterprise_Java_Beans
34/1438044271733.81_20150728004431-00152-ip-10-236-191-2_863556507_0.json
984ede2a_kipedia__the_free_encyclopedia__Transactions_Management_Types_Type
[Explanation] If the client has started a transaction, it is suspended. No new transaction is started. [Type]
NOT_SUPPORTED
[ [ "M", "A", "N", "D", "A", "T", "O", "R", "Y" ], [ "R", "E", "Q", "U", "I", "R", "E", "D" ], [ "R", "E", "Q", "U", "I", "R", "E", "S", "_", "N", "E", "W" ], [ "S", "U", "P", "P", "O", "R", "T", "S" ], [ "N", "O", "T", "_", "S", "U", "P", "P", "O", "R", "T", "E", "D" ], [ "N", "E", "V", "E", "R" ] ]
Enterprise JavaBeans - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Enterprise_Java_Beans
34/1438044271733.81_20150728004431-00152-ip-10-236-191-2_863556507_0.json
984ede2a_kipedia__the_free_encyclopedia__Transactions_Management_Types_Type
[Explanation] If the client has started a transaction, an exception is thrown. No new transaction is started. [Type]
NEVER
[ [ "M", "A", "N", "D", "A", "T", "O", "R", "Y" ], [ "R", "E", "Q", "U", "I", "R", "E", "D" ], [ "R", "E", "Q", "U", "I", "R", "E", "S", "_", "N", "E", "W" ], [ "S", "U", "P", "P", "O", "R", "T", "S" ], [ "N", "O", "T", "_", "S", "U", "P", "P", "O", "R", "T", "E", "D" ], [ "N", "E", "V", "E", "R" ] ]
Enterprise JavaBeans - Wikipedia, the free encyclopedia
Type
https://en.wikipedia.org/wiki/Enterprise_Java_Beans
34/1438044271733.81_20150728004431-00152-ip-10-236-191-2_863556507_0.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 1951 [Association] Golden Globe Awards [Nominated work] Three Little Words [Result] Nominated [Category]
New Star of the Year – Actress
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 1956 [Association] National Board of Review [Nominated work] The Catered Affair [Result] Won [Category]
Best Supporting Actress
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 1957 [Association] Golden Globe Awards [Nominated work] Bundle of Joy [Result] Nominated [Category]
Best Actress – Motion Picture Musical or Comedy
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 1965 [Association] Academy Awards [Nominated work] The Unsinkable Molly Brown [Result] Nominated [Category]
Best Actress
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 1965 [Association] Golden Globe Awards [Nominated work] The Unsinkable Molly Brown [Result] Nominated [Category]
Best Actress – Motion Picture Musical or Comedy
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 1970 [Association] Golden Globe Awards [Nominated work] The Debbie Reynolds Show [Result] Nominated [Category]
Best Actress – Television Series Musical or Comedy
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 1996 [Association] American Comedy Awards [Nominated work] Herself [Result] Won [Category]
Lifetime Achievement Award in Comedy
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 1997 [Association] American Comedy Awards [Nominated work] Herself [Result] Won [Category]
Lifetime Achievement Award in Comedy
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 1997 [Association] Golden Globe Awards [Nominated work] Mother [Result] Nominated [Category]
Best Actress – Motion Picture Musical or Comedy
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 1997 [Association] Satellite Awards [Nominated work] Mother [Result] Won [Category]
Best Supporting Actress – Motion Picture
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 1998 [Association] Blockbuster Entertainment Awards [Nominated work] In & Out [Result] Nominated [Category]
Favorite Supporting Actress – Comedy
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 2000 [Association] Daytime Emmy Awards [Nominated work] A Gift of Love: The Daniel Huffman Story [Result] Nominated [Category]
Outstanding Performer in a Children's Special
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 2000 [Association] Primetime Emmy Awards [Nominated work] Will & Grace [Result] Nominated [Category]
Outstanding Guest Actress in a Comedy Series
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
636bbc52_kipedia__the_free_encyclopedia_Awards_and_nominations_Category
[Year] 2014 [Association] Screen Actors Guild [Nominated work] Herself [Result] Won [Category]
Life Achievement Award[11]
[]
Debbie Reynolds - Wikipedia, the free encyclopedia
Category
https://en.wikipedia.org/wiki/Debbie_Reynolds
34/1438043058631.99_20150728002418-00059-ip-10-236-191-2_867142437_1.json
641aa1f4_kipedia__the_free_encyclopedia__Ruby
[operation] insert element at back [common name(s)] inject, snoc [Ada] Append [C++] push_back [Java] offerLast [Perl] push [PHP] array_push [Python] append [JavaScript] push [Ruby]
push
[ [ "p", "u", "s", "h" ], [ "u", "n", "s", "h", "i", "f", "t" ], [ "p", "o", "p" ], [ "s", "h", "i", "f", "t" ], [ "l", "a", "s", "t" ], [ "f", "i", "r", "s", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
Ruby
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
641aa1f4_kipedia__the_free_encyclopedia__Ruby
[operation] insert element at front [common name(s)] push, cons [Ada] Prepend [C++] push_front [Java] offerFirst [Perl] unshift [PHP] array_unshift [Python] appendleft [JavaScript] unshift [Ruby]
unshift
[ [ "p", "u", "s", "h" ], [ "u", "n", "s", "h", "i", "f", "t" ], [ "p", "o", "p" ], [ "s", "h", "i", "f", "t" ], [ "l", "a", "s", "t" ], [ "f", "i", "r", "s", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
Ruby
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
641aa1f4_kipedia__the_free_encyclopedia__Ruby
[operation] remove last element [common name(s)] eject [Ada] Delete_Last [C++] pop_back [Java] pollLast [Perl] pop [PHP] array_pop [Python] pop [JavaScript] pop [Ruby]
pop
[ [ "p", "u", "s", "h" ], [ "u", "n", "s", "h", "i", "f", "t" ], [ "p", "o", "p" ], [ "s", "h", "i", "f", "t" ], [ "l", "a", "s", "t" ], [ "f", "i", "r", "s", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
Ruby
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
641aa1f4_kipedia__the_free_encyclopedia__Ruby
[operation] remove first element [common name(s)] pop [Ada] Delete_First [C++] pop_front [Java] pollFirst [Perl] shift [PHP] array_shift [Python] popleft [JavaScript] shift [Ruby]
shift
[ [ "p", "u", "s", "h" ], [ "u", "n", "s", "h", "i", "f", "t" ], [ "p", "o", "p" ], [ "s", "h", "i", "f", "t" ], [ "l", "a", "s", "t" ], [ "f", "i", "r", "s", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
Ruby
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
641aa1f4_kipedia__the_free_encyclopedia__Ruby
[operation] examine last element [Ada] Last_Element [C++] back [Java] peekLast [Perl] $array[-1] [PHP] end [Python] [-1] [JavaScript] [.length - 1] [Ruby]
last
[ [ "p", "u", "s", "h" ], [ "u", "n", "s", "h", "i", "f", "t" ], [ "p", "o", "p" ], [ "s", "h", "i", "f", "t" ], [ "l", "a", "s", "t" ], [ "f", "i", "r", "s", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
Ruby
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
641aa1f4_kipedia__the_free_encyclopedia__Ruby
[operation] examine first element [Ada] First_Element [C++] front [Java] peekFirst [Perl] $array[0] [PHP] reset [Python] [0] [JavaScript] [0] [Ruby]
first
[ [ "p", "u", "s", "h" ], [ "u", "n", "s", "h", "i", "f", "t" ], [ "p", "o", "p" ], [ "s", "h", "i", "f", "t" ], [ "l", "a", "s", "t" ], [ "f", "i", "r", "s", "t" ] ]
Double-ended queue - Wikipedia, the free encyclopedia
Ruby
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
7c0566fd_kipedia__the_free_encyclopedia__Order
[Effect] Costs to receiving party no matter what happens subsequently [Order]
Costs (in any event)
[]
Costs in English law - Wikipedia, the free encyclopedia
Order
https://en.wikipedia.org/wiki/Law_of_costs
34/1438043058631.99_20150728002418-00115-ip-10-236-191-2_880877309_0.json
7c0566fd_kipedia__the_free_encyclopedia__Order
[Effect] Costs of interim proceedings are to be awarded according to the final outcome of the case [Order]
Costs in the case/application
[]
Costs in English law - Wikipedia, the free encyclopedia
Order
https://en.wikipedia.org/wiki/Law_of_costs
34/1438043058631.99_20150728002418-00115-ip-10-236-191-2_880877309_0.json
7c0566fd_kipedia__the_free_encyclopedia__Order
[Effect] Costs of the specific issue in question to be decided at the end of trial (costs in the case if no other order made then) [Order]
Costs reserved
[]
Costs in English law - Wikipedia, the free encyclopedia
Order
https://en.wikipedia.org/wiki/Law_of_costs
34/1438043058631.99_20150728002418-00115-ip-10-236-191-2_880877309_0.json
7c0566fd_kipedia__the_free_encyclopedia__Order
[Effect] Costs of the applicant in, for example, a successful application to set aside an order improperly obtained [Order]
Costs thrown-away
[]
Costs in English law - Wikipedia, the free encyclopedia
Order
https://en.wikipedia.org/wiki/Law_of_costs
34/1438043058631.99_20150728002418-00115-ip-10-236-191-2_880877309_0.json
7c0566fd_kipedia__the_free_encyclopedia__Order
[Effect] Costs of other parties when a party, for example, amends a case – costs of attending the application hearing and own consequential amendments [Order]
Costs of and caused by
[]
Costs in English law - Wikipedia, the free encyclopedia
Order
https://en.wikipedia.org/wiki/Law_of_costs
34/1438043058631.99_20150728002418-00115-ip-10-236-191-2_880877309_0.json
7c0566fd_kipedia__the_free_encyclopedia__Order
[Effect] Includes costs in inferior courts (but appeal from Divisional Court cannot award costs below Divisional Court) [Order]
Costs here and below
[]
Costs in English law - Wikipedia, the free encyclopedia
Order
https://en.wikipedia.org/wiki/Law_of_costs
34/1438043058631.99_20150728002418-00115-ip-10-236-191-2_880877309_0.json
7c0566fd_kipedia__the_free_encyclopedia__Order
[Effect] Parties bear their own costs relating to that issue [Order]
No order as to costs/ Each party to pay his own costs
[]
Costs in English law - Wikipedia, the free encyclopedia
Order
https://en.wikipedia.org/wiki/Law_of_costs
34/1438043058631.99_20150728002418-00115-ip-10-236-191-2_880877309_0.json
2528a0bf_kipedia__the_free_encyclopedia__operation
[common name(s)] inject, snoc [Ada] Append [C++] push_back [Java] offerLast [Perl] push [PHP] array_push [Python] append [Ruby] push [JavaScript] push [operation]
insert element at back
[]
Double-ended queue - Wikipedia, the free encyclopedia
operation
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
2528a0bf_kipedia__the_free_encyclopedia__operation
[common name(s)] push, cons [Ada] Prepend [C++] push_front [Java] offerFirst [Perl] unshift [PHP] array_unshift [Python] appendleft [Ruby] unshift [JavaScript] unshift [operation]
insert element at front
[]
Double-ended queue - Wikipedia, the free encyclopedia
operation
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
2528a0bf_kipedia__the_free_encyclopedia__operation
[common name(s)] eject [Ada] Delete_Last [C++] pop_back [Java] pollLast [Perl] pop [PHP] array_pop [Python] pop [Ruby] pop [JavaScript] pop [operation]
remove last element
[]
Double-ended queue - Wikipedia, the free encyclopedia
operation
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
2528a0bf_kipedia__the_free_encyclopedia__operation
[common name(s)] pop [Ada] Delete_First [C++] pop_front [Java] pollFirst [Perl] shift [PHP] array_shift [Python] popleft [Ruby] shift [JavaScript] shift [operation]
remove first element
[]
Double-ended queue - Wikipedia, the free encyclopedia
operation
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
2528a0bf_kipedia__the_free_encyclopedia__operation
[Ada] Last_Element [C++] back [Java] peekLast [Perl] $array[-1] [PHP] end [Python] [-1] [Ruby] last [JavaScript] [.length - 1] [operation]
examine last element
[]
Double-ended queue - Wikipedia, the free encyclopedia
operation
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
2528a0bf_kipedia__the_free_encyclopedia__operation
[Ada] First_Element [C++] front [Java] peekFirst [Perl] $array[0] [PHP] reset [Python] [0] [Ruby] first [JavaScript] [0] [operation]
examine first element
[]
Double-ended queue - Wikipedia, the free encyclopedia
operation
https://en.wikipedia.org/wiki/Deque
34/1438043058631.99_20150728002418-00319-ip-10-236-191-2_866678991_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x0001 [Name]
System Standby Request Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x0002 [Name]
System Suspend Request Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x0003 [Name]
Normal Resume System Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x0004 [Name]
Critical Resume System Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x0005 [Name]
Battery Low Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x0006 [Name]
Power Status Change Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x0007 [Name]
Update Time Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x0008 [Name]
Critical System Suspend Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x0009 [Name]
User System Standby Request Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x000A [Name]
User System Suspend Request Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x000B [Name]
System Standby Resume Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json
b09854f4_kipedia__the_free_encyclopedia__Name
[Code] 0x000C [Comment] Due to setup or device insertion/removal [Name]
Capabilities Change Notification
[]
Advanced Power Management - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Advanced_Power_Management
34/1438043058631.99_20150728002418-00232-ip-10-236-191-2_870415848_0.json