Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 3897) sorted by relevance

12345678910>>...156

/plugin/pgn4web/pgn4web/libs/garbochess/
Dgarbochess.js78 var to = (move >> 8) & 0xFF;
94 moveTo == to &&
114 } else if (pieceType == piecePawn && (g_board[to] != 0 || (move & moveflagEPC))) {
118 if (g_board[to] != 0 || (move & moveflagEPC)) {
122 result += FormatSquare(to);
337 var from, to, mob, pieceIdx;
363 to = from - 15; while (g_board[to] == 0) { to -= 15; mob++; }
364 if (g_board[to] & enemy) {
366 if (!(g_board[to] & piecePawn)) {
367 to -= 15; while (g_board[to] == 0) to -= 15;
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
DLongestCommonSubsequenceTest.php53 $to = array();
54 $common = $this->implementation->calculate($from, $to);
65 $to = $from;
66 $common = $this->implementation->calculate($from, $to);
70 $to = array(
80 $common = $this->implementation->calculate($from, $to);
90 $to = $range;
91 $common = $this->implementation->calculate($from, $to);
100 $to = array('B');
101 $common = $this->implementation->calculate($from, $to);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
DDiffer.php46 * @param array|string $to
51 public function diff($from, $to, LongestCommonSubsequence $lcs = null) argument
54 $to = $this->validateDiffInput($to);
55 $diff = $this->diffToArray($from, $to, $lcs);
199 * @param array|string $to
204 public function diffToArray($from, $to, LongestCommonSubsequence $lcs = null) argument
215 if (\is_string($to)) {
216 $toMatches = $this->getNewLineMatches($to);
217 $to = $this->splitStringByLines($to);
218 } elseif (\is_array($to)) {
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
DCHANGELOG.md3 * Added `callType` to IntrospectionProcessor (#1612)
4 * Fixed AsMonologProcessor syntax to be compatible with PHP 7.2 (#1651)
8 …og/LogRecord.php) interface that can be used to type-hint records like `array|\Monolog\LogRecord $…
9 * Added `includeStacktraces` constructor params to LineFormatter & JsonFormatter (#1603)
10 …ut`, `writingTimeout`, `connectionTimeout`, `chunkSize` constructor params to SocketHandler and de…
11 …ring / autoconfiguration of processors if frameworks / integrations decide to make use of it. This…
15 * Added extension points to BrowserConsoleHandler (#1593)
16 …* Added record message/context/extra info to exceptions thrown when a StreamHandler cannot open it…
17 …* Fixed error handler signature to accept a null $context which happens with internal PHP errors (…
23 …* Fixed regression in StreamHandler since 2.3.3 on systems with the memory_limit set to >=20GB (#1…
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DSecurityNamespace.asciidoc71 $params['username'] = (string) The username of the user to change the password for
72 …the affected shards to make this operation visible to search, if `wait_for` then wait for a refres…
86 $params['ids'] = (list) A comma-separated list of IDs of API keys to clear from the cache
112 $params['realms'] = (list) Comma-separated list of realms to clear
113 $params['usernames'] = (list) Comma-separated list of usernames to clear from the cache
139 …the affected shards to make this operation visible to search, if `wait_for` then wait for a refres…
140 $params['body'] = (array) The api key request to create an API key (Required)
155 …the affected shards to make this operation visible to search, if `wait_for` then wait for a refres…
169 …the affected shards to make this operation visible to search, if `wait_for` then wait for a refres…
183 …the affected shards to make this operation visible to search, if `wait_for` then wait for a refres…
[all …]
DTransformNamespace.asciidoc38 $params['transform_id'] = (string) The id of the transform to delete
52 …string) The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' i…
53 $params['from'] = (int) skips a number of transform configs, defaults to 0
54 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
55 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no tran…
56 $params['exclude_generated'] = (boolean) Omits fields that are illegal to set on transform PUT (Def…
69 $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' …
70 $params['from'] = (number) skips a number of transform stats, defaults to 0
71 $params['size'] = (number) specifies a max number of transform stats to get, defaults to
72 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transfo…
[all …]
DIndicesNamespace.asciidoc86 $params['index'] = (list) A comma separated list of indices to add a block to
87 $params['block'] = (string) The block to add (one of read, write, read_only or metadat…
89 $params['master_timeout'] = (time) Specify timeout for connection to master
91 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolv…
92 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
105 $params['index'] = (string) The name of the index to scope the operation
119 $params['index'] = (list) A comma-separated list of index name to limit the operation
121 $params['fields'] = (list) A comma-separated list of fields to clear when using the `fi…
124 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolv…
125 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
[all …]
DCatNamespace.asciidoc55 $params['name'] = (list) A comma-separated list of alias names to return
58 $params['h'] = (list) Comma-separated list of column names to display
60 $params['s'] = (list) Comma-separated list of column names or column aliases to sort…
62 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that…
75 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returne…
77 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,…
79 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
80 $params['h'] = (list) Comma-separated list of column names to display
82 $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
96 $params['index'] = (list) A comma-separated list of index names to limit the returned information
[all …]
DNodesNamespace.asciidoc35 …de IDs or names to limit the returned information; use `_local` to return information from the nod…
38 $params['threads'] = (number) Specify the number of threads to provide information for …
40 $params['type'] = (enum) The type to sample (default: cpu) (Options = cpu,wait,block)
54 …de IDs or names to limit the returned information; use `_local` to return information from the nod…
55 …c'] = (list) A comma-separated list of metrics you wish returned. Leave empty to return all.
68 $params['node_id'] = (list) A comma-separated list of node IDs to span the reload/reinit call. Shou…
81 …de IDs or names to limit the returned information; use `_local` to return information from the nod…
82 $params['metric'] = (list) Limit the information returned to the specified metr…
83 … = (list) Limit the information returned for `indices` metric to the specific index m…
96 …de IDs or names to limit the returned information; use `_local` to return information from the nod…
[all …]
DMlNamespace.asciidoc91 $params['job_id'] = (string) The name of the job to close
92 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (…
93 $params['allow_no_jobs'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (…
95 $params['timeout'] = (time) Controls the time to wait until a job has closed. Default to 30 …
109 $params['calendar_id'] = (string) The ID of the calendar to delete
122 $params['calendar_id'] = (string) The ID of the calendar to modify
123 $params['event_id'] = (string) The ID of the event to remove from the calendar
136 $params['calendar_id'] = (string) The ID of the calendar to modify
137 $params['job_id'] = (string) The ID of the job to remove from the calendar
151 $params['id'] = (string) The ID of the data frame analytics to delete
[all …]
/plugin/groupmail/
DREADME.textile5 using. However, I wanted to use it to send out email to a group of people which
7 usage somewhat. Thus I could not contribute my changes to the existing pluging
14 * support emailing to emails
15 * support emailing to dokuwiki group members
20 p. If you have some more ideas, feel free to contact me.
50 …ame","email address", "subject" and "comment" field. It will send an email to whatever the default…
60 p. or email to dokuwiki users (via dokuwiki login names)
64 p. or email to dokuwiki group members (via dokuwiki group names
68 p. the same mail options apply to cc and/or bcc
72 p. Don't allow to override the sender name or email, but use registered user
[all …]
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md7 * Handle POSIX signals sent to the LDAP server / child processes to properly shutdown existing clie…
8 * Allow a PSR-3 compatible logging instance to be set on the LDAP server for info / error events.
12 * Add the ability to run the LDAP server / client over a UNIX socket.
13 * Add the ability to run the LDAP server over an SSL / TLS only socket.
14 * Add the ability for the server to handle client paging requests via a handler.
16 * The LDAP server handlers can now be set as a class instance in addition to the class FQCN string.
17 * When setting the options on the LdapClient you can now choose to force a disconnect at the same t…
30 * Server request handlers can now return their own RootDSE if they choose to.
31 * Added an isValid() method to the Dn class.
34 * Implemented PHPStan and made fixes necessary to bump it to the max level.
[all …]
/plugin/statistics/
DQuery.php17 protected string $to; variable in dokuwiki\\plugin\\statistics\\Query
37 * @param string $to The end date as YYYY-MM-DD
39 public function setTimeFrame(string $from, string $to): void argument
43 $to = new \DateTime($to);
46 $to = new \DateTime();
49 $to->setTime(23, 59, 59);
52 $this->to = $to->format('Y-m-d H:i:s');
126 $result = $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to]);
156 … $result = $this->db->queryRecord($sql, [$this->tz, $this->tz, $this->from, $this->tz, $this->to]);
176 $count = $this->db->queryValue($sql, [$this->tz, $this->from, $this->tz, $this->to]);
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
Den.txt9 Whereas it is essential, if man is not to be compelled to have recourse, as a last resort, to rebel…
11 Whereas it is essential to promote the development of friendly relations between nations,
13 … human person and in the equal rights of men and women and have determined to promote social progr…
15 Whereas Member States have pledged themselves to achieve, in co‐operation with the United Nations, …
23to the end that every individual and every organ of society, keeping this Declaration constantly i…
29 Everyone is entitled to all the rights and freedoms set forth in this Declaration, without distinct…
31 …itical, jurisdictional or international status of the country or territory to which a person belon…
34 Everyone has the right to life, liberty and the security of person.
40 No one shall be subjected to torture or to cruel, inhuman or degrading treatment or punishment.
43 Everyone has the right to recognition everywhere as a person before the law.
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
DMemoryEfficientLongestCommonSubsequenceImplementation.php22 * @param array $to
26 public function calculate(array $from, array $to) argument
29 $cTo = \count($to);
36 if (\in_array($from[0], $to, true)) {
46 $llB = $this->length($fromStart, $to);
47 $llE = $this->length(\array_reverse($fromEnd), \array_reverse($to));
60 $toStart = \array_slice($to, 0, $jMax);
61 $toEnd = \array_slice($to, $jMax);
71 * @param array $to
75 private function length(array $from, array $to) argument
[all …]
/plugin/confmanager/lang/en/
Dinterwiki.txt1to have one large distributed [[wp>Wiki]] over the whole net. Today its more of an easy way to lin…
7 [[wp>Wiki]] links to Wikipedia,
8 [[Meatball>TourBusStop]] links to the MeatBall wiki TourBusStop,
9 [[google>Wiki]] links to a Google search,
10 [[doku>interwiki]] links to this page
13 [[wp>Wiki]] links to Wikipedia, [[Meatball>TourBusStop]] links to the MeatBall wiki TourBusStop, [[…
14 [[doku>interwiki]] links to this page.
16 … links to the webserver directory DokuWiki is installed in. You can use this to construct relative…
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md17 According to [tests](http://goalsmashers.github.io/css-minification-benchmark/) it is one of the be…
40 * [How to optimize multiple files?](#how-to-optimize-multiple-files)
41 * [How to process remote `@import`s correctly?](#how-to-process-remote-imports-correctly)
42 …* [How to apply arbitrary transformations to CSS properties?](#how-to-apply-arbitrary-transformati…
43 * [How to specify a custom rounding precision?](#how-to-specify-a-custom-rounding-precision)
44 * [How to keep a CSS fragment intact?](#how-to-keep-a-css-fragment-intact)
45 * [How to preserve a comment block?](#how-to-preserve-a-comment-block)
46 * [How to rebase relative image URLs?](#how-to-rebase-relative-image-urls)
47 * [How to work with source maps?](#how-to-work-with-source-maps)
48 …* [How to apply level 1 & 2 optimizations at the same time?](#how-to-apply-level-1--2-optimization…
[all …]
/plugin/bible/bible_douayRheims/
DTitus.txt1 …tle of Jesus Christ, according to the faith of the elect of God and the acknowledging of the truth…
3 …1:3. But hath in due times manifested his word in preaching, which is committed to me according to
4 …1:4. To Titus, my beloved son according to the common faith, grace and peace, from God the Father …
7 … be without crime, as the steward of God: not proud, not subject to anger, nor given to wine, no s…
8 1:8. But given to hospitality, gentle, sober, just, holy, continent:
9 …cing that faithful word which is according to doctrine, that he may be able to exhort in sound doc…
14 …1:14. Not giving heed to Jewish fables and commandments of men who turn themselves away from the t…
15 …1:15. All things are clean to the clean: but to them that are defiled and to unbelievers, nothing …
16 …od: but in their works they deny him: being abominable and incredulous and to every good work repr…
19 …2:3. The aged women, in like manner, in holy attire, not false accusers, not given to much wine, t…
[all …]
DTobias.txt1 …s in the upper parts of Galilee above Naasson, beyond the way that leadeth to the west, having on …
3 …1:3. But every day gave all he could get to his brethren his fellow captives, that were of his kin…
5 …1:5. Moreover when all went to the golden calves which Jeroboam king of Israel had made, he alone …
6 …1:6. And went to Jerusalem to the temple of the Lord, and there adored the Lord God of Israel, off…
7 1:7. So that in the third year he gave all his tithes to the proselytes, and strangers.
8 1:8. These and such like things did he observe when but a boy according to the law of God.
9 …1:9. But when he was a man, he took to wife Anna of his own tribe, and had a son by her, whom he c…
10 1:10. And from his infancy he taught him to fear God, and to abstain from all sin.
11 …1:11. And when by the captivity he with his wife and his son and all his tribe was come to the cit…
14 …1:14. And he gave him leave to go whithersoever he would, with liberty to do whatever he had a min…
[all …]
DJonas.txt1 1:1. Now the word of the Lord came to Jonas, the son of Amathi, saying:
2 …1:2. Arise and go to Ninive, the great city, and preach in it: For the wickedness thereof is come …
3to flee into Tharsis from the face of the Lord, and he went down to Joppe, and found a ship going
4 …4. But the Lord sent a great wind to the sea: and a great tempest was raised in the sea, and the s…
5 …ers were afraid, and the men cried to their god: and they cast forth the wares that were in the sh…
6 …1:6. And the ship master came to him and said to him: Why art thou fast asleep? rise up call upon …
7 …1:7. And they said every one to his fellow: Come and let us cast lots, that we may know why this e…
8 …1:8. And they said to him: Tell us for what cause this evil is upon us, what is thy business? of w…
9 …1:9. And he said to them: I am a Hebrew, and I fear the Lord, and the God of heaven, who made both…
10 …1:10. And the men were greatly afraid, and they said to him: Why hast thou done this? (For the men…
[all …]
D2_Machabees.txt2 …1:2. May God be gracious to you, and remember his covenant that he made with Abraham, and Isaac, a…
3 …1:3. And give you all a heart to worship him, and to do his will with a great heart, and a willing…
7 …1:7. When Demetrius reigned, in the year one hundred and sixty-nine, we Jews wrote to you in the t…
8 …1:8. They burnt the gate, and shed innocent blood: then we prayed to the Lord, and were heard, and…
10 …and the senate, and Judas, to Aristobolus, the preceptor of king Ptolemee, who is of the stock of …
14 …1:14. For Antiochus, with his friends, came to the place as though he would marry her, and that he…
18 …e purpose to keep the purification of the temple on the five and twentieth day of the month of Cas…
19 …as a deep pit without water, and there they kept it safe, so that the place was unknown to all men.
20 …of Persia, he sent some of the posterity of those priests that had hid it, to seek for the fire: a…
21 … bade them draw it up, and bring it to him: and the priest, Nehemias, commanded the sacrifices tha…
[all …]
DLuke.txt1 …1:1. Forasmuch as many have taken in hand to set forth in order a narration of the things that hav…
3 …1:3. It seemed good to me also, having diligently attained to all things from the beginning, to wr…
8 …1:8. And it came to pass, when he executed the priestly function in the order of his course before…
9 …1:9. According to the custom of the priestly office, it was his lot to offer incense, going into t…
11 …1:11. And there appeared to him an angel of the Lord, standing on the right side of the altar of i…
13 …1:13. But the angel said to him: Fear not, Zachary, for thy prayer is heard: and thy wife Elizabet…
16 1:16. And he shall convert many of the children of Israel to the Lord their God.
17 …e hearts of the fathers unto the children and the incredulous to the wisdom of the just, to prepar…
18 …1:18. And Zachary said to the angel: Whereby shall I know this? For I am an old man, and my wife i…
19 …1:19. And the angel answering, said to him: I am Gabriel, who stand before God and am sent to spea…
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
DREADME.md8 This plugin adds export capabilities to all amCharts products - charts and maps.
10 It allows annotating and exporting chart or related data to various bitmap,
17 Please note that due to security measures implemented in modern browsers, some
39 (this needs to go after all the other amCharts includes)
80 The plugin relies on a number of different libraries, to export images, draw
83 Those libraries need to be loaded for the plugin to work properly.
85 There are two ways to load them. Choose the one that is right:
92 The plugin will automatically try to look in chart's [`path`](http://docs.amcharts.com/3/javascript…
94 (as is the case with the default distributions), you don't need to do anything -
97 If you are using relative url, note that it is relative to the web page you are
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dintro.rst7 If you have any exposure to other text-based template languages, such as
9 designer and developer friendly by sticking to PHP's principles and adding
14 * *Fast*: Twig compiles templates down to plain optimized PHP code. The
15 overhead compared to regular PHP code was reduced to the very minimum.
17 * *Secure*: Twig has a sandbox mode to evaluate untrusted template code. This
18 allows Twig to be used as a template language for applications where users
22 developer to define their own custom tags and filters, and to create their own DSL.
26 Slim, Yii, Laravel, Codeigniter and Kohana — just to name a few.
31 Twig needs at least **PHP 5.2.7** to run. As of 1.34, the minimum requirement
32 was bumped to **PHP 5.3.3**.
[all …]
/plugin/asciidocjs/node_modules/jake/lib/utils/
Dfile.js32 let to = path.normalize(toPath);
47 toStat = fs.statSync(to);
66 targetDir = path.join(to, filename);
84 let targetFile = to;
87 targetFile = path.join(to, filename);
147 let to = path.normalize(toPath);
153 if (from == to) {
159 toStat = fs.statSync(to);
165 if (!this.isAbsolute(to)) {
166 to = path.join(process.cwd(), to);
[all …]

12345678910>>...156