Home
last modified time | relevance | path

Searched defs:extended (Results 1 – 10 of 10) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
DCode39.php17 …public function __construct($code, $printRatio, $extended = false, $checksum = false, $quiet_zone_…
36 private function init($code, $printRatio, $extended, $checksum)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php68 public function extended(RequestContext $context, ExtendedRequest $extended): void argument
H A DRequestHandlerInterface.php58 public function extended(RequestContext $context, ExtendedRequest $extended): void; argument
H A DProxyRequestHandler.php115 public function extended(RequestContext $context, ExtendedRequest $extended): void argument
/plugin/vcard/
Dvcard.php103 …function setAddress($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $coun…
115 …function setLabel($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $countr…
/plugin/sphinxsearch-was/
H A Dfunctions.php124 function getSectionByTitleLevel($id, $header, $extended = false)
/plugin/sphinxsearch/
Dfunctions.php132 function getSectionByTitleLevel($id, $header, $extended=false)
/plugin/task/
Dhelper.php387 function _vdate($date, $extended = false) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DBarcode1D.php241 protected function barcode_code39($code, $extended=false, $checksum=false) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php135 public static function extended(string $name, $value = null): ExtendedRequest function in FreeDSx\\Ldap\\Operations