Home
last modified time | relevance | path

Searched refs:extended (Results 1 – 25 of 164) sorted by relevance

1234567

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
DCode39.php14 * @param bool $extended
17 …public function __construct($code, $printRatio, $extended = false, $checksum = false, $quiet_zone_… argument
19 $this->init($code, $printRatio, $extended, $checksum);
31 * @param bool $extended
36 private function init($code, $printRatio, $extended, $checksum) argument
88 if ($extended) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php68 public function extended(RequestContext $context, ExtendedRequest $extended): void argument
70 …w OperationException(sprintf('The extended operation %s is not supported.', $extended->getName()));
H A DProxyRequestHandler.php115 public function extended(RequestContext $context, ExtendedRequest $extended): void function in FreeDSx\\Ldap\\Server\\RequestHandler\\ProxyRequestHandler
117 $this->ldap()->send($extended, ...$context->controls()->toArray());
H A DRequestHandlerInterface.php58 public function extended(RequestContext $context, ExtendedRequest $extended): void; function
/plugin/vcard/
Dvcard.php103 …function setAddress($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $coun… argument
108 …$this->properties[$key] = encode($name).";".encode($extended).";".encode($street).";".encode($city…
115 …function setLabel($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $countr… argument
118 if ($extended!="") $label.= "$extended\r\n";
/plugin/latexwas/
DREADME3 Dokuwiki by Alexander 'E-Razor' Krause, extended by Michael Boyle,
4 and extended again by Mark Lundeberg.
/plugin/latex/
DREADME3 Dokuwiki by Alexander 'E-Razor' Krause, extended by Michael Boyle,
4 and extended again by Mark Lundeberg.
/plugin/latex-was/
DREADME3 Dokuwiki by Alexander 'E-Razor' Krause, extended by Michael Boyle,
4 and extended again by Mark Lundeberg.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dhost-config.asciidoc7 * <<extended-host-config>>
58 [[extended-host-config]]
70 For this reason, the client supports an extended host syntax which provides
74 The extended syntax is an array of parameters for each host. The structure of
/plugin/asciidocjs/node_modules/pug-linker/
DREADME.md24 …resolve and parse included and extended files. Thus, the main AST must already have the ASTs of th…
/plugin/exttab1/
DREADME.md4 1st try to implement extended table syntax in DokuWiki
Dplugin.info.txt6 desc Allows extended (MediaWiki-style) tables inside DokuWiki
/plugin/exttab3/
Dplugin.info.txt6 desc Allows extended (MediaWiki-style) table syntax in DokuWiki
DREADME.md4 The third trial to implement extended (MediaWiki-style) table syntax in DokuWiki
/plugin/userimportextended/
Dplugin.info.txt5 name User import extended
/plugin/authvk/
Daction.php73 'extended' => '1'
89 'extended' => '1'
/plugin/confmanager/lang/en/
Dsmileys.txt3 …ivalents. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overv…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerDispatchHandler.php56 $dispatcher->extended($context, $request);
/plugin/textinsert/lang/en/
Dintro.txt3 You can add up to six macros at a time. The sixth is a text area which will allow for extended tex…
/plugin/sphinxsearch-was/
H A Dfunctions.php124 function getSectionByTitleLevel($id, $header, $extended = false) argument
151 if ($extended && empty($section)) {
/plugin/sphinxsearch/
Dfunctions.php132 function getSectionByTitleLevel($id, $header, $extended=false) argument
159 if ($extended && empty($section)){
/plugin/extendpage/
DREADME.md17 Add or delete entries in the table to assign page(s)/namespace(s) to be extended
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DTest.php994 $extended = false;
998 $extended = true;
1003 if ($extended) {
/plugin/task/
Dhelper.php387 function _vdate($date, $extended = false) { argument
388 if ($extended) return strftime('%Y-%m-%dT%H:%M:%SZ', $date);
/plugin/publistf/
DCHANGELOG.md27 * extended sanitizer to include more 'tilda' characters

1234567