Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
07220921
Commit
07220921
authored
Aug 17, 2012
by
aspilicious
Committed by
tim.plunkett
Oct 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1735070
by aspilicious: Fix @file blocks.
parent
1e44000f
Changes
137
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
137 changed files
with
164 additions
and
126 deletions
+164
-126
lib/Drupal/views/Plugin/views/Handler.php
lib/Drupal/views/Plugin/views/Handler.php
+1
-0
lib/Drupal/views/Plugin/views/area/Result.php
lib/Drupal/views/Plugin/views/area/Result.php
+1
-1
lib/Drupal/views/Plugin/views/argument/Broken.php
lib/Drupal/views/Plugin/views/argument/Broken.php
+1
-1
lib/Drupal/views/Plugin/views/display_extender/DefaultDisplayExtender.php
.../Plugin/views/display_extender/DefaultDisplayExtender.php
+1
-0
lib/Drupal/views/Plugin/views/field/Broken.php
lib/Drupal/views/Plugin/views/field/Broken.php
+1
-1
lib/Drupal/views/Plugin/views/field/FileSize.php
lib/Drupal/views/Plugin/views/field/FileSize.php
+3
-1
lib/Drupal/views/Plugin/views/field/Xss.php
lib/Drupal/views/Plugin/views/field/Xss.php
+2
-0
lib/Drupal/views/Plugin/views/filter/Broken.php
lib/Drupal/views/Plugin/views/filter/Broken.php
+1
-1
lib/Drupal/views/Plugin/views/sort/Broken.php
lib/Drupal/views/Plugin/views/sort/Broken.php
+1
-1
lib/Drupal/views/Plugin/views/wizard/WizardException.php
lib/Drupal/views/Plugin/views/wizard/WizardException.php
+1
-0
lib/Drupal/views/Plugin/views/wizard/WizardInterface.php
lib/Drupal/views/Plugin/views/wizard/WizardInterface.php
+1
-0
lib/Views/aggregator/Plugin/views/argument/CategoryCid.php
lib/Views/aggregator/Plugin/views/argument/CategoryCid.php
+1
-1
lib/Views/aggregator/Plugin/views/argument/Fid.php
lib/Views/aggregator/Plugin/views/argument/Fid.php
+1
-1
lib/Views/aggregator/Plugin/views/argument/Iid.php
lib/Views/aggregator/Plugin/views/argument/Iid.php
+1
-1
lib/Views/aggregator/Plugin/views/field/Category.php
lib/Views/aggregator/Plugin/views/field/Category.php
+1
-1
lib/Views/aggregator/Plugin/views/field/TitleLink.php
lib/Views/aggregator/Plugin/views/field/TitleLink.php
+1
-1
lib/Views/aggregator/Plugin/views/field/Xss.php
lib/Views/aggregator/Plugin/views/field/Xss.php
+1
-1
lib/Views/aggregator/Plugin/views/filter/CategoryCid.php
lib/Views/aggregator/Plugin/views/filter/CategoryCid.php
+1
-1
lib/Views/aggregator/Plugin/views/row/Rss.php
lib/Views/aggregator/Plugin/views/row/Rss.php
+1
-1
lib/Views/book/Plugin/views/argument_default/Root.php
lib/Views/book/Plugin/views/argument_default/Root.php
+1
-1
lib/Views/comment/Plugin/views/argument/UserUid.php
lib/Views/comment/Plugin/views/argument/UserUid.php
+1
-1
lib/Views/comment/Plugin/views/field/Comment.php
lib/Views/comment/Plugin/views/field/Comment.php
+1
-1
lib/Views/comment/Plugin/views/field/Depth.php
lib/Views/comment/Plugin/views/field/Depth.php
+1
-1
lib/Views/comment/Plugin/views/field/LInkDelete.php
lib/Views/comment/Plugin/views/field/LInkDelete.php
+1
-1
lib/Views/comment/Plugin/views/field/LastTimestamp.php
lib/Views/comment/Plugin/views/field/LastTimestamp.php
+1
-1
lib/Views/comment/Plugin/views/field/Link.php
lib/Views/comment/Plugin/views/field/Link.php
+1
-1
lib/Views/comment/Plugin/views/field/LinkApprove.php
lib/Views/comment/Plugin/views/field/LinkApprove.php
+1
-1
lib/Views/comment/Plugin/views/field/LinkEdit.php
lib/Views/comment/Plugin/views/field/LinkEdit.php
+1
-1
lib/Views/comment/Plugin/views/field/LinkReply.php
lib/Views/comment/Plugin/views/field/LinkReply.php
+1
-1
lib/Views/comment/Plugin/views/field/NcsLastCommentName.php
lib/Views/comment/Plugin/views/field/NcsLastCommentName.php
+1
-1
lib/Views/comment/Plugin/views/field/NcsLastUpdated.php
lib/Views/comment/Plugin/views/field/NcsLastUpdated.php
+1
-1
lib/Views/comment/Plugin/views/field/NodeComment.php
lib/Views/comment/Plugin/views/field/NodeComment.php
+1
-1
lib/Views/comment/Plugin/views/field/NodeLink.php
lib/Views/comment/Plugin/views/field/NodeLink.php
+1
-1
lib/Views/comment/Plugin/views/field/NodeNewComments.php
lib/Views/comment/Plugin/views/field/NodeNewComments.php
+1
-1
lib/Views/comment/Plugin/views/field/Username.php
lib/Views/comment/Plugin/views/field/Username.php
+1
-1
lib/Views/comment/Plugin/views/filter/NcsLastUpdated.php
lib/Views/comment/Plugin/views/filter/NcsLastUpdated.php
+1
-1
lib/Views/comment/Plugin/views/filter/NodeComment.php
lib/Views/comment/Plugin/views/filter/NodeComment.php
+1
-1
lib/Views/comment/Plugin/views/filter/UserUid.php
lib/Views/comment/Plugin/views/filter/UserUid.php
+1
-1
lib/Views/comment/Plugin/views/row/Rss.php
lib/Views/comment/Plugin/views/row/Rss.php
+1
-1
lib/Views/comment/Plugin/views/row/View.php
lib/Views/comment/Plugin/views/row/View.php
+1
-1
lib/Views/comment/Plugin/views/sort/NcsLastCommentName.php
lib/Views/comment/Plugin/views/sort/NcsLastCommentName.php
+1
-1
lib/Views/comment/Plugin/views/sort/NcsLastUpdated.php
lib/Views/comment/Plugin/views/sort/NcsLastUpdated.php
+1
-1
lib/Views/comment/Plugin/views/sort/Thread.php
lib/Views/comment/Plugin/views/sort/Thread.php
+1
-1
lib/Views/contact/Plugin/views/field/ContactLink.php
lib/Views/contact/Plugin/views/field/ContactLink.php
+1
-1
lib/Views/field/Plugin/views/argument/ListString.php
lib/Views/field/Plugin/views/argument/ListString.php
+1
-1
lib/Views/field/Plugin/views/field/Field.php
lib/Views/field/Plugin/views/field/Field.php
+1
-1
lib/Views/field/Plugin/views/filter/FieldList.php
lib/Views/field/Plugin/views/filter/FieldList.php
+1
-1
lib/Views/field/Plugin/views/relationship/EntityReverse.php
lib/Views/field/Plugin/views/relationship/EntityReverse.php
+1
-1
lib/Views/file/Plugin/views/argument/Fid.php
lib/Views/file/Plugin/views/argument/Fid.php
+1
-1
lib/Views/file/Plugin/views/field/File.php
lib/Views/file/Plugin/views/field/File.php
+1
-1
lib/Views/file/Plugin/views/field/FileMime.php
lib/Views/file/Plugin/views/field/FileMime.php
+1
-1
lib/Views/file/Plugin/views/field/Status.php
lib/Views/file/Plugin/views/field/Status.php
+1
-1
lib/Views/file/Plugin/views/field/Uri.php
lib/Views/file/Plugin/views/field/Uri.php
+1
-1
lib/Views/file/Plugin/views/filter/Status.php
lib/Views/file/Plugin/views/filter/Status.php
+1
-1
lib/Views/filter/Plugin/views/field/FormatName.php
lib/Views/filter/Plugin/views/field/FormatName.php
+1
-1
lib/Views/locale/Plugin/views/argument/Language.php
lib/Views/locale/Plugin/views/argument/Language.php
+1
-1
lib/Views/locale/Plugin/views/field/Language.php
lib/Views/locale/Plugin/views/field/Language.php
+1
-1
lib/Views/locale/Plugin/views/field/LinkEdit.php
lib/Views/locale/Plugin/views/field/LinkEdit.php
+1
-1
lib/Views/locale/Plugin/views/field/NodeLanguage.php
lib/Views/locale/Plugin/views/field/NodeLanguage.php
+1
-1
lib/Views/locale/Plugin/views/filter/Language.php
lib/Views/locale/Plugin/views/filter/Language.php
+1
-1
lib/Views/locale/Plugin/views/filter/NodeLanguage.php
lib/Views/locale/Plugin/views/filter/NodeLanguage.php
+1
-1
lib/Views/locale/Plugin/views/filter/Version.php
lib/Views/locale/Plugin/views/filter/Version.php
+1
-1
lib/Views/node/Plugin/views/argument/CreatedDay.php
lib/Views/node/Plugin/views/argument/CreatedDay.php
+5
-0
lib/Views/node/Plugin/views/argument/CreatedFullDate.php
lib/Views/node/Plugin/views/argument/CreatedFullDate.php
+5
-0
lib/Views/node/Plugin/views/argument/CreatedMonth.php
lib/Views/node/Plugin/views/argument/CreatedMonth.php
+5
-0
lib/Views/node/Plugin/views/argument/CreatedWeek.php
lib/Views/node/Plugin/views/argument/CreatedWeek.php
+5
-0
lib/Views/node/Plugin/views/argument/CreatedYear.php
lib/Views/node/Plugin/views/argument/CreatedYear.php
+5
-0
lib/Views/node/Plugin/views/argument/CreatedYearMonth.php
lib/Views/node/Plugin/views/argument/CreatedYearMonth.php
+5
-0
lib/Views/node/Plugin/views/argument/Language.php
lib/Views/node/Plugin/views/argument/Language.php
+1
-1
lib/Views/node/Plugin/views/argument/Nid.php
lib/Views/node/Plugin/views/argument/Nid.php
+1
-1
lib/Views/node/Plugin/views/argument/Type.php
lib/Views/node/Plugin/views/argument/Type.php
+1
-1
lib/Views/node/Plugin/views/argument/UidRevision.php
lib/Views/node/Plugin/views/argument/UidRevision.php
+1
-1
lib/Views/node/Plugin/views/argument/Vid.php
lib/Views/node/Plugin/views/argument/Vid.php
+1
-1
lib/Views/node/Plugin/views/argument_default/Node.php
lib/Views/node/Plugin/views/argument_default/Node.php
+1
-1
lib/Views/node/Plugin/views/argument_validator/Node.php
lib/Views/node/Plugin/views/argument_validator/Node.php
+1
-1
lib/Views/node/Plugin/views/field/HistoryUserTimestamp.php
lib/Views/node/Plugin/views/field/HistoryUserTimestamp.php
+1
-1
lib/Views/node/Plugin/views/field/Link.php
lib/Views/node/Plugin/views/field/Link.php
+1
-1
lib/Views/node/Plugin/views/field/LinkDelete.php
lib/Views/node/Plugin/views/field/LinkDelete.php
+1
-1
lib/Views/node/Plugin/views/field/Node.php
lib/Views/node/Plugin/views/field/Node.php
+1
-1
lib/Views/node/Plugin/views/field/Path.php
lib/Views/node/Plugin/views/field/Path.php
+1
-1
lib/Views/node/Plugin/views/field/Revision.php
lib/Views/node/Plugin/views/field/Revision.php
+1
-1
lib/Views/node/Plugin/views/field/RevisionLink.php
lib/Views/node/Plugin/views/field/RevisionLink.php
+1
-1
lib/Views/node/Plugin/views/field/RevisionLinkDelete.php
lib/Views/node/Plugin/views/field/RevisionLinkDelete.php
+1
-1
lib/Views/node/Plugin/views/field/RevisionLinkRevert.php
lib/Views/node/Plugin/views/field/RevisionLinkRevert.php
+1
-1
lib/Views/node/Plugin/views/field/Type.php
lib/Views/node/Plugin/views/field/Type.php
+1
-1
lib/Views/node/Plugin/views/filter/Access.php
lib/Views/node/Plugin/views/filter/Access.php
+1
-1
lib/Views/node/Plugin/views/filter/HistoryUserTimestamp.php
lib/Views/node/Plugin/views/filter/HistoryUserTimestamp.php
+1
-1
lib/Views/node/Plugin/views/filter/Status.php
lib/Views/node/Plugin/views/filter/Status.php
+1
-1
lib/Views/node/Plugin/views/filter/Type.php
lib/Views/node/Plugin/views/filter/Type.php
+1
-1
lib/Views/node/Plugin/views/filter/UidRevision.php
lib/Views/node/Plugin/views/filter/UidRevision.php
+1
-1
lib/Views/node/Plugin/views/row/View.php
lib/Views/node/Plugin/views/row/View.php
+1
-1
lib/Views/search/Plugin/views/argument/Search.php
lib/Views/search/Plugin/views/argument/Search.php
+1
-1
lib/Views/search/Plugin/views/field/Score.php
lib/Views/search/Plugin/views/field/Score.php
+1
-1
lib/Views/search/Plugin/views/filter/Search.php
lib/Views/search/Plugin/views/filter/Search.php
+1
-1
lib/Views/search/Plugin/views/row/View.php
lib/Views/search/Plugin/views/row/View.php
+1
-1
lib/Views/search/Plugin/views/sort/Score.php
lib/Views/search/Plugin/views/sort/Score.php
+1
-1
lib/Views/statistics/Plugin/views/field/AccesslogPath.php
lib/Views/statistics/Plugin/views/field/AccesslogPath.php
+1
-1
lib/Views/system/Plugin/views/filter/Type.php
lib/Views/system/Plugin/views/filter/Type.php
+1
-1
lib/Views/taxonomy/Plugin/views/argument/IndexTid.php
lib/Views/taxonomy/Plugin/views/argument/IndexTid.php
+1
-1
lib/Views/taxonomy/Plugin/views/argument/IndexTidDepth.php
lib/Views/taxonomy/Plugin/views/argument/IndexTidDepth.php
+1
-1
lib/Views/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php
.../taxonomy/Plugin/views/argument/IndexTidDepthModifier.php
+1
-1
lib/Views/taxonomy/Plugin/views/argument/Taxonomy.php
lib/Views/taxonomy/Plugin/views/argument/Taxonomy.php
+1
-1
lib/Views/taxonomy/Plugin/views/argument/VocabularyMachineName.php
.../taxonomy/Plugin/views/argument/VocabularyMachineName.php
+1
-1
lib/Views/taxonomy/Plugin/views/argument/VocabularyVid.php
lib/Views/taxonomy/Plugin/views/argument/VocabularyVid.php
+1
-1
lib/Views/taxonomy/Plugin/views/argument_default/Tid.php
lib/Views/taxonomy/Plugin/views/argument_default/Tid.php
+1
-1
lib/Views/taxonomy/Plugin/views/argument_validate/Term.php
lib/Views/taxonomy/Plugin/views/argument_validate/Term.php
+1
-1
lib/Views/taxonomy/Plugin/views/field/LinkEdit.php
lib/Views/taxonomy/Plugin/views/field/LinkEdit.php
+1
-1
lib/Views/taxonomy/Plugin/views/field/Taxonomy.php
lib/Views/taxonomy/Plugin/views/field/Taxonomy.php
+1
-1
lib/Views/taxonomy/Plugin/views/field/TaxonomyIndexTid.php
lib/Views/taxonomy/Plugin/views/field/TaxonomyIndexTid.php
+1
-1
lib/Views/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php
...ws/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php
+1
-1
lib/Views/taxonomy/Plugin/views/filter/VocabularyMachineName.php
...ws/taxonomy/Plugin/views/filter/VocabularyMachineName.php
+1
-1
lib/Views/taxonomy/Plugin/views/filter/VocabularyVid.php
lib/Views/taxonomy/Plugin/views/filter/VocabularyVid.php
+1
-1
lib/Views/taxonomy/Plugin/views/relationship/NodeTermData.php
...Views/taxonomy/Plugin/views/relationship/NodeTermData.php
+1
-1
lib/Views/translation/Plugin/views/argument/NodeTnid.php
lib/Views/translation/Plugin/views/argument/NodeTnid.php
+1
-1
lib/Views/translation/Plugin/views/field/NodeLinkTranslate.php
...iews/translation/Plugin/views/field/NodeLinkTranslate.php
+1
-1
lib/Views/translation/Plugin/views/field/NodeTranslationLink.php
...ws/translation/Plugin/views/field/NodeTranslationLink.php
+1
-1
lib/Views/translation/Plugin/views/filter/NodeTnid.php
lib/Views/translation/Plugin/views/filter/NodeTnid.php
+1
-1
lib/Views/translation/Plugin/views/filter/NodeTnidChild.php
lib/Views/translation/Plugin/views/filter/NodeTnidChild.php
+1
-1
lib/Views/translation/Plugin/views/relationship/Translation.php
...ews/translation/Plugin/views/relationship/Translation.php
+1
-1
lib/Views/user/Plugin/views/argument/Uid.php
lib/Views/user/Plugin/views/argument/Uid.php
+1
-1
lib/Views/user/Plugin/views/argument_default/CurrentUser.php
lib/Views/user/Plugin/views/argument_default/CurrentUser.php
+1
-1
lib/Views/user/Plugin/views/argument_default/User.php
lib/Views/user/Plugin/views/argument_default/User.php
+1
-1
lib/Views/user/Plugin/views/argument_validator/User.php
lib/Views/user/Plugin/views/argument_validator/User.php
+1
-1
lib/Views/user/Plugin/views/field/Language.php
lib/Views/user/Plugin/views/field/Language.php
+1
-1
lib/Views/user/Plugin/views/field/Link.php
lib/Views/user/Plugin/views/field/Link.php
+1
-1
lib/Views/user/Plugin/views/field/LinkCancel.php
lib/Views/user/Plugin/views/field/LinkCancel.php
+1
-1
lib/Views/user/Plugin/views/field/LinkEdit.php
lib/Views/user/Plugin/views/field/LinkEdit.php
+1
-1
lib/Views/user/Plugin/views/field/Mail.php
lib/Views/user/Plugin/views/field/Mail.php
+1
-1
lib/Views/user/Plugin/views/field/Name.php
lib/Views/user/Plugin/views/field/Name.php
+1
-1
lib/Views/user/Plugin/views/field/Permissions.php
lib/Views/user/Plugin/views/field/Permissions.php
+1
-1
lib/Views/user/Plugin/views/field/Picture.php
lib/Views/user/Plugin/views/field/Picture.php
+1
-1
lib/Views/user/Plugin/views/field/Roles.php
lib/Views/user/Plugin/views/field/Roles.php
+1
-1
lib/Views/user/Plugin/views/field/User.php
lib/Views/user/Plugin/views/field/User.php
+1
-1
lib/Views/user/Plugin/views/filter/Name.php
lib/Views/user/Plugin/views/filter/Name.php
+1
-1
lib/Views/user/Plugin/views/filter/Permissions.php
lib/Views/user/Plugin/views/filter/Permissions.php
+1
-1
lib/Views/user/Plugin/views/filter/Roles.php
lib/Views/user/Plugin/views/filter/Roles.php
+1
-1
lib/Views/user/Plugin/views/row/View.php
lib/Views/user/Plugin/views/row/View.php
+1
-1
No files found.
lib/Drupal/views/Plugin/views/Handler.php
View file @
07220921
<?php
/**
* @file
* Definition of Drupal\views\Plugin\views\Handler
...
...
lib/Drupal/views/Plugin/views/area/Result.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\views\Plugin\views\area\
r
esult.
* Definition of Drupal\views\Plugin\views\area\
R
esult.
*/
namespace
Drupal\views\Plugin\views\area
;
...
...
lib/Drupal/views/Plugin/views/argument/Broken.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\views\Plugin\views\argument\Broken
* Definition of Drupal\views\Plugin\views\argument\Broken
.
*/
namespace
Drupal\views\Plugin\views\argument
;
...
...
lib/Drupal/views/Plugin/views/display_extender/DefaultDisplayExtender.php
View file @
07220921
<?php
/**
* @file
* Definition of Drupal\views\Plugin\views\display_extender\DefaultDisplayExtender.
*/
...
...
lib/Drupal/views/Plugin/views/field/Broken.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\views\Plugin\views\field\Broken
* Definition of Drupal\views\Plugin\views\field\Broken
.
*/
namespace
Drupal\views\Plugin\views\field
;
...
...
lib/Drupal/views/Plugin/views/field/FileSize.php
View file @
07220921
<?php
/**
* @file
* Definition of Drupal\views\Plugin\views\field\FileSize
* Definition of Drupal\views\Plugin\views\field\FileSize
.
*/
namespace
Drupal\views\Plugin\views\field
;
use
Drupal\Core\Annotation\Plugin
;
...
...
lib/Drupal/views/Plugin/views/field/Xss.php
View file @
07220921
<?php
/**
* @file
* Definition of Drupal\views\Plugin\views\field\Xss
*/
namespace
Drupal\views\Plugin\views\field
;
use
Drupal\views\Plugin\views\field\FieldPluginBase
;
...
...
lib/Drupal/views/Plugin/views/filter/Broken.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\views\Plugin\views\filter\Broken
* Definition of Drupal\views\Plugin\views\filter\Broken
.
*/
namespace
Drupal\views\Plugin\views\filter
;
...
...
lib/Drupal/views/Plugin/views/sort/Broken.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\views\Plugin\views\sort\Broken
* Definition of Drupal\views\Plugin\views\sort\Broken
.
*/
namespace
Drupal\views\Plugin\views\sort
;
...
...
lib/Drupal/views/Plugin/views/wizard/WizardException.php
View file @
07220921
<?php
/**
* @file
* Definition of Drupal\views\Plugin\views\wizard\WizardException.
...
...
lib/Drupal/views/Plugin/views/wizard/WizardInterface.php
View file @
07220921
<?php
/**
* @file
* Definition of Drupal\views\Plugin\views\wizard\WizardInterface.
...
...
lib/Views/aggregator/Plugin/views/argument/CategoryCid.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_argument_aggregator_c
ategory
_c
id.
* Definition of
V
iews
\aggregator\Plugin\views\argument\C
ategory
C
id.
*/
namespace
Views\aggregator\Plugin\views\argument
;
...
...
lib/Views/aggregator/Plugin/views/argument/Fid.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_argument_aggregator_f
id.
* Definition of
V
iews
\aggregator\Plugin\views\argument\F
id.
*/
namespace
Views\aggregator\Plugin\views\argument
;
...
...
lib/Views/aggregator/Plugin/views/argument/Iid.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_argument_aggregator_i
id.
* Definition of
V
iews
\aggregator\Plugin\views\argument\I
id.
*/
namespace
Views\aggregator\Plugin\views\argument
;
...
...
lib/Views/aggregator/Plugin/views/field/Category.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_aggregator_c
ategory.
* Definition of
V
iews
\aggregator\Plugin\views\field\C
ategory.
*/
namespace
Views\aggregator\Plugin\views\field
;
...
...
lib/Views/aggregator/Plugin/views/field/TitleLink.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_aggregator_t
itle
_l
ink.
* Definition of
V
iews
\aggregator\Plugin\views\field\T
itle
L
ink.
*/
namespace
Views\aggregator\Plugin\views\field
;
...
...
lib/Views/aggregator/Plugin/views/field/Xss.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_aggregator_x
ss.
* Definition of
V
iews
\aggregator\Plugin\views\field\X
ss.
*/
namespace
Views\aggregator\Plugin\views\field
;
...
...
lib/Views/aggregator/Plugin/views/filter/CategoryCid.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_filter_aggregator_c
ategory
_c
id.
* Definition of
V
iews
\aggregator\Plugin\views\filter\C
ategory
C
id.
*/
namespace
Views\aggregator\Plugin\views\filter
;
...
...
lib/Views/aggregator/Plugin/views/row/Rss.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
*
Contains the Aggregator Item RSS row style plugin
.
*
Definition of Views\aggregator\Plugin\views\row\Rss
.
*/
namespace
Views\aggregator\Plugin\views\row
;
...
...
lib/Views/book/Plugin/views/argument_default/Root.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
*
Contains the book root from current node
argument
default
plugin
.
*
Definition of Views\book\Plugin\views\
argument
_
default
\Root
.
*/
namespace
Views\book\Plugin\views\argument_default
;
...
...
lib/Views/comment/Plugin/views/argument/UserUid.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_argument_comment_u
ser
_u
id.
* Definition of
V
iews
\comment\Plugin\views\argument\U
ser
U
id.
*/
namespace
Views\comment\Plugin\views\argument
;
...
...
lib/Views/comment/Plugin/views/field/Comment.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
field
_c
omment.
* Definition of
V
iews
\comment\Plugin\views\
field
\C
omment.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/Depth.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_comment_d
epth.
* Definition of
V
iews
\comment\Plugin\views\field\D
epth.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/LInkDelete.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_comment_link_d
elete.
* Definition of
V
iews
\comment\Plugin\views\field\LinkD
elete.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/LastTimestamp.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
field
_l
ast
_comment_t
imestamp.
* Definition of
V
iews
\comment\Plugin\views\
field
\L
ast
T
imestamp.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/Link.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_comment_l
ink.
* Definition of
V
iews
\comment\Plugin\views\field\L
ink.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/LinkApprove.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_comment_l
ink
_a
pprove.
* Definition of
V
iews
\comment\Plugin\views\field\L
ink
A
pprove.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/LinkEdit.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_comment_link_e
dit.
* Definition of
V
iews
\comment\Plugin\views\field\LinkE
dit.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/LinkReply.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_comment_l
ink
_r
eply.
* Definition of
V
iews
\comment\Plugin\views\field\L
ink
R
eply.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/NcsLastCommentName.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_ncs_l
ast
_c
omment
_n
ame.
* Definition of
V
iews
\comment\Plugin\views\field\NcsL
ast
C
omment
N
ame.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/NcsLastUpdated.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_ncs_l
ast
_u
pdated.
* Definition of
V
iews
\comment\Plugin\views\field\NcsL
ast
U
pdated.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/NodeComment.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
field
_n
ode
_c
omment.
* Definition of
V
iews
\comment\Plugin\views\
field
\N
ode
C
omment.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/NodeLink.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_comment_n
ode
_l
ink.
* Definition of
V
iews
\comment\Plugin\views\field\N
ode
L
ink.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/NodeNewComments.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
field
_n
ode
_new_c
omments.
* Definition of
V
iews
\comment\Plugin\views\
field
\N
ode
NewC
omments.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/field/Username.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_comment_u
sername.
* Definition of
V
iews
\comment\Plugin\views\field\U
sername.
*/
namespace
Views\comment\Plugin\views\field
;
...
...
lib/Views/comment/Plugin/views/filter/NcsLastUpdated.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_filter_ncs_l
ast
_u
pdated.
* Definition of
V
iews
\comment\Plugin\views\filter\NcsL
ast
U
pdated.
*/
namespace
Views\comment\Plugin\views\filter
;
...
...
lib/Views/comment/Plugin/views/filter/NodeComment.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
filter
_n
ode
_c
omment.
* Definition of
V
iews
\comment\Plugin\views\
filter
\N
ode
C
omment.
*/
namespace
Views\comment\Plugin\views\filter
;
...
...
lib/Views/comment/Plugin/views/filter/UserUid.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_filter_comment_u
ser
_u
id.
* Definition of
V
iews
\comment\Plugin\views\filter\U
ser
U
id.
*/
namespace
Views\comment\Plugin\views\filter
;
...
...
lib/Views/comment/Plugin/views/row/Rss.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
*
Contains the comment RSS row style plugin
.
*
Definition of Views\comment\Plugin\views\row\Rss
.
*/
namespace
Views\comment\Plugin\views\row
;
...
...
lib/Views/comment/Plugin/views/row/View.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
*
Contains the node RSS row style plugin
.
*
Definition of Views\comment\Plugin\views\row\View
.
*/
namespace
Views\comment\Plugin\views\row
;
...
...
lib/Views/comment/Plugin/views/sort/NcsLastCommentName.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_sort_ncs_l
ast
_c
omment
_n
ame.
* Definition of
V
iews
\comment\Plugin\views\sort\NcsL
ast
C
omment
N
ame.
*/
namespace
Views\comment\Plugin\views\sort
;
...
...
lib/Views/comment/Plugin/views/sort/NcsLastUpdated.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_sort_ncs_l
ast
_u
pdated.
* Definition of
V
iews
\comment\Plugin\views\sort\NcsL
ast
U
pdated.
*/
namespace
Views\comment\Plugin\views\sort
;
...
...
lib/Views/comment/Plugin/views/sort/Thread.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_sort_comment_t
hread.
* Definition of
V
iews
\comment\Plugin\views\sort\T
hread.
*/
namespace
Views\comment\Plugin\views\sort
;
...
...
lib/Views/contact/Plugin/views/field/ContactLink.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
field
_c
ontact
_l
ink.
* Definition of
V
iews
\contact\Plugin\views\
field
\C
ontact
L
ink.
*/
namespace
Views\contact\Plugin\views\field
;
...
...
lib/Views/field/Plugin/views/argument/ListString.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_argument_field_list_text
.
* Definition of
V
iews
\field\Plugin\views\argument\ListString
.
*/
namespace
Views\field\Plugin\views\argument
;
...
...
lib/Views/field/Plugin/views/field/Field.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
field
_f
ield.
* Definition of
V
iews
\field\Plugin\views\
field
\F
ield.
*/
namespace
Views\field\Plugin\views\field
;
...
...
lib/Views/field/Plugin/views/filter/FieldList.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
filter
_f
ield
_l
ist.
* Definition of
V
iews
\field\Plugin\views\
filter
\F
ield
L
ist.
*/
namespace
Views\field\Plugin\views\filter
;
...
...
lib/Views/field/Plugin/views/relationship/EntityReverse.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
relationship
_e
ntity
_r
everse.
* Definition of
V
iews
\field\Plugin\views\
relationship
\E
ntity
R
everse.
*/
namespace
Views\field\Plugin\views\relationship
;
...
...
lib/Views/file/Plugin/views/argument/Fid.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
argument
_file_f
id.
* Definition of
V
iews
\file\Plugin\views\
argument
\F
id.
*/
namespace
Views\file\Plugin\views\argument
;
...
...
lib/Views/file/Plugin/views/field/File.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
field
_f
ile.
* Definition of
V
iews
\file\Plugin\views\
field
\F
ile.
*/
namespace
Views\file\Plugin\views\field
;
...
...
lib/Views/file/Plugin/views/field/FileMime.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_
field
_f
ile
_filem
ime.
* Definition of
V
iews
\file\Plugin\views\
field
\F
ile
M
ime.
*/
namespace
Views\file\Plugin\views\field
;
...
...
lib/Views/file/Plugin/views/field/Status.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_file_s
tatus.
* Definition of
V
iews
\file\Plugin\views\field\S
tatus.
*/
namespace
Views\file\Plugin\views\field
;
...
...
lib/Views/file/Plugin/views/field/Uri.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_file_u
ri.
* Definition of
V
iews
\file\Plugin\views\field\U
ri.
*/
namespace
Views\file\Plugin\views\field
;
...
...
lib/Views/file/Plugin/views/filter/Status.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_filter_file_s
tatus.
* Definition of
V
iews
\file\Plugin\views\filter\S
tatus.
*/
namespace
Views\file\Plugin\views\filter
;
...
...
lib/Views/filter/Plugin/views/field/FormatName.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_filter_f
ormat
_n
ame.
* Definition of
V
iews
\filter\Plugin\views\field\F
ormat
N
ame.
*/
namespace
Views\filter\Plugin\views\field
;
...
...
lib/Views/locale/Plugin/views/argument/Language.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_argument_locale_l
anguage.
* Definition of
V
iews
\locale\Plugin\views\argument\L
anguage.
*/
namespace
Views\locale\Plugin\views\argument
;
...
...
lib/Views/locale/Plugin/views/field/Language.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_locale_l
anguage.
* Definition of
V
iews
\locale\Plugin\views\field\L
anguage.
*/
namespace
Views\locale\Plugin\views\field
;
...
...
lib/Views/locale/Plugin/views/field/LinkEdit.php
View file @
07220921
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of
v
iews
_handler_field_locale_l
ink
_e
dit.
* Definition of
V
iews
\locale\Plugin\views\field\L
ink
E
dit.
*/
namespace