Home
last modified time | relevance | path

Searched full:php (Results 1 – 25 of 13240) sorted by relevance

12345678910>>...530

/plugin/combo/
Ddeleted.files4 syntax/group.php
5 syntax/collapse.php
6 syntax/cardheader.php
7 syntax/cardheading.php
8 syntax/blockquoteheading.php
9 syntax/blockquoteheader.php
10 syntax/blockquotecite.php
11 syntax/noteheader.php
12 syntax/buttonlink.php
13 action/math.php
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/
DHTMLPurifier.includes.php1 <?php
5 * This file was auto-generated by generate-includes.php and includes all of
21 require 'HTMLPurifier.php';
22 require 'HTMLPurifier/Arborize.php';
23 require 'HTMLPurifier/AttrCollections.php';
24 require 'HTMLPurifier/AttrDef.php';
25 require 'HTMLPurifier/AttrTransform.php';
26 require 'HTMLPurifier/AttrTypes.php';
27 require 'HTMLPurifier/AttrValidator.php';
28 require 'HTMLPurifier/Bootstrap.php';
[all …]
DHTMLPurifier.safe-includes.php1 <?php
5 * This file was auto-generated by generate-includes.php and includes all of
15 require_once $__dir . '/HTMLPurifier.php';
16 require_once $__dir . '/HTMLPurifier/Arborize.php';
17 require_once $__dir . '/HTMLPurifier/AttrCollections.php';
18 require_once $__dir . '/HTMLPurifier/AttrDef.php';
19 require_once $__dir . '/HTMLPurifier/AttrTransform.php';
20 require_once $__dir . '/HTMLPurifier/AttrTypes.php';
21 require_once $__dir . '/HTMLPurifier/AttrValidator.php';
22 require_once $__dir . '/HTMLPurifier/Bootstrap.php';
[all …]
/plugin/findologicxmlexport/vendor/composer/
Dautoload_classmap.php1 <?php
3 // autoload_classmap.php @generated by Composer
9 'File_Iterator' => $vendorDir . '/phpunit/php-file-iterator/src/Iterator.php',
10 'File_Iterator_Facade' => $vendorDir . '/phpunit/php-file-iterator/src/Facade.php',
11 'File_Iterator_Factory' => $vendorDir . '/phpunit/php-file-iterator/src/Factory.php',
12 …PHPUnit\\Framework\\Assert' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/Assert.php',
13 …nFailedError' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/AssertionFailedError.php',
14 …BaseTestListener' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/BaseTestListener.php',
15 'PHPUnit\\Framework\\Test' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/Test.php',
16 …nit\\Framework\\TestCase' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/TestCase.php',
[all …]
Dautoload_static.php1 <?php
3 // autoload_static.php @generated by Composer
10 'e88992873b7765f9b5710cab95ba5dd7' => __DIR__ . '/..' . '/hoa/consistency/Prelude.php',
11 … '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
12 '3e76f7f02b41af8cea96018933f6b7e3' => __DIR__ . '/..' . '/hoa/protocol/Wrapper.php',
13 …b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
212 'File_Iterator' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Iterator.php',
213 'File_Iterator_Facade' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Facade.php',
214 'File_Iterator_Factory' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Factory.php',
215 …it\\Framework\\Assert' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/Assert.php',
[all …]
/plugin/struct/
Ddeleted.files4 _test/AccessTableDataDB.test.php
5 _test/AccessTableDataDBMulti.test.php
6 _test/AccessTableDataReplacement.test.php
7 _test/AccessTableDataSQL.test.php
8 _test/AggregationExportCSV.test.php
9 _test/AggregationResults.test.php
10 _test/Assignments.test.php
11 _test/Bureaucracy.test.php
12 _test/Column.test.php
13 _test/ConfigParser.test.php
[all …]
/plugin/oauth/
Ddeleted.files4 _test/checkMail.test.php
5 _test/general.test.php
6 action.php
7 classes/AbstractAdapter.php
8 classes/AbstractAuthService.php
9 classes/Auth0Adapter.php
10 classes/DataportenAdapter.php
11 classes/DoorkeeperAdapter.php
12 classes/FacebookAdapter.php
13 classes/GithubAdapter.php
[all …]
/plugin/dw2pdf/
Ddeleted.files1 vendor/composer/autoload_files.php
2 vendor/mpdf/mpdf/src/functions.php
8 mpdf/classes/barcode.php
9 mpdf/classes/bmp.php
10 mpdf/classes/cssmgr.php
12 mpdf/classes/directw.php
13 mpdf/classes/gif.php
14 mpdf/classes/grad.php
15 mpdf/classes/indic.php
16 mpdf/classes/meter.php
[all …]
/plugin/html2pdf/releases/
Dhtml2pdf_20100120.tar.gz
/plugin/bez/tpl/
Dthreads.php1 <?php /* @var \dokuwiki\plugin\bez\meta\Tpl $tpl */ ?>
3 <?php if (!$tpl->get('no_filters', false)): ?>
5 <?php if ($tpl->factory('thread')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
6 …<a href="<?php echo $tpl->url('thread_report', 'type', $tpl->action() == 'projects' ? 'project' : …
7 <?php echo $tpl->getLang('report_' . $tpl->action()) ?>
9 <?php endif ?>
14 <form action="<?php echo $tpl->url($tpl->action()) ?>" method="post">
16 <label><?php echo $tpl->getLang('reporter') ?>:
18 <option <?php if ($tpl->value('original_poster') == '-all') echo 'selected' ?>
19 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
[all …]
Dreport.php1 <h1><?php echo $tpl->getLang('report') ?></h1>
4 <form action="<?php echo $tpl->url('report') ?>" method="post">
6 …<label><?php echo $tpl->getLang('report from') ?>: <input name="from" value="<?php echo $tpl->valu…
7 …<label><?php echo $tpl->getLang('report to') ?>: <input name="to" value="<?php echo $tpl->value('t…
9 <button><?php echo $tpl->getLang('show') ?></button>
14 <h2><?php echo $tpl->getLang('issues') ?></h2>
18 <th><?php echo $tpl->getLang('type') ?></th>
19 <th><?php echo ucfirst($tpl->getLang('proposal')) ?></th>
20 <th><?php echo ucfirst($tpl->getLang('open')) ?></th>
21 <th><?php echo ucfirst($tpl->getLang('report threads done')) ?></th>
[all …]
Dtasks.php1 <?php /* @var \dokuwiki\plugin\bez\meta\Tpl $tpl */ ?>
3 <?php if (!$tpl->get('no_filters', false)): ?>
5 <?php if ($tpl->factory('task')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
6 …<a href="<?php echo $tpl->url('task_form') ?>" class="bez_start_button" id="bez_report_task_button…
7 <?php echo $tpl->getLang('add_task') ?>
9 <?php endif ?>
14 <form action="<?php echo $tpl->url('tasks') ?>" method="POST">
17 <label><?php echo $tpl->getLang('reporter') ?>:
19 <option <?php if ($tpl->value('original_poster') == '-all') echo 'selected' ?>
20 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
[all …]
D8d.php1 <?php /* @var \dokuwiki\plugin\bez\meta\Tpl $tpl */ ?>
2 <?php $D = 2 ?>
3 <?php if (count($tpl->get('8d_tasks')['correction']) > 0) $D++ ?>
4 <?php if (count($tpl->get('causes')) > 0) $D++ ?>
5 <?php if (count($tpl->get('8d_tasks')['corrective']) > 0) $D++ ?>
6 <?php $corrective_done = array_filter($tpl->get('8d_tasks')['corrective'], function ($task) {
9 <?php if (count($corrective_done) > 0) $D++ ?>
10 <?php if (count($tpl->get('8d_tasks')['preventive']) > 0) $D++ ?>
11 <?php if ($tpl->get('thread')->state == 'closed' || $tpl->get('thread')->state == 'rejected') $D++ …
14 <?php printf($tpl->getLang('8d_report_header'), $D); ?>
[all …]
Dactivity_report.php2 <?php echo $tpl->getLang('activity_report') ?>
6 <form action="<?php echo $tpl->url('activity_report') ?>" method="post">
8 …<label><?php echo $tpl->getLang('report from') ?>: <input name="from" value="<?php echo $tpl->valu…
9 …<label><?php echo $tpl->getLang('report to') ?>: <input name="to" value="<?php echo $tpl->value('t…
11 <button><?php echo $tpl->getLang('show') ?></button>
16 <h2><?php echo $tpl->getLang('activity_in_issues') ?></h2>
20 <th><?php echo $tpl->getLang('user') ?></th>
21 <th><?php echo $tpl->getLang('reporter') ?></th>
22 <th><?php echo $tpl->getLang('coordinator') ?></th>
23 <th><?php echo $tpl->getLang('commentator') ?></th>
[all …]
Dtask.php1 <?php /* @var \dokuwiki\plugin\bez\meta\Tpl $tpl */ ?>
2 <?php if ($tpl->get('task')->thread_id != '' && $tpl->get('task')->thread->acl_of('id') >= BEZ_PERM…
4 <?php
10 <strong><?php echo $tpl->getLang('issue') ?>:</strong>
11 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('task')->thread->id) ?>">
12 #<?php echo $tpl->get('task')->thread->id ?>
15 <?php if ($tpl->get('task')->thread->type == 'project'): ?>
16 <?php echo $tpl->getLang('project') ?>
17 <?php elseif (!empty($tpl->get('task')->thread->label_name)): ?>
18 <?php echo $tpl->get('task')->thread->label_name ?>
[all …]
Dthread.php1 <?php /* @var \dokuwiki\plugin\bez\meta\Tpl $tpl */ ?>
2 <?php include "thread_box.php" ?>
6 …<?php if ($tpl->param('action') == '' && $tpl->get('thread')->user_is_coordinator() && $tpl->get('…
8 …<a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'task_add') ?>#z_…
9 …<span class="bez_awesome">&#xf0fe;</span>&nbsp;&nbsp;<?php echo $tpl->getLang('correction_add' . $…
12 <?php endif ?>
14 <?php foreach ($tpl->get('timeline') as $entity): ?>
15 <?php if ($entity->get_table_name() == 'thread_comment'): ?>
16 <?php $tpl->set('thread_comment', $entity) ?>
17 <?php if ( $tpl->param('action') == 'commcause_edit' &&
[all …]
/plugin/gtime/gtlib/
Dguardtime.php1 <?php
5 * This file is part of the GuardTime PHP SDK.
27 require_once('util/GTException.php');
28 require_once('util/GTUtil.php');
29 require_once('util/GTBaseX.php');
30 require_once('util/GTBase16.php');
31 require_once('util/GTBase32.php');
32 require_once('util/GTBase64.php');
33 require_once('util/GTBigInteger.php');
36 require_once('asn1/ASN1DERDecodable.php');
[all …]
/plugin/confmanager/tpl/
DshowConfigTwoLineLeftImage.php1 <?php $helper = plugin_load('helper', 'confmanager');
9 <h3><?php echo $helper->getLang('user_defined_values') ?></h3>
10 <table class="inline confmanager_twoLine<?php echo ucfirst($this->imageAlignment) ?>Image">
12 <th><?php echo $helper->getLang('key') ?></th>
13 <th><?php echo $helper->getLang('value') ?></th>
14 <th><?php echo $helper->getLang('actions') ?></th>
16 <?php foreach($local as $key => $value):?>
17 <?php $image = $this->getImage('local', $key); ?>
18 <?php $isDefault = array_key_exists($key, $default) ?>
21 <?php if ($image !== '' && $this->imageAlignment == 'left'): ?>
[all …]
/plugin/aichat/vendor/vanderlee/php-sentence/doc/
Dsource-class-SentenceTest.html7 <title>File tests/SentenceTest.php | phpSentence</title>
67 <pre><code><span id="1" class="l"><a href="#1"> 1: </a><span class="xlang">&lt;?php</span>
69 </span><span id="3" class="l"><a href="#3"> 3: </a><span class="php-comment">/**
70 </span></span><span id="4" class="l"><a href="#4"> 4: </a><span class="php-comment"> * Generated b…
71 </span></span><span id="5" class="l"><a href="#5"> 5: </a><span class="php-comment"> */</span>
72 …6" class="l"><a href="#6"> 6: </a><span class="php-keyword1">class</span> SentenceTest <span clas…
74 </span><span id="8" class="l"><a href="#8"> 8: </a> <span class="php-comment">/**
75 </span></span><span id="9" class="l"><a href="#9"> 9: </a><span class="php-comment"> * @var Se…
76 </span></span><span id="10" class="l"><a href="#10"> 10: </a><span class="php-comment"> */</spa…
77 …1" class="l"><a href="#11"> 11: </a> <span class="php-keyword1">protected</span> <span class="p…
[all …]
Dsource-class-Sentence.html7 <title>File classes/Sentence.php | phpSentence</title>
67 <pre><code><span id="1" class="l"><a href="#1"> 1: </a><span class="xlang">&lt;?php</span>
69 </span><span id="3" class="l"><a href="#3"> 3: </a><span class="php-comment">/**
70 </span></span><span id="4" class="l"><a href="#4"> 4: </a><span class="php-comment"> * Segments se…
71 </span></span><span id="5" class="l"><a href="#5"> 5: </a><span class="php-comment"> * Clipping ma…
72 </span></span><span id="6" class="l"><a href="#6"> 6: </a><span class="php-comment"> * Sentence co…
73 </span></span><span id="7" class="l"><a href="#7"> 7: </a><span class="php-comment"> *
74 </span></span><span id="8" class="l"><a href="#8"> 8: </a><span class="php-comment"> * Multibyte s…
75 </span></span><span id="9" class="l"><a href="#9"> 9: </a><span class="php-comment"> * language st…
76 </span></span><span id="10" class="l"><a href="#10"> 10: </a><span class="php-comment"> * latin-alp…
[all …]
/plugin/jplayer/vendor/composer/
Dautoload_classmap.php1 <?php
3 // autoload_classmap.php @generated by Composer
9 'AMFReader' => $vendorDir . '/james-heinrich/getid3/getid3/module.audio-video.flv.php',
10 'AMFStream' => $vendorDir . '/james-heinrich/getid3/getid3/module.audio-video.flv.php',
11 …enceParameterSetReader' => $vendorDir . '/james-heinrich/getid3/getid3/module.audio-video.flv.php',
12 'Image_XMP' => $vendorDir . '/james-heinrich/getid3/getid3/module.tag.xmp.php',
13 'getID3' => $vendorDir . '/james-heinrich/getid3/getid3/getid3.php',
14 'getID3_cached_dbm' => $vendorDir . '/james-heinrich/getid3/getid3/extension.cache.dbm.php',
15 'getID3_cached_mysql' => $vendorDir . '/james-heinrich/getid3/getid3/extension.cache.mysql.php',
16 … 'getID3_cached_mysqli' => $vendorDir . '/james-heinrich/getid3/getid3/extension.cache.mysqli.php',
[all …]
/plugin/authssocas/vendor/composer/
Dautoload_classmap.php1 <?php
3 // autoload_classmap.php @generated by Composer
9 …S_AuthenticationException' => $vendorDir . '/apereo/phpcas/source/CAS/AuthenticationException.php',
10 'CAS_Client' => $vendorDir . '/apereo/phpcas/source/CAS/Client.php',
11 'CAS_CookieJar' => $vendorDir . '/apereo/phpcas/source/CAS/CookieJar.php',
12 'CAS_Exception' => $vendorDir . '/apereo/phpcas/source/CAS/Exception.php',
13 …erminationException' => $vendorDir . '/apereo/phpcas/source/CAS/GracefullTerminationException.php',
14 …InvalidArgumentException' => $vendorDir . '/apereo/phpcas/source/CAS/InvalidArgumentException.php',
15 'CAS_Languages_Catalan' => $vendorDir . '/apereo/phpcas/source/CAS/Languages/Catalan.php',
16 …ges_ChineseSimplified' => $vendorDir . '/apereo/phpcas/source/CAS/Languages/ChineseSimplified.php',
[all …]
/plugin/freechat/phpfreechat/i18n/id_ID/
Dmain.php1 <?php
3 * i18n/id_ID/main.php
29 // line 45 in phpfreechatconfig.class.php
32 // line 201 in phpfreechatconfig.class.php
35 // line 355 in phpfreechat.class.php
38 // line 565 in phpfreechat.class.php
41 // line 392 in phpfreechat.class.php
44 // line 398 in phpfreechat.class.php
47 // line 452 in phpfreechat.class.php
50 // line 468 in phpfreechat.class.php
[all …]
/plugin/freechat/phpfreechat/i18n/eo/
Dmain.php1 <?php
3 * i18n/eo/main.php
29 // line 45 in phpfreechatconfig.class.php
32 // line 201 in phpfreechatconfig.class.php
35 // line 355 in phpfreechat.class.php
38 // line 565 in phpfreechat.class.php
41 // line 392 in phpfreechat.class.php
44 // line 398 in phpfreechat.class.php
47 // line 452 in phpfreechat.class.php
50 // line 468 in phpfreechat.class.php
[all …]
/plugin/freechat/phpfreechat/i18n/ba_BA/
Dmain.php1 <?php
3 * i18n/ba_BA/main.php
29 // line 45 in phpfreechatconfig.class.php
32 // line 201 in phpfreechatconfig.class.php
35 // line 355 in phpfreechat.class.php
38 // line 565 in phpfreechat.class.php
41 // line 392 in phpfreechat.class.php
44 // line 398 in phpfreechat.class.php
47 // line 452 in phpfreechat.class.php
50 // line 468 in phpfreechat.class.php
[all …]

12345678910>>...530