Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php77 public function __construct($code, $type) {
97 public function setBarcode($code, $type) {
334 protected function encode_code39_ext($code) {
385 protected function checksum_code39($code) {
408 protected function barcode_code93($code) {
536 protected function checksum_code93($code) {
585 protected function checksum_s25($code) {
1667 protected function barcode_codabar($code) {
1723 protected function barcode_code11($code) {
1902 protected function barcode_imb($code) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.state.class.php102 function &getInheritedProperty($code) {
126 function get_propertyOnLevel($code, $level) {
138 function &get_property($code) {
147 function get_propertyDefaultFlag($code) {
151 function set_property_on_level($code, $level, $value) {
155 function set_propertyDefault($code, $value) {
163 function set_property($code, $value) {
174 function set_propertyDefaultFlag($code, $value) {
H A Dcss.property.collection.php65 function contains($code) {
86 function is_important($code) {
93 function &get_property_value($code) {
108 function set_property_value($code, $value) {
H A Dencoding.inc.php8 function hex_to_utf8($code) {
49 function code_to_utf8($code) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DBarcode.php8 public function getBarcodeArray($code, $type, $pr = '', $quiet_zone_left = null, $quiet_zone_right = null) argument
14 public function getChecksum($code, $type) argument
27 public function getBarcode($code, $type, $pr = 0.0, $quiet_zone_left = null, $quiet_zone_right = null) argument
145 sanitizeCode($code) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode39.php17 public function __construct($code, $printRatio, $extended = false, $checksum = false, $quiet_zone_left = null, $quiet_zone_right = null) argument
36 private function init($code, $printRatio, $extended, $checksum) argument
147 encodeExt($code) global() argument
205 checksum($code) global() argument
[all...]
H A DCode93.php15 public function __construct($code, $quiet_zone_left = null, $quiet_zone_right = null) argument
29 private function init($code) argument
168 checksum($code) global() argument
[all...]
H A DS25.php17 public function __construct($code, $checksum = false, $quiet_zone_left = null, $quiet_zone_right = null) argument
32 private function init($code, $checksum) argument
85 checksum($code) global() argument
[all...]
H A DI25.php19 public function __construct($code, $topBottomMargin, $printRatio, $checksum = false, $quiet_zone_left = null, $quiet_zone_right = null) argument
35 private function init($code, $printRatio, $checksum) argument
111 checksum($code) global() argument
[all...]
H A DCodabar.php16 public function __construct($code, $printRatio, $quiet_zone_left = null, $quiet_zone_right = null) argument
31 private function init($code, $printRatio) argument
[all...]
H A DCode11.php16 public function __construct($code, $printRatio, $quiet_zone_left = null, $quiet_zone_right = null) argument
31 private function init($code, $printRatio) argument
[all...]
H A DMsi.php16 public function __construct($code, $checksum = false, $quiet_zone_left = null, $quiet_zone_right = null) argument
31 private function init($code, $checksum) argument
[all...]
/plugin/swiftmail/Swift/Events/
H A DCommandEvent.php29 protected $code = null; variable in Swift_Events_CommandEvent
36 public function __construct($string, $code=null)
61 public function setCode($code)
/plugin/ifauthex/lib/
H A Dexceptions.php10 public function __construct($text, $position, $code = 0, Exception $previous = null) {
34 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) {
49 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) {
64 public function __construct($elementDefinition, $code = 0, Exception $previous = null) {
83 public function __construct($tokenInstance, $code = 0, Exception $previous = null) {
106 …public function __construct($elementDefinition, $firstTokenInstance, $code = 0, Exception $previou…
/plugin/twofactoryubiauth/
H A Dhelper.php91 public function processLogin($code, $user = null){
126 public function validateUser($code, $user) {
137 public function generateYubiURL($code) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DMembershipState.php25 public $code; variable in Google\\Service\\GKEHub\\MembershipState
30 public function setCode($code)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DVerifyNotificationChannelRequest.php25 public $code; variable in Google\\Service\\Monitoring\\VerifyNotificationChannelRequest
30 public function setCode($code)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DAuthorizationCode.php25 public $code; variable in Google\\Service\\CloudDomains\\AuthorizationCode
30 public function setCode($code)
/plugin/issuelinks/classes/
H A DRequestResult.php7 public $code; variable in dokuwiki\\plugin\\issuelinks\\classes\\RequestResult
10 public function __construct($code = null, $body = null)
/plugin/swarmwebhook/meta/
H A DResponse.php8 public $code; variable in dokuwiki\\plugin\\swarmwebhook\\meta\\Response
11 public function __construct($code, $content = '')
/plugin/jsonrpc/
H A DIJR_Error.php9 var $code; variable in IJR_Error
11 function IJR_Error($code, $message) {
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DDatamatrix.php14 $code,
28 $code,
44 $code,
H A DPDF417.php14 $code,
28 $code,
44 $code,
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.tak.php192 public function TAKCodecTypeLookup($code) {
202 public function TAKProfileLookup($code) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DFailedEvent.php29 public $code; variable in Google\\Service\\Genomics\\FailedEvent
48 public function setCode($code)

12345678910>>...27