Showing 10 of 2,044 results.

14. Revised Versions of this License. | License

…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...

getValidationErrors | Validating Workspaces

Returns all validation errors present in the workspace. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getValidationErrors ( ) : Collection ;

14. Revised Versions of this License. | License

…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...

The is:deleted Filter | The "is" Filters

The is:deleted filter allows you to filter comments based on whether or not a comment has been soft deleted. It accepts a boolean value, or the wildcard ( * ) value. The following example returns all comments that were soft deleted: 1 {{ meerkat :...