Skip to content

Commit

Permalink
Fix : Async on develop branch in atk4 data
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 committed Jul 12, 2019
1 parent d416cfb commit 03b950f
Show file tree
Hide file tree
Showing 519 changed files with 68,286 additions and 26,551 deletions.
3 changes: 0 additions & 3 deletions .phpdoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
</extensions>
<visibility></visibility>
</parser>
<transformer>
<target>docs</target>
</transformer>
<files>
<ignore-hidden>true</ignore-hidden>
<ignore-symlinks>true</ignore-symlinks>
Expand Down
39 changes: 20 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,29 @@
"prefer-stable": true,
"require": {
"php": ">=7.2",
"atk4/core": "dev-develop@dev",
"atk4/core": "dev-develop",
"thecodingmachine/phpstan-safe-rule": "^0.1.3",
"thecodingmachine/safe": "^0.1.16"
},
"require-dev": {
"atk4/data": "dev-develop@dev",
"atk4/data": "dev-develop",
"codacy/coverage": "dev-master@dev",
"evert/phpdoc-md": "dev-master@dev",
"friendsofphp/php-cs-fixer": "dev-master@dev",
"phpmd/phpmd": "2.6.1",
"phpmetrics/phpmetrics": "dev-master@dev",
"phpstan/phpstan": "0.11.12",
"phpunit/phpunit": "8.2.4",
"squizlabs/php_codesniffer": "3.4.2"
"squizlabs/php_codesniffer": "3.4.2",
"victorjonsson/markdowndocs": "^1.3"
},
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"I18Next\\": "src/I18Next/"
"I18Next\\": "src/I18Next/",
"atk4\\core\\": "src/I18Next/atk4/core/"
}
},
"autoload-dev": {
Expand Down Expand Up @@ -82,23 +85,22 @@
"rm -rf ./build/coverage"
],
"doc-setup": [
"composer run doc-setdown",
"mkdir -p phpdocs",
"wget -P phpdocs https://github.com/phpDocumentor/phpDocumentor2/archive/develop.zip",
"cd phpdocs && unzip develop.zip",
"rm phpdocs/develop.zip",
"mv phpdocs/phpDocumentor2-develop/* -t phpdocs",
"rm -rf phpdocs/phpDocumentor2-develop",
"cd phpdocs && composer install --no-interaction --prefer-source",
"cd phpdocs && composer require abbadon1334/phpdoc-to-rst --prefer-dist",
"cd phpdocs && echo \"APP_ENV=dev\nAPP_SECRET=3f48b02b6f8e6ad6e8c07d0b03762d31\" > .env"
"cd phpdocs && echo \"APP_ENV=dev\nAPP_SECRET=3f48b02b6f8e6ad6e8c07d0b03762d31\" > .env",
"wget -P phpdocs https://github.com/phpDocumentor/phpDocumentor2/releases/download/v3.0.0-alpha.3/phpDocumentor.phar",
"wget -P phpdocs https://github.com/phpDocumentor/phpDocumentor2/releases/download/v3.0.0-alpha.3/phpDocumentor.phar.pubkey",
"chmod +x phpdocs/phpDocumentor.phar",
"wget -P phpdocs https://github.com/abbadon1334/phpdoc-to-rst/releases/download/1.0/phpdoc-to-rst.phar",
"chmod +x phpdocs/phpdoc-to-rst.phar"

],
"doc-build": [
"composer run doc-clear",
"mkdir -p ./docs",
"chmod +x phpdocs/bin/phpdoc",
"php phpdocs/bin/phpdoc --config=\".phpdoc.xml\" --template=\"responsive\" --force -n -vvv -t ./docs",
"php phpdocs/bin/phpdoc-to-rst generate --repo-base \"$PWD\" --repo-github https://github.com/abbadon1334/phpdoc-to-rst -t docs/rst/ src/"
"mkdir -p ./docs/api",
"mkdir -p ./docs/md",
"phpdocs/phpDocumentor.phar --config=\".phpdoc.xml\" --template=\"xml\" -t ./docs ./src",
"vendor/bin/phpdocmd --index index.md docs/structure.xml docs/md",
"phpdocs/phpdoc-to-rst.phar generate --repo-base \"$PWD\" --repo-github https://github.com/abbadon1334/phpdoc-to-rst -t docs/source src/",
"cd docs && sphinx-build -b html source docs"
],
"doc-clear": [
"mkdir -p ./docs",
Expand All @@ -109,7 +111,6 @@
"rm -rf ./phpdocs"
],
"build-all": [
"composer run doc-setup",
"composer run doc-build",
"composer run unit-coverage",
"cp -r build/coverage docs/coverage",
Expand Down
4 changes: 4 additions & 0 deletions docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: ac8e454df29263f38b2338bc3db1fd99
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/.doctrees/I18Next/Exception/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/I18Next/Locale.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/.doctrees/I18Next/Locale/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/I18Next/Translator.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/.doctrees/I18Next/atk4/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/I18Next/index.doctree
Binary file not shown.
Binary file not shown.
Binary file added docs/.doctrees/atk4/core/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/.doctrees/index-namespaces-all.doctree
Binary file not shown.
Binary file added docs/.doctrees/index.doctree
Binary file not shown.
Empty file added docs/.nojekyll
Empty file.
121 changes: 121 additions & 0 deletions docs/I18Next/Exception/LanguageAlreadyPresent.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LanguageAlreadyPresent &#8212; ATK4 - PHP Language library 1.0.0 documentation</title>
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="../../_static/language_data.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="LanguageLocaleNotExists" href="LanguageLocaleNotExists.html" />
<link rel="prev" title="LanguageNamespaceMisuse" href="LanguageNamespaceMisuse.html" />

<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />

<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">

<div class="phpdoctorst section" id="namespace-I18Next\Exception">
<span id="languagealreadypresent"></span><h1>LanguageAlreadyPresent<a class="headerlink" href="#namespace-I18Next\Exception" title="Permalink to this headline"></a></h1>
<dl class="class">
<dt id="I18Next\Exception\LanguageAlreadyPresent">
<em class="property">class </em><code class="descclassname">I18Next\Exception\</code><code class="descname">LanguageAlreadyPresent</code><a class="headerlink" href="#I18Next\Exception\LanguageAlreadyPresent" title="Permalink to this definition"></a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Source:</th><td class="field-body"><a class="reference external" href="https://github.com/abbadon1334/phpdoc-to-rst/blob/master/src/I18Next/Exception/LanguageAlreadyPresent.php#L9">src/I18Next/Exception/LanguageAlreadyPresent.php#9</a></td>
</tr>
<tr class="field-even field"><th class="field-name">Parent:</th><td class="field-body"><code class="xref php php-class docutils literal notranslate"><span class="pre">atk4\core\Exception</span></code></td>
</tr>
</tbody>
</table>
</dd></dl>

<div class="section" id="summary">
<h2>Summary<a class="headerlink" href="#summary" title="Permalink to this headline"></a></h2>
</div>
</div>


</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="../../index.html">ATK4 - PHP Language library</a></h1>








<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">I18Next</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="../../index.html">Documentation overview</a><ul>
<li><a href="../index.html">I18Next</a><ul>
<li><a href="index.html">Exception</a><ul>
<li>Previous: <a href="LanguageNamespaceMisuse.html" title="previous chapter">LanguageNamespaceMisuse</a></li>
<li>Next: <a href="LanguageLocaleNotExists.html" title="next chapter">LanguageLocaleNotExists</a></li>
</ul></li>
</ul></li>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2019, Francesco Danti.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.8.5</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a>

|
<a href="../../_sources/I18Next/Exception/LanguageAlreadyPresent.rst.txt"
rel="nofollow">Page source</a>
</div>




</body>
</html>
121 changes: 121 additions & 0 deletions docs/I18Next/Exception/LanguageLocaleNotExists.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LanguageLocaleNotExists &#8212; ATK4 - PHP Language library 1.0.0 documentation</title>
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="../../_static/language_data.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Misusage" href="Misusage.html" />
<link rel="prev" title="LanguageAlreadyPresent" href="LanguageAlreadyPresent.html" />

<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />

<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">

<div class="phpdoctorst section" id="namespace-I18Next\Exception">
<span id="languagelocalenotexists"></span><h1>LanguageLocaleNotExists<a class="headerlink" href="#namespace-I18Next\Exception" title="Permalink to this headline"></a></h1>
<dl class="class">
<dt id="I18Next\Exception\LanguageLocaleNotExists">
<em class="property">class </em><code class="descclassname">I18Next\Exception\</code><code class="descname">LanguageLocaleNotExists</code><a class="headerlink" href="#I18Next\Exception\LanguageLocaleNotExists" title="Permalink to this definition"></a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Source:</th><td class="field-body"><a class="reference external" href="https://github.com/abbadon1334/phpdoc-to-rst/blob/master/src/I18Next/Exception/LanguageLocaleNotExists.php#L9">src/I18Next/Exception/LanguageLocaleNotExists.php#9</a></td>
</tr>
<tr class="field-even field"><th class="field-name">Parent:</th><td class="field-body"><code class="xref php php-class docutils literal notranslate"><span class="pre">atk4\core\Exception</span></code></td>
</tr>
</tbody>
</table>
</dd></dl>

<div class="section" id="summary">
<h2>Summary<a class="headerlink" href="#summary" title="Permalink to this headline"></a></h2>
</div>
</div>


</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="../../index.html">ATK4 - PHP Language library</a></h1>








<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">I18Next</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="../../index.html">Documentation overview</a><ul>
<li><a href="../index.html">I18Next</a><ul>
<li><a href="index.html">Exception</a><ul>
<li>Previous: <a href="LanguageAlreadyPresent.html" title="previous chapter">LanguageAlreadyPresent</a></li>
<li>Next: <a href="Misusage.html" title="next chapter">Misusage</a></li>
</ul></li>
</ul></li>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2019, Francesco Danti.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.8.5</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a>

|
<a href="../../_sources/I18Next/Exception/LanguageLocaleNotExists.rst.txt"
rel="nofollow">Page source</a>
</div>




</body>
</html>
Loading

0 comments on commit 03b950f

Please sign in to comment.