Updated Documentation and Readme
@@ -1,47 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>Automated Collections</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="Automated Collection Management System"><h1 id="Automated Collection Management System" class="header"><a href="#Automated Collection Management System">Automated Collection Management System</a></h1></div>
|
||||
<p>
|
||||
The collection management system needs rewritten from the ground up.
|
||||
The model should look something like this.
|
||||
</p>
|
||||
<ul>
|
||||
<li class="done0">
|
||||
<span class="todo">TODO</span> :: Refactor collections algorithm. #aebaee91
|
||||
<pre python>
|
||||
Collection {
|
||||
id: int
|
||||
name: String
|
||||
books: list(Book)
|
||||
}
|
||||
</pre>
|
||||
|
||||
</ul>
|
||||
<p>
|
||||
it is likely the book object will need rewritten as well.
|
||||
</p>
|
||||
<pre python>
|
||||
Book {
|
||||
id: int
|
||||
title: String
|
||||
# other book metadata
|
||||
collection: list(Collection.id)
|
||||
}
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
<img src="/home/th3r00t/.local/builds/pyShelf/src/backend/lib/storage.py" />
|
||||
<img src="/home/th3r00t/.local/builds/pyShelf/src/backend/pyShelf_ScanLibrary.py" />
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,31 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>Book Attachment System</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<a href="index.html">Home</a> <a href="TOC.html">TOC</a> <a href="https://github.com/th3r00t/pyShelf.git">github</a>
|
||||
</p>
|
||||
<div id="Book Attachment System"><h1 id="Book Attachment System" class="header"><a href="#Book Attachment System">Book Attachment System</a></h1></div>
|
||||
<div id="Book Attachment System-Introduction"><h2 id="Introduction" class="header"><a href="#Book Attachment System-Introduction">Introduction</a></h2></div>
|
||||
|
||||
<p>
|
||||
The Book Attachment System is used for attaching various filetypes to a book.
|
||||
This could be helpfull for storing code snippets or notes to technical documents.
|
||||
</p>
|
||||
|
||||
|
||||
<div id="Book Attachment System-State"><h2 id="State" class="header"><a href="#Book Attachment System-State">State</a></h2></div>
|
||||
|
||||
<p>
|
||||
Concept.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,61 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>Book Scraping System</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<a href="index.html">Home</a> <a href="TOC.html">TOC</a> <a href="https://github.com/th3r00t/pyShelf.git">github</a>
|
||||
</p>
|
||||
<div id="Book Scraping System"><h1 id="Book Scraping System" class="header"><a href="#Book Scraping System">Book Scraping System</a></h1></div>
|
||||
<div id="Book Scraping System-Introduction"><h2 id="Introduction" class="header"><a href="#Book Scraping System-Introduction">Introduction</a></h2></div>
|
||||
|
||||
<p>
|
||||
The Book Scraping System is a custom ebook scraper built from the ground up
|
||||
for pyShelf. It is designed to be a simple, easy to use, and easy to extend
|
||||
system for scraping ebooks from the internet. It is powered by BeutifulSoup.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
pyShelf features a recursive scraping algorithm that itterates over all
|
||||
sub-folders in your collection.
|
||||
</p>
|
||||
|
||||
<div id="Book Scraping System-Scrapers"><h2 id="Scrapers" class="header"><a href="#Book Scraping System-Scrapers">Scrapers</a></h2></div>
|
||||
<ul>
|
||||
<li class="done4">
|
||||
epub #2899a8e9
|
||||
|
||||
<li class="done4">
|
||||
mobi #ec035720
|
||||
|
||||
<li class="done4">
|
||||
pdf #05875e64
|
||||
|
||||
<li class="done0">
|
||||
cbz #4a513e39
|
||||
|
||||
</ul>
|
||||
<div id="Book Scraping System-Collections"><h2 id="Collections" class="header"><a href="#Book Scraping System-Collections">Collections</a></h2></div>
|
||||
<ul>
|
||||
<li class="done0">
|
||||
Manual Collections #b07156f4
|
||||
|
||||
<li class="done0">
|
||||
<a href="Automated Collections.html">Automated Collections</a> #f258c1f8
|
||||
|
||||
</ul>
|
||||
<div id="Book Scraping System-State"><h2 id="State" class="header"><a href="#Book Scraping System-State">State</a></h2></div>
|
||||
|
||||
<p>
|
||||
Fully functional.
|
||||
Awaiting further feature implementation.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
113
docs/Client.html
@@ -1,113 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>Client</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<a href="index.html">Home</a> <a href="TOC.html">TOC</a> <a href="https://github.com/th3r00t/pyShelf.git">github</a>
|
||||
</p>
|
||||
<div id="Client"><h1 id="Client" class="header"><a href="#Client">Client</a></h1></div>
|
||||
<p>
|
||||
<span id="Client-frontend"></span><span class="tag" id="frontend">frontend</span> <span id="Client-ui"></span><span class="tag" id="ui">ui</span>
|
||||
</p>
|
||||
|
||||
<div id="Client-Dependency Management"><h2 id="Dependency Management" class="header"><a href="#Client-Dependency Management">Dependency Management</a></h2></div>
|
||||
<p>
|
||||
<span id="Client-Dependency Management-dependency"></span><span class="tag" id="dependency">dependency</span>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li class="done4">
|
||||
npm #c5f8d347
|
||||
|
||||
<li class="done4">
|
||||
sass #8f43ab4c
|
||||
|
||||
<li class="done0">
|
||||
pip #14ee256e
|
||||
|
||||
</ul>
|
||||
<div id="Client-[[https://create.t3.gg|T3.gg]]"><h2 id="[[https://create.t3.gg|T3.gg]]" class="header"><a href="#Client-[[https://create.t3.gg|T3.gg]]"><a href="https://create.t3.gg">T3.gg</a></a></h2></div>
|
||||
<div id="Client-[[https://create.t3.gg|T3.gg]]-User System"><h3 id="User System" class="header"><a href="#Client-[[https://create.t3.gg|T3.gg]]-User System">User System</a></h3></div>
|
||||
<ul>
|
||||
<li>
|
||||
NextAuthjs
|
||||
|
||||
<li>
|
||||
Authentication Providers
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
Discord
|
||||
Required: Client ID, Client Secret
|
||||
|
||||
<li>
|
||||
Github
|
||||
Required: Client ID, Client Secret, only one callback per app.
|
||||
<img src="https://next-auth.js.org/providers/github" alt="NextAuthjs Github" />
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
<div id="Client-[[https://create.t3.gg|T3.gg]]-User Experience"><h3 id="User Experience" class="header"><a href="#Client-[[https://create.t3.gg|T3.gg]]-User Experience">User Experience</a></h3></div>
|
||||
|
||||
|
||||
<p>
|
||||
<span id="Client-[[https://create.t3.gg|T3.gg]]-User Experience-ux"></span><span class="tag" id="ux">ux</span>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li class="done0">
|
||||
Favorites #0fc67f94
|
||||
|
||||
<li class="done0">
|
||||
Permissions / Roles #9c4f279e
|
||||
|
||||
<li class="done0">
|
||||
User Profile #289e0fe0
|
||||
|
||||
<li class="done0">
|
||||
User Settings #51955b33
|
||||
|
||||
</ul>
|
||||
<div id="Client-[[https://create.t3.gg|T3.gg]]-Data Management"><h3 id="Data Management" class="header"><a href="#Client-[[https://create.t3.gg|T3.gg]]-Data Management">Data Management</a></h3></div>
|
||||
<p>
|
||||
<span id="Client-[[https://create.t3.gg|T3.gg]]-Data Management-data"></span><span class="tag" id="data">data</span>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li class="done0">
|
||||
Book Management System #92e523d2
|
||||
|
||||
<ul>
|
||||
<li class="done0">
|
||||
add #bda9a0f3
|
||||
|
||||
<li class="done0">
|
||||
remove #4b34e931
|
||||
|
||||
<li class="done0">
|
||||
update #eb959340
|
||||
|
||||
<li class="done0">
|
||||
access level #b00795a4
|
||||
|
||||
<li class="done0">
|
||||
ownership #8c80edc5
|
||||
|
||||
<li class="done0">
|
||||
attach #8acb21a9
|
||||
|
||||
<li class="done0">
|
||||
detach #2e263616
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>Description</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,124 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>Frontend</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<a href="index.html">Home</a> <a href="TOC.html">TOC</a> <a href="https://github.com/th3r00t/pyShelf.git">github</a>
|
||||
</p>
|
||||
<div id="Frontend Services"><h1 id="Frontend Services" class="header"><a href="#Frontend Services">Frontend Services</a></h1></div>
|
||||
<p>
|
||||
<span id="Frontend Services-frontend"></span><span class="tag" id="frontend">frontend</span> <span id="Frontend Services-ui"></span><span class="tag" id="ui">ui</span>
|
||||
</p>
|
||||
|
||||
<div id="Frontend Services-Dependency Management"><h2 id="Dependency Management" class="header"><a href="#Frontend Services-Dependency Management">Dependency Management</a></h2></div>
|
||||
<p>
|
||||
<span id="Frontend Services-Dependency Management-dependency"></span><span class="tag" id="dependency">dependency</span>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li class="done4">
|
||||
npm #c5f8d347
|
||||
|
||||
<li class="done4">
|
||||
sass #8f43ab4c
|
||||
|
||||
<li class="done0">
|
||||
pip #14ee256e
|
||||
|
||||
</ul>
|
||||
<div id="Frontend Services-User Management"><h2 id="User Management" class="header"><a href="#Frontend Services-User Management">User Management</a></h2></div>
|
||||
<p>
|
||||
<span id="Frontend Services-User Management-user"></span><span class="tag" id="user">user</span>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li class="done0">
|
||||
Registration System #d1198f16
|
||||
|
||||
<ul>
|
||||
<li class="done0">
|
||||
oauth #aa94c112
|
||||
|
||||
<li class="done0">
|
||||
email&password #97231d67
|
||||
|
||||
</ul>
|
||||
<li class="done0">
|
||||
Login(out) System #1df25e4a
|
||||
|
||||
<ul>
|
||||
<li class="done0">
|
||||
oauth #67ea705c
|
||||
|
||||
<li class="done0">
|
||||
email&password #80381cdb
|
||||
|
||||
</ul>
|
||||
<li class="done0">
|
||||
Reset Password System #bf997b97
|
||||
|
||||
<ul>
|
||||
<li class="done0">
|
||||
email&password #87fe5e34
|
||||
|
||||
</ul>
|
||||
<li class="done0">
|
||||
User Delete System #d29c98a1
|
||||
|
||||
</ul>
|
||||
<div id="Frontend Services-User Experience"><h2 id="User Experience" class="header"><a href="#Frontend Services-User Experience">User Experience</a></h2></div>
|
||||
<p>
|
||||
<span id="Frontend Services-User Experience-ux"></span><span class="tag" id="ux">ux</span>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li class="done0">
|
||||
Favorites #0fc67f94
|
||||
|
||||
<li class="done0">
|
||||
Permissions / Roles #9c4f279e
|
||||
|
||||
<li class="done0">
|
||||
User Profile #289e0fe0
|
||||
|
||||
<li class="done0">
|
||||
User Settings #51955b33
|
||||
|
||||
</ul>
|
||||
<div id="Frontend Services-Data Management"><h2 id="Data Management" class="header"><a href="#Frontend Services-Data Management">Data Management</a></h2></div>
|
||||
<p>
|
||||
<span id="Frontend Services-Data Management-data"></span><span class="tag" id="data">data</span>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li class="done0">
|
||||
Book Management System #e31c2bd7
|
||||
|
||||
<ul>
|
||||
<li class="done0">
|
||||
add #bda9a0f3
|
||||
|
||||
<li class="done0">
|
||||
remove #4b34e931
|
||||
|
||||
<li class="done0">
|
||||
update #eb959340
|
||||
|
||||
<li class="done0">
|
||||
access level #b00795a4
|
||||
|
||||
<li class="done0">
|
||||
ownership #8c80edc5
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,927 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>License</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<a href="index.html">Home</a> <a href="TOC.html">TOC</a> <a href="https://github.com/th3r00t/pyShelf.git">github</a>
|
||||
</p>
|
||||
<div id="GNU GENERAL PUBLIC LICENSE"><h1 id="GNU GENERAL PUBLIC LICENSE" class="header justcenter"><a href="#GNU GENERAL PUBLIC LICENSE">GNU GENERAL PUBLIC LICENSE</a></h1></div>
|
||||
<div id="GNU GENERAL PUBLIC LICENSE-Version 3, 29 June 2007"><h2 id="Version 3, 29 June 2007" class="header justcenter"><a href="#GNU GENERAL PUBLIC LICENSE-Version 3, 29 June 2007">Version 3, 29 June 2007</a></h2></div>
|
||||
|
||||
<p>
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <a href="https://fsf.org/">https://fsf.org/</a>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
</p>
|
||||
|
||||
<div id="GNU GENERAL PUBLIC LICENSE-Preamble"><h2 id="Preamble" class="header"><a href="#GNU GENERAL PUBLIC LICENSE-Preamble">Preamble</a></h2></div>
|
||||
|
||||
<p>
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
</p>
|
||||
|
||||
<div id="GNU GENERAL PUBLIC LICENSE-TERMS AND CONDITIONS"><h2 id="TERMS AND CONDITIONS" class="header"><a href="#GNU GENERAL PUBLIC LICENSE-TERMS AND CONDITIONS">TERMS AND CONDITIONS</a></h2></div>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Definitions.
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
works, such as semiconductor masks.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Source Code.
|
||||
The "source code" for a work means the preferred form of the work
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Basic Permissions.
|
||||
All rights granted under this License are granted for the term of
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
No covered work shall be deemed part of an effective technological
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Conveying Verbatim Copies.
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Conveying Modified Source Versions.
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
<li>
|
||||
The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
|
||||
<li>
|
||||
This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
<li>
|
||||
You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
<li>
|
||||
If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
A compilation of a covered work with other separate and independent
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Conveying Non-Source Forms.
|
||||
You may convey a covered work in object code form under the terms
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
<li>
|
||||
Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
<li>
|
||||
Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
<li>
|
||||
Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
<li>
|
||||
Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Additional Terms.
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
<li>
|
||||
Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
<li>
|
||||
Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
<li>
|
||||
Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
<li>
|
||||
Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
<li>
|
||||
Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
|
||||
<li>
|
||||
with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
All other non-permissive additional terms are considered "further
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Termination.
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Acceptance Not Required for Having Copies.
|
||||
You are not required to accept this License in order to receive or
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Automatic Licensing of Downstream Recipients.
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Patents.
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
</p>
|
||||
|
||||
<p>
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
No Surrender of Others' Freedom.
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Use with the GNU Affero General Public License.
|
||||
Notwithstanding any other provision of this License, you have
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Revised Versions of this License.
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Disclaimer of Warranty.
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Limitation of Liability.
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Interpretation of Sections 15 and 16.
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
|
||||
</ol>
|
||||
<p>
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
</p>
|
||||
|
||||
<div id="GNU GENERAL PUBLIC LICENSE-END OF TERMS AND CONDITIONS"><h2 id="END OF TERMS AND CONDITIONS" class="header justcenter"><a href="#GNU GENERAL PUBLIC LICENSE-END OF TERMS AND CONDITIONS">END OF TERMS AND CONDITIONS</a></h2></div>
|
||||
|
||||
<div id="GNU GENERAL PUBLIC LICENSE-How to Apply These Terms to Your New Programs"><h2 id="How to Apply These Terms to Your New Programs" class="header justcenter"><a href="#GNU GENERAL PUBLIC LICENSE-How to Apply These Terms to Your New Programs">How to Apply These Terms to Your New Programs</a></h2></div>
|
||||
|
||||
<p>
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
</p>
|
||||
<pre>
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
</p>
|
||||
<pre>
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
The hypothetical commands <code>show w</code> and <code>show c</code> should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<a href="https://www.gnu.org/licenses/why-not-lgpl.html">https://www.gnu.org/licenses/why-not-lgpl.html</a>.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,55 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>Notes</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="ux"><h1 id="ux" class="header"><a href="#ux">ux</a></h1></div>
|
||||
<div id="ux-Next / React / Material / Typescript"><h2 id="Next / React / Material / Typescript" class="header"><a href="#ux-Next / React / Material / Typescript">Next / React / Material / Typescript</a></h2></div>
|
||||
<div id="ux-Next / React / Material / Typescript-Guides"><h3 id="Guides" class="header"><a href="#ux-Next / React / Material / Typescript-Guides">Guides</a></h3></div>
|
||||
<ul>
|
||||
<li>
|
||||
<img src="https://nextjs.org/docs/getting-started" alt="Next.js" />
|
||||
|
||||
<li>
|
||||
<img src="https://blog.logrocket.com/using-next-js-with-typescript/" alt="Next w/ Typescript" />
|
||||
|
||||
<li>
|
||||
<img src="https://react-typescript-cheatsheet.netlify.app/" alt="React Typescript Cheatsheet" />
|
||||
|
||||
<li>
|
||||
<img src="https://reactjs.org/docs/hooks-intro.html" alt="React Hooks" />
|
||||
|
||||
<li>
|
||||
<img src="https://reactjs.org/docs/hooks-custom.html" alt="React Custom Hooks" />
|
||||
|
||||
<li>
|
||||
<img src="https://reactjs.org/docs/hooks-reference.html" alt="React Hooks Reference" />
|
||||
|
||||
<li>
|
||||
<img src="https://material-ui.com/" alt="Material UI" />
|
||||
|
||||
<li>
|
||||
<img src="https://material-ui.com/guides/typescript/" alt="Material UI w/ Typescript" />
|
||||
|
||||
<li>
|
||||
<img src="https://material-ui.com/guides/server-rendering/" alt="Material UI Server Rendering" />
|
||||
|
||||
<li>
|
||||
<img src="https://material-ui.com/guides/minimizing-bundle-size/" alt="Material UI Minimizing Bundle Size" />
|
||||
|
||||
<li>
|
||||
<img src="https://material-ui.com/guides/composition/" alt="Material UI Composition" />
|
||||
|
||||
<li>
|
||||
<img src="https://www.prisma.io/" alt="Prisma" />
|
||||
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,36 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>OPDS</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<a href="index.html">Home</a> <a href="TOC.html">TOC</a> <a href="https://github.com/th3r00t/pyShelf.git">github</a>
|
||||
</p>
|
||||
<div id="Open Public Distribution System"><h1 id="Open Public Distribution System" class="header justcenter"><a href="#Open Public Distribution System">Open Public Distribution System</a></h1></div>
|
||||
<div id="Open Public Distribution System-Introduction"><h2 id="Introduction" class="header"><a href="#Open Public Distribution System-Introduction">Introduction</a></h2></div>
|
||||
|
||||
<p>
|
||||
<a href="https://opds-spec.org/">https://opds-spec.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The Open Publication Distribution System (OPDS) Catalog format is a syndication
|
||||
format for electronic publications based on Atom and HTTP. OPDS Catalogs enable
|
||||
the aggregation, distribution, discovery, and acquisition of electronic
|
||||
publications. OPDS Catalogs use existing or emergent open standards and
|
||||
conventions, with a priority on simplicity.
|
||||
</p>
|
||||
|
||||
<div id="Open Public Distribution System-State"><h2 id="State" class="header"><a href="#Open Public Distribution System-State">State</a></h2></div>
|
||||
<p>
|
||||
Concept.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,59 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>Program Flow</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="PyShelf's Program Flow Chart"><h1 id="PyShelf's Program Flow Chart" class="header"><a href="#PyShelf's Program Flow Chart">PyShelf's Program Flow Chart</a></h1></div>
|
||||
|
||||
<div id="PyShelf's Program Flow Chart-Entry Point"><h2 id="Entry Point" class="header"><a href="#PyShelf's Program Flow Chart-Entry Point">Entry Point</a></h2></div>
|
||||
<pre bash>
|
||||
> ./pyShelf.py
|
||||
</pre>
|
||||
<div id="PyShelf's Program Flow Chart-Entry Point-pyShelf.py"><h3 id="pyShelf.py" class="header"><a href="#PyShelf's Program Flow Chart-Entry Point-pyShelf.py">pyShelf.py</a></h3></div>
|
||||
<ul>
|
||||
<li>
|
||||
from src.backend.pyShelf_ScanLibrary import execute_scan
|
||||
|
||||
<li>
|
||||
from src.backend.pyShelf_MakeCollections import MakeCollections
|
||||
|
||||
<li>
|
||||
config = Config()
|
||||
|
||||
<li>
|
||||
PRG_PATH
|
||||
|
||||
<li>
|
||||
Storage(config).create_tables()
|
||||
|
||||
<li>
|
||||
Thread(run_import)
|
||||
|
||||
<li>
|
||||
FastAPIServer(config)
|
||||
|
||||
</ul>
|
||||
<div id="PyShelf's Program Flow Chart-Entry Point-pyShelf.py-run_import()"><h4 id="run_import()" class="header"><a href="#PyShelf's Program Flow Chart-Entry Point-pyShelf.py-run_import()">run_import()</a></h4></div>
|
||||
<p>
|
||||
<span id="PyShelf's Program Flow Chart-Entry Point-pyShelf.py-run_import()-bookimport"></span><span class="tag" id="bookimport">bookimport</span>
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
execute_scan(PRG_PATH, config) <span id="PyShelf's Program Flow Chart-Entry Point-pyShelf.py-run_import()-Book DB Insertion Point"></span><strong id="Book DB Insertion Point">Book DB Insertion Point</strong>
|
||||
|
||||
<li>
|
||||
MakeCollections(PRG_PATH, config) <span id="PyShelf's Program Flow Chart-Entry Point-pyShelf.py-run_import()-Collection DB Insertion Point"></span><strong id="Collection DB Insertion Point">Collection DB Insertion Point</strong>
|
||||
|
||||
<li class="done0">
|
||||
<span class="todo">TODO</span> Move collections insertion to run in tandem with book insertion as this is the last time we have all of the information in one place. #a34ad104
|
||||
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,37 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>REST API</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<a href="index.html">Home</a> <a href="TOC.html">TOC</a> <a href="https://github.com/th3r00t/pyShelf.git">github</a>
|
||||
</p>
|
||||
<div id="REST API |project:pyshelf:restapi"><h1 id="REST API |project:pyshelf:restapi" class="header"><a href="#REST API |project:pyshelf:restapi">REST API |project:pyshelf:restapi</a></h1></div>
|
||||
|
||||
<div id="REST API |project:pyshelf:restapi-Endpoints"><h2 id="Endpoints" class="header"><a href="#REST API |project:pyshelf:restapi-Endpoints">Endpoints</a></h2></div>
|
||||
<ul>
|
||||
<li class="done4">
|
||||
Book /book/id #405f1aac
|
||||
|
||||
<li class="done4">
|
||||
Books /books #932fd202
|
||||
|
||||
<li class="done4">
|
||||
Collections /collections #d4f585b6
|
||||
|
||||
<li class="done0">
|
||||
User /user/id #3f538207
|
||||
|
||||
<li class="done0">
|
||||
Users /users #c669d926
|
||||
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,47 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>TOC</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<a href="index.html">Home</a> <a href="https://github.com/th3r00t/pyShelf.git">github</a>
|
||||
</p>
|
||||
<div id="Table Of Contents"><h1 id="Table Of Contents" class="header"><a href="#Table Of Contents">Table Of Contents</a></h1></div>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="Book Attachment System.html">Book Attachment System</a>
|
||||
|
||||
<li>
|
||||
<a href="Book Scraping System.html">Book Scraping System</a>
|
||||
|
||||
<li>
|
||||
<a href="Frontend.html">Frontend</a>
|
||||
|
||||
<li>
|
||||
<a href="License.html">License</a>
|
||||
|
||||
<li>
|
||||
<a href="OPDS.html">OPDS</a>
|
||||
|
||||
<li>
|
||||
<a href="REST API.html">REST API</a>
|
||||
|
||||
<li>
|
||||
<a href="TOC.html">TOC</a>
|
||||
|
||||
<li>
|
||||
<a href="doxygen.html">doxygen</a>
|
||||
|
||||
<li>
|
||||
<a href="index.html">index</a>
|
||||
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,23 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>doxygen</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<a href="index.html">Home</a> <a href="TOC.html">TOC</a> <a href="https://github.com/th3r00t/pyShelf.git">github</a>
|
||||
</p>
|
||||
<div id="Doxygen"><h2 id="Doxygen" class="header"><a href="#Doxygen">Doxygen</a></h2></div>
|
||||
|
||||
<p>
|
||||
Any changes to source should be documented and have run doxygen doxygen.conf prior to commiting.
|
||||
Before advancing version numbers be sure to set PROJECT_NUMBER in doxygen.conf accordingly.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
141
docs/index.html
@@ -1,141 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>index</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<a href="TOC.html">TOC</a> <a href="https://github.com/th3r00t/pyShelf.git">github</a>
|
||||
</p>
|
||||
<div id="pyShelf | project:pyshelf"><h1 id="pyShelf | project:pyshelf" class="header"><a href="#pyShelf | project:pyshelf">pyShelf | project:pyshelf</a></h1></div>
|
||||
|
||||
<p>
|
||||
<img src="https://github.com/th3r00t/pyShelf/raw/0.7.1-dev/src/frontend/static/images/png/logo-no-background.png" />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Version 0.7.0
|
||||
<a href="License.html">GPLv3</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
pyShelf is an open source ebook server written in Python.
|
||||
It is designed with ease of use in mind.
|
||||
</p>
|
||||
|
||||
<div id="pyShelf | project:pyshelf-Branches"><h2 id="Branches" class="header"><a href="#pyShelf | project:pyshelf-Branches">Branches</a></h2></div>
|
||||
<ul>
|
||||
<li>
|
||||
<span id="pyShelf | project:pyshelf-Branches-Master"></span><strong id="Master">Master</strong> is the most stable branch, but may be behind in features.
|
||||
|
||||
<li>
|
||||
<span id="pyShelf | project:pyshelf-Branches-Dev"></span><strong id="Dev">Dev</strong> is the most active branch, this branch is a rolling release branch.
|
||||
|
||||
<li>
|
||||
<span id="pyShelf | project:pyshelf-Branches---"></span><strong id="--">--</strong>* are used for day to day development.
|
||||
|
||||
</ul>
|
||||
<div id="pyShelf | project:pyshelf-Formats"><h2 id="Formats" class="header"><a href="#pyShelf | project:pyshelf-Formats">Formats</a></h2></div>
|
||||
|
||||
<p>
|
||||
pyShelf supports the following formats:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
epub
|
||||
|
||||
<li>
|
||||
mobi
|
||||
|
||||
<li>
|
||||
pdf
|
||||
|
||||
</ul>
|
||||
<div id="pyShelf | project:pyshelf-Services"><h2 id="Services" class="header"><a href="#pyShelf | project:pyshelf-Services">Services</a></h2></div>
|
||||
<ul>
|
||||
<li>
|
||||
Backend
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="Book Scraping System.html">Book Scraper</a>
|
||||
|
||||
<li>
|
||||
<a href="OPDS.html">OPDS</a>
|
||||
|
||||
</ul>
|
||||
<li>
|
||||
Filesystem-io
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="Book Attachment System.html">Book Attachment System</a>
|
||||
|
||||
</ul>
|
||||
<li>
|
||||
<a href="Frontend.html">Frontend</a>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="REST API.html">RESTAPI</a>
|
||||
|
||||
<li>
|
||||
<a href="Frontend.html#Dependency Management">Dependency Management</a>
|
||||
|
||||
<li>
|
||||
<a href="Frontend.html#User Management">User Management</a>
|
||||
|
||||
<li>
|
||||
<a href="Frontend.html#User Experience">User Experience</a>
|
||||
|
||||
<li>
|
||||
<a href="Frontend.html#Data Management">Data Management</a>
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
<div id="pyShelf | project:pyshelf-TODO"><h2 id="TODO" class="header"><a href="#pyShelf | project:pyshelf-TODO"><span class="todo">TODO</span></a></h2></div>
|
||||
<ul>
|
||||
<li class="done0">
|
||||
<a href="Book Scraping System.html">Book Scraping System</a> #f7edafb1
|
||||
|
||||
<li class="done0">
|
||||
<a href="REST API.html">REST API</a> #c7bc51c5
|
||||
|
||||
<li class="done0">
|
||||
<a href="Client.html">Client</a> #21cbc756
|
||||
|
||||
</ul>
|
||||
<div id="pyShelf | project:pyshelf-Development"><h2 id="Development" class="header"><a href="#pyShelf | project:pyshelf-Development">Development</a></h2></div>
|
||||
|
||||
<p>
|
||||
pyShelf takes advantage of the following tools:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://pre-commit.com/">pre-commit</a> <a href="http://www.doxygen.nl/">doxygen</a> &
|
||||
<a href="https://vimwiki.github.io/">VimWiki</a> we also follow
|
||||
<a href="https://semver.org">semver</a> standards.
|
||||
</p>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="Program Flow.html">Program Flow</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<p>
|
||||
Please note that I use task, vimwiki, & taskwiki to manage my projects.
|
||||
Due to this Task entries marked via <code>* [ ] task</code> are postfixed with hex color
|
||||
data. Anyone who knows how to fix that I'm all ears :).
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +0,0 @@
|
||||
<html xmlns='http://www.w3.org/1999/xhtml'></html>
|
||||
1
docs/pyShelf/html/HTML/FILEMAP
vendored
@@ -1 +0,0 @@
|
||||
frontend/node_modules/flatted/php/flatted.php S/2760.html
|
||||
1
docs/pyShelf/html/HTML/GTAGSROOT
vendored
@@ -1 +0,0 @@
|
||||
/home/th3r00t/.local/builds/pyShelf/src
|
||||
@@ -1 +0,0 @@
|
||||
<html xmlns='http://www.w3.org/1999/xhtml'></html>
|
||||
@@ -1 +0,0 @@
|
||||
<html xmlns='http://www.w3.org/1999/xhtml'></html>
|
||||
@@ -1,26 +0,0 @@
|
||||
<!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>
|
||||
<title>Flatted</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L42'>Flatted</a> 42 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L44'>Flatted</a> 44 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L54'>Flatted</a> 54 frontend/node_modules/flatted/php/flatted.php $i = intval(Flatted::index($known, $input, $value));</span>
|
||||
<span class='curline'><a href='../S/2760.html#L56'>Flatted</a> 56 frontend/node_modules/flatted/php/flatted.php $output[$i] = Flatted::transform($known, $input, $input[$i]);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L88'>Flatted</a> 88 frontend/node_modules/flatted/php/flatted.php Flatted::ref($obj, $key, $input[$value->value], $input, $set, $output);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L98'>Flatted</a> 98 frontend/node_modules/flatted/php/flatted.php return Flatted::index($known, $input, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L106'>Flatted</a> 106 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L110'>Flatted</a> 110 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L124'>Flatted</a> 124 frontend/node_modules/flatted/php/flatted.php return Flatted::relate($known, $input, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L131'>Flatted</a> 131 frontend/node_modules/flatted/php/flatted.php $keys = Flatted::keys($value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L133'>Flatted</a> 133 frontend/node_modules/flatted/php/flatted.php $object->$key = Flatted::relate($known, $input, $value->$key);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L147'>Flatted</a> 147 frontend/node_modules/flatted/php/flatted.php $keys = Flatted::keys($value);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<!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>
|
||||
<title>FlattedString</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L64'>FlattedString</a> 64 frontend/node_modules/flatted/php/flatted.php return $value instanceof FlattedString ? $value->value : $value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L87'>FlattedString</a> 87 frontend/node_modules/flatted/php/flatted.php if ($value instanceof FlattedString)</span>
|
||||
<span class='curline'><a href='../S/2760.html#L141'>FlattedString</a> 141 frontend/node_modules/flatted/php/flatted.php return new FlattedString($value);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,19 +0,0 @@
|
||||
<!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>
|
||||
<title>index</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L54'>index</a> 54 frontend/node_modules/flatted/php/flatted.php $i = intval(Flatted::index($known, $input, $value));</span>
|
||||
<span class='curline'><a href='../S/2760.html#L69'>index</a> 69 frontend/node_modules/flatted/php/flatted.php $index = strval(count($input) - 1);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L71'>index</a> 71 frontend/node_modules/flatted/php/flatted.php $known->value[] = &$index;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L72'>index</a> 72 frontend/node_modules/flatted/php/flatted.php return $index;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L98'>index</a> 98 frontend/node_modules/flatted/php/flatted.php return Flatted::index($known, $input, $value);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,25 +0,0 @@
|
||||
<!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>
|
||||
<title>keys</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L44'>keys</a> 44 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L78'>keys</a> 78 frontend/node_modules/flatted/php/flatted.php $keys = array();</span>
|
||||
<span class='curline'><a href='../S/2760.html#L80'>keys</a> 80 frontend/node_modules/flatted/php/flatted.php $keys[] = $prop->getName();</span>
|
||||
<span class='curline'><a href='../S/2760.html#L81'>keys</a> 81 frontend/node_modules/flatted/php/flatted.php return $keys;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L84'>keys</a> 84 frontend/node_modules/flatted/php/flatted.php private static function loop($obj, $keys, &$input, &$set, &$output) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L85'>keys</a> 85 frontend/node_modules/flatted/php/flatted.php foreach ($keys as $key) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L110'>keys</a> 110 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L131'>keys</a> 131 frontend/node_modules/flatted/php/flatted.php $keys = Flatted::keys($value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L132'>keys</a> 132 frontend/node_modules/flatted/php/flatted.php foreach ($keys as $key)</span>
|
||||
<span class='curline'><a href='../S/2760.html#L147'>keys</a> 147 frontend/node_modules/flatted/php/flatted.php $keys = Flatted::keys($value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L148'>keys</a> 148 frontend/node_modules/flatted/php/flatted.php foreach ($keys as $key) {</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>loop</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L42'>loop</a> 42 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L44'>loop</a> 44 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L106'>loop</a> 106 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L110'>loop</a> 110 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<!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>
|
||||
<title>relate</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L124'>relate</a> 124 frontend/node_modules/flatted/php/flatted.php return Flatted::relate($known, $input, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L133'>relate</a> 133 frontend/node_modules/flatted/php/flatted.php $object->$key = Flatted::relate($known, $input, $value->$key);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +0,0 @@
|
||||
<html xmlns='http://www.w3.org/1999/xhtml'></html>
|
||||
@@ -1,191 +0,0 @@
|
||||
<!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>
|
||||
<title>frontend/node_modules/flatted/php/flatted.php</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/3572.html'>frontend</a>/<a href='../files/3573.html'>node_modules</a>/<a href='../files/3574.html'>flatted</a>/<a href='../files/3575.html'>php</a>/flatted.php</h2>
|
||||
<em class='comment'>/* [<][>]<a href='#L22'>[^]</a><a href='#L139'>[v]</a>[top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
|
||||
<hr />
|
||||
<h2 class='header'>DEFINITIONS</h2>
|
||||
This source file includes following definitions.
|
||||
<ol>
|
||||
<li><a href='#L22' title='Defined at 22.'>__construct</a></li>
|
||||
<li><a href='#L30' title='Defined at 30.'>parse</a></li>
|
||||
<li><a href='#L48' title='Defined at 48.'>stringify</a></li>
|
||||
<li><a href='#L63' title='Defined at 63.'>asString</a></li>
|
||||
<li><a href='#L67' title='Defined at 67.'>index</a></li>
|
||||
<li><a href='#L75' title='Defined at 75.'>keys</a></li>
|
||||
<li><a href='#L84' title='Defined at 84.'>loop</a></li>
|
||||
<li><a href='#L93' title='Defined at 93.'>relate</a></li>
|
||||
<li><a href='#L103' title='Defined at 103.'>ref</a></li>
|
||||
<li><a href='#L120' title='Defined at 120.'>transform</a></li>
|
||||
<li><a href='#L139' title='Defined at 139.'>wrap</a></li>
|
||||
</ol>
|
||||
<hr />
|
||||
<pre>
|
||||
<a id='L1' name='L1'></a> 1 <?php
|
||||
<a id='L2' name='L2'></a> 2
|
||||
<a id='L3' name='L3'></a> 3 <em class='comment'>/*!</em>
|
||||
<a id='L4' name='L4'></a> 4 <em class='comment'> * ISC License</em>
|
||||
<a id='L5' name='L5'></a> 5 <em class='comment'> * </em>
|
||||
<a id='L6' name='L6'></a> 6 <em class='comment'> * Copyright (c) 2018-2021, Andrea Giammarchi, @WebReflection</em>
|
||||
<a id='L7' name='L7'></a> 7 <em class='comment'> *</em>
|
||||
<a id='L8' name='L8'></a> 8 <em class='comment'> * Permission to use, copy, modify, and/or distribute this software for any</em>
|
||||
<a id='L9' name='L9'></a> 9 <em class='comment'> * purpose with or without fee is hereby granted, provided that the above</em>
|
||||
<a id='L10' name='L10'></a> 10 <em class='comment'> * copyright notice and this permission notice appear in all copies.</em>
|
||||
<a id='L11' name='L11'></a> 11 <em class='comment'> *</em>
|
||||
<a id='L12' name='L12'></a> 12 <em class='comment'> * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH</em>
|
||||
<a id='L13' name='L13'></a> 13 <em class='comment'> * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY</em>
|
||||
<a id='L14' name='L14'></a> 14 <em class='comment'> * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,</em>
|
||||
<a id='L15' name='L15'></a> 15 <em class='comment'> * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM</em>
|
||||
<a id='L16' name='L16'></a> 16 <em class='comment'> * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE</em>
|
||||
<a id='L17' name='L17'></a> 17 <em class='comment'> * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR</em>
|
||||
<a id='L18' name='L18'></a> 18 <em class='comment'> * PERFORMANCE OF THIS SOFTWARE.</em>
|
||||
<a id='L19' name='L19'></a> 19 <em class='comment'> */</em>
|
||||
<a id='L20' name='L20'></a> 20
|
||||
<a id='L21' name='L21'></a> 21 <strong class='reserved'>class</strong> <a href='../R/2.html' title='Multiple referred from 3 places.'>FlattedString</a> <em class='brace'>{</em>
|
||||
<a id='L22' name='L22'></a> 22 <strong class='reserved'>public</strong> <strong class='reserved'>function</strong> __construct($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) <em class='brace'>{</em>
|
||||
<a id='L23' name='L23'></a> 23 $this-><a href='../Y/32.html' title='Multiple used in 57 places.'>value</a> = $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L24' name='L24'></a> 24 <em class='brace'>}</em>
|
||||
<a id='L25' name='L25'></a> 25 <em class='brace'>}</em>
|
||||
<a id='L26' name='L26'></a> 26
|
||||
<a id='L27' name='L27'></a> 27 <strong class='reserved'>class</strong> <a href='../R/1.html' title='Multiple referred from 12 places.'>Flatted</a> <em class='brace'>{</em>
|
||||
<a id='L28' name='L28'></a> 28
|
||||
<a id='L29' name='L29'></a> 29 <em class='comment'>// public utilities</em>
|
||||
<a id='L30' name='L30'></a> 30 <strong class='reserved'>public</strong> <strong class='reserved'>static</strong> <strong class='reserved'>function</strong> parse($<a href='../Y/17.html' title='Multiple used in 2 places.'>json</a>, $<a href='../Y/5.html' title='Multiple used in 2 places.'>assoc</a> = <strong class='reserved'>false</strong>, $<a href='../Y/7.html' title='Multiple used in 4 places.'>depth</a> = 512, $<a href='../Y/24.html' title='Multiple used in 4 places.'>options</a> = 0) <em class='brace'>{</em>
|
||||
<a id='L31' name='L31'></a> 31 $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a> = <a href='../Y/3.html' title='Multiple used in 4 places.'>array_map</a>(
|
||||
<a id='L32' name='L32'></a> 32 'Flatted::asString',
|
||||
<a id='L33' name='L33'></a> 33 <a href='../Y/3.html' title='Multiple used in 4 places.'>array_map</a>(
|
||||
<a id='L34' name='L34'></a> 34 'Flatted::wrap',
|
||||
<a id='L35' name='L35'></a> 35 json_decode($<a href='../Y/17.html' title='Multiple used in 2 places.'>json</a>, $<a href='../Y/5.html' title='Multiple used in 2 places.'>assoc</a>, $<a href='../Y/7.html' title='Multiple used in 4 places.'>depth</a>, $<a href='../Y/24.html' title='Multiple used in 4 places.'>options</a>)
|
||||
<a id='L36' name='L36'></a> 36 )
|
||||
<a id='L37' name='L37'></a> 37 );
|
||||
<a id='L38' name='L38'></a> 38 $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a> = &$<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>[0];
|
||||
<a id='L39' name='L39'></a> 39 $<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a> = <strong class='reserved'>array</strong>();
|
||||
<a id='L40' name='L40'></a> 40 $<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>[] = &$<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L41' name='L41'></a> 41 <strong class='reserved'>if</strong> (<a href='../Y/14.html' title='Multiple used in 5 places.'>is_array</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>))
|
||||
<a id='L42' name='L42'></a> 42 <strong class='reserved'>return</strong> <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L84' title='Defined at 84 in frontend/node_modules/flatted/php/flatted.php.'>loop</a>(<strong class='reserved'>false</strong>, <a href='../Y/2.html' title='Multiple used in 2 places.'>array_keys</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>), $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, $<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>, $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>);
|
||||
<a id='L43' name='L43'></a> 43 <strong class='reserved'>if</strong> (<a href='../Y/15.html' title='Multiple used in 5 places.'>is_object</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>))
|
||||
<a id='L44' name='L44'></a> 44 <strong class='reserved'>return</strong> <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L84' title='Defined at 84 in frontend/node_modules/flatted/php/flatted.php.'>loop</a>(<strong class='reserved'>true</strong>, <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L75' title='Defined at 75 in frontend/node_modules/flatted/php/flatted.php.'>keys</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>), $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, $<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>, $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>);
|
||||
<a id='L45' name='L45'></a> 45 <strong class='reserved'>return</strong> $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L46' name='L46'></a> 46 <em class='brace'>}</em>
|
||||
<a id='L47' name='L47'></a> 47
|
||||
<a id='L48' name='L48'></a> 48 <strong class='reserved'>public</strong> <strong class='reserved'>static</strong> <strong class='reserved'>function</strong> stringify($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>, $<a href='../Y/24.html' title='Multiple used in 4 places.'>options</a> = 0, $<a href='../Y/7.html' title='Multiple used in 4 places.'>depth</a> = 512) <em class='brace'>{</em>
|
||||
<a id='L49' name='L49'></a> 49 $<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a> = <strong class='reserved'>new</strong> <a href='../Y/30.html' title='Multiple used in 2 places.'>stdClass</a>;
|
||||
<a id='L50' name='L50'></a> 50 $<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>-><a href='../Y/20.html' title='Multiple used in 15 places.'>key</a> = <strong class='reserved'>array</strong>();
|
||||
<a id='L51' name='L51'></a> 51 $<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>-><a href='../Y/32.html' title='Multiple used in 57 places.'>value</a> = <strong class='reserved'>array</strong>();
|
||||
<a id='L52' name='L52'></a> 52 $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a> = <strong class='reserved'>array</strong>();
|
||||
<a id='L53' name='L53'></a> 53 $<a href='../Y/25.html' title='Multiple used in 10 places.'>output</a> = <strong class='reserved'>array</strong>();
|
||||
<a id='L54' name='L54'></a> 54 $<a href='../Y/10.html' title='Multiple used in 4 places.'>i</a> = intval(<a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L67' title='Defined at 67 in frontend/node_modules/flatted/php/flatted.php.'>index</a>($<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>, $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>));
|
||||
<a id='L55' name='L55'></a> 55 <strong class='reserved'>while</strong> ($<a href='../Y/10.html' title='Multiple used in 4 places.'>i</a> < <a href='../Y/6.html' title='Multiple used in 2 places.'>count</a>($<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>)) <em class='brace'>{</em>
|
||||
<a id='L56' name='L56'></a> 56 $<a href='../Y/25.html' title='Multiple used in 10 places.'>output</a>[$<a href='../Y/10.html' title='Multiple used in 4 places.'>i</a>] = <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L120' title='Defined at 120 in frontend/node_modules/flatted/php/flatted.php.'>transform</a>($<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>, $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>[$<a href='../Y/10.html' title='Multiple used in 4 places.'>i</a>]);
|
||||
<a id='L57' name='L57'></a> 57 $<a href='../Y/10.html' title='Multiple used in 4 places.'>i</a>++;
|
||||
<a id='L58' name='L58'></a> 58 <em class='brace'>}</em>
|
||||
<a id='L59' name='L59'></a> 59 <strong class='reserved'>return</strong> json_encode($<a href='../Y/25.html' title='Multiple used in 10 places.'>output</a>, $<a href='../Y/24.html' title='Multiple used in 4 places.'>options</a>, $<a href='../Y/7.html' title='Multiple used in 4 places.'>depth</a>);
|
||||
<a id='L60' name='L60'></a> 60 <em class='brace'>}</em>
|
||||
<a id='L61' name='L61'></a> 61
|
||||
<a id='L62' name='L62'></a> 62 <em class='comment'>// private helpers</em>
|
||||
<a id='L63' name='L63'></a> 63 <strong class='reserved'>private</strong> <strong class='reserved'>static</strong> <strong class='reserved'>function</strong> asString($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) <em class='brace'>{</em>
|
||||
<a id='L64' name='L64'></a> 64 <strong class='reserved'>return</strong> $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a> <strong class='reserved'>instanceof</strong> <a href='../S/2760.html#L21' title='Defined at 21 in frontend/node_modules/flatted/php/flatted.php.'>FlattedString</a> ? $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>-><a href='../Y/32.html' title='Multiple used in 57 places.'>value</a> : $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L65' name='L65'></a> 65 <em class='brace'>}</em>
|
||||
<a id='L66' name='L66'></a> 66
|
||||
<a id='L67' name='L67'></a> 67 <strong class='reserved'>private</strong> <strong class='reserved'>static</strong> <strong class='reserved'>function</strong> <a href='../R/3.html' title='Multiple referred from 5 places.'>index</a>(&$<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>, &$<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, &$<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) <em class='brace'>{</em>
|
||||
<a id='L68' name='L68'></a> 68 $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>[] = &$<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L69' name='L69'></a> 69 $index = strval(<a href='../Y/6.html' title='Multiple used in 2 places.'>count</a>($<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>) - 1);
|
||||
<a id='L70' name='L70'></a> 70 $<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>-><a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>[] = &$<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L71' name='L71'></a> 71 $<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>-><a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>[] = &$index;
|
||||
<a id='L72' name='L72'></a> 72 <strong class='reserved'>return</strong> $index;
|
||||
<a id='L73' name='L73'></a> 73 <em class='brace'>}</em>
|
||||
<a id='L74' name='L74'></a> 74
|
||||
<a id='L75' name='L75'></a> 75 <strong class='reserved'>private</strong> <strong class='reserved'>static</strong> <strong class='reserved'>function</strong> <a href='../R/4.html' title='Multiple referred from 11 places.'>keys</a>(&$<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) <em class='brace'>{</em>
|
||||
<a id='L76' name='L76'></a> 76 $<a href='../Y/22.html' title='Multiple used in 7 places.'>obj</a> = <strong class='reserved'>new</strong> ReflectionObject($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>);
|
||||
<a id='L77' name='L77'></a> 77 $<a href='../Y/27.html' title='Multiple used in 2 places.'>props</a> = $<a href='../Y/22.html' title='Multiple used in 7 places.'>obj</a>->getProperties();
|
||||
<a id='L78' name='L78'></a> 78 $keys = <strong class='reserved'>array</strong>();
|
||||
<a id='L79' name='L79'></a> 79 <strong class='reserved'>foreach</strong> ($<a href='../Y/27.html' title='Multiple used in 2 places.'>props</a> <strong class='reserved'>as</strong> $<a href='../Y/26.html' title='Multiple used in 2 places.'>prop</a>)
|
||||
<a id='L80' name='L80'></a> 80 $keys[] = $<a href='../Y/26.html' title='Multiple used in 2 places.'>prop</a>->getName();
|
||||
<a id='L81' name='L81'></a> 81 <strong class='reserved'>return</strong> $keys;
|
||||
<a id='L82' name='L82'></a> 82 <em class='brace'>}</em>
|
||||
<a id='L83' name='L83'></a> 83
|
||||
<a id='L84' name='L84'></a> 84 <strong class='reserved'>private</strong> <strong class='reserved'>static</strong> <strong class='reserved'>function</strong> <a href='../R/5.html' title='Multiple referred from 4 places.'>loop</a>($<a href='../Y/22.html' title='Multiple used in 7 places.'>obj</a>, $keys, &$<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, &$<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>, &$<a href='../Y/25.html' title='Multiple used in 10 places.'>output</a>) <em class='brace'>{</em>
|
||||
<a id='L85' name='L85'></a> 85 <strong class='reserved'>foreach</strong> ($keys <strong class='reserved'>as</strong> $<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>) <em class='brace'>{</em>
|
||||
<a id='L86' name='L86'></a> 86 $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a> = $<a href='../Y/22.html' title='Multiple used in 7 places.'>obj</a> ? $<a href='../Y/25.html' title='Multiple used in 10 places.'>output</a>->$<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a> : $<a href='../Y/25.html' title='Multiple used in 10 places.'>output</a>[$<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>];
|
||||
<a id='L87' name='L87'></a> 87 <strong class='reserved'>if</strong> ($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a> <strong class='reserved'>instanceof</strong> <a href='../S/2760.html#L21' title='Defined at 21 in frontend/node_modules/flatted/php/flatted.php.'>FlattedString</a>)
|
||||
<a id='L88' name='L88'></a> 88 <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L103' title='Defined at 103 in frontend/node_modules/flatted/php/flatted.php.'>ref</a>($<a href='../Y/22.html' title='Multiple used in 7 places.'>obj</a>, $<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>, $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>[$<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>-><a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>], $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, $<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>, $<a href='../Y/25.html' title='Multiple used in 10 places.'>output</a>);
|
||||
<a id='L89' name='L89'></a> 89 <em class='brace'>}</em>
|
||||
<a id='L90' name='L90'></a> 90 <strong class='reserved'>return</strong> $<a href='../Y/25.html' title='Multiple used in 10 places.'>output</a>;
|
||||
<a id='L91' name='L91'></a> 91 <em class='brace'>}</em>
|
||||
<a id='L92' name='L92'></a> 92
|
||||
<a id='L93' name='L93'></a> 93 <strong class='reserved'>private</strong> <strong class='reserved'>static</strong> <strong class='reserved'>function</strong> <a href='../R/7.html' title='Multiple referred from 2 places.'>relate</a>(&$<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>, &$<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, &$<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) <em class='brace'>{</em>
|
||||
<a id='L94' name='L94'></a> 94 <strong class='reserved'>if</strong> (<a href='../Y/16.html' title='Multiple used in 2 places.'>is_string</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) || <a href='../Y/14.html' title='Multiple used in 5 places.'>is_array</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) || <a href='../Y/15.html' title='Multiple used in 5 places.'>is_object</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>)) <em class='brace'>{</em>
|
||||
<a id='L95' name='L95'></a> 95 $<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a> = array_search($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>, $<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>-><a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>, <strong class='reserved'>true</strong>);
|
||||
<a id='L96' name='L96'></a> 96 <strong class='reserved'>if</strong> ($<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a> !== <strong class='reserved'>false</strong>)
|
||||
<a id='L97' name='L97'></a> 97 <strong class='reserved'>return</strong> $<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>-><a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>[$<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>];
|
||||
<a id='L98' name='L98'></a> 98 <strong class='reserved'>return</strong> <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L67' title='Defined at 67 in frontend/node_modules/flatted/php/flatted.php.'>index</a>($<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>, $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>);
|
||||
<a id='L99' name='L99'></a> 99 <em class='brace'>}</em>
|
||||
<a id='L100' name='L100'></a> 100 <strong class='reserved'>return</strong> $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L101' name='L101'></a> 101 <em class='brace'>}</em>
|
||||
<a id='L102' name='L102'></a> 102
|
||||
<a id='L103' name='L103'></a> 103 <strong class='reserved'>private</strong> <strong class='reserved'>static</strong> <strong class='reserved'>function</strong> <a href='../S/2760.html#L88' title='Referred from 88 in frontend/node_modules/flatted/php/flatted.php.'>ref</a>($<a href='../Y/22.html' title='Multiple used in 7 places.'>obj</a>, &$<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>, &$<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>, &$<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, &$<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>, &$<a href='../Y/25.html' title='Multiple used in 10 places.'>output</a>) <em class='brace'>{</em>
|
||||
<a id='L104' name='L104'></a> 104 <strong class='reserved'>if</strong> (<a href='../Y/14.html' title='Multiple used in 5 places.'>is_array</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) && !<a href='../Y/11.html' title='Multiple used in 2 places.'>in_array</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>, $<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>, <strong class='reserved'>true</strong>)) <em class='brace'>{</em>
|
||||
<a id='L105' name='L105'></a> 105 $<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>[] = $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L106' name='L106'></a> 106 $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a> = <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L84' title='Defined at 84 in frontend/node_modules/flatted/php/flatted.php.'>loop</a>(<strong class='reserved'>false</strong>, <a href='../Y/2.html' title='Multiple used in 2 places.'>array_keys</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>), $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, $<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>, $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>);
|
||||
<a id='L107' name='L107'></a> 107 <em class='brace'>}</em>
|
||||
<a id='L108' name='L108'></a> 108 <strong class='reserved'>elseif</strong> (<a href='../Y/15.html' title='Multiple used in 5 places.'>is_object</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) && !<a href='../Y/11.html' title='Multiple used in 2 places.'>in_array</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>, $<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>, <strong class='reserved'>true</strong>)) <em class='brace'>{</em>
|
||||
<a id='L109' name='L109'></a> 109 $<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>[] = $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L110' name='L110'></a> 110 $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a> = <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L84' title='Defined at 84 in frontend/node_modules/flatted/php/flatted.php.'>loop</a>(<strong class='reserved'>true</strong>, <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L75' title='Defined at 75 in frontend/node_modules/flatted/php/flatted.php.'>keys</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>), $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, $<a href='../Y/29.html' title='Multiple used in 13 places.'>set</a>, $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>);
|
||||
<a id='L111' name='L111'></a> 111 <em class='brace'>}</em>
|
||||
<a id='L112' name='L112'></a> 112 <strong class='reserved'>if</strong> ($<a href='../Y/22.html' title='Multiple used in 7 places.'>obj</a>) <em class='brace'>{</em>
|
||||
<a id='L113' name='L113'></a> 113 $<a href='../Y/25.html' title='Multiple used in 10 places.'>output</a>->$<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a> = &$<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L114' name='L114'></a> 114 <em class='brace'>}</em>
|
||||
<a id='L115' name='L115'></a> 115 <strong class='reserved'>else</strong> <em class='brace'>{</em>
|
||||
<a id='L116' name='L116'></a> 116 $<a href='../Y/25.html' title='Multiple used in 10 places.'>output</a>[$<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>] = &$<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L117' name='L117'></a> 117 <em class='brace'>}</em>
|
||||
<a id='L118' name='L118'></a> 118 <em class='brace'>}</em>
|
||||
<a id='L119' name='L119'></a> 119
|
||||
<a id='L120' name='L120'></a> 120 <strong class='reserved'>private</strong> <strong class='reserved'>static</strong> <strong class='reserved'>function</strong> <a href='../S/2760.html#L56' title='Referred from 56 in frontend/node_modules/flatted/php/flatted.php.'>transform</a>(&$<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>, &$<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, &$<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) <em class='brace'>{</em>
|
||||
<a id='L121' name='L121'></a> 121 <strong class='reserved'>if</strong> (<a href='../Y/14.html' title='Multiple used in 5 places.'>is_array</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>)) <em class='brace'>{</em>
|
||||
<a id='L122' name='L122'></a> 122 <strong class='reserved'>return</strong> <a href='../Y/3.html' title='Multiple used in 4 places.'>array_map</a>(
|
||||
<a id='L123' name='L123'></a> 123 <strong class='reserved'>function</strong> ($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) <strong class='reserved'>use</strong>(&$<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>, &$<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>) <em class='brace'>{</em>
|
||||
<a id='L124' name='L124'></a> 124 <strong class='reserved'>return</strong> <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L93' title='Defined at 93 in frontend/node_modules/flatted/php/flatted.php.'>relate</a>($<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>, $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>);
|
||||
<a id='L125' name='L125'></a> 125 <em class='brace'>}</em>,
|
||||
<a id='L126' name='L126'></a> 126 $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>
|
||||
<a id='L127' name='L127'></a> 127 );
|
||||
<a id='L128' name='L128'></a> 128 <em class='brace'>}</em>
|
||||
<a id='L129' name='L129'></a> 129 <strong class='reserved'>if</strong> (<a href='../Y/15.html' title='Multiple used in 5 places.'>is_object</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>)) <em class='brace'>{</em>
|
||||
<a id='L130' name='L130'></a> 130 $<a href='../Y/23.html' title='Multiple used in 3 places.'>object</a> = <strong class='reserved'>new</strong> <a href='../Y/30.html' title='Multiple used in 2 places.'>stdClass</a>;
|
||||
<a id='L131' name='L131'></a> 131 $keys = <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L75' title='Defined at 75 in frontend/node_modules/flatted/php/flatted.php.'>keys</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>);
|
||||
<a id='L132' name='L132'></a> 132 <strong class='reserved'>foreach</strong> ($keys <strong class='reserved'>as</strong> $<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>)
|
||||
<a id='L133' name='L133'></a> 133 $<a href='../Y/23.html' title='Multiple used in 3 places.'>object</a>->$<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a> = <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L93' title='Defined at 93 in frontend/node_modules/flatted/php/flatted.php.'>relate</a>($<a href='../Y/21.html' title='Multiple used in 16 places.'>known</a>, $<a href='../Y/12.html' title='Multiple used in 22 places.'>input</a>, $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>->$<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>);
|
||||
<a id='L134' name='L134'></a> 134 <strong class='reserved'>return</strong> $<a href='../Y/23.html' title='Multiple used in 3 places.'>object</a>;
|
||||
<a id='L135' name='L135'></a> 135 <em class='brace'>}</em>
|
||||
<a id='L136' name='L136'></a> 136 <strong class='reserved'>return</strong> $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L137' name='L137'></a> 137 <em class='brace'>}</em>
|
||||
<a id='L138' name='L138'></a> 138
|
||||
<a id='L139' name='L139'></a> 139 <strong class='reserved'>private</strong> <strong class='reserved'>static</strong> <strong class='reserved'>function</strong> <a href='../S/2760.html#L149' title='Referred from 149 in frontend/node_modules/flatted/php/flatted.php.'>wrap</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>) <em class='brace'>{</em>
|
||||
<a id='L140' name='L140'></a> 140 <strong class='reserved'>if</strong> (<a href='../Y/16.html' title='Multiple used in 2 places.'>is_string</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>)) <em class='brace'>{</em>
|
||||
<a id='L141' name='L141'></a> 141 <strong class='reserved'>return</strong> <strong class='reserved'>new</strong> <a href='../S/2760.html#L21' title='Defined at 21 in frontend/node_modules/flatted/php/flatted.php.'>FlattedString</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>);
|
||||
<a id='L142' name='L142'></a> 142 <em class='brace'>}</em>
|
||||
<a id='L143' name='L143'></a> 143 <strong class='reserved'>if</strong> (<a href='../Y/14.html' title='Multiple used in 5 places.'>is_array</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>)) <em class='brace'>{</em>
|
||||
<a id='L144' name='L144'></a> 144 <strong class='reserved'>return</strong> <a href='../Y/3.html' title='Multiple used in 4 places.'>array_map</a>('Flatted::wrap', $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>);
|
||||
<a id='L145' name='L145'></a> 145 <em class='brace'>}</em>
|
||||
<a id='L146' name='L146'></a> 146 <strong class='reserved'>if</strong> (<a href='../Y/15.html' title='Multiple used in 5 places.'>is_object</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>)) <em class='brace'>{</em>
|
||||
<a id='L147' name='L147'></a> 147 $keys = <a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a>::<a href='../S/2760.html#L75' title='Defined at 75 in frontend/node_modules/flatted/php/flatted.php.'>keys</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>);
|
||||
<a id='L148' name='L148'></a> 148 <strong class='reserved'>foreach</strong> ($keys <strong class='reserved'>as</strong> $<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>) <em class='brace'>{</em>
|
||||
<a id='L149' name='L149'></a> 149 $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>->$<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a> = self::<a href='../S/2760.html#L139' title='Defined at 139 in frontend/node_modules/flatted/php/flatted.php.'>wrap</a>($<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>->$<a href='../Y/20.html' title='Multiple used in 15 places.'>key</a>);
|
||||
<a id='L150' name='L150'></a> 150 <em class='brace'>}</em>
|
||||
<a id='L151' name='L151'></a> 151 <strong class='reserved'>return</strong> $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L152' name='L152'></a> 152 <em class='brace'>}</em>
|
||||
<a id='L153' name='L153'></a> 153 <strong class='reserved'>return</strong> $<a href='../Y/32.html' title='Multiple used in 57 places.'>value</a>;
|
||||
<a id='L154' name='L154'></a> 154 <em class='brace'>}</em>
|
||||
<a id='L155' name='L155'></a> 155 <em class='brace'>}</em>
|
||||
</pre>
|
||||
<hr />
|
||||
<a id='BOTTOM' name='BOTTOM'></a>
|
||||
<em class='comment'>/* [<][>]<a href='#L22'>[^]</a><a href='#L139'>[v]</a><a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +0,0 @@
|
||||
<html xmlns='http://www.w3.org/1999/xhtml'></html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>i</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L54'>i</a> 54 frontend/node_modules/flatted/php/flatted.php $i = intval(Flatted::index($known, $input, $value));</span>
|
||||
<span class='curline'><a href='../S/2760.html#L55'>i</a> 55 frontend/node_modules/flatted/php/flatted.php while ($i < count($input)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L56'>i</a> 56 frontend/node_modules/flatted/php/flatted.php $output[$i] = Flatted::transform($known, $input, $input[$i]);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L57'>i</a> 57 frontend/node_modules/flatted/php/flatted.php $i++;</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<!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>
|
||||
<title>in_array</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L104'>in_array</a> 104 frontend/node_modules/flatted/php/flatted.php if (is_array($value) && !in_array($value, $set, true)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L108'>in_array</a> 108 frontend/node_modules/flatted/php/flatted.php elseif (is_object($value) && !in_array($value, $set, true)) {</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,36 +0,0 @@
|
||||
<!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>
|
||||
<title>input</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L31'>input</a> 31 frontend/node_modules/flatted/php/flatted.php $input = array_map(</span>
|
||||
<span class='curline'><a href='../S/2760.html#L38'>input</a> 38 frontend/node_modules/flatted/php/flatted.php $value = &$input[0];</span>
|
||||
<span class='curline'><a href='../S/2760.html#L42'>input</a> 42 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L44'>input</a> 44 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L52'>input</a> 52 frontend/node_modules/flatted/php/flatted.php $input = array();</span>
|
||||
<span class='curline'><a href='../S/2760.html#L54'>input</a> 54 frontend/node_modules/flatted/php/flatted.php $i = intval(Flatted::index($known, $input, $value));</span>
|
||||
<span class='curline'><a href='../S/2760.html#L55'>input</a> 55 frontend/node_modules/flatted/php/flatted.php while ($i < count($input)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L56'>input</a> 56 frontend/node_modules/flatted/php/flatted.php $output[$i] = Flatted::transform($known, $input, $input[$i]);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L67'>input</a> 67 frontend/node_modules/flatted/php/flatted.php private static function index(&$known, &$input, &$value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L68'>input</a> 68 frontend/node_modules/flatted/php/flatted.php $input[] = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L69'>input</a> 69 frontend/node_modules/flatted/php/flatted.php $index = strval(count($input) - 1);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L84'>input</a> 84 frontend/node_modules/flatted/php/flatted.php private static function loop($obj, $keys, &$input, &$set, &$output) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L88'>input</a> 88 frontend/node_modules/flatted/php/flatted.php Flatted::ref($obj, $key, $input[$value->value], $input, $set, $output);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L93'>input</a> 93 frontend/node_modules/flatted/php/flatted.php private static function relate(&$known, &$input, &$value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L98'>input</a> 98 frontend/node_modules/flatted/php/flatted.php return Flatted::index($known, $input, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L103'>input</a> 103 frontend/node_modules/flatted/php/flatted.php private static function ref($obj, &$key, &$value, &$input, &$set, &$output) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L106'>input</a> 106 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L110'>input</a> 110 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L120'>input</a> 120 frontend/node_modules/flatted/php/flatted.php private static function transform(&$known, &$input, &$value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L123'>input</a> 123 frontend/node_modules/flatted/php/flatted.php function ($value) use(&$known, &$input) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L124'>input</a> 124 frontend/node_modules/flatted/php/flatted.php return Flatted::relate($known, $input, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L133'>input</a> 133 frontend/node_modules/flatted/php/flatted.php $object->$key = Flatted::relate($known, $input, $value->$key);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,19 +0,0 @@
|
||||
<!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>
|
||||
<title>is_array</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L41'>is_array</a> 41 frontend/node_modules/flatted/php/flatted.php if (is_array($value))</span>
|
||||
<span class='curline'><a href='../S/2760.html#L94'>is_array</a> 94 frontend/node_modules/flatted/php/flatted.php if (is_string($value) || is_array($value) || is_object($value)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L104'>is_array</a> 104 frontend/node_modules/flatted/php/flatted.php if (is_array($value) && !in_array($value, $set, true)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L121'>is_array</a> 121 frontend/node_modules/flatted/php/flatted.php if (is_array($value)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L143'>is_array</a> 143 frontend/node_modules/flatted/php/flatted.php if (is_array($value)) {</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,19 +0,0 @@
|
||||
<!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>
|
||||
<title>is_object</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L43'>is_object</a> 43 frontend/node_modules/flatted/php/flatted.php if (is_object($value))</span>
|
||||
<span class='curline'><a href='../S/2760.html#L94'>is_object</a> 94 frontend/node_modules/flatted/php/flatted.php if (is_string($value) || is_array($value) || is_object($value)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L108'>is_object</a> 108 frontend/node_modules/flatted/php/flatted.php elseif (is_object($value) && !in_array($value, $set, true)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L129'>is_object</a> 129 frontend/node_modules/flatted/php/flatted.php if (is_object($value)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L146'>is_object</a> 146 frontend/node_modules/flatted/php/flatted.php if (is_object($value)) {</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<!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>
|
||||
<title>is_string</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L94'>is_string</a> 94 frontend/node_modules/flatted/php/flatted.php if (is_string($value) || is_array($value) || is_object($value)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L140'>is_string</a> 140 frontend/node_modules/flatted/php/flatted.php if (is_string($value)) {</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<!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>
|
||||
<title>json</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L30'>json</a> 30 frontend/node_modules/flatted/php/flatted.php public static function parse($json, $assoc = false, $depth = 512, $options = 0) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L35'>json</a> 35 frontend/node_modules/flatted/php/flatted.php json_decode($json, $assoc, $depth, $options)</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<!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>
|
||||
<title>array_keys</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L42'>array_keys</a> 42 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L106'>array_keys</a> 106 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,29 +0,0 @@
|
||||
<!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>
|
||||
<title>key</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L50'>key</a> 50 frontend/node_modules/flatted/php/flatted.php $known->key = array();</span>
|
||||
<span class='curline'><a href='../S/2760.html#L70'>key</a> 70 frontend/node_modules/flatted/php/flatted.php $known->key[] = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L85'>key</a> 85 frontend/node_modules/flatted/php/flatted.php foreach ($keys as $key) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L86'>key</a> 86 frontend/node_modules/flatted/php/flatted.php $value = $obj ? $output->$key : $output[$key];</span>
|
||||
<span class='curline'><a href='../S/2760.html#L88'>key</a> 88 frontend/node_modules/flatted/php/flatted.php Flatted::ref($obj, $key, $input[$value->value], $input, $set, $output);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L95'>key</a> 95 frontend/node_modules/flatted/php/flatted.php $key = array_search($value, $known->key, true);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L96'>key</a> 96 frontend/node_modules/flatted/php/flatted.php if ($key !== false)</span>
|
||||
<span class='curline'><a href='../S/2760.html#L97'>key</a> 97 frontend/node_modules/flatted/php/flatted.php return $known->value[$key];</span>
|
||||
<span class='curline'><a href='../S/2760.html#L103'>key</a> 103 frontend/node_modules/flatted/php/flatted.php private static function ref($obj, &$key, &$value, &$input, &$set, &$output) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L113'>key</a> 113 frontend/node_modules/flatted/php/flatted.php $output->$key = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L116'>key</a> 116 frontend/node_modules/flatted/php/flatted.php $output[$key] = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L132'>key</a> 132 frontend/node_modules/flatted/php/flatted.php foreach ($keys as $key)</span>
|
||||
<span class='curline'><a href='../S/2760.html#L133'>key</a> 133 frontend/node_modules/flatted/php/flatted.php $object->$key = Flatted::relate($known, $input, $value->$key);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L148'>key</a> 148 frontend/node_modules/flatted/php/flatted.php foreach ($keys as $key) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L149'>key</a> 149 frontend/node_modules/flatted/php/flatted.php $value->$key = self::wrap($value->$key);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,30 +0,0 @@
|
||||
<!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>
|
||||
<title>known</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L49'>known</a> 49 frontend/node_modules/flatted/php/flatted.php $known = new stdClass;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L50'>known</a> 50 frontend/node_modules/flatted/php/flatted.php $known->key = array();</span>
|
||||
<span class='curline'><a href='../S/2760.html#L51'>known</a> 51 frontend/node_modules/flatted/php/flatted.php $known->value = array();</span>
|
||||
<span class='curline'><a href='../S/2760.html#L54'>known</a> 54 frontend/node_modules/flatted/php/flatted.php $i = intval(Flatted::index($known, $input, $value));</span>
|
||||
<span class='curline'><a href='../S/2760.html#L56'>known</a> 56 frontend/node_modules/flatted/php/flatted.php $output[$i] = Flatted::transform($known, $input, $input[$i]);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L67'>known</a> 67 frontend/node_modules/flatted/php/flatted.php private static function index(&$known, &$input, &$value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L70'>known</a> 70 frontend/node_modules/flatted/php/flatted.php $known->key[] = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L71'>known</a> 71 frontend/node_modules/flatted/php/flatted.php $known->value[] = &$index;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L93'>known</a> 93 frontend/node_modules/flatted/php/flatted.php private static function relate(&$known, &$input, &$value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L95'>known</a> 95 frontend/node_modules/flatted/php/flatted.php $key = array_search($value, $known->key, true);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L97'>known</a> 97 frontend/node_modules/flatted/php/flatted.php return $known->value[$key];</span>
|
||||
<span class='curline'><a href='../S/2760.html#L98'>known</a> 98 frontend/node_modules/flatted/php/flatted.php return Flatted::index($known, $input, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L120'>known</a> 120 frontend/node_modules/flatted/php/flatted.php private static function transform(&$known, &$input, &$value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L123'>known</a> 123 frontend/node_modules/flatted/php/flatted.php function ($value) use(&$known, &$input) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L124'>known</a> 124 frontend/node_modules/flatted/php/flatted.php return Flatted::relate($known, $input, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L133'>known</a> 133 frontend/node_modules/flatted/php/flatted.php $object->$key = Flatted::relate($known, $input, $value->$key);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,21 +0,0 @@
|
||||
<!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>
|
||||
<title>obj</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L76'>obj</a> 76 frontend/node_modules/flatted/php/flatted.php $obj = new ReflectionObject($value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L77'>obj</a> 77 frontend/node_modules/flatted/php/flatted.php $props = $obj->getProperties();</span>
|
||||
<span class='curline'><a href='../S/2760.html#L84'>obj</a> 84 frontend/node_modules/flatted/php/flatted.php private static function loop($obj, $keys, &$input, &$set, &$output) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L86'>obj</a> 86 frontend/node_modules/flatted/php/flatted.php $value = $obj ? $output->$key : $output[$key];</span>
|
||||
<span class='curline'><a href='../S/2760.html#L88'>obj</a> 88 frontend/node_modules/flatted/php/flatted.php Flatted::ref($obj, $key, $input[$value->value], $input, $set, $output);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L103'>obj</a> 103 frontend/node_modules/flatted/php/flatted.php private static function ref($obj, &$key, &$value, &$input, &$set, &$output) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L112'>obj</a> 112 frontend/node_modules/flatted/php/flatted.php if ($obj) {</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<!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>
|
||||
<title>object</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L130'>object</a> 130 frontend/node_modules/flatted/php/flatted.php $object = new stdClass;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L133'>object</a> 133 frontend/node_modules/flatted/php/flatted.php $object->$key = Flatted::relate($known, $input, $value->$key);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L134'>object</a> 134 frontend/node_modules/flatted/php/flatted.php return $object;</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>options</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L30'>options</a> 30 frontend/node_modules/flatted/php/flatted.php public static function parse($json, $assoc = false, $depth = 512, $options = 0) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L35'>options</a> 35 frontend/node_modules/flatted/php/flatted.php json_decode($json, $assoc, $depth, $options)</span>
|
||||
<span class='curline'><a href='../S/2760.html#L48'>options</a> 48 frontend/node_modules/flatted/php/flatted.php public static function stringify($value, $options = 0, $depth = 512) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L59'>options</a> 59 frontend/node_modules/flatted/php/flatted.php return json_encode($output, $options, $depth);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,24 +0,0 @@
|
||||
<!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>
|
||||
<title>output</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L53'>output</a> 53 frontend/node_modules/flatted/php/flatted.php $output = array();</span>
|
||||
<span class='curline'><a href='../S/2760.html#L56'>output</a> 56 frontend/node_modules/flatted/php/flatted.php $output[$i] = Flatted::transform($known, $input, $input[$i]);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L59'>output</a> 59 frontend/node_modules/flatted/php/flatted.php return json_encode($output, $options, $depth);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L84'>output</a> 84 frontend/node_modules/flatted/php/flatted.php private static function loop($obj, $keys, &$input, &$set, &$output) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L86'>output</a> 86 frontend/node_modules/flatted/php/flatted.php $value = $obj ? $output->$key : $output[$key];</span>
|
||||
<span class='curline'><a href='../S/2760.html#L88'>output</a> 88 frontend/node_modules/flatted/php/flatted.php Flatted::ref($obj, $key, $input[$value->value], $input, $set, $output);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L90'>output</a> 90 frontend/node_modules/flatted/php/flatted.php return $output;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L103'>output</a> 103 frontend/node_modules/flatted/php/flatted.php private static function ref($obj, &$key, &$value, &$input, &$set, &$output) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L113'>output</a> 113 frontend/node_modules/flatted/php/flatted.php $output->$key = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L116'>output</a> 116 frontend/node_modules/flatted/php/flatted.php $output[$key] = &$value;</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<!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>
|
||||
<title>prop</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L79'>prop</a> 79 frontend/node_modules/flatted/php/flatted.php foreach ($props as $prop)</span>
|
||||
<span class='curline'><a href='../S/2760.html#L80'>prop</a> 80 frontend/node_modules/flatted/php/flatted.php $keys[] = $prop->getName();</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<!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>
|
||||
<title>props</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L77'>props</a> 77 frontend/node_modules/flatted/php/flatted.php $props = $obj->getProperties();</span>
|
||||
<span class='curline'><a href='../S/2760.html#L79'>props</a> 79 frontend/node_modules/flatted/php/flatted.php foreach ($props as $prop)</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,27 +0,0 @@
|
||||
<!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>
|
||||
<title>set</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L39'>set</a> 39 frontend/node_modules/flatted/php/flatted.php $set = array();</span>
|
||||
<span class='curline'><a href='../S/2760.html#L40'>set</a> 40 frontend/node_modules/flatted/php/flatted.php $set[] = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L42'>set</a> 42 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L44'>set</a> 44 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L84'>set</a> 84 frontend/node_modules/flatted/php/flatted.php private static function loop($obj, $keys, &$input, &$set, &$output) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L88'>set</a> 88 frontend/node_modules/flatted/php/flatted.php Flatted::ref($obj, $key, $input[$value->value], $input, $set, $output);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L103'>set</a> 103 frontend/node_modules/flatted/php/flatted.php private static function ref($obj, &$key, &$value, &$input, &$set, &$output) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L104'>set</a> 104 frontend/node_modules/flatted/php/flatted.php if (is_array($value) && !in_array($value, $set, true)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L105'>set</a> 105 frontend/node_modules/flatted/php/flatted.php $set[] = $value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L106'>set</a> 106 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L108'>set</a> 108 frontend/node_modules/flatted/php/flatted.php elseif (is_object($value) && !in_array($value, $set, true)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L109'>set</a> 109 frontend/node_modules/flatted/php/flatted.php $set[] = $value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L110'>set</a> 110 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>array_map</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L31'>array_map</a> 31 frontend/node_modules/flatted/php/flatted.php $input = array_map(</span>
|
||||
<span class='curline'><a href='../S/2760.html#L33'>array_map</a> 33 frontend/node_modules/flatted/php/flatted.php array_map(</span>
|
||||
<span class='curline'><a href='../S/2760.html#L122'>array_map</a> 122 frontend/node_modules/flatted/php/flatted.php return array_map(</span>
|
||||
<span class='curline'><a href='../S/2760.html#L144'>array_map</a> 144 frontend/node_modules/flatted/php/flatted.php return array_map('Flatted::wrap', $value);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<!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>
|
||||
<title>stdClass</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L49'>stdClass</a> 49 frontend/node_modules/flatted/php/flatted.php $known = new stdClass;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L130'>stdClass</a> 130 frontend/node_modules/flatted/php/flatted.php $object = new stdClass;</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,71 +0,0 @@
|
||||
<!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>
|
||||
<title>value</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L22'>value</a> 22 frontend/node_modules/flatted/php/flatted.php public function __construct($value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L23'>value</a> 23 frontend/node_modules/flatted/php/flatted.php $this->value = $value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L38'>value</a> 38 frontend/node_modules/flatted/php/flatted.php $value = &$input[0];</span>
|
||||
<span class='curline'><a href='../S/2760.html#L40'>value</a> 40 frontend/node_modules/flatted/php/flatted.php $set[] = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L41'>value</a> 41 frontend/node_modules/flatted/php/flatted.php if (is_array($value))</span>
|
||||
<span class='curline'><a href='../S/2760.html#L42'>value</a> 42 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L43'>value</a> 43 frontend/node_modules/flatted/php/flatted.php if (is_object($value))</span>
|
||||
<span class='curline'><a href='../S/2760.html#L44'>value</a> 44 frontend/node_modules/flatted/php/flatted.php return Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L45'>value</a> 45 frontend/node_modules/flatted/php/flatted.php return $value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L48'>value</a> 48 frontend/node_modules/flatted/php/flatted.php public static function stringify($value, $options = 0, $depth = 512) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L51'>value</a> 51 frontend/node_modules/flatted/php/flatted.php $known->value = array();</span>
|
||||
<span class='curline'><a href='../S/2760.html#L54'>value</a> 54 frontend/node_modules/flatted/php/flatted.php $i = intval(Flatted::index($known, $input, $value));</span>
|
||||
<span class='curline'><a href='../S/2760.html#L63'>value</a> 63 frontend/node_modules/flatted/php/flatted.php private static function asString($value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L64'>value</a> 64 frontend/node_modules/flatted/php/flatted.php return $value instanceof FlattedString ? $value->value : $value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L67'>value</a> 67 frontend/node_modules/flatted/php/flatted.php private static function index(&$known, &$input, &$value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L68'>value</a> 68 frontend/node_modules/flatted/php/flatted.php $input[] = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L70'>value</a> 70 frontend/node_modules/flatted/php/flatted.php $known->key[] = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L71'>value</a> 71 frontend/node_modules/flatted/php/flatted.php $known->value[] = &$index;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L75'>value</a> 75 frontend/node_modules/flatted/php/flatted.php private static function keys(&$value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L76'>value</a> 76 frontend/node_modules/flatted/php/flatted.php $obj = new ReflectionObject($value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L86'>value</a> 86 frontend/node_modules/flatted/php/flatted.php $value = $obj ? $output->$key : $output[$key];</span>
|
||||
<span class='curline'><a href='../S/2760.html#L87'>value</a> 87 frontend/node_modules/flatted/php/flatted.php if ($value instanceof FlattedString)</span>
|
||||
<span class='curline'><a href='../S/2760.html#L88'>value</a> 88 frontend/node_modules/flatted/php/flatted.php Flatted::ref($obj, $key, $input[$value->value], $input, $set, $output);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L93'>value</a> 93 frontend/node_modules/flatted/php/flatted.php private static function relate(&$known, &$input, &$value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L94'>value</a> 94 frontend/node_modules/flatted/php/flatted.php if (is_string($value) || is_array($value) || is_object($value)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L95'>value</a> 95 frontend/node_modules/flatted/php/flatted.php $key = array_search($value, $known->key, true);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L97'>value</a> 97 frontend/node_modules/flatted/php/flatted.php return $known->value[$key];</span>
|
||||
<span class='curline'><a href='../S/2760.html#L98'>value</a> 98 frontend/node_modules/flatted/php/flatted.php return Flatted::index($known, $input, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L100'>value</a> 100 frontend/node_modules/flatted/php/flatted.php return $value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L103'>value</a> 103 frontend/node_modules/flatted/php/flatted.php private static function ref($obj, &$key, &$value, &$input, &$set, &$output) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L104'>value</a> 104 frontend/node_modules/flatted/php/flatted.php if (is_array($value) && !in_array($value, $set, true)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L105'>value</a> 105 frontend/node_modules/flatted/php/flatted.php $set[] = $value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L106'>value</a> 106 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(false, array_keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L108'>value</a> 108 frontend/node_modules/flatted/php/flatted.php elseif (is_object($value) && !in_array($value, $set, true)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L109'>value</a> 109 frontend/node_modules/flatted/php/flatted.php $set[] = $value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L110'>value</a> 110 frontend/node_modules/flatted/php/flatted.php $value = Flatted::loop(true, Flatted::keys($value), $input, $set, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L113'>value</a> 113 frontend/node_modules/flatted/php/flatted.php $output->$key = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L116'>value</a> 116 frontend/node_modules/flatted/php/flatted.php $output[$key] = &$value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L120'>value</a> 120 frontend/node_modules/flatted/php/flatted.php private static function transform(&$known, &$input, &$value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L121'>value</a> 121 frontend/node_modules/flatted/php/flatted.php if (is_array($value)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L123'>value</a> 123 frontend/node_modules/flatted/php/flatted.php function ($value) use(&$known, &$input) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L124'>value</a> 124 frontend/node_modules/flatted/php/flatted.php return Flatted::relate($known, $input, $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L126'>value</a> 126 frontend/node_modules/flatted/php/flatted.php $value</span>
|
||||
<span class='curline'><a href='../S/2760.html#L129'>value</a> 129 frontend/node_modules/flatted/php/flatted.php if (is_object($value)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L131'>value</a> 131 frontend/node_modules/flatted/php/flatted.php $keys = Flatted::keys($value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L133'>value</a> 133 frontend/node_modules/flatted/php/flatted.php $object->$key = Flatted::relate($known, $input, $value->$key);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L136'>value</a> 136 frontend/node_modules/flatted/php/flatted.php return $value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L139'>value</a> 139 frontend/node_modules/flatted/php/flatted.php private static function wrap($value) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L140'>value</a> 140 frontend/node_modules/flatted/php/flatted.php if (is_string($value)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L141'>value</a> 141 frontend/node_modules/flatted/php/flatted.php return new FlattedString($value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L143'>value</a> 143 frontend/node_modules/flatted/php/flatted.php if (is_array($value)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L144'>value</a> 144 frontend/node_modules/flatted/php/flatted.php return array_map('Flatted::wrap', $value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L146'>value</a> 146 frontend/node_modules/flatted/php/flatted.php if (is_object($value)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L147'>value</a> 147 frontend/node_modules/flatted/php/flatted.php $keys = Flatted::keys($value);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L149'>value</a> 149 frontend/node_modules/flatted/php/flatted.php $value->$key = self::wrap($value->$key);</span>
|
||||
<span class='curline'><a href='../S/2760.html#L151'>value</a> 151 frontend/node_modules/flatted/php/flatted.php return $value;</span>
|
||||
<span class='curline'><a href='../S/2760.html#L153'>value</a> 153 frontend/node_modules/flatted/php/flatted.php return $value;</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<!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>
|
||||
<title>assoc</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L30'>assoc</a> 30 frontend/node_modules/flatted/php/flatted.php public static function parse($json, $assoc = false, $depth = 512, $options = 0) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L35'>assoc</a> 35 frontend/node_modules/flatted/php/flatted.php json_decode($json, $assoc, $depth, $options)</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<!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>
|
||||
<title>count</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L55'>count</a> 55 frontend/node_modules/flatted/php/flatted.php while ($i < count($input)) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L69'>count</a> 69 frontend/node_modules/flatted/php/flatted.php $index = strval(count($input) - 1);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>depth</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class='curline'><a href='../S/2760.html#L30'>depth</a> 30 frontend/node_modules/flatted/php/flatted.php public static function parse($json, $assoc = false, $depth = 512, $options = 0) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L35'>depth</a> 35 frontend/node_modules/flatted/php/flatted.php json_decode($json, $assoc, $depth, $options)</span>
|
||||
<span class='curline'><a href='../S/2760.html#L48'>depth</a> 48 frontend/node_modules/flatted/php/flatted.php public static function stringify($value, $options = 0, $depth = 512) {</span>
|
||||
<span class='curline'><a href='../S/2760.html#L59'>depth</a> 59 frontend/node_modules/flatted/php/flatted.php return json_encode($output, $options, $depth);</span>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +0,0 @@
|
||||
<html xmlns='http://www.w3.org/1999/xhtml'></html>
|
||||
@@ -1,24 +0,0 @@
|
||||
<!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>
|
||||
<title>DEFINITIONS</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>DEFINITIONS</h2>
|
||||
<a href='defines/F.html' title='2 definitions'>[F]</a>
|
||||
<a href='defines/_.html' title='1 definition'>[_]</a>
|
||||
<a href='defines/la.html' title='1 definition'>[a]</a>
|
||||
<a href='defines/li.html' title='1 definition'>[i]</a>
|
||||
<a href='defines/lk.html' title='1 definition'>[k]</a>
|
||||
<a href='defines/ll.html' title='1 definition'>[l]</a>
|
||||
<a href='defines/lp.html' title='1 definition'>[p]</a>
|
||||
<a href='defines/lr.html' title='2 definitions'>[r]</a>
|
||||
<a href='defines/ls.html' title='1 definition'>[s]</a>
|
||||
<a href='defines/lt.html' title='1 definition'>[t]</a>
|
||||
<a href='defines/lw.html' title='1 definition'>[w]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,19 +0,0 @@
|
||||
<!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>
|
||||
<title>[F]</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>[F]</h2>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html#L27' title='Defined at 27 in frontend/node_modules/flatted/php/flatted.php.'>Flatted</a></li>
|
||||
<li><a href='../S/2760.html#L21' title='Defined at 21 in frontend/node_modules/flatted/php/flatted.php.'>FlattedString</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>[_]</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>[_]</h2>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html#L22' title='Defined at 22 in frontend/node_modules/flatted/php/flatted.php.'>__construct</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +0,0 @@
|
||||
<html xmlns='http://www.w3.org/1999/xhtml'></html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>[a]</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>[a]</h2>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html#L63' title='Defined at 63 in frontend/node_modules/flatted/php/flatted.php.'>asString</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>[i]</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>[i]</h2>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html#L67' title='Defined at 67 in frontend/node_modules/flatted/php/flatted.php.'>index</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>[k]</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>[k]</h2>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html#L75' title='Defined at 75 in frontend/node_modules/flatted/php/flatted.php.'>keys</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>[l]</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>[l]</h2>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html#L84' title='Defined at 84 in frontend/node_modules/flatted/php/flatted.php.'>loop</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>[p]</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>[p]</h2>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html#L30' title='Defined at 30 in frontend/node_modules/flatted/php/flatted.php.'>parse</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,19 +0,0 @@
|
||||
<!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>
|
||||
<title>[r]</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>[r]</h2>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html#L103' title='Defined at 103 in frontend/node_modules/flatted/php/flatted.php.'>ref</a></li>
|
||||
<li><a href='../S/2760.html#L93' title='Defined at 93 in frontend/node_modules/flatted/php/flatted.php.'>relate</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>[s]</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>[s]</h2>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html#L48' title='Defined at 48 in frontend/node_modules/flatted/php/flatted.php.'>stringify</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>[t]</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>[t]</h2>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html#L120' title='Defined at 120 in frontend/node_modules/flatted/php/flatted.php.'>transform</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>[w]</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>[w]</h2>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html#L139' title='Defined at 139 in frontend/node_modules/flatted/php/flatted.php.'>wrap</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Index Page'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<!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>
|
||||
<title>FILES</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'><a href='files.html'>FILES</a></h2>
|
||||
<ol>
|
||||
<li><a href='files/3572.html' title='1 file'>frontend/</a></li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>frontend/</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'><a href='../mains.html'>root</a>/frontend/</h2>
|
||||
<a href='../mains.html' title='Parent Directory'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='3573.html' title='1 file'>node_modules/</a></li>
|
||||
</ol>
|
||||
<a href='../mains.html' title='Parent Directory'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>frontend/node_modules/</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'><a href='../mains.html'>root</a>/<a href='3572.html'>frontend</a>/node_modules/</h2>
|
||||
<a href='3572.html' title='Parent Directory'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='3574.html' title='1 file'>flatted/</a></li>
|
||||
</ol>
|
||||
<a href='3572.html' title='Parent Directory'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>frontend/node_modules/flatted/</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'><a href='../mains.html'>root</a>/<a href='3572.html'>frontend</a>/<a href='3573.html'>node_modules</a>/flatted/</h2>
|
||||
<a href='3573.html' title='Parent Directory'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='3575.html' title='1 file'>php/</a></li>
|
||||
</ol>
|
||||
<a href='3573.html' title='Parent Directory'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!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>
|
||||
<title>frontend/node_modules/flatted/php/</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='../style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'><a href='../mains.html'>root</a>/<a href='3572.html'>frontend</a>/<a href='3573.html'>node_modules</a>/<a href='3574.html'>flatted</a>/php/</h2>
|
||||
<a href='3574.html' title='Parent Directory'>[..]</a>
|
||||
<ol>
|
||||
<li><a href='../S/2760.html' title='4,612 bytes'>flatted.php</a></li>
|
||||
</ol>
|
||||
<a href='3574.html' title='Parent Directory'>[..]</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +0,0 @@
|
||||
<html xmlns='http://www.w3.org/1999/xhtml'></html>
|
||||
@@ -1,24 +0,0 @@
|
||||
<!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>
|
||||
<title>HELP</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h2 class='header'>Usage of Links</h2>
|
||||
<pre>/* [<][>][^][v][top][bottom][index][help] */</pre>
|
||||
<dl>
|
||||
<dt>[<]</dt><dd>Previous definition.</dd>
|
||||
<dt>[>]</dt><dd>Next definition.</dd>
|
||||
<dt>[^]</dt><dd>First definition in this file.</dd>
|
||||
<dt>[v]</dt><dd>Last definition in this file.</dd>
|
||||
<dt>[top]</dt><dd>Top of this file.</dd>
|
||||
<dt>[bottom]</dt><dd>Bottom of this file.</dd>
|
||||
<dt>[index]</dt><dd>Return to index page.</dd>
|
||||
<dt>[help]</dt><dd>You are seeing now.</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,40 +0,0 @@
|
||||
<!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>
|
||||
<title>pyShelf Open Source Ebook Server-0.8.0</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h1 class='title'>pyShelf Open Source Ebook Server-0.8.0</h1>
|
||||
<div class='poweredby'>
|
||||
Last updated Sat Mar 18 00:12:14 EDT 2023<br />
|
||||
Powered by <a href='http://www.gnu.org/software/global/' title='Go to the GLOBAL project page.'>GLOBAL-6.6.9</a>.<br />
|
||||
</div>
|
||||
<hr />
|
||||
<h2 class='header'>MAINS</h2>
|
||||
<pre>
|
||||
</pre>
|
||||
<hr />
|
||||
<h2 class='header'>DEFINITIONS</h2>
|
||||
<a href='defines/F.html' title='2 definitions'>[F]</a>
|
||||
<a href='defines/_.html' title='1 definition'>[_]</a>
|
||||
<a href='defines/la.html' title='1 definition'>[a]</a>
|
||||
<a href='defines/li.html' title='1 definition'>[i]</a>
|
||||
<a href='defines/lk.html' title='1 definition'>[k]</a>
|
||||
<a href='defines/ll.html' title='1 definition'>[l]</a>
|
||||
<a href='defines/lp.html' title='1 definition'>[p]</a>
|
||||
<a href='defines/lr.html' title='2 definitions'>[r]</a>
|
||||
<a href='defines/ls.html' title='1 definition'>[s]</a>
|
||||
<a href='defines/lt.html' title='1 definition'>[t]</a>
|
||||
<a href='defines/lw.html' title='1 definition'>[w]</a>
|
||||
<hr />
|
||||
<h2 class='header'>FILES</h2>
|
||||
<ol>
|
||||
<li><a href='files/3572.html' title='1 file'>frontend/</a></li>
|
||||
</ol>
|
||||
<hr />
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,40 +0,0 @@
|
||||
<!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>
|
||||
<title>pyShelf Open Source Ebook Server-0.8.0</title>
|
||||
<meta name='robots' content='noindex,nofollow' />
|
||||
<meta name='generator' content='GLOBAL-6.6.9' />
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' type='text/css' href='style.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h1 class='title'>pyShelf Open Source Ebook Server-0.8.0</h1>
|
||||
<div class='poweredby'>
|
||||
Last updated Sat Mar 18 00:12:14 EDT 2023<br />
|
||||
Powered by <a href='http://www.gnu.org/software/global/' title='Go to the GLOBAL project page.'>GLOBAL-6.6.9</a>.<br />
|
||||
</div>
|
||||
<hr />
|
||||
<h2 class='header'>MAINS</h2>
|
||||
<pre>
|
||||
</pre>
|
||||
<hr />
|
||||
<h2 class='header'>DEFINITIONS</h2>
|
||||
<a href='defines/F.html' title='2 definitions'>[F]</a>
|
||||
<a href='defines/_.html' title='1 definition'>[_]</a>
|
||||
<a href='defines/la.html' title='1 definition'>[a]</a>
|
||||
<a href='defines/li.html' title='1 definition'>[i]</a>
|
||||
<a href='defines/lk.html' title='1 definition'>[k]</a>
|
||||
<a href='defines/ll.html' title='1 definition'>[l]</a>
|
||||
<a href='defines/lp.html' title='1 definition'>[p]</a>
|
||||
<a href='defines/lr.html' title='2 definitions'>[r]</a>
|
||||
<a href='defines/ls.html' title='1 definition'>[s]</a>
|
||||
<a href='defines/lt.html' title='1 definition'>[t]</a>
|
||||
<a href='defines/lw.html' title='1 definition'>[w]</a>
|
||||
<hr />
|
||||
<h2 class='header'>FILES</h2>
|
||||
<ol>
|
||||
<li><a href='files/3572.html' title='1 file'>frontend/</a></li>
|
||||
</ol>
|
||||
<hr />
|
||||
</body>
|
||||
</html>
|
||||
8
docs/pyShelf/html/HTML/rebuild.sh
vendored
@@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# rebuild.sh: rebuild hypertext with the previous context.
|
||||
#
|
||||
# Usage:
|
||||
# % sh rebuild.sh
|
||||
#
|
||||
cd /home/th3r00t/.local/builds/pyShelf/src && GTAGSCONF=':langmap=c\:.c.h,yacc\:.y,asm\:.s.S,java\:.java,cpp\:.c++.cc.hh.cpp.cxx.hxx.hpp.C.H,php\:.php.php3.phtml:skip=HTML/,HTML.pub/,tags,TAGS,ID,y.tab.c,y.tab.h,gtags.files,cscope.files,cscope.out,cscope.po.out,cscope.in.out,SCCS/,RCS/,CVS/,CVSROOT/,{arch}/,autom4te.cache/,*.orig,*.rej,*.bak,*~,#*#,*.swp,*.tmp,*_flymake.*,*_flymake,*.o,*.a,*.so,*.lo,*.zip,*.gz,*.bz2,*.xz,*.lzh,*.Z,*.tgz,*.min.js,*min.css:' htags -g -s -a -n -v -w -t 'pyShelf Open Source Ebook Server-0.8.0' /home/th3r00t/.local/builds/pyShelf/docs/pyShelf/html
|
||||
@@ -1,96 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Class List</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li class="current"><a href="annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">Class List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
|
||||
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span><span onclick="javascript:toggleLevel(4);">4</span><span onclick="javascript:toggleLevel(5);">5</span>]</div><table class="directory">
|
||||
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="d7/df9/namespaceDataHooks.html" target="_self">DataHooks</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d9/d71/classDataHooks_1_1BookInterface.html" target="_self">BookInterface</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="db/dd5/namespaceFastAPIServer.html" target="_self">FastAPIServer</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="dd/d22/classFastAPIServer_1_1FastAPIServer.html" target="_self">FastAPIServer</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="df/d4c/namespaceobjects.html" target="_self">objects</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_2_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d8/def/classobjects_1_1JSInterface.html" target="_self">JSInterface</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_3_" class="arrow" onclick="toggleFolder('3_')">▼</span><span class="icona"><span class="icon">N</span></span><b>src</b></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_3_0_" class="arrow" onclick="toggleFolder('3_0_')">▼</span><span class="icona"><span class="icon">N</span></span><b>backend</b></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_3_0_0_" class="arrow" onclick="toggleFolder('3_0_0_')">▼</span><span class="icona"><span class="icon">N</span></span><b>lib</b></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_0_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_3_0_0_0_" class="arrow" onclick="toggleFolder('3_0_0_0_')">▼</span><span class="icona"><span class="icon">N</span></span><b>api_hooks</b></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_0_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d7/d88/classsrc_1_1backend_1_1lib_1_1api__hooks_1_1DuckDuckGo.html" target="_self">DuckDuckGo</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_1_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_3_0_0_1_" class="arrow" onclick="toggleFolder('3_0_0_1_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="d0/d93/namespacesrc_1_1backend_1_1lib_1_1config.html" target="_self">config</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_1_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html" target="_self">Config</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_2_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_3_0_0_2_" class="arrow" onclick="toggleFolder('3_0_0_2_')">▼</span><span class="icona"><span class="icon">N</span></span><b>library</b></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_2_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html" target="_self">Catalogue</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_3_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_3_0_0_3_" class="arrow" onclick="toggleFolder('3_0_0_3_')">▼</span><span class="icona"><span class="icon">N</span></span><b>models</b></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_3_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d6/d90/classsrc_1_1backend_1_1lib_1_1models_1_1Base.html" target="_self">Base</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_3_1_" class="odd"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html" target="_self">Book</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_3_2_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="df/d03/classsrc_1_1backend_1_1lib_1_1models_1_1Collection.html" target="_self">Collection</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_4_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_3_0_0_4_" class="arrow" onclick="toggleFolder('3_0_0_4_')">▼</span><span class="icona"><span class="icon">N</span></span><b>overide</b></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_4_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="dc/ded/classsrc_1_1backend_1_1lib_1_1overide_1_1ACatalogue.html" target="_self">ACatalogue</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_5_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_3_0_0_5_" class="arrow" onclick="toggleFolder('3_0_0_5_')">▼</span><span class="icona"><span class="icon">N</span></span><b>pyShelf</b></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_5_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html" target="_self">Admin</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_5_1_" class="odd"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="da/d3c/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1InitFiles.html" target="_self">InitFiles</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_5_2_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d7/db9/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Server.html" target="_self">Server</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_6_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_3_0_0_6_" class="arrow" onclick="toggleFolder('3_0_0_6_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="dd/de1/namespacesrc_1_1backend_1_1lib_1_1storage.html" target="_self">storage</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_0_6_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d7/d40/classsrc_1_1backend_1_1lib_1_1storage_1_1Storage.html" target="_self">Storage</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_1_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_3_0_1_" class="arrow" onclick="toggleFolder('3_0_1_')">▼</span><span class="icona"><span class="icon">N</span></span><b>tests</b></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_1_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_3_0_1_0_" class="arrow" onclick="toggleFolder('3_0_1_0_')">▼</span><span class="icona"><span class="icon">N</span></span><b>config_test</b></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_1_0_0_" class="odd"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html" target="_self">TestConfig</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_1_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_3_0_1_1_" class="arrow" onclick="toggleFolder('3_0_1_1_')">▼</span><span class="icona"><span class="icon">N</span></span><b>library_test</b></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_1_1_0_" class="odd"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="db/dda/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Catalogue.html" target="_self">Test_Catalogue</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_1_1_1_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.html" target="_self">Test_Config</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_0_1_1_2_" class="odd"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="d8/d3d/classsrc_1_1backend_1_1tests_1_1library__test_1_1TestCatalogue.html" target="_self">TestCatalogue</a></td><td class="desc"></td></tr>
|
||||
</table>
|
||||
</div><!-- directory -->
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
BIN
docs/pyShelf/html/bc_s.png
vendored
|
Before Width: | Height: | Size: 676 B |
BIN
docs/pyShelf/html/bc_sd.png
vendored
|
Before Width: | Height: | Size: 635 B |
BIN
docs/pyShelf/html/bdwn.png
vendored
|
Before Width: | Height: | Size: 147 B |
@@ -1,88 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Class Index</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="annotated.html"><span>Class List</span></a></li>
|
||||
<li class="current"><a href="classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">Class Index</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="qindex"><a class="qindex" href="#letter_A">A</a> | <a class="qindex" href="#letter_B">B</a> | <a class="qindex" href="#letter_C">C</a> | <a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_F">F</a> | <a class="qindex" href="#letter_I">I</a> | <a class="qindex" href="#letter_J">J</a> | <a class="qindex" href="#letter_S">S</a> | <a class="qindex" href="#letter_T">T</a></div>
|
||||
<div class="classindex">
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a id="letter_A" name="letter_A">A</a></dt>
|
||||
<dd><a class="el" href="dc/ded/classsrc_1_1backend_1_1lib_1_1overide_1_1ACatalogue.html">ACatalogue</a> (src.backend.lib.overide)</dd><dd><a class="el" href="d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">Admin</a> (src.backend.lib.pyShelf)</dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a id="letter_B" name="letter_B">B</a></dt>
|
||||
<dd><a class="el" href="d6/d90/classsrc_1_1backend_1_1lib_1_1models_1_1Base.html">Base</a> (src.backend.lib.models)</dd><dd><a class="el" href="d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html">Book</a> (src.backend.lib.models)</dd><dd><a class="el" href="d9/d71/classDataHooks_1_1BookInterface.html">BookInterface</a> (<a class="el" href="d7/df9/namespaceDataHooks.html">DataHooks</a>)</dd></dl>
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a id="letter_C" name="letter_C">C</a></dt>
|
||||
<dd><a class="el" href="d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">Catalogue</a> (src.backend.lib.library)</dd><dd><a class="el" href="df/d03/classsrc_1_1backend_1_1lib_1_1models_1_1Collection.html">Collection</a> (src.backend.lib.models)</dd><dd><a class="el" href="d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">Config</a> (<a class="el" href="d0/d93/namespacesrc_1_1backend_1_1lib_1_1config.html">src.backend.lib.config</a>)</dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a id="letter_D" name="letter_D">D</a></dt>
|
||||
<dd><a class="el" href="d7/d88/classsrc_1_1backend_1_1lib_1_1api__hooks_1_1DuckDuckGo.html">DuckDuckGo</a> (src.backend.lib.api_hooks)</dd></dl>
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a id="letter_F" name="letter_F">F</a></dt>
|
||||
<dd><a class="el" href="dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer</a> (<a class="el" href="db/dd5/namespaceFastAPIServer.html">FastAPIServer</a>)</dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a id="letter_I" name="letter_I">I</a></dt>
|
||||
<dd><a class="el" href="da/d3c/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1InitFiles.html">InitFiles</a> (src.backend.lib.pyShelf)</dd></dl>
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a id="letter_J" name="letter_J">J</a></dt>
|
||||
<dd><a class="el" href="d8/def/classobjects_1_1JSInterface.html">JSInterface</a> (<a class="el" href="df/d4c/namespaceobjects.html">objects</a>)</dd></dl>
|
||||
<dl class="classindex odd">
|
||||
<dt class="alphachar"><a id="letter_S" name="letter_S">S</a></dt>
|
||||
<dd><a class="el" href="d7/db9/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Server.html">Server</a> (src.backend.lib.pyShelf)</dd><dd><a class="el" href="d7/d40/classsrc_1_1backend_1_1lib_1_1storage_1_1Storage.html">Storage</a> (<a class="el" href="dd/de1/namespacesrc_1_1backend_1_1lib_1_1storage.html">src.backend.lib.storage</a>)</dd></dl>
|
||||
<dl class="classindex even">
|
||||
<dt class="alphachar"><a id="letter_T" name="letter_T">T</a></dt>
|
||||
<dd><a class="el" href="db/dda/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Catalogue.html">Test_Catalogue</a> (src.backend.tests.library_test)</dd><dd><a class="el" href="d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.html">Test_Config</a> (src.backend.tests.library_test)</dd><dd><a class="el" href="d8/d3d/classsrc_1_1backend_1_1tests_1_1library__test_1_1TestCatalogue.html">TestCatalogue</a> (src.backend.tests.library_test)</dd><dd><a class="el" href="df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html">TestConfig</a> (src.backend.tests.config_test)</dd></dl>
|
||||
</div>
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
BIN
docs/pyShelf/html/closed.png
vendored
|
Before Width: | Height: | Size: 132 B |
@@ -1,68 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Member List</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>lib</b></li><li class="navelem"><b>models</b></li><li class="navelem"><a class="el" href="../../df/d03/classsrc_1_1backend_1_1lib_1_1models_1_1Collection.html">Collection</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">src.backend.lib.models.Collection Member List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../df/d03/classsrc_1_1backend_1_1lib_1_1models_1_1Collection.html">src.backend.lib.models.Collection</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>book_id</b> (defined in <a class="el" href="../../df/d03/classsrc_1_1backend_1_1lib_1_1models_1_1Collection.html">src.backend.lib.models.Collection</a>)</td><td class="entry"><a class="el" href="../../df/d03/classsrc_1_1backend_1_1lib_1_1models_1_1Collection.html">src.backend.lib.models.Collection</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>collection</b> (defined in <a class="el" href="../../df/d03/classsrc_1_1backend_1_1lib_1_1models_1_1Collection.html">src.backend.lib.models.Collection</a>)</td><td class="entry"><a class="el" href="../../df/d03/classsrc_1_1backend_1_1lib_1_1models_1_1Collection.html">src.backend.lib.models.Collection</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>collection_id</b> (defined in <a class="el" href="../../df/d03/classsrc_1_1backend_1_1lib_1_1models_1_1Collection.html">src.backend.lib.models.Collection</a>)</td><td class="entry"><a class="el" href="../../df/d03/classsrc_1_1backend_1_1lib_1_1models_1_1Collection.html">src.backend.lib.models.Collection</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,69 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: src.backend.lib.config Namespace Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li class="current"><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../namespaces.html"><span>Namespace List</span></a></li>
|
||||
<li><a href="../../namespacemembers.html"><span>Namespace Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>lib</b></li><li class="navelem"><a class="el" href="../../d0/d93/namespacesrc_1_1backend_1_1lib_1_1config.html">config</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#nested-classes">Classes</a> </div>
|
||||
<div class="headertitle"><div class="title">src.backend.lib.config Namespace Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a>
|
||||
Classes</h2></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">Config</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><pre class="fragment">Pyshelf's Configuration Object.</pre> </div></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,67 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Member List</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>lib</b></li><li class="navelem"><b>pyShelf</b></li><li class="navelem"><a class="el" href="../../da/d3c/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1InitFiles.html">InitFiles</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">src.backend.lib.pyShelf.InitFiles Member List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../da/d3c/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1InitFiles.html">src.backend.lib.pyShelf.InitFiles</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>__init__</b>(self, file_array) (defined in <a class="el" href="../../da/d3c/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1InitFiles.html">src.backend.lib.pyShelf.InitFiles</a>)</td><td class="entry"><a class="el" href="../../da/d3c/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1InitFiles.html">src.backend.lib.pyShelf.InitFiles</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="../../da/d3c/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1InitFiles.html#ab6c693e30b5a121168f831aece10f07e">CreateFile</a>(self, _pointer)</td><td class="entry"><a class="el" href="../../da/d3c/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1InitFiles.html">src.backend.lib.pyShelf.InitFiles</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,67 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Member List</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="../../df/d4c/namespaceobjects.html">objects</a></li><li class="navelem"><a class="el" href="../../d8/def/classobjects_1_1JSInterface.html">JSInterface</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">objects.JSInterface Member List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../d8/def/classobjects_1_1JSInterface.html">objects.JSInterface</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../d8/def/classobjects_1_1JSInterface.html#a70a8cfac6cd6bd770282d4037134d7fa">__init__</a>(self, Config config)</td><td class="entry"><a class="el" href="../../d8/def/classobjects_1_1JSInterface.html">objects.JSInterface</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="../../d8/def/classobjects_1_1JSInterface.html#ac891591a180bf7da665981abf72762b0">install</a>(self)</td><td class="entry"><a class="el" href="../../d8/def/classobjects_1_1JSInterface.html">objects.JSInterface</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,138 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: src.backend.tests.library_test.Test_Config Class Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>tests</b></li><li class="navelem"><b>library_test</b></li><li class="navelem"><a class="el" href="../../d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.html">Test_Config</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#pub-methods">Public Member Functions</a> |
|
||||
<a href="../../d5/ddf/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config-members.html">List of all members</a> </div>
|
||||
<div class="headertitle"><div class="title">src.backend.tests.library_test.Test_Config Class Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="dynheader">
|
||||
Inheritance diagram for src.backend.tests.library_test.Test_Config:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center">
|
||||
<img src="../../d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.png" usemap="#src.backend.tests.library_5Ftest.Test_5FConfig_map" alt=""/>
|
||||
<map id="src.backend.tests.library_5Ftest.Test_5FConfig_map" name="src.backend.tests.library_5Ftest.Test_5FConfig_map">
|
||||
<area href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html" alt="src.backend.lib.config.Config" shape="rect" coords="0,0,249,24"/>
|
||||
</map>
|
||||
</div></div>
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a5a4b3d09c4ca0533571ad25590558042"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.html#a5a4b3d09c4ca0533571ad25590558042">__init__</a> (self)</td></tr>
|
||||
<tr class="separator:a5a4b3d09c4ca0533571ad25590558042"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a03e5a6c59bffd93c1e81ddc52a84254f"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.html#a03e5a6c59bffd93c1e81ddc52a84254f">open_file</a> (self, root="config.json")</td></tr>
|
||||
<tr class="separator:a03e5a6c59bffd93c1e81ddc52a84254f"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"></div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
||||
<a id="a5a4b3d09c4ca0533571ad25590558042" name="a5a4b3d09c4ca0533571ad25590558042"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a5a4b3d09c4ca0533571ad25590558042">◆ </a></span>__init__()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.tests.library_test.Test_Config.__init__ </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Initialize main configuration options.</pre>
|
||||
<p>Reimplemented from <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html#a282f5cb33ebce51fdefdb20b571b7ee8">src.backend.lib.config.Config</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
<a id="a03e5a6c59bffd93c1e81ddc52a84254f" name="a03e5a6c59bffd93c1e81ddc52a84254f"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a03e5a6c59bffd93c1e81ddc52a84254f">◆ </a></span>open_file()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.tests.library_test.Test_Config.open_file </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>root</em> = <code>"config.json"</code> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Open config.json and reads in configuration options.</pre>
|
||||
<p>Reimplemented from <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html#a3cbb2683695096a3b16e371e4ed5d1c5">src.backend.lib.config.Config</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||
<li>src/backend/tests/<a class="el" href="../../">library_test.py</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 872 B |
@@ -1,91 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Member List</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>lib</b></li><li class="navelem"><a class="el" href="../../d0/d93/namespacesrc_1_1backend_1_1lib_1_1config.html">config</a></li><li class="navelem"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">Config</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">src.backend.lib.config.Config Member List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html#a282f5cb33ebce51fdefdb20b571b7ee8">__init__</a>(self, root)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>_cp</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>_data</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>_fp</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>allowed_hosts</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>auto_scan</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>book_path</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>book_shelf</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>build_mode</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>catalogue_db</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>config_structure</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>db_engine</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>db_host</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>db_pass</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>db_port</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>db_user</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>file_array</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html#acda70b46a22be0435543d5f0aa3aaa60">get_logger</a>(self)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>init_config</b>(self) (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>logger</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html#a3cbb2683695096a3b16e371e4ed5d1c5">open_file</a>(self)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>password</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>root</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>TITLE</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>user</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>VERSION</b> (defined in <a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a>)</td><td class="entry"><a class="el" href="../../d8/dfe/classsrc_1_1backend_1_1lib_1_1config_1_1Config.html">src.backend.lib.config.Config</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,68 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Member List</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>tests</b></li><li class="navelem"><b>library_test</b></li><li class="navelem"><a class="el" href="../../d8/d3d/classsrc_1_1backend_1_1tests_1_1library__test_1_1TestCatalogue.html">TestCatalogue</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">src.backend.tests.library_test.TestCatalogue Member List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../d8/d3d/classsrc_1_1backend_1_1tests_1_1library__test_1_1TestCatalogue.html">src.backend.tests.library_test.TestCatalogue</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>config</b> (defined in <a class="el" href="../../d8/d3d/classsrc_1_1backend_1_1tests_1_1library__test_1_1TestCatalogue.html">src.backend.tests.library_test.TestCatalogue</a>)</td><td class="entry"><a class="el" href="../../d8/d3d/classsrc_1_1backend_1_1tests_1_1library__test_1_1TestCatalogue.html">src.backend.tests.library_test.TestCatalogue</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>root</b> (defined in <a class="el" href="../../d8/d3d/classsrc_1_1backend_1_1tests_1_1library__test_1_1TestCatalogue.html">src.backend.tests.library_test.TestCatalogue</a>)</td><td class="entry"><a class="el" href="../../d8/d3d/classsrc_1_1backend_1_1tests_1_1library__test_1_1TestCatalogue.html">src.backend.tests.library_test.TestCatalogue</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>test_filter_books</b>(self) (defined in <a class="el" href="../../d8/d3d/classsrc_1_1backend_1_1tests_1_1library__test_1_1TestCatalogue.html">src.backend.tests.library_test.TestCatalogue</a>)</td><td class="entry"><a class="el" href="../../d8/d3d/classsrc_1_1backend_1_1tests_1_1library__test_1_1TestCatalogue.html">src.backend.tests.library_test.TestCatalogue</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,76 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Member List</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="../../db/dd5/namespaceFastAPIServer.html">FastAPIServer</a></li><li class="navelem"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">FastAPIServer.FastAPIServer Member List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html#a0cf2ca2ef3916ad3969b56a528b3d425">__init__</a>(self, config)</td><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>book</b>(Request request, int book_id) (defined in <a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a>)</td><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>books</b>(Request request, int skip=0, int limit=10, collection=None) (defined in <a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a>)</td><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>collections</b>(Request request) (defined in <a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a>)</td><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html#a5349c313c20853f1f7d894532573f897">compile_static_files</a>(self)</td><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>config</b> (defined in <a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a>)</td><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fe_config</b> (defined in <a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a>)</td><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>fe_server</b> (defined in <a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a>)</td><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>index</b>(Request request, int skip=0, int limit=10) (defined in <a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a>)</td><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html#a5af42242c4ab4a1ae9251a4a2406c697">run</a>(self)</td><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html#ab6eb555c6de0af5a4efe2ce04882f6d8">use_route_names_as_operation_ids</a>(self, FastAPI app)</td><td class="entry"><a class="el" href="../../dd/d22/classFastAPIServer_1_1FastAPIServer.html">FastAPIServer.FastAPIServer</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,67 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Member List</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="../../d7/df9/namespaceDataHooks.html">DataHooks</a></li><li class="navelem"><a class="el" href="../../d9/d71/classDataHooks_1_1BookInterface.html">BookInterface</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">DataHooks.BookInterface Member List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../d9/d71/classDataHooks_1_1BookInterface.html">DataHooks.BookInterface</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>config</b> (defined in <a class="el" href="../../d9/d71/classDataHooks_1_1BookInterface.html">DataHooks.BookInterface</a>)</td><td class="entry"><a class="el" href="../../d9/d71/classDataHooks_1_1BookInterface.html">DataHooks.BookInterface</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>db</b> (defined in <a class="el" href="../../d9/d71/classDataHooks_1_1BookInterface.html">DataHooks.BookInterface</a>)</td><td class="entry"><a class="el" href="../../d9/d71/classDataHooks_1_1BookInterface.html">DataHooks.BookInterface</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,162 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: src.backend.lib.pyShelf.Admin Class Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>lib</b></li><li class="navelem"><b>pyShelf</b></li><li class="navelem"><a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">Admin</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#pub-methods">Public Member Functions</a> |
|
||||
<a href="#pub-attribs">Public Attributes</a> |
|
||||
<a href="../../d6/d1d/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin-members.html">List of all members</a> </div>
|
||||
<div class="headertitle"><div class="title">src.backend.lib.pyShelf.Admin Class Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:ad85c30275b317d6e1eccba0e10035a39"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html#ad85c30275b317d6e1eccba0e10035a39">__init__</a> (self, root)</td></tr>
|
||||
<tr class="separator:ad85c30275b317d6e1eccba0e10035a39"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a3c81239278ea0619412ffe1aeff99cd0"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html#a3c81239278ea0619412ffe1aeff99cd0">createsuperuser</a> (self)</td></tr>
|
||||
<tr class="separator:a3c81239278ea0619412ffe1aeff99cd0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-attribs" name="pub-attribs"></a>
|
||||
Public Attributes</h2></td></tr>
|
||||
<tr class="memitem:a2b1d73d693d862dd04b616afcabff54b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html#a2b1d73d693d862dd04b616afcabff54b">config</a></td></tr>
|
||||
<tr class="separator:a2b1d73d693d862dd04b616afcabff54b"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ace3fbc821989897e07145cd761235a7e"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html#ace3fbc821989897e07145cd761235a7e">db</a></td></tr>
|
||||
<tr class="separator:ace3fbc821989897e07145cd761235a7e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"></div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
||||
<a id="ad85c30275b317d6e1eccba0e10035a39" name="ad85c30275b317d6e1eccba0e10035a39"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ad85c30275b317d6e1eccba0e10035a39">◆ </a></span>__init__()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.pyShelf.Admin.__init__ </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>root</em> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
<a id="a3c81239278ea0619412ffe1aeff99cd0" name="a3c81239278ea0619412ffe1aeff99cd0"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a3c81239278ea0619412ffe1aeff99cd0">◆ </a></span>createsuperuser()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.pyShelf.Admin.createsuperuser </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Data Documentation</h2>
|
||||
<a id="a2b1d73d693d862dd04b616afcabff54b" name="a2b1d73d693d862dd04b616afcabff54b"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a2b1d73d693d862dd04b616afcabff54b">◆ </a></span>config</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.pyShelf.Admin.config</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ace3fbc821989897e07145cd761235a7e" name="ace3fbc821989897e07145cd761235a7e"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ace3fbc821989897e07145cd761235a7e">◆ </a></span>db</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.pyShelf.Admin.db</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||
<li>src/backend/lib/<a class="el" href="../../">pyShelf.py</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,732 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: src.backend.lib.library.Catalogue Class Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>lib</b></li><li class="navelem"><b>library</b></li><li class="navelem"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">Catalogue</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#pub-methods">Public Member Functions</a> |
|
||||
<a href="#pub-static-methods">Static Public Member Functions</a> |
|
||||
<a href="#pub-attribs">Public Attributes</a> |
|
||||
<a href="../../d6/d20/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue-members.html">List of all members</a> </div>
|
||||
<div class="headertitle"><div class="title">src.backend.lib.library.Catalogue Class Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="dynheader">
|
||||
Inheritance diagram for src.backend.lib.library.Catalogue:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center">
|
||||
<img src="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.png" usemap="#src.backend.lib.library.Catalogue_map" alt=""/>
|
||||
<map id="src.backend.lib.library.Catalogue_map" name="src.backend.lib.library.Catalogue_map">
|
||||
<area href="../../dc/ded/classsrc_1_1backend_1_1lib_1_1overide_1_1ACatalogue.html" alt="src.backend.lib.overide.ACatalogue" shape="rect" coords="0,56,269,80"/>
|
||||
<area href="../../db/dda/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Catalogue.html" alt="src.backend.tests.library_test.Test_Catalogue" shape="rect" coords="279,56,548,80"/>
|
||||
</map>
|
||||
</div></div>
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a7f0522c779279e7dd88c95edb34e3d25"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a7f0522c779279e7dd88c95edb34e3d25">__init__</a> (self, config)</td></tr>
|
||||
<tr class="separator:a7f0522c779279e7dd88c95edb34e3d25"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a204c5171b7de8ddd199563fd1b252032"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a204c5171b7de8ddd199563fd1b252032">scan_folder</a> (self, _path=None)</td></tr>
|
||||
<tr class="separator:a204c5171b7de8ddd199563fd1b252032"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a9dec8499f181aee506861142004d002d"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a9dec8499f181aee506861142004d002d">filter_books</a> (self)</td></tr>
|
||||
<tr class="separator:a9dec8499f181aee506861142004d002d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a84b65fe5bef35dcd0a163c223a95820c"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a84b65fe5bef35dcd0a163c223a95820c">process_by_filetype</a> (self, book)</td></tr>
|
||||
<tr class="separator:a84b65fe5bef35dcd0a163c223a95820c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a52115c91df4e18f24fd2da9f29ff0a54"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a52115c91df4e18f24fd2da9f29ff0a54">extract_metadata_epub</a> (self, book)</td></tr>
|
||||
<tr class="separator:a52115c91df4e18f24fd2da9f29ff0a54"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae6a363b1a623bc4540030552aa53a6b6"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#ae6a363b1a623bc4540030552aa53a6b6">extract_metadata_pdf</a> (self, book)</td></tr>
|
||||
<tr class="separator:ae6a363b1a623bc4540030552aa53a6b6"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aa281246a2ad06ed9737e7ef7c826bb20"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#aa281246a2ad06ed9737e7ef7c826bb20">extract_metadata_mobi</a> (self, book)</td></tr>
|
||||
<tr class="separator:aa281246a2ad06ed9737e7ef7c826bb20"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a0993bce2b4fe64a46d96a5eba1d5af50"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a0993bce2b4fe64a46d96a5eba1d5af50">extract_content</a> (self, book_zip, book)</td></tr>
|
||||
<tr class="separator:a0993bce2b4fe64a46d96a5eba1d5af50"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:abcf0dc2d816393afbfb07ea9f5c152f9"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#abcf0dc2d816393afbfb07ea9f5c152f9">extract_cover_html</a> (self, book_zip, book)</td></tr>
|
||||
<tr class="separator:abcf0dc2d816393afbfb07ea9f5c152f9"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:abd1c3b416586faaabb37515705588a89"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#abd1c3b416586faaabb37515705588a89">extract_cover_image</a> (self, book_zip, book)</td></tr>
|
||||
<tr class="separator:abd1c3b416586faaabb37515705588a89"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a75b4d33e6dee46d4d18e6623d30f6dd2"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a75b4d33e6dee46d4d18e6623d30f6dd2">compare_shelf_current</a> (self)</td></tr>
|
||||
<tr class="separator:a75b4d33e6dee46d4d18e6623d30f6dd2"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a8cdd73f80daca2b916ca813f3473915f"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a8cdd73f80daca2b916ca813f3473915f">import_books</a> (self, list=None, **kwargs)</td></tr>
|
||||
<tr class="separator:a8cdd73f80daca2b916ca813f3473915f"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-static-methods" name="pub-static-methods"></a>
|
||||
Static Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:adf0de9eb2e0994b196fb754ae8395a0d"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#adf0de9eb2e0994b196fb754ae8395a0d">process_epub</a> (book)</td></tr>
|
||||
<tr class="separator:adf0de9eb2e0994b196fb754ae8395a0d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ab0584b3c5413ef94048ddebaea000490"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#ab0584b3c5413ef94048ddebaea000490">stripTags</a> (source)</td></tr>
|
||||
<tr class="separator:ab0584b3c5413ef94048ddebaea000490"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-attribs" name="pub-attribs"></a>
|
||||
Public Attributes</h2></td></tr>
|
||||
<tr class="memitem:ac443ee74f10c7e2e128ddb2f0dfe045e"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#ac443ee74f10c7e2e128ddb2f0dfe045e">file_list</a></td></tr>
|
||||
<tr class="separator:ac443ee74f10c7e2e128ddb2f0dfe045e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a2026c090be4f55cfe941d16a01b4ea75"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a2026c090be4f55cfe941d16a01b4ea75">opf_regx</a></td></tr>
|
||||
<tr class="separator:a2026c090be4f55cfe941d16a01b4ea75"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a576649115ba3717c475d60eae96f6204"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a576649115ba3717c475d60eae96f6204">cover_regx</a></td></tr>
|
||||
<tr class="separator:a576649115ba3717c475d60eae96f6204"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a686b224643b060423a49a017d4a7abd8"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a686b224643b060423a49a017d4a7abd8">html_regx</a></td></tr>
|
||||
<tr class="separator:a686b224643b060423a49a017d4a7abd8"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a8fa7021f8b131c35c0a1d1179b003383"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a8fa7021f8b131c35c0a1d1179b003383">title_sanitization_regx</a></td></tr>
|
||||
<tr class="separator:a8fa7021f8b131c35c0a1d1179b003383"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ad8ad8ef5c7ea417050d4dd84046d3234"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#ad8ad8ef5c7ea417050d4dd84046d3234">title_sanitization_lvl2_regx</a></td></tr>
|
||||
<tr class="separator:ad8ad8ef5c7ea417050d4dd84046d3234"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ab68843b8153b9e8ba51d0a4fa541568e"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#ab68843b8153b9e8ba51d0a4fa541568e">title_sanitization_dirs_regx</a></td></tr>
|
||||
<tr class="separator:ab68843b8153b9e8ba51d0a4fa541568e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a3e5edca4ab942e3f71958c90b5c45023"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a3e5edca4ab942e3f71958c90b5c45023">root_dir</a></td></tr>
|
||||
<tr class="separator:a3e5edca4ab942e3f71958c90b5c45023"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a340d869b8f7c16007773de40a24005ce"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a340d869b8f7c16007773de40a24005ce">book_folder</a></td></tr>
|
||||
<tr class="separator:a340d869b8f7c16007773de40a24005ce"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a1129571b5c1a358e71d125cc47f9bf36"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a1129571b5c1a358e71d125cc47f9bf36">books</a></td></tr>
|
||||
<tr class="separator:a1129571b5c1a358e71d125cc47f9bf36"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:acd6cb62aae1221ee590734b70f76888a"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#acd6cb62aae1221ee590734b70f76888a">db_pointer</a></td></tr>
|
||||
<tr class="separator:acd6cb62aae1221ee590734b70f76888a"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:afb43be37337c74fc1bfe1415ded423f9"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#afb43be37337c74fc1bfe1415ded423f9">config</a></td></tr>
|
||||
<tr class="separator:afb43be37337c74fc1bfe1415ded423f9"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><pre class="fragment">Decodes book metadata for storage
|
||||
</pre> </div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
||||
<a id="a7f0522c779279e7dd88c95edb34e3d25" name="a7f0522c779279e7dd88c95edb34e3d25"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a7f0522c779279e7dd88c95edb34e3d25">◆ </a></span>__init__()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.__init__ </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>config</em> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
<a id="a75b4d33e6dee46d4d18e6623d30f6dd2" name="a75b4d33e6dee46d4d18e6623d30f6dd2"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a75b4d33e6dee46d4d18e6623d30f6dd2">◆ </a></span>compare_shelf_current()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.compare_shelf_current </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Calls storage system, gets list of books stored and compares against files on disk
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<a id="a0993bce2b4fe64a46d96a5eba1d5af50" name="a0993bce2b4fe64a46d96a5eba1d5af50"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a0993bce2b4fe64a46d96a5eba1d5af50">◆ </a></span>extract_content()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.extract_content </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>book_zip</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>book</em> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Opens epub as zip file filters then stores as list any files matching opf_regx
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<a id="abcf0dc2d816393afbfb07ea9f5c152f9" name="abcf0dc2d816393afbfb07ea9f5c152f9"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#abcf0dc2d816393afbfb07ea9f5c152f9">◆ </a></span>extract_cover_html()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.extract_cover_html </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>book_zip</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>book</em> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Opens epub as zip file filters then stores as list any files matching html_regx
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<a id="abd1c3b416586faaabb37515705588a89" name="abd1c3b416586faaabb37515705588a89"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#abd1c3b416586faaabb37515705588a89">◆ </a></span>extract_cover_image()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.extract_cover_image </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>book_zip</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>book</em> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Opens epub as zip file filters then stores as list any files matching cover_regx
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<a id="a52115c91df4e18f24fd2da9f29ff0a54" name="a52115c91df4e18f24fd2da9f29ff0a54"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a52115c91df4e18f24fd2da9f29ff0a54">◆ </a></span>extract_metadata_epub()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.extract_metadata_epub </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>book</em> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Return extracted metadata and cover picture
|
||||
book['path'] == Full path to ebook file
|
||||
book['files'] == list of files from self.process_book(book)
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<a id="aa281246a2ad06ed9737e7ef7c826bb20" name="aa281246a2ad06ed9737e7ef7c826bb20"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#aa281246a2ad06ed9737e7ef7c826bb20">◆ </a></span>extract_metadata_mobi()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.extract_metadata_mobi </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>book</em> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ae6a363b1a623bc4540030552aa53a6b6" name="ae6a363b1a623bc4540030552aa53a6b6"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ae6a363b1a623bc4540030552aa53a6b6">◆ </a></span>extract_metadata_pdf()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.extract_metadata_pdf </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>book</em> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Return extracted metadata
|
||||
:NOTES: Retrieval of data has been problematic, some pdf's providing
|
||||
reliable titles that corespond with the actual, and others being
|
||||
nonsense.
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<a id="a9dec8499f181aee506861142004d002d" name="a9dec8499f181aee506861142004d002d"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a9dec8499f181aee506861142004d002d">◆ </a></span>filter_books()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.filter_books </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Calls scan_folder and filters out book files.
|
||||
|
||||
:returns self._book_list_expanded: json string containing
|
||||
all book metadata
|
||||
</pre>
|
||||
<p>Reimplemented in <a class="el" href="../../db/dda/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Catalogue.html#ad708c5a24143ca6fb38733f62396ee21">src.backend.tests.library_test.Test_Catalogue</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a8cdd73f80daca2b916ca813f3473915f" name="a8cdd73f80daca2b916ca813f3473915f"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a8cdd73f80daca2b916ca813f3473915f">◆ </a></span>import_books()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.import_books </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>list</em> = <code>None</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype">** </td>
|
||||
<td class="paramname"><em>kwargs</em> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Main entry point for import operations.
|
||||
Gets a list of new files via compare_shelf_current.
|
||||
Iterates over list and inserts new books into database.
|
||||
</pre>
|
||||
<p>Reimplemented in <a class="el" href="../../dc/ded/classsrc_1_1backend_1_1lib_1_1overide_1_1ACatalogue.html#ad4f260f1a97999cda3e663890fb4edfb">src.backend.lib.overide.ACatalogue</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a84b65fe5bef35dcd0a163c223a95820c" name="a84b65fe5bef35dcd0a163c223a95820c"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a84b65fe5bef35dcd0a163c223a95820c">◆ </a></span>process_by_filetype()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.process_by_filetype </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>book</em> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Determine books filetype and process.</pre>
|
||||
</div>
|
||||
</div>
|
||||
<a id="adf0de9eb2e0994b196fb754ae8395a0d" name="adf0de9eb2e0994b196fb754ae8395a0d"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#adf0de9eb2e0994b196fb754ae8395a0d">◆ </a></span>process_epub()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.process_epub </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>book</em></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Return dictionary of epub file contents</pre>
|
||||
</div>
|
||||
</div>
|
||||
<a id="a204c5171b7de8ddd199563fd1b252032" name="a204c5171b7de8ddd199563fd1b252032"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a204c5171b7de8ddd199563fd1b252032">◆ </a></span>scan_folder()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.scan_folder </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>self</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>_path</em> = <code>None</code> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<pre class="fragment">Scan folder by _path, allows recurisive scanning
|
||||
</pre>
|
||||
<p>Reimplemented in <a class="el" href="../../dc/ded/classsrc_1_1backend_1_1lib_1_1overide_1_1ACatalogue.html#a05513be274e038d26b2d385e6e98e918">src.backend.lib.overide.ACatalogue</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ab0584b3c5413ef94048ddebaea000490" name="ab0584b3c5413ef94048ddebaea000490"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ab0584b3c5413ef94048ddebaea000490">◆ </a></span>stripTags()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">def src.backend.lib.library.Catalogue.stripTags </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname"><em>source</em></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Data Documentation</h2>
|
||||
<a id="a340d869b8f7c16007773de40a24005ce" name="a340d869b8f7c16007773de40a24005ce"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a340d869b8f7c16007773de40a24005ce">◆ </a></span>book_folder</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.book_folder</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a1129571b5c1a358e71d125cc47f9bf36" name="a1129571b5c1a358e71d125cc47f9bf36"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a1129571b5c1a358e71d125cc47f9bf36">◆ </a></span>books</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.books</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="afb43be37337c74fc1bfe1415ded423f9" name="afb43be37337c74fc1bfe1415ded423f9"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#afb43be37337c74fc1bfe1415ded423f9">◆ </a></span>config</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.config</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a576649115ba3717c475d60eae96f6204" name="a576649115ba3717c475d60eae96f6204"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a576649115ba3717c475d60eae96f6204">◆ </a></span>cover_regx</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.cover_regx</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="acd6cb62aae1221ee590734b70f76888a" name="acd6cb62aae1221ee590734b70f76888a"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#acd6cb62aae1221ee590734b70f76888a">◆ </a></span>db_pointer</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.db_pointer</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ac443ee74f10c7e2e128ddb2f0dfe045e" name="ac443ee74f10c7e2e128ddb2f0dfe045e"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ac443ee74f10c7e2e128ddb2f0dfe045e">◆ </a></span>file_list</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.file_list</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a686b224643b060423a49a017d4a7abd8" name="a686b224643b060423a49a017d4a7abd8"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a686b224643b060423a49a017d4a7abd8">◆ </a></span>html_regx</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.html_regx</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a2026c090be4f55cfe941d16a01b4ea75" name="a2026c090be4f55cfe941d16a01b4ea75"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a2026c090be4f55cfe941d16a01b4ea75">◆ </a></span>opf_regx</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.opf_regx</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a3e5edca4ab942e3f71958c90b5c45023" name="a3e5edca4ab942e3f71958c90b5c45023"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a3e5edca4ab942e3f71958c90b5c45023">◆ </a></span>root_dir</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.root_dir</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ab68843b8153b9e8ba51d0a4fa541568e" name="ab68843b8153b9e8ba51d0a4fa541568e"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ab68843b8153b9e8ba51d0a4fa541568e">◆ </a></span>title_sanitization_dirs_regx</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.title_sanitization_dirs_regx</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ad8ad8ef5c7ea417050d4dd84046d3234" name="ad8ad8ef5c7ea417050d4dd84046d3234"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ad8ad8ef5c7ea417050d4dd84046d3234">◆ </a></span>title_sanitization_lvl2_regx</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.title_sanitization_lvl2_regx</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a8fa7021f8b131c35c0a1d1179b003383" name="a8fa7021f8b131c35c0a1d1179b003383"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a8fa7021f8b131c35c0a1d1179b003383">◆ </a></span>title_sanitization_regx</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">src.backend.lib.library.Catalogue.title_sanitization_regx</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||
<li>src/backend/lib/<a class="el" href="../../">library.py</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -1,67 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Member List</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>tests</b></li><li class="navelem"><b>library_test</b></li><li class="navelem"><a class="el" href="../../d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.html">Test_Config</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">src.backend.tests.library_test.Test_Config Member List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.html">src.backend.tests.library_test.Test_Config</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.html#a5a4b3d09c4ca0533571ad25590558042">__init__</a>(self)</td><td class="entry"><a class="el" href="../../d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.html">src.backend.tests.library_test.Test_Config</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="../../d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.html#a03e5a6c59bffd93c1e81ddc52a84254f">open_file</a>(self, root="config.json")</td><td class="entry"><a class="el" href="../../d3/d29/classsrc_1_1backend_1_1tests_1_1library__test_1_1Test__Config.html">src.backend.tests.library_test.Test_Config</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,69 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Member List</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>tests</b></li><li class="navelem"><b>config_test</b></li><li class="navelem"><a class="el" href="../../df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html">TestConfig</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">src.backend.tests.config_test.TestConfig Member List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html">src.backend.tests.config_test.TestConfig</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>config</b> (defined in <a class="el" href="../../df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html">src.backend.tests.config_test.TestConfig</a>)</td><td class="entry"><a class="el" href="../../df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html">src.backend.tests.config_test.TestConfig</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>test_book_dir</b>(self) (defined in <a class="el" href="../../df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html">src.backend.tests.config_test.TestConfig</a>)</td><td class="entry"><a class="el" href="../../df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html">src.backend.tests.config_test.TestConfig</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>test_title</b>(self) (defined in <a class="el" href="../../df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html">src.backend.tests.config_test.TestConfig</a>)</td><td class="entry"><a class="el" href="../../df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html">src.backend.tests.config_test.TestConfig</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>test_version</b>(self) (defined in <a class="el" href="../../df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html">src.backend.tests.config_test.TestConfig</a>)</td><td class="entry"><a class="el" href="../../df/d83/classsrc_1_1backend_1_1tests_1_1config__test_1_1TestConfig.html">src.backend.tests.config_test.TestConfig</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,69 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Member List</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>lib</b></li><li class="navelem"><b>pyShelf</b></li><li class="navelem"><a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">Admin</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">src.backend.lib.pyShelf.Admin Member List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">src.backend.lib.pyShelf.Admin</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>__init__</b>(self, root) (defined in <a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">src.backend.lib.pyShelf.Admin</a>)</td><td class="entry"><a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">src.backend.lib.pyShelf.Admin</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>config</b> (defined in <a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">src.backend.lib.pyShelf.Admin</a>)</td><td class="entry"><a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">src.backend.lib.pyShelf.Admin</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>createsuperuser</b>(self) (defined in <a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">src.backend.lib.pyShelf.Admin</a>)</td><td class="entry"><a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">src.backend.lib.pyShelf.Admin</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>db</b> (defined in <a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">src.backend.lib.pyShelf.Admin</a>)</td><td class="entry"><a class="el" href="../../d5/d80/classsrc_1_1backend_1_1lib_1_1pyShelf_1_1Admin.html">src.backend.lib.pyShelf.Admin</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,91 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: Member List</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>lib</b></li><li class="navelem"><b>library</b></li><li class="navelem"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">Catalogue</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">src.backend.lib.library.Catalogue Member List</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>__init__</b>(self, config) (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>book_folder</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>books</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a75b4d33e6dee46d4d18e6623d30f6dd2">compare_shelf_current</a>(self)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>config</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>cover_regx</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>db_pointer</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a0993bce2b4fe64a46d96a5eba1d5af50">extract_content</a>(self, book_zip, book)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#abcf0dc2d816393afbfb07ea9f5c152f9">extract_cover_html</a>(self, book_zip, book)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#abd1c3b416586faaabb37515705588a89">extract_cover_image</a>(self, book_zip, book)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a52115c91df4e18f24fd2da9f29ff0a54">extract_metadata_epub</a>(self, book)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>extract_metadata_mobi</b>(self, book) (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#ae6a363b1a623bc4540030552aa53a6b6">extract_metadata_pdf</a>(self, book)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>file_list</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a9dec8499f181aee506861142004d002d">filter_books</a>(self)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>html_regx</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a8cdd73f80daca2b916ca813f3473915f">import_books</a>(self, list=None, **kwargs)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>opf_regx</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a84b65fe5bef35dcd0a163c223a95820c">process_by_filetype</a>(self, book)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#adf0de9eb2e0994b196fb754ae8395a0d">process_epub</a>(book)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>root_dir</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr class="odd"><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html#a204c5171b7de8ddd199563fd1b252032">scan_folder</a>(self, _path=None)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>stripTags</b>(source) (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>title_sanitization_dirs_regx</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>title_sanitization_lvl2_regx</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>title_sanitization_regx</b> (defined in <a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a>)</td><td class="entry"><a class="el" href="../../d5/da5/classsrc_1_1backend_1_1lib_1_1library_1_1Catalogue.html">src.backend.lib.library.Catalogue</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,419 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>pyShelf Open Source Ebook Server: src.backend.lib.models.Book Class Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">pyShelf Open Source Ebook Server<span id="projectnumber"> 0.8.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">FOSS E-Book Server, https://pyshelf.com</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="../../files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="../../annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="../../classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="../../functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><b>src</b></li><li class="navelem"><b>backend</b></li><li class="navelem"><b>lib</b></li><li class="navelem"><b>models</b></li><li class="navelem"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html">Book</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#pub-static-attribs">Static Public Attributes</a> |
|
||||
<a href="../../da/dc1/classsrc_1_1backend_1_1lib_1_1models_1_1Book-members.html">List of all members</a> </div>
|
||||
<div class="headertitle"><div class="title">src.backend.lib.models.Book Class Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="dynheader">
|
||||
Inheritance diagram for src.backend.lib.models.Book:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center">
|
||||
<img src="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.png" usemap="#src.backend.lib.models.Book_map" alt=""/>
|
||||
<map id="src.backend.lib.models.Book_map" name="src.backend.lib.models.Book_map">
|
||||
<area href="../../d6/d90/classsrc_1_1backend_1_1lib_1_1models_1_1Base.html" alt="src.backend.lib.models.Base" shape="rect" coords="0,56,174,80"/>
|
||||
</map>
|
||||
</div></div>
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-static-attribs" name="pub-static-attribs"></a>
|
||||
Static Public Attributes</h2></td></tr>
|
||||
<tr class="memitem:a737a9e51fcaa570c33c47d5b36d7d03d"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#a737a9e51fcaa570c33c47d5b36d7d03d">book_id</a> = mapped_column(primary_key=True, nullable=False)</td></tr>
|
||||
<tr class="separator:a737a9e51fcaa570c33c47d5b36d7d03d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ad5e752c3dc38f3f7a8b75bc2568f761d"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#ad5e752c3dc38f3f7a8b75bc2568f761d">title</a> [str]</td></tr>
|
||||
<tr class="separator:ad5e752c3dc38f3f7a8b75bc2568f761d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a2ecbff54bc7e3eeffc50ac011e3ec40c"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#a2ecbff54bc7e3eeffc50ac011e3ec40c">author</a> [Optional[str]]</td></tr>
|
||||
<tr class="separator:a2ecbff54bc7e3eeffc50ac011e3ec40c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ab011bf618ba0e10701e7aff2c20164bf"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#ab011bf618ba0e10701e7aff2c20164bf">categories</a> [Optional[str]]</td></tr>
|
||||
<tr class="separator:ab011bf618ba0e10701e7aff2c20164bf"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a878c7f0ad45e843c6053e8dcc3d56071"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#a878c7f0ad45e843c6053e8dcc3d56071">cover</a> [Optional[bytes]]</td></tr>
|
||||
<tr class="separator:a878c7f0ad45e843c6053e8dcc3d56071"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a58f47564aa05f4af46714ddc01b50bbf"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#a58f47564aa05f4af46714ddc01b50bbf">pages</a> [Optional[int]]</td></tr>
|
||||
<tr class="separator:a58f47564aa05f4af46714ddc01b50bbf"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:afe545a3a75ffbf9ca4ac263c46af0ccb"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#afe545a3a75ffbf9ca4ac263c46af0ccb">progress</a> [Optional[float]]</td></tr>
|
||||
<tr class="separator:afe545a3a75ffbf9ca4ac263c46af0ccb"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a624d4e1930f6eb21c0777f5125eb0f88"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#a624d4e1930f6eb21c0777f5125eb0f88">file_name</a> [str]</td></tr>
|
||||
<tr class="separator:a624d4e1930f6eb21c0777f5125eb0f88"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a40c111b5aff2b0d39af7254c10520091"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#a40c111b5aff2b0d39af7254c10520091">description</a> [Optional[str]]</td></tr>
|
||||
<tr class="separator:a40c111b5aff2b0d39af7254c10520091"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a611da592b9c2895ba94064def53dc4b6"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#a611da592b9c2895ba94064def53dc4b6">date</a> [timestamp]</td></tr>
|
||||
<tr class="separator:a611da592b9c2895ba94064def53dc4b6"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a66f224e77edf5a87989e640a3f812986"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#a66f224e77edf5a87989e640a3f812986">rights</a> [Optional[str]]</td></tr>
|
||||
<tr class="separator:a66f224e77edf5a87989e640a3f812986"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a42fa535ef8dcaa6e578fef9fcb2a7ba1"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#a42fa535ef8dcaa6e578fef9fcb2a7ba1">tags</a> [Optional[str]]</td></tr>
|
||||
<tr class="separator:a42fa535ef8dcaa6e578fef9fcb2a7ba1"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a1ecd1414d6fb98fbe069ad56a17a4b62"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#a1ecd1414d6fb98fbe069ad56a17a4b62">identifier</a> [Optional[str]]</td></tr>
|
||||
<tr class="separator:a1ecd1414d6fb98fbe069ad56a17a4b62"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ad0ac70b5fb44b2d5b9ea00556874bda8"><td class="memItemLeft" align="right" valign="top">Mapped </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/classsrc_1_1backend_1_1lib_1_1models_1_1Book.html#ad0ac70b5fb44b2d5b9ea00556874bda8">publisher</a> [Optional[str]]</td></tr>
|
||||
<tr class="separator:ad0ac70b5fb44b2d5b9ea00556874bda8"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><pre class="fragment">Book model.</pre> </div><h2 class="groupheader">Member Data Documentation</h2>
|
||||
<a id="a2ecbff54bc7e3eeffc50ac011e3ec40c" name="a2ecbff54bc7e3eeffc50ac011e3ec40c"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a2ecbff54bc7e3eeffc50ac011e3ec40c">◆ </a></span>author</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.author [Optional[str]]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a737a9e51fcaa570c33c47d5b36d7d03d" name="a737a9e51fcaa570c33c47d5b36d7d03d"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a737a9e51fcaa570c33c47d5b36d7d03d">◆ </a></span>book_id</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.book_id = mapped_column(primary_key=True, nullable=False)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ab011bf618ba0e10701e7aff2c20164bf" name="ab011bf618ba0e10701e7aff2c20164bf"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ab011bf618ba0e10701e7aff2c20164bf">◆ </a></span>categories</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.categories [Optional[str]]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a878c7f0ad45e843c6053e8dcc3d56071" name="a878c7f0ad45e843c6053e8dcc3d56071"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a878c7f0ad45e843c6053e8dcc3d56071">◆ </a></span>cover</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.cover [Optional[bytes]]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a611da592b9c2895ba94064def53dc4b6" name="a611da592b9c2895ba94064def53dc4b6"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a611da592b9c2895ba94064def53dc4b6">◆ </a></span>date</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.date [timestamp]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a40c111b5aff2b0d39af7254c10520091" name="a40c111b5aff2b0d39af7254c10520091"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a40c111b5aff2b0d39af7254c10520091">◆ </a></span>description</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.description [Optional[str]]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a624d4e1930f6eb21c0777f5125eb0f88" name="a624d4e1930f6eb21c0777f5125eb0f88"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a624d4e1930f6eb21c0777f5125eb0f88">◆ </a></span>file_name</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.file_name [str]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a1ecd1414d6fb98fbe069ad56a17a4b62" name="a1ecd1414d6fb98fbe069ad56a17a4b62"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a1ecd1414d6fb98fbe069ad56a17a4b62">◆ </a></span>identifier</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.identifier [Optional[str]]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a58f47564aa05f4af46714ddc01b50bbf" name="a58f47564aa05f4af46714ddc01b50bbf"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a58f47564aa05f4af46714ddc01b50bbf">◆ </a></span>pages</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.pages [Optional[int]]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="afe545a3a75ffbf9ca4ac263c46af0ccb" name="afe545a3a75ffbf9ca4ac263c46af0ccb"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#afe545a3a75ffbf9ca4ac263c46af0ccb">◆ </a></span>progress</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.progress [Optional[float]]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ad0ac70b5fb44b2d5b9ea00556874bda8" name="ad0ac70b5fb44b2d5b9ea00556874bda8"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ad0ac70b5fb44b2d5b9ea00556874bda8">◆ </a></span>publisher</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.publisher [Optional[str]]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a66f224e77edf5a87989e640a3f812986" name="a66f224e77edf5a87989e640a3f812986"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a66f224e77edf5a87989e640a3f812986">◆ </a></span>rights</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.rights [Optional[str]]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a42fa535ef8dcaa6e578fef9fcb2a7ba1" name="a42fa535ef8dcaa6e578fef9fcb2a7ba1"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a42fa535ef8dcaa6e578fef9fcb2a7ba1">◆ </a></span>tags</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.tags [Optional[str]]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ad5e752c3dc38f3f7a8b75bc2568f761d" name="ad5e752c3dc38f3f7a8b75bc2568f761d"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ad5e752c3dc38f3f7a8b75bc2568f761d">◆ </a></span>title</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Mapped src.backend.lib.models.Book.title [str]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||
<li>src/backend/lib/<a class="el" href="../../">models.py</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Mar 18 2023 00:12:14 for pyShelf Open Source Ebook Server by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 1013 B |