repo stringlengths 7 63 | file_url stringlengths 81 284 | file_path stringlengths 5 200 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:02:33 2026-01-05 05:24:06 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/database/migrations/2014_10_12_000000_create_users_table.php | database/migrations/2014_10_12_000000_create_users_table.php | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateUsersTable extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::create('users', function (Blueprint $table): v... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/database/migrations/2014_10_12_100000_create_password_resets_table.php | database/migrations/2014_10_12_100000_create_password_resets_table.php | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreatePasswordResetsTable extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::create('password_resets', function (B... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/database/migrations/2022_08_04_232950_create_admin_permissions_table.php | database/migrations/2022_08_04_232950_create_admin_permissions_table.php | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateAdminPermissionsTable extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::create('admin_permissions', functio... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/database/migrations/2022_08_04_232604_create_dings_table.php | database/migrations/2022_08_04_232604_create_dings_table.php | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateDingsTable extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::create('dings', function (Blueprint $table): v... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/database/migrations/2019_08_19_000000_create_failed_jobs_table.php | database/migrations/2019_08_19_000000_create_failed_jobs_table.php | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateFailedJobsTable extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::create('failed_jobs', function (Blueprint... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/database/migrations/2021_03_22_112703_create_sessions_table.php | database/migrations/2021_03_22_112703_create_sessions_table.php | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateSessionsTable extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::create('sessions', function (Blueprint $tab... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/database/migrations/2019_03_01_000000_create_rules_table.php | database/migrations/2019_03_01_000000_create_rules_table.php | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
class CreateRulesTable extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
$connection = config('lauthz.basic.database.connection') ?: config('database.default');
... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/database/migrations/2022_08_04_232818_create_admin_roles_table.php | database/migrations/2022_08_04_232818_create_admin_roles_table.php | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateAdminRolesTable extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::create('admin_roles', function (Blueprint... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/lang/en/passwords.php | resources/lang/en/passwords.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are giv... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/lang/en/pagination.php | resources/lang/en/pagination.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagi... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/lang/en/validation.php | resources/lang/en/validation.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator c... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/lang/en/auth.php | resources/lang/en/auth.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages th... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/welcome.blade.php | resources/views/welcome.blade.php | <!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Laravel</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Nunito... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/code.blade.php | resources/views/code.blade.php | <!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://g.alicdn.com/dingding/dinglogin/0.0.5/ddLogin.js"></script>
<title>钉钉授权登录二维码</title>
<!-- Fonts -->
... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/loading.blade.php | resources/views/loading.blade.php | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>laravel-casbin-admin {{$app_name}} 授权登录中...... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/l5-swagger/index.blade.php | resources/views/vendor/l5-swagger/index.blade.php | <!-- HTML for static distribution bundle build -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{config('l5-swagger.documentations.'.$documentation.'.api.title')}}</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/html/table.blade.php | resources/views/vendor/mail/html/table.blade.php | <div class="table">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</div>
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/html/layout.blade.php | resources/views/vendor/mail/html/layout.blade.php | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</he... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/html/message.blade.php | resources/views/vendor/mail/html/message.blade.php | @component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
{{ config('app.name') }}
@endcomponent
@endslot
{{-- Body --}}
{{ $slot }}
{{-- Subcopy --}}
@isset($subcopy)
@slot('subcopy')
@component('mail::subcopy')
{{ $subcopy }}
@endcomponent
@endslot
@endisse... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/html/subcopy.blade.php | resources/views/vendor/mail/html/subcopy.blade.php | <table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/html/panel.blade.php | resources/views/vendor/mail/html/panel.blade.php | <table class="panel" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="panel-content">
<table width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="panel-item">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>
</table>
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/html/button.blade.php | resources/views/vendor/mail/html/button.blade.php | <table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
<a... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/html/header.blade.php | resources/views/vendor/mail/html/header.blade.php | <tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
@if (trim($slot) === 'Laravel')
<img src="https://laravel.com/img/notification-logo.png" class="logo" alt="Laravel Logo">
@else
{{ $slot }}
@endif
</a>
</td>
</tr>
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/html/footer.blade.php | resources/views/vendor/mail/html/footer.blade.php | <tr>
<td>
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="content-cell" align="center">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/text/table.blade.php | resources/views/vendor/mail/text/table.blade.php | {{ $slot }}
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/text/layout.blade.php | resources/views/vendor/mail/text/layout.blade.php | {!! strip_tags($header) !!}
{!! strip_tags($slot) !!}
@isset($subcopy)
{!! strip_tags($subcopy) !!}
@endisset
{!! strip_tags($footer) !!}
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/text/message.blade.php | resources/views/vendor/mail/text/message.blade.php | @component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
{{ config('app.name') }}
@endcomponent
@endslot
{{-- Body --}}
{{ $slot }}
{{-- Subcopy --}}
@isset($subcopy)
@slot('subcopy')
... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/text/subcopy.blade.php | resources/views/vendor/mail/text/subcopy.blade.php | {{ $slot }}
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/text/panel.blade.php | resources/views/vendor/mail/text/panel.blade.php | {{ $slot }}
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/text/button.blade.php | resources/views/vendor/mail/text/button.blade.php | {{ $slot }}: {{ $url }}
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/text/header.blade.php | resources/views/vendor/mail/text/header.blade.php | [{{ $slot }}]({{ $url }})
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/mail/text/footer.blade.php | resources/views/vendor/mail/text/footer.blade.php | {{ $slot }}
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/pagination/tailwind.blade.php | resources/views/vendor/pagination/tailwind.blade.php | @if ($paginator->hasPages())
<nav role="navigation" aria-label="Pagination Navigation" class="flex items-center justify-between">
<div class="flex justify-between flex-1 sm:hidden">
@if ($paginator->onFirstPage())
<span class="relative inline-flex items-center px-4 py-2 text-sm f... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/pagination/simple-default.blade.php | resources/views/vendor/pagination/simple-default.blade.php | @if ($paginator->hasPages())
<nav>
<ul class="pagination">
{{-- Previous Page Link --}}
@if ($paginator->onFirstPage())
<li class="disabled" aria-disabled="true"><span>@lang('pagination.previous')</span></li>
@else
<li><a href="{{ $paginato... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/pagination/default.blade.php | resources/views/vendor/pagination/default.blade.php | @if ($paginator->hasPages())
<nav>
<ul class="pagination">
{{-- Previous Page Link --}}
@if ($paginator->onFirstPage())
<li class="disabled" aria-disabled="true" aria-label="@lang('pagination.previous')">
<span aria-hidden="true">‹</span>
... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/pagination/bootstrap-4.blade.php | resources/views/vendor/pagination/bootstrap-4.blade.php | @if ($paginator->hasPages())
<nav>
<ul class="pagination">
{{-- Previous Page Link --}}
@if ($paginator->onFirstPage())
<li class="page-item disabled" aria-disabled="true" aria-label="@lang('pagination.previous')">
<span class="page-link" aria-hidd... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/pagination/simple-bootstrap-4.blade.php | resources/views/vendor/pagination/simple-bootstrap-4.blade.php | @if ($paginator->hasPages())
<nav>
<ul class="pagination">
{{-- Previous Page Link --}}
@if ($paginator->onFirstPage())
<li class="page-item disabled" aria-disabled="true">
<span class="page-link">@lang('pagination.previous')</span>
... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/pagination/semantic-ui.blade.php | resources/views/vendor/pagination/semantic-ui.blade.php | @if ($paginator->hasPages())
<div class="ui pagination menu" role="navigation">
{{-- Previous Page Link --}}
@if ($paginator->onFirstPage())
<a class="icon item disabled" aria-disabled="true" aria-label="@lang('pagination.previous')"> <i class="left chevron icon"></i> </a>
@else
... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/pagination/simple-tailwind.blade.php | resources/views/vendor/pagination/simple-tailwind.blade.php | @if ($paginator->hasPages())
<nav role="navigation" aria-label="Pagination Navigation" class="flex justify-between">
{{-- Previous Page Link --}}
@if ($paginator->onFirstPage())
<span class="relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-500 bg-white border bor... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/vendor/notifications/email.blade.php | resources/views/vendor/notifications/email.blade.php | @component('mail::message')
{{-- Greeting --}}
@if (! empty($greeting))
# {{ $greeting }}
@else
@if ($level === 'error')
# @lang('Whoops!')
@else
# @lang('Hello!')
@endif
@endif
{{-- Intro Lines --}}
@foreach ($introLines as $line)
{{ $line }}
@endforeach
{{-- Action Button --}}
@isset($actionText)
<?php
switch ... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/errors/layout.blade.php | resources/views/errors/layout.blade.php | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>@yield('title')</title>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapi... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/errors/500.blade.php | resources/views/errors/500.blade.php | @extends('errors::minimal')
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __('Server Error'))
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/errors/503.blade.php | resources/views/errors/503.blade.php | @extends('errors::minimal')
@section('title', __('Service Unavailable'))
@section('code', '503')
@section('message', __($exception->getMessage() ?: 'Service Unavailable'))
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/errors/429.blade.php | resources/views/errors/429.blade.php | @extends('errors::minimal')
@section('title', __('Too Many Requests'))
@section('code', '429')
@section('message', __('Too Many Requests'))
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/errors/illustrated-layout.blade.php | resources/views/errors/illustrated-layout.blade.php | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>@yield('title')</title>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/errors/403.blade.php | resources/views/errors/403.blade.php | @extends('errors::minimal')
@section('title', __('Forbidden'))
@section('code', '403')
@section('message', __($exception->getMessage() ?: 'Forbidden'))
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/errors/401.blade.php | resources/views/errors/401.blade.php | @extends('errors::minimal')
@section('title', __('Unauthorized'))
@section('code', '401')
@section('message', __('Unauthorized'))
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/errors/minimal.blade.php | resources/views/errors/minimal.blade.php | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>@yield('title')</title>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapi... | php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/errors/404.blade.php | resources/views/errors/404.blade.php | @extends('errors::minimal')
@section('title', __('Not Found'))
@section('code', '404')
@section('message', __('Not Found'))
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
pl1998/laravel-casbin-admin | https://github.com/pl1998/laravel-casbin-admin/blob/89d76be465237122e88f073d0a0a6519aaf3bd89/resources/views/errors/419.blade.php | resources/views/errors/419.blade.php | @extends('errors::minimal')
@section('title', __('Page Expired'))
@section('code', '419')
@section('message', __('Page Expired'))
| php | Apache-2.0 | 89d76be465237122e88f073d0a0a6519aaf3bd89 | 2026-01-05T05:04:44.676586Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/check_coverage.php | check_coverage.php | #!/usr/bin/env php
<?php
$coverage = new DomDocument();
$coverage->loadHTMLFile('coverage/index.html', LIBXML_NOERROR);
$xpath = new DOMXpath($coverage);
$percentage = $xpath->query('/html/body/div/div/table/tbody/tr[1]/td[3]/div')->item(0);
echo "Code coverage: {$percentage->nodeValue}\n";
if($percentage->nodeValue !... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/RepositoryTrait.php | src/ProcessMaker/Nayra/RepositoryTrait.php | <?php
namespace ProcessMaker\Nayra;
use InvalidArgumentException;
use ProcessMaker\Nayra\Bpmn\Assignment;
use ProcessMaker\Nayra\Bpmn\DataInputAssociation;
use ProcessMaker\Nayra\Bpmn\DataOutputAssociation;
use ProcessMaker\Nayra\Bpmn\Lane;
use ProcessMaker\Nayra\Bpmn\LaneSet;
use ProcessMaker\Nayra\Bpmn\Models\Activ... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Exceptions/InvalidSequenceFlowException.php | src/ProcessMaker/Nayra/Exceptions/InvalidSequenceFlowException.php | <?php
namespace ProcessMaker\Nayra\Exceptions;
use Exception;
/**
* Exception raised if the definition of a process is invalid
*/
class InvalidSequenceFlowException extends Exception
{
}
| php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Exceptions/ElementNotFoundException.php | src/ProcessMaker/Nayra/Exceptions/ElementNotFoundException.php | <?php
namespace ProcessMaker\Nayra\Exceptions;
use OutOfBoundsException;
/**
* Thrown when try to get an element that is not found in the BPMN definitions.
*/
class ElementNotFoundException extends OutOfBoundsException
{
public $elementId;
/**
* Exception constructor.
*
* @param string $id
... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Exceptions/RuntimeException.php | src/ProcessMaker/Nayra/Exceptions/RuntimeException.php | <?php
namespace ProcessMaker\Nayra\Exceptions;
use Exception;
use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface;
/**
* Thrown when try to load a non implemented BPMN tag
*/
class RuntimeException extends Exception
{
/**
* @var FlowNodeInterface
*/
public $element;
public function __con... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Exceptions/ElementNotImplementedException.php | src/ProcessMaker/Nayra/Exceptions/ElementNotImplementedException.php | <?php
namespace ProcessMaker\Nayra\Exceptions;
use DomainException;
/**
* Thrown when try to load a non implemented BPMN tag
*/
class ElementNotImplementedException extends DomainException
{
}
| php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Exceptions/NamespaceNotImplementedException.php | src/ProcessMaker/Nayra/Exceptions/NamespaceNotImplementedException.php | <?php
namespace ProcessMaker\Nayra\Exceptions;
use DomainException;
/**
* Thrown when try to load a non implemented BPMN tag
*/
class NamespaceNotImplementedException extends DomainException
{
}
| php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Exceptions/ActivityWorkException.php | src/ProcessMaker/Nayra/Exceptions/ActivityWorkException.php | <?php
namespace ProcessMaker\Nayra\Exceptions;
use Exception;
/**
* Exception raised during the execution of an activity.
*/
class ActivityWorkException extends Exception
{
}
| php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Storage/BPMNValidator.php | src/ProcessMaker/Nayra/Storage/BPMNValidator.php | <?php
namespace ProcessMaker\Nayra\Storage;
use LibXMLError;
use ProcessMaker\Nayra\Contracts\Storage\BpmnDocumentInterface;
/**
* Validate a BPMN document
*/
class BPMNValidator
{
/**
* @var BpmnDocument
*/
private $document;
/**
* LIBXML errors
*
* @var array
*/
pri... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Storage/BpmnDocument.php | src/ProcessMaker/Nayra/Storage/BpmnDocument.php | <?php
namespace ProcessMaker\Nayra\Storage;
use DOMDocument;
use DOMElement;
use DOMXPath;
use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface;
use ProcessMaker\Nayra\Contracts\Bpmn\AssignmentInterface;
use ProcessMaker\Nayra\Contracts\Bpmn\BoundaryEventInterface;
use ProcessMaker\Nayra\Contracts\Bpmn\CallActivit... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | true |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Storage/BpmnElement.php | src/ProcessMaker/Nayra/Storage/BpmnElement.php | <?php
namespace ProcessMaker\Nayra\Storage;
use DOMAttr;
use DOMElement;
use ProcessMaker\Nayra\Contracts\Bpmn\CallableElementInterface;
use ProcessMaker\Nayra\Contracts\Bpmn\EntityInterface;
use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface;
use ProcessMaker\Nayra\Contracts\Storage\BpmnElementInterface;
use Pr... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/EventBusInterface.php | src/ProcessMaker/Nayra/Contracts/EventBusInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts;
interface EventBusInterface
{
/**
* Register an event listener with the dispatcher.
*
* @param string|array $events
* @param mixed $listener
*
* @return void
*/
public function listen($events, $listener);
/**
* Dete... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/RepositoryInterface.php | src/ProcessMaker/Nayra/Contracts/RepositoryInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts;
use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface;
/**
* Repository interface to create BPMN objects.
*/
interface RepositoryInterface
{
/**
* Creates an instance of the interface passed
*
* @param string $interfaceName Fully qualified name of ... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Storage/BpmnDocumentInterface.php | src/ProcessMaker/Nayra/Contracts/Storage/BpmnDocumentInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Storage;
use ProcessMaker\Nayra\Contracts\Bpmn\EntityInterface;
use ProcessMaker\Nayra\Contracts\Repositories\StorageInterface;
/**
* BPMN DOM file interface
*
*
* @method DOMNode appendChild ( DOMNode $newnode )
* @method string C14N ( bool $exclusive , bool $with_c... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Storage/BpmnElementInterface.php | src/ProcessMaker/Nayra/Contracts/Storage/BpmnElementInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Storage;
/**
* BPMN Element interface
*
*
* @method string C14N( bool $exclusive, bool $with_comments, array $xpath, array $ns_prefixes )
* @method string getAttribute( string $name )
* @method string getAttributeNS( string $namespaceURI , string $localName )
* @met... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/FormalExpressionInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/FormalExpressionInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
use ProcessMaker\Nayra\Contracts\Bpmn\EntityInterface;
interface FormalExpressionInterface extends EntityInterface
{
const BPMN_PROPERTY_LANGUAGE = 'language';
const BPMN_PROPERTY_EVALUATES_TO_TYPE_REF = 'evaluatesToTypeRef';
const BPMN_PROPERTY_BODY =... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/PropertyInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/PropertyInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Property interface.
*/
interface PropertyInterface extends ItemAwareElementInterface
{
}
| php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/MessageEventDefinitionInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/MessageEventDefinitionInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
use ProcessMaker\Nayra\Contracts\Engine\EngineInterface;
/**
* MessageEventDefinition interface.
*/
interface MessageEventDefinitionInterface extends EventDefinitionInterface
{
const EVENT_THROW_EVENT_DEFINITION = 'ThrowMessageEvent';
const EVENT_CATCH_EV... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/ProcessCollectionInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/ProcessCollectionInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Collection of processes.
*/
interface ProcessCollectionInterface extends CollectionInterface
{
/**
* Add an element to the collection.
*
* @param ProcessInterface $element
*
* @return $this
*/
public function add(ProcessI... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/GatewayInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/GatewayInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface;
use ProcessMaker\Nayra\Contracts\RepositoryInterface;
/**
* Gateway used to control how the Process flows.
*/
interface GatewayInterface extends FlowNodeInterface
{
const BPMN_PROPERTY_DEFAULT = 'default... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/InclusiveGatewayInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/InclusiveGatewayInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Inclusive Gateway Interface
*/
interface InclusiveGatewayInterface extends GatewayInterface
{
/**
* Returns the list of conditioned transitions of the gateway
*
* @return \ProcessMaker\Nayra\Bpmn\Collection
*/
public function getCo... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/MessageInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/MessageInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
use ProcessMaker\Nayra\Contracts\RepositoryInterface;
/**
* Behavior that must implement all event messages
*/
interface MessageInterface extends EntityInterface
{
const BPMN_PROPERTY_ITEM = 'item';
const BPMN_PROPERTY_ITEM_REF = 'itemRef';
/**
... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/ConnectionInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/ConnectionInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
use ProcessMaker\Nayra\Bpmn\State;
/**
* Interface to connect States and Transitions nodes.
*/
interface ConnectionInterface
{
/**
* Get the origin node (state or transition) of the connection.
*
* @return ConnectionNodeInterface Origin element
... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/MessageFlowInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/MessageFlowInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* A Message Flow is used to show the flow of Messages between two Participants
* that are prepared to send and receive them.
*/
interface MessageFlowInterface extends EntityInterface
{
const BPMN_PROPERTY_SOURCE = 'source';
const BPMN_PROPERTY_TARGET ... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/IntermediateCatchEventInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/IntermediateCatchEventInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* IntermediateCatchEvent interface.
*/
interface IntermediateCatchEventInterface extends CatchEventInterface
{
/*
* Events defined for the the throw event interface
*/
const EVENT_CATCH_EXCEPTION = 'CatchEventException';
const EVENT_CATCH_T... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/BoundaryEventInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/BoundaryEventInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* BoundaryEventInterface interface.
*/
interface BoundaryEventInterface extends CatchEventInterface
{
const BPMN_PROPERTY_CANCEL_ACTIVITY = 'cancelActivity';
const BPMN_PROPERTY_ATTACHED_TO = 'attachedTo';
const BPMN_PROPERTY_ATTACHED_TO_REF = 'at... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/EndEventInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/EndEventInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* End event interface.
*/
interface EndEventInterface extends ThrowEventInterface
{
}
| php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/ParticipantInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/ParticipantInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Participant of a Collaboration.
*/
interface ParticipantInterface extends EntityInterface
{
const BPMN_PROPERTY_PROCESS = 'process';
const BPMN_PROPERTY_PROCESS_REF = 'processRef';
const BPMN_PROPERTY_PARTICIPANT_MULTIPICITY = 'participantMultip... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/ErrorInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/ErrorInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* ErrorInterface for the ErrorEventDefinition.
*/
interface ErrorInterface extends EntityInterface
{
const BPMN_PROPERTY_ERROR_CODE = 'errorCode';
/**
* Get the error code of the ErrorEventDefinition
*
* @return string
*/
public... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/CollectionInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/CollectionInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
use SeekableIterator;
use Countable;
/**
* CollectionInterface
*/
interface CollectionInterface extends SeekableIterator, Countable
{
/**
* Count the elements of the collection.
*
* @return int
*/
public function count();
/**
... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/ShapeCollectionInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/ShapeCollectionInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Collection of shapes.
*/
interface ShapeCollectionInterface extends CollectionInterface
{
/**
* Add an element to the collection.
*
* @param ShapeInterface $element
*
* @return $this
*/
public function add(ShapeInterface ... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/IntermediateThrowEventInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/IntermediateThrowEventInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* IntermediateThrowEvent interface.
*/
interface IntermediateThrowEventInterface extends ThrowEventInterface
{
}
| php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/ObservableInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/ObservableInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Observable interface.
*/
interface ObservableInterface
{
/**
* Returns the list of observers of the object
*
* @return array
*/
public function getObservers();
/**
* Returns the list of observers of the object
*
... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/StartEventInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/StartEventInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface;
/**
* End event interface.
*/
interface StartEventInterface extends CatchEventInterface
{
/**
* Start event.
*
* @param \ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInt... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/CorrelationPropertyInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/CorrelationPropertyInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
interface CorrelationPropertyInterface extends EntityInterface
{
/**
* Get the type of the CorrelationProperty.
*
* @return string
*/
public function getType();
/**
* Get the CorrelationPropertyRetrievalExpressions for this Corre... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/ShapeInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/ShapeInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Shape related to an element of the process.
*/
interface ShapeInterface extends EntityInterface
{
/**
* Type of element.
*/
const TYPE = 'bpmnShape';
/**
* Properties.
*/
const PROPERTIES = [
'BOU_UID' => '',
... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/ActivityInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/ActivityInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Activity interface.
*/
interface ActivityInterface extends FlowNodeInterface
{
/**
* Events defined for Activity
*/
const EVENT_ACTIVITY_ACTIVATED = 'ActivityActivated';
const EVENT_ACTIVITY_COMPLETED = 'ActivityCompleted';
const E... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/CallableElementInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/CallableElementInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
use ProcessMaker\Nayra\Contracts\Engine\EngineInterface;
use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface;
/**
* CallableElement interface.
*/
interface CallableElementInterface extends EntityInterface
{
/**
* Set the engine that control... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/StateInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/StateInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface;
/**
* State of a node in which tokens can be received.
*/
interface StateInterface extends TraversableInterface, ObservableInterface, ConnectionNodeInterface
{
const EVENT_TOKEN_ARRIVED = 'Tok... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/EntityInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/EntityInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
use ProcessMaker\Nayra\Contracts\Repositories\StorageInterface;
use ProcessMaker\Nayra\Contracts\RepositoryInterface;
use ProcessMaker\Nayra\Contracts\Storage\BpmnElementInterface;
/**
* Entity could get and set properties for an bpmn element.
*/
interface EntityI... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/TransitionInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/TransitionInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface;
/**
* Rule that defines if a flow node can be transit.
*/
interface TransitionInterface extends ConnectionNodeInterface, ObservableInterface
{
const EVENT_BEFORE_TRANSIT = 'BeforeTransit';
... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/ExclusiveGatewayInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/ExclusiveGatewayInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Exclusive Gateway Interface
*/
interface ExclusiveGatewayInterface extends GatewayInterface
{
/**
* Returns the list of conditioned transitions of the gateway
*
* @return \ProcessMaker\Nayra\Bpmn\Collection
*/
public function getCo... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/OutputSetInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/OutputSetInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* OutputSet interface.
*/
interface OutputSetInterface extends EntityInterface
{
const BPMN_PROPERTY_DATA_OUTPUTS = 'dataOutputs';
const BPMN_PROPERTY_DATA_OUTPUT_REFS = 'dataOutputRefs';
/**
* Get DataOutput elements that MAY collectively be... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/OperationInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/OperationInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Operation interface.
*/
interface OperationInterface extends EntityInterface
{
const BPMN_TAG = 'operation';
const BPMN_PROPERTY_IMPLEMENTATION = 'implementationRef';
const BPMN_PROPERTY_IN_MESSAGE = 'inMessage';
const BPMN_PROPERTY_IN_MESS... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/TerminateEventDefinitionInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/TerminateEventDefinitionInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* ConditionalEventDefinition interface.
*/
interface TerminateEventDefinitionInterface extends EventDefinitionInterface
{
const EVENT_THROW_EVENT_DEFINITION = 'ThrowTerminateEvent';
const EVENT_CATCH_EVENT_DEFINITION = 'CatchTerminateEvent';
}
| php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/ActivityCollectionInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/ActivityCollectionInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Collection of activities.
*/
interface ActivityCollectionInterface extends CollectionInterface
{
/**
* Add an element to the collection.
*
* @param ActivityInterface $element
*
* @return $this
*/
public function add(Activ... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/ConditionedTransitionInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/ConditionedTransitionInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Interface for a conditioned transition.
*/
interface ConditionedTransitionInterface
{
/**
* Set the condition function.
*
* @param callable $condition
*
* @return $this
*/
public function setCondition(callable $condition)... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/LoopCardinalityInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/LoopCardinalityInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* Activity interface.
*/
interface LoopCardinalityInterface extends FlowNodeInterface
{
/**
* Events defined for Activity
*/
const EVENT_ACTIVITY_ACTIVATED = 'ActivityActivated';
const EVENT_ACTIVITY_COMPLETED = 'ActivityCompleted';
... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/CorrelationPropertyRetrievalExpressionInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/CorrelationPropertyRetrievalExpressionInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
interface CorrelationPropertyRetrievalExpressionInterface
{
/**
* Get the specific Message the FormalExpression extracts the
* CorrelationProperty from.
*
* @return MessageInterface
*/
public function getMessage();
/**
* Get... | php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
ProcessMaker/nayra | https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Contracts/Bpmn/DataOutputAssociationInterface.php | src/ProcessMaker/Nayra/Contracts/Bpmn/DataOutputAssociationInterface.php | <?php
namespace ProcessMaker\Nayra\Contracts\Bpmn;
/**
* DataOutputAssociation interface.
*/
interface DataOutputAssociationInterface extends DataAssociationInterface
{
}
| php | Apache-2.0 | 19d721d6bd27f80d33288125488b244e83b6e191 | 2026-01-05T05:04:52.897638Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.