/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
H A D | Code39.php | 14 * @param bool $extended 17 public function __construct($code, $printRatio, $extended = false, $checksum = false, $quiet_zone_left = null, $quiet_zone_right = null) argument 19 $this->init($code, $printRatio, $extended, $checksum); 31 * @param bool $extended 36 private function init($code, $printRatio, $extended, $checksum) argument 88 if ($extended) { 89 // extended mode
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/ |
H A D | GenericRequestHandler.php | 68 public function extended(RequestContext $context, ExtendedRequest $extended): void 70 throw new OperationException(sprintf('The extended operation %s is not supported.', $extended->getName())); 67 extended(RequestContext $context, ExtendedRequest $extended) global() argument
|
H A D | ProxyRequestHandler.php | 115 public function extended(RequestContext $context, ExtendedRequest $extended): void 117 $this->ldap()->send($extended, ...$context->controls()->toArray()); 114 extended(RequestContext $context, ExtendedRequest $extended) global() argument
|
H A D | RequestHandlerInterface.php | 54 * An extended operation request. 58 public function extended(RequestContext $context, ExtendedRequest $extended): void; 57 extended(RequestContext $context, ExtendedRequest $extended) global() argument
|
/plugin/vcard/ |
H A D | vcard.php | 103 …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/latex/ |
H A D | README | 3 Dokuwiki by Alexander 'E-Razor' Krause, extended by Michael Boyle, 4 and extended again by Mark Lundeberg.
|
/plugin/latex-was/ |
H A D | README | 3 Dokuwiki by Alexander 'E-Razor' Krause, extended by Michael Boyle, 4 and extended again by Mark Lundeberg.
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | host-config.asciidoc | 7 * <<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/exttab1/ |
H A D | README.md | 4 1st try to implement extended table syntax in DokuWiki
|
H A D | plugin.info.txt | 6 desc Allows extended (MediaWiki-style) tables inside DokuWiki
|
/plugin/exttab3/ |
H A D | plugin.info.txt | 6 desc Allows extended (MediaWiki-style) table syntax in DokuWiki
|
H A D | README.md | 4 The third trial to implement extended (MediaWiki-style) table syntax in DokuWiki
|
/plugin/userimportextended/ |
H A D | plugin.info.txt | 5 name User import extended
|
/plugin/newpagetemplate/ |
H A D | plugin.info.txt |
|
/plugin/authvk/ |
H A D | action.php | 73 'extended' => '1' 89 'extended' => '1'
|
/plugin/confmanager/lang/en/ |
H A D | smileys.txt | 3 DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalents. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/ |
H A D | ServerDispatchHandler.php | 56 $dispatcher->extended($context, $request);
|
/plugin/textinsert/lang/en/ |
H A D | intro.txt | 3 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 D | functions.php | 124 function getSectionByTitleLevel($id, $header, $extended = false) argument 151 if ($extended && empty($section)) {
|
/plugin/sphinxsearch/ |
H A D | functions.php | 132 function getSectionByTitleLevel($id, $header, $extended=false) argument 159 if ($extended && empty($section)){
|
/plugin/extendpage/ |
H A D | README.md | 17 Add or delete entries in the table to assign page(s)/namespace(s) to be extended
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Test.php | 994 $extended = false; 998 $extended = true; 1003 if ($extended) {
|
/plugin/task/ |
H A D | helper.php | 387 function _vdate($date, $extended = false) { argument 388 if ($extended) return strftime('%Y-%m-%dT%H:%M:%SZ', $date);
|
/plugin/publistf/ |
H A D | CHANGELOG.md | 27 * extended sanitizer to include more 'tilda' characters
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
H A D | Operations.php | 131 * Perform an extended operation. 135 public static function extended(string $name, $value = null): ExtendedRequest 161 * Creates a password modify extended operation. 133 public static function extended(string $name, $value = null): ExtendedRequest global() function in FreeDSx\\Ldap\\Operations
|