Home
last modified time | relevance | path

Searched refs:has (Results 51 – 75 of 1382) sorted by relevance

12345678910>>...56

/plugin/submgr/
H A Dadmin.php41 if ($INPUT->has('d')) {
51 if ($INPUT->has('rm')) {
/plugin/structat/action/
H A Dcache.php50 $INPUT->has(SearchConfigAtParameters::$PARAM_AT)
95 if ($INPUT->has($key)) {
/plugin/swiftmail/Swift/Cache/
H A DDisk.php81 public function has($key) function in Swift_Cache_Disk
94 if (!$this->has($key)) return false;
/plugin/iptrust2/
H A DREADME.md3 This is a fork of the original Plugin by Andriy Lesyuk. It has been modified by Gero Gothe <gero.go…
10 You can create a group ```@publicaccess```. If a namespace has ```read```-rights for this group, it…
/plugin/blogtng/action/
H A Dcomments.php53 if ($INPUT->has('btngo')) {
58 if ($INPUT->has('btngu')) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php36 if ($this->config->has('component-baseurl')) {
139 if ($this->config->has('component')) {
250 if ($this->config->has('component-scriptFilters')) {
/plugin/skipentity/
H A DREADME4 If you want bold, then the bold has to be placed outside the skip-entity markup:
9 entities from the configuration files. But it has a wider usefulness. Please see the plugin page…
/plugin/farmsync/action/
H A Dajax.php59 if ($INPUT->has('farmsync-getstruct')) {
95 if (!$INPUT->has('farmsync-content')) {
114 if ($INPUT->has('farmsync-content')) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md11 We distribute a [PHP Archive (PHAR)](https://php.net/phar) that has all required (as well as some o…
37 Thanks to everyone who has contributed to PHPUnit! You can find a detailed list of contributors on …
43 A very special thanks to everyone who has contributed to the documentation and helps maintain the t…
/plugin/watchcycle/
H A Dadmin.php103 if ($INPUT->has('outdated')) {
112 if ($INPUT->has('sortby') && in_array($INPUT->str('sortby'), $headers)) {
/plugin/slider/
H A Dscreen.css170 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
175 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md131 it as a library. This has been corrected. GitHub #33.
139 `GeoIP2\Database\Reader` class now has an `anonymousIp` method which returns
160 Countries. This has been fixed. Fixes GitHub issue #23.
169 * A `metadata()` method has been added to the `GeoIP2\Database\Reader` class.
177 * The web service client API has been updated for the v2.1 release of the web
181 the `omni` method has been replaced by the `insights` method.
195 * The Phar build was broken with Guzzle 3.9.0+. This has been fixed.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst5 The date function has been added in Twig 1.6.
8 The default timezone support has been added in Twig 1.6.1.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MungeSecretKey.txt
H A DAutoFormat.AutoParagraph.txt
/plugin/custombuttons/
H A Dadmin.php61 if ($INPUT->has('add')) {
83 } elseif ($INPUT->has('delete')) {
/plugin/tagging/action/
H A Dmain.php189 if (!$INPUT->has('id')) {
195 if (!$INPUT->has('oldValue') || !$INPUT->has('newValue')) {
274 * Updates tagging database after a page has been moved/renamed by the move plugin
/plugin/revealjs/
H A Ddoku-substitutes.css78 .has-dark-background .white-only,
82 .has-dark-background .black-only {
/plugin/popupviewer/
H A DREADME.md23 * ```keepOpen``` only has an effect when using a page id, never with an image.
27 You can add JavaScript that is being executed for pages that load in a popup. The script has to be …
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1015 anchor : &A001 This scalar has an anchor.
1021 [ 'anchor' => 'This scalar has an anchor.',
1144 This has one newline.
1149 This has no newline.
1154 This has two newlines.
1161 'stripped' => 'This has no newline.',
1196 This has no newline.
1199 This has no newline.
1341 indicators: this has no comments.
1424 # This sequence has five
[all …]
H A Dmultiple_lines_as_literal_block_leading_space_in_first_line.yml3 the first line has leading spaces
/plugin/refnotes/
H A Drendering.php166 public function has($key) { function in refnotes_renderer_data
411 // Check to see if this note has been seen before
961 if (!$data->has('title')) {
986 if ($data->has('journal')) {
991 elseif ($data->has('booktitle')) {
1298 $authors = $data->has('ref-authors', 'ref-author', 'authors', 'author');
1299 $year = $data->has('published', 'year');
1300 $page = $data->has('page', 'pages');
/plugin/bureaucracyau/
H A DREADME18 Testing has been rudimentary, aside from phpunit tests only
19 template mode has been tested by me. Feedback appreciated.
/plugin/sync/lang/en/
H A Dsync.txt3 The synchronization process has been initiated. Check the progress below.
/plugin/gitlabapi/lang/en/
H A Dsettings.php4 $lang['token.default'] = 'A valid token who has access to all projects.';

12345678910>>...56