Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 1382) sorted by relevance

12345678910>>...56

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml40 is preserved in text blocks, YAML has
47 This has one newline.
54 This has no newline.
61 This has four newlines.
68 'clipped' => "This has one newline.\n",
70 'stripped' => 'This has no newline.',
149 This has one newline.
156 This has no newline.
163 This has four newlines.
170 'clipped' => "This has one newline.\n",
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DHelperCollection.php92 if (!$this->has($name)) {
110 return $this->has($name);
120 public function has($name) function in Mustache_HelperCollection
146 if (!$this->has($name)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md58 integration has been removed. Note: while the event system has been removed,
194 ## `throwImmediately` has been removed
202 ## headers event has been removed
251 - `FromConfigInterface` has been removed.
258 - `inject` has been removed.
259 - `keySearch` has been removed.
359 `GuzzleHttp\Client` has changed.
376 longer has a reference to it's response, and a response no loger has a
561 so it has been removed.
651 - `feof` has been renamed to `eof`.
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt7 Whereas disregard and contempt for human rights have resulted in barbarous acts which have outraged the conscience of mankind, and the advent of a world in which human beings shall enjoy freedom of speech and belief and freedom from fear and want has been proclaimed as the highest aspiration of the common people,
34 Everyone has the right to life, liberty and the security of person.
43 Everyone has the right to recognition everywhere as a person before the law.
49 Everyone has the right to an effective remedy by the competent national tribunals for acts violating the fundamental rights granted him by the constitution or by law.
58 1. Everyone charged with a penal offence has the right to be presumed innocent until proved guilty according to law in a public trial at which he has had all the guarantees necessary for his defence.
63 No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks.
66 1. Everyone has the right to freedom of movement and residence within the borders of each State.
68 2. Everyone has the right to leave any country, including his own, and to return to his country.
71 1. Everyone has th
[all...]
/plugin/twofactor/action/
H A Dprofile.php40 if (!$INPUT->server->has('REMOTE_USER')) return;
72 if (!$INPUT->server->has('REMOTE_USER')) {
103 if ($INPUT->has('twofactor_setup')) {
126 if ($INPUT->has('twofactor_optout') && $this->getConf('optinout') === 'optout') {
131 if (!$INPUT->has('provider')) return true;
136 if ($INPUT->has('twofactor_delete')) {
142 if ($INPUT->has('twofactor_default')) {
/plugin/tagsections/action/
H A Dajax.php49 if ( $INPUT->has('contentOfPage') ) {
55 if ( $INPUT->has('saveTags') ) {
59 if ( $INPUT->has('listOfPages') ) {
64 if ( $INPUT->has('availableTags') ) {
70 if ( $INPUT->has('tagsForSection') ) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DPlainEncoder.php30 if (!$message->has('authzid')) {
33 if (!$message->has('authcid')) {
36 if (!$message->has('password')) {
H A DCramMD5Encoder.php55 if (!$message->has('challenge')) {
68 if (!$message->has('username')) {
71 if (!$message->has('digest')) {
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php124 $bcc_orig = $message->headers->has("Bcc") ? $message->headers->get("Bcc") : null;
125 $subject_orig = $message->headers->has("Subject") ? $message->headers->get("Subject") : null;
126 $to_orig = $message->headers->has("To") ? $message->headers->get("To") : null;
136 … $subject_enc = $message->headers->has("Subject") ? $message->headers->getEncoded("Subject") : "";
143 …if ($message->headers->has("Return-Path")) $this->returnPath = $message->headers->get("Return-Path…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSetTest.php52 $this->assertTrue($result->has('{DAV:}read'));
53 $this->assertTrue($result->has('{DAV:}write-properties'));
54 $this->assertFalse($result->has('{DAV:}bind'));
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionID.txt
/plugin/farmer/admin/
H A Dplugins.php35 if ($INPUT->has('bulk_plugin') && $INPUT->has('state')) {
45 if ($INPUT->has('bulk_animal') && $INPUT->has('bulk_plugins')) {
/plugin/struct/action/
H A Dcache.php39 * For pages potentially containing schema data, refresh the cache when schema data has been
93 $INPUT->has(SearchConfigParameters::$PARAM_FILTER) ||
94 $INPUT->has(SearchConfigParameters::$PARAM_OFFSET) ||
95 $INPUT->has(SearchConfigParameters::$PARAM_SORT)
143 if ($INPUT->has($key)) {
/plugin/math2/phpmathpublisher/
H A DCHANGELOG2 - The image caching system has been improved. The png images corresponding to the formulas are now …
10 A "tabular" command has been added. The help about the mathematical syntax has been improved.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php24 public function has($filename) function in Mpdf\\Fonts\\FontCache
26 return $this->cache->has($filename);
31 return (isset($this->memoryCache[$filename]) || $this->has($filename));
/plugin/swiftmail/Swift/
H A DBatchMailer.php160 $this->headers["To"] = $message->headers->has("To") ?
162 $this->headers["Reply-To"] = $message->headers->has("Reply-To") ?
164 $this->headers["Return-Path"] = $message->headers->has("Return-Path") ?
166 $this->headers["From"] = $message->headers->has("From") ?
/plugin/swiftmail/Swift/Message/
H A DAttachment.php86 if ($this->headers->has("Content-Disposition"))
118 if ($this->headers->has("Content-Description"))
138 if ($this->headers->has("Content-Disposition"))
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DArrayCache.php26 public function has($key) function in Assetic\\Cache\\ArrayCache
36 if (!$this->has($key)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dredirects.asciidoc9 This page has moved. See <<authentication>>.
14 This page has moved. See <<installation>>
/plugin/timetrack/
H A Daction.php127 if($INPUT->has('data') && isset($INPUT->arr('data')['yearweek'])) {
129 } else if($INPUT->has('yearweek')) {
140 if($INPUT->has('UserTime')) {
144 if($INPUT->has('UserTime') && empty($errors)) {
174 if($INPUT->has('UserTime')) {
178 if($INPUT->has('UserTime') && empty($errors)) {
/plugin/twistienav4bootstrap3/
H A DREADME.md9 and has been adopted to be compatible with the [Bootstrap 3](https://www.dokuwiki.org/template:boot…
11 It has been test with Dokuwiki version 2018-04-22b "Greebo"
24 The plugin has already reasonable default settings, so it's not necessary to configure it to make i…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php68 return $this->has($key) && null !== $this->get($key);
87 if (!$this->has($key)) {
112 * Returns if the current document has the given field.
114 public function has(string $key): bool function in Elastica\\Document
126 if (!$this->has($key)) {
261 * @throws InvalidException If invalid data has been provided
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DCompound.php57 if (!$this->has($index)) {
71 public function has($index) function in phpDocumentor\\Reflection\\Types\\Compound
/plugin/ckgedit/lang/en/
H A Dhogfather.txt1 …kgedit has been adapted for the hogfather dokuwiki distribution. The most significant difference …
/plugin/semanticdata/
H A DREADME5 …ugin:data). The underlying sqlite database has been replaced by a SPARQL 1.1 compliant triple stor…
7has increased substantially. As a consequence the plugin can be used as a replacement for the data…

12345678910>>...56