Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pquery
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
pquery
Commits
5682c2df
Commit
5682c2df
authored
Dec 09, 2011
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused pQuery extension interface.
parent
96416a80
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
17 deletions
+7
-17
pquery.array.php
pquery.array.php
+1
-1
pquery.cache.php
pquery.cache.php
+1
-1
pquery.css.php
pquery.css.php
+1
-1
pquery.js.php
pquery.js.php
+1
-1
pquery.php
pquery.php
+0
-10
pquery.sql.php
pquery.sql.php
+1
-1
pquery.template.php
pquery.template.php
+1
-1
pquery.url.php
pquery.url.php
+1
-1
No files found.
pquery.array.php
View file @
5682c2df
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
/**
/**
* @todo Documentation
* @todo Documentation
*/
*/
class
pQueryArray
extends
pQuery
implements
pQueryExtension
{
class
pQueryArray
extends
pQuery
{
static
$accepts
=
array
(
'array'
);
static
$accepts
=
array
(
'array'
);
/**
/**
...
...
pquery.cache.php
View file @
5682c2df
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
* @todo Documentation
* @todo Documentation
* @property string $files
* @property string $files
*/
*/
class
pQueryCache
extends
pQuery
implements
pQueryExtension
{
class
pQueryCache
extends
pQuery
{
const
CACHE_FOLDER
=
'cache/'
;
const
CACHE_FOLDER
=
'cache/'
;
const
ADMINISTRATION_FILE
=
'administration.php'
;
const
ADMINISTRATION_FILE
=
'administration.php'
;
...
...
pquery.css.php
View file @
5682c2df
...
@@ -11,7 +11,7 @@ __p::load_utils('CssParser');
...
@@ -11,7 +11,7 @@ __p::load_utils('CssParser');
/**
/**
* @todo Documentation
* @todo Documentation
*/
*/
class
pQueryCss
extends
pQueryCache
implements
pQueryExtension
{
class
pQueryCss
extends
pQueryCache
{
static
$accepts
=
array
(
'array'
=>
'add_extensions'
,
'string'
=>
'make_array'
);
static
$accepts
=
array
(
'array'
=>
'add_extensions'
,
'string'
=>
'make_array'
);
var
$minify_config
=
array
(
var
$minify_config
=
array
(
...
...
pquery.js.php
View file @
5682c2df
...
@@ -11,7 +11,7 @@ __p::load_utils('jshrink');
...
@@ -11,7 +11,7 @@ __p::load_utils('jshrink');
/**
/**
* @todo Documentation
* @todo Documentation
*/
*/
class
pQueryJs
extends
pQueryCache
implements
pQueryExtension
{
class
pQueryJs
extends
pQueryCache
{
static
$accepts
=
array
(
'array'
=>
'add_extensions'
,
'string'
=>
'make_array'
);
static
$accepts
=
array
(
'array'
=>
'add_extensions'
,
'string'
=>
'make_array'
);
/**
/**
...
...
pquery.php
View file @
5682c2df
...
@@ -301,16 +301,6 @@ class pQueryException extends Exception {
...
@@ -301,16 +301,6 @@ class pQueryException extends Exception {
}
}
/**
* Interface used for extending the jQuery class.
*/
interface
pQueryExtension
{
/**
*
*/
}
/**
/**
* Shortcut constructor for {@link pQuery}.
* Shortcut constructor for {@link pQuery}.
*
*
...
...
pquery.sql.php
View file @
5682c2df
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
* @todo Documentation
* @todo Documentation
* @property $query The query that is being evaluated.
* @property $query The query that is being evaluated.
*/
*/
class
pQuerySql
extends
pQuery
implements
pQueryExtension
{
class
pQuerySql
extends
pQuery
{
static
$accepts
=
array
(
'string'
=>
'parse_query'
,
'resource'
);
static
$accepts
=
array
(
'string'
=>
'parse_query'
,
'resource'
);
/**
/**
...
...
pquery.template.php
View file @
5682c2df
...
@@ -11,7 +11,7 @@ __p::load_utils('block');
...
@@ -11,7 +11,7 @@ __p::load_utils('block');
* @todo Documentation
* @todo Documentation
* @property string $content The template's content.
* @property string $content The template's content.
*/
*/
class
pQueryTemplate
extends
pQuery
implements
pQueryExtension
{
class
pQueryTemplate
extends
pQuery
{
const
DEFAULT_EXTENSION
=
'tpl'
;
const
DEFAULT_EXTENSION
=
'tpl'
;
static
$accepts
=
array
(
'string'
=>
'open_template_file'
);
static
$accepts
=
array
(
'string'
=>
'open_template_file'
);
...
...
pquery.url.php
View file @
5682c2df
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
* @todo Documentation
* @todo Documentation
* @property string $content The template's content.
* @property string $content The template's content.
*/
*/
class
pQueryUrl
extends
pQuery
implements
pQueryExtension
{
class
pQueryUrl
extends
pQuery
{
static
$accepts
=
array
(
'string'
=>
'parse_url'
);
static
$accepts
=
array
(
'string'
=>
'parse_url'
);
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment