Home
last modified time | relevance | path

Searched refs:from (Results 1401 – 1425 of 2262) sorted by relevance

1...<<51525354555657585960>>...91

/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md39 * Additional error checking on the data returned from `MaxMind\Db\Reader`
153 removed from `GeoIp2\WebService\Client`.
172 * The name attribute was missing from the RepresentedCountry class.
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md131 you call backend code from your CLI that expects a Logger instance to produce any sensible status output while running.
133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`.
160 Messages from `warning` level onwards are printed to `STDERR` all below are printed to `STDOUT`.
/plugin/pgn4web/pgn4web/libs/garbochess/
H A DLICENSE.txt13 derived from this software without specific prior written permission.
/plugin/publistf/bibtex/
H A Dsample.bib1 % Sample from http://amath.colorado.edu/documentation/LaTeX/basics/steps/BIBtex.html
/plugin/actickets/
H A DREADME28 from another project, you can add the project ID on a per-ticket basis:
/plugin/ckgdoku/ckeditor/
H A DREADME.md20 1. **Download** the latest version from the CKEditor website:
/plugin/extlist/css/
H A D_numbering.less8 * modified from
/plugin/codebuttonmod1/
H A DPlugin.txt52 * Fork from [codebutton](https://www.dokuwiki.org/plugin:codebutton)
/plugin/facebookalbum/
H A Dsyntax.php167 … $cover_query = 'SELECT pid, src FROM photo where pid in (SELECT cover_pid from #album_query)';
/plugin/wikipediasnippet/
H A Dsyntax.php125 $wpContent .= ' <em>'.sprintf($this->getLang('from'), $wpUrl).'<span>: </span></em>';
/plugin/publistx/bibtex/
H A Dsample.bib1 % Sample from http://amath.colorado.edu/documentation/LaTeX/basics/steps/BIBtex.html
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp29 ' Prevent the browser from caching the result.
/plugin/publist/bibtex/
H A Dsample.bib1 % Sample from http://amath.colorado.edu/documentation/LaTeX/basics/steps/BIBtex.html
/plugin/dokutexit/conf/
H A Dheader-namespace.tex8 %% Warning: polyglossia works with LuaTeX starting from TL2013
H A Dheader-page.tex8 %% Warning: polyglossia works with LuaTeX starting from TL2013
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh164 echo "No error from cat command, but DokuWiki isn't configured in ${config_file}"
/plugin/ckgedit/ckeditor/
H A DREADME.md20 1. **Download** the latest version from the CKEditor website:
/plugin/farmer/lang/en/
H A Dtab_config_help.txt24 behavior here. Be sure that your Farmer's host name is set up correctly above, before switching away from the
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1from","to","ring","text","getRange","pos","isClean","gen","replaceRange","changeGeneration","byCha…
/plugin/authucenter/lib/uc_client/
H A Dclient.php575 function uc_credit_exchange_request($uid, $from, $to, $toappid, $amount) { argument
577 $from = intval($from);
581 …return uc_api_post('credit', 'request', array('uid'=>$uid, 'from'=>$from, 'to'=>$to, 'toappid'=>$t…
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md185 'css/src/*.scss', // load every scss files from "/path/to/asset/directory/css/src/"
222 If you serve your assets from static files as just described, you can use the CacheBustingWorker to…
243 'css/src/*.scss', // load every scss files from "/path/to/asset/directory/css/src/"
325 // enable loading assets from twig templates
/plugin/codemirror/dist/modes/
H A Dhtmlmixed.min.js.map1from","to","tag","dest","source","i","unshift","findMatchingMode","tagInfo","tagText","spec","test…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt7 Whereas disregard and contempt for human rights have resulted in barbarous acts which have outraged the conscience of mankind, and the advent of a world in which human beings shall enjoy freedom of speech and belief and freedom from fear and want has been proclaimed as the highest aspiration of the common people,
71 1. Everyone has the right to seek and to enjoy in other countries asylum from persecution.
73 2. This right may not be invoked in the case of prosecutions genuinely arising from non‐political crimes or from acts contrary to the purposes and principles of the United Nations.
140 2. Everyone has the right to the protection of the moral and material interests resulting from any scientific, literary or artistic production of which he is the author.
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt73 Apart from a general command syntax we propose several specific commands
166 We have thus departed from the epd opcode specification in two ways:
192 The other commands are optional and cover times that can be derived from the
208 software producing pgn from games played on DGT boards include this command
313 start times should be derived from the TimeControl tag and/or the Time tag,
320 8.4. PGN generated directly from DGT boards will have a clk command like the one
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md10 To maintain consistency across all the low-level clients (Ruby, Python, etc.), clients accept simple associative arrays as parameters. All parameters, from the URI to the document body, are defined in the associative array.
12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
14 Starting from version `7.7.0` we included also the [XPack endpoints](https://www.elastic.co/what-is/open-x-pack) of Elasticsearch.
67 **Note:** [X-Pack](https://www.elastic.co/what-is/open-x-pack) endpoints are included from elasticsearch-php 7.7+.
102 We also provide a code examples generator for PHP using the `util/GenerateDocExamples.php` script. This command parses the `util/alternative_report.spec.json` file produced from this [JSON specification](https://raw.githubusercontent.com/elastic/built-docs/master/raw/en/elasticsearch/reference/master/alternatives_report.json) and it generates the PHP examples for each digest value.
283 The response is a little different from the previous responses. We see some metadata (`took`, `timed_out`, etc.) and

1...<<51525354555657585960>>...91