Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 2296) sorted by relevance

12345678910>>...92

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DCountTest.php32 $it = new TestIterator([1, 2]);
35 $this->assertEquals(1, $it->current());
37 $it->next();
39 $this->assertEquals(2, $it->current());
41 $it->next();
43 $this->assertFalse($it->valid());
46 $it = new TestIterator2([1, 2]);
50 $this->assertEquals(1, $it->current());
52 $it->next();
56 $it->next();
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php13 …$it = new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTimeImmutable('2014-08-01 00:…
23 iterator_to_array($it)
26 $this->assertFalse($it->isInfinite());
33 …$it = new RDateIterator('20140901T000000,20141001T000000', new DateTimeImmutable('2014-08-01 00:00…
43 iterator_to_array($it)
47 $this->assertFalse($it->isInfinite());
57 $it->fastForward(new DateTimeImmutable('2014-08-15 00:00:00'));
60 while ($it->valid()) {
61 $result[] = $it->current();
62 $it->next();
[all …]
/plugin/swiftmail/Swift/Plugin/
H A DVerboseSending.php47 $it = $recipients->getIterator("to");
48 while ($it->hasNext())
50 $it->next();
51 $address = $it->getValue();
55 $it = $recipients->getIterator("cc");
56 while ($it->hasNext())
58 $it->next();
59 $address = $it->getValue();
64 while ($it->hasNext())
66 $it->next();
[all …]
/plugin/socialmark/
H A Dlist.txt1 #Start a line whit a sharp to put it in comment
5 #http://blogmarks.net/my/new.php?mini=1&simple=1&url=|Blogmarks it !
9 http://www.connectedy.com/add-link.php?remote=1&url=|Connectedy it !
10 http://blogmarks.net/my/new.php?mini=1&simple=1&url=|Blogmark it !
11 http://www.netvouz.com/action/submitBookmark?url=|Netvouz it !
12 http://scuttle.org/bookmarks.php/?action=add&address=|Scuttle it !
14 http://www.spurl.net/spurl.php?v=3&url=|Spurl it !
15 http://del.icio.us/post?v=4;url=|Del.icio.us it !
16 http://www.connotea.org/addpopup?continue=confirm&uri=|Connotea it !
18 http://www.openbm.de/bm.php?outside=1&link=|Openbm it !
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php13 …$it = new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $…
23 iterator_to_array($it)
26 $this->assertFalse($it->isInfinite());
33 …$it = new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $…
35 $it->fastForward(new DateTime('2014-08-15 00:00:00'));
38 while($it->valid()) {
39 $result[] = $it->current();
40 $it->next();
53 $this->assertFalse($it->isInfinite());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php13 …$it = new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $…
23 iterator_to_array($it)
26 $this->assertFalse($it->isInfinite());
33 …$it = new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $…
35 $it->fastForward(new DateTime('2014-08-15 00:00:00'));
38 while($it->valid()) {
39 $result[] = $it->current();
40 $it->next();
53 $this->assertFalse($it->isInfinite());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php13 …$it = new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $…
23 iterator_to_array($it)
26 $this->assertFalse($it->isInfinite());
33 …$it = new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $…
35 $it->fastForward(new DateTime('2014-08-15 00:00:00'));
38 while($it->valid()) {
39 $result[] = $it->current();
40 $it->next();
53 $this->assertFalse($it->isInfinite());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php92 foreach ($it as $item) {
145 foreach ($it as $item) {
192 foreach ($it as $item) {
234 foreach ($it as $item) {
287 foreach ($it as $item) {
340 foreach ($it as $item) {
1112 $it->next();
1238 while ($it->valid()) {
1242 $it->next();
1307 $it->next();
[all …]
H A DInfiniteLoopProblemTest.php54 $it = new Recur\EventIterator($this->vcal, 'uuid');
55 $it->fastForward(new DateTimeImmutable('2012-01-29 23:00:00', new DateTimeZone('UTC')));
59 while ($it->valid()) {
60 $collect[] = $it->getDtStart();
61 … if ($it->getDtStart() > new DateTimeImmutable('2013-02-05 22:59:59', new DateTimeZone('UTC'))) {
64 $it->next();
91 $it = new Recur\EventIterator($this->vcal, 'uuid');
92 $it->fastForward(new DateTimeImmutable('2013-01-01 23:00:00', new DateTimeZone('UTC')));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php92 foreach($it as $item) {
145 foreach($it as $item) {
192 foreach($it as $item) {
234 foreach($it as $item) {
287 foreach($it as $item) {
1112 $it->next();
1212 while($it->valid()) {
1216 $it->next();
1277 while($it->valid()) {
1281 $it->next();
[all …]
H A DInfiniteLoopProblemTest.php55 $it = new Recur\EventIterator($this->vcal,'uuid');
56 $it->fastForward(new DateTime('2012-01-29 23:00:00', new DateTimeZone('UTC')));
60 while($it->valid()) {
61 $collect[] = $it->getDTSTART();
62 if ($it->getDTSTART() > new DateTime('2013-02-05 22:59:59', new DateTimeZone('UTC'))) {
65 $it->next();
92 $it = new Recur\EventIterator($this->vcal,'uuid');
93 $it->fastForward(new DateTime('2013-01-01 23:00:00', new DateTimeZone('UTC')));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php92 foreach($it as $item) {
145 foreach($it as $item) {
192 foreach($it as $item) {
234 foreach($it as $item) {
287 foreach($it as $item) {
1112 $it->next();
1212 while($it->valid()) {
1216 $it->next();
1277 while($it->valid()) {
1281 $it->next();
[all …]
H A DInfiniteLoopProblemTest.php55 $it = new Recur\EventIterator($this->vcal,'uuid');
56 $it->fastForward(new DateTime('2012-01-29 23:00:00', new DateTimeZone('UTC')));
60 while($it->valid()) {
61 $collect[] = $it->getDTSTART();
62 if ($it->getDTSTART() > new DateTime('2013-02-05 22:59:59', new DateTimeZone('UTC'))) {
65 $it->next();
92 $it = new Recur\EventIterator($this->vcal,'uuid');
93 $it->fastForward(new DateTime('2013-01-01 23:00:00', new DateTimeZone('UTC')));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php92 foreach($it as $item) {
145 foreach($it as $item) {
192 foreach($it as $item) {
234 foreach($it as $item) {
287 foreach($it as $item) {
1112 $it->next();
1212 while($it->valid()) {
1216 $it->next();
1277 while($it->valid()) {
1281 $it->next();
[all …]
H A DInfiniteLoopProblemTest.php55 $it = new Recur\EventIterator($this->vcal,'uuid');
56 $it->fastForward(new DateTime('2012-01-29 23:00:00', new DateTimeZone('UTC')));
60 while($it->valid()) {
61 $collect[] = $it->getDTSTART();
62 if ($it->getDTSTART() > new DateTime('2013-02-05 22:59:59', new DateTimeZone('UTC'))) {
65 $it->next();
92 $it = new Recur\EventIterator($this->vcal,'uuid');
93 $it->fastForward(new DateTime('2013-01-01 23:00:00', new DateTimeZone('UTC')));
/plugin/random_page/
H A DREADME6 But it didn't work.
8 So I poked at it a bit... and now it works.
10 (I even fixed the URLs it returns.)
12 Jean Marc Massou did all the original code, I just cleaned it up so it would work.
14 I did email him about it, but I figured I should also publish the code in case someone else wanted …
16 I also changed it from being named 'random_page' to 'randompage'
/plugin/sincetil/
H A DREADME.md6 I am doing. Even if this looks like it is doing what I want it to,
7 I am nowhere near certain that it is doing it in the right way and
8 that it isn't doing stuff that it shouldn't be.*
13 If you install this plugin manually, make sure it is installed in
14 lib/plugins/sincetil/ - if the folder is called different it
23 This program is free software; you can redistribute it and/or modify
24 it under the terms of the GNU General Public License as published by
27 This program is distributed in the hope that it will be useful,
/plugin/pixelyear/
H A DREADME.md6 I am doing. Even if this looks like it is doing what I want it to,
7 I am nowhere near certain that it is doing it in the right way and
8 that it isn't doing stuff that it shouldn't be.*
13 If you install this plugin manually, make sure it is installed in
14 lib/plugins/pixelyear/ - if the folder is called different it
23 This program is free software; you can redistribute it and/or modify
24 it under the terms of the GNU General Public License as published by
27 This program is distributed in the hope that it will be useful,
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fy/
H A Dfy.txt7 Yn betinken nommen dat it erkennen fan de ynherinte weardichheid en fan de gelikense en ûnferfrjemdbere rjochten fan alle leden fan de minskemienskip grûnslach is foar de frijheid, rjochtfeardigens en frede yn 'e wrâld;
9 Yn betinken nommen dat it oan 'e kant skowen en lytsachtsjen fan 'e rjochten fan 'e minske laat hawwe ta barbaarske dieden, dy't it gewisse fan it minskdorn faksearre hawwe en dat de komst fan in wrâld dêr't minsken frijheid fan mieningsutering en leauwe barre mei, en hja frij wêze sille fan eangst en ferlet, ferkundige is as it heechste ideaal fan elk minske;
11 Yn betinken nommen dat it fan it grutste belang is dat de rjochten fan de minske beskerme wurde, troch de suppremaasje fan it rjocht, dat de minske net twongen wurde mei om yn lêste ynstânsje syn taflecht te nimmen ta opstân tsjin tyranny en ûnderdrukking;
13 Yn betinken nommen dat it fan it grutst
[all...]
/plugin/backlinks2/_test/data/pages/
H A Dbob_ross_says.txt3 …o use - and make something beautiful out of it. You can do anything here - the only pre-requisite …
5 …ach highlight must have it's own private shadow. The only prerequisite is that it makes you happy.…
7 …d animals. That's okay though; I have more fun than most people. Put it in, leave it alone. With p…
/plugin/autostart/
H A DREADME.md4 …quested, but a namespace with that name exists, and it has a start page, you will be redirected to…
10 zaher: I hosted it in github to easy update, when author need it i will transfer it to his account.
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md41 Parsedown is capable of escaping user-input within the HTML that it generates. Additionally Parsedown will apply sanitisation to additional scripting vectors (such as scripting link destinations) that are introduced by the markdown syntax itself.
43 To tell Parsedown that it is processing untrusted user-input, use the following:
49 If instead, you wish to allow HTML within untrusted user-input, but still want output to be free from XSS it is recommended that you make use of a HTML sanitiser that allows HTML tags to be whitelisted, like [HTML Purifier](http://htmlpurifier.org/).
72 It tries to read Markdown like a human. First, it looks at the lines. It’s interested in how the lines start. This helps it recognise blocks. It knows, for example, that if a line starts with a `-` then perhaps it belongs to a list. Once it recognises the blocks, it continues to the content. As it reads, it watche
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dnl2br.test4 {{ "I like Twig.\nYou will like it too.\n\nEverybody like it!"|nl2br }}
10 You will like it too.<br />
12 Everybody like it!
14 it will be escaped.
/plugin/securelogin/
H A DREADME.md3it still works with the below versions, this repo has been archived. See the [Plugin page](https:/…
5 …fore it leaves your computer) to encrypt the login password with the server's public key. The encr…
9 Also, whenever a password has to be entered, it is automagically encrypted by this plugin, be it on…
11 In short, it takes your password:
33 … library/encryption mechanism. As it is, it may be vulnerable to certain targeted man-in-the-middl…
38it's not as relevant. Consider it as just a possible extra layer of security. Your first priority …
69 ## Details of how it works
71 Normally when you submit your 'MySecretPa$$word', you will see it in the data transfer:
83 But when you use this plugin, it will encrypt the password, which can only be decrypted on the serv…
95 …ypts it with the provided salt (that changes on each page load), and sets the result as `securelog…
[all …]
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md30 // To list the contents of an existing TAR archive, open() it and use
31 // contents() on it:
37 // To extract the contents of an existing TAR archive, open() it and use
38 // extract() on it:
44 // requirements), create() it:
52 // To create a TAR archive directly in memory, create() it, add*()
53 // files and then either save() or getArchive() it:
60 $tar->save('myfile.tbz'); // compresses and saves it
61 echo $tar->getArchive(); // compresses and returns it

12345678910>>...92