/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/ |
H A D | Json.php | 120 * @param mixed $valueToEncode 125 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 127 if (is_object($valueToEncode)) { 128 if (method_exists($valueToEncode, 'toJson')) { 129 return $valueToEncode->toJson(); 130 } elseif (method_exists($valueToEncode, 'toArray')) { 131 return self::encode($valueToEncode->toArray(), $cycleCheck, $options); 143 $valueToEncode = self::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 148 $encodedResult = json_encode($valueToEncode); 150 $encodedResult = Zend_Json_Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-json/src/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Json/ |
H A D | Json.php | 94 * @param mixed $valueToEncode 99 public static function encode($valueToEncode, $cycleCheck = false, $options = array()) argument 101 if (is_object($valueToEncode)) { 102 if (method_exists($valueToEncode, 'toJson')) { 103 return $valueToEncode->toJson(); 104 } elseif (method_exists($valueToEncode, 'toArray')) { 105 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 114 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 129 $valueToEncode, 133 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-json/src/ |
H A D | Json.php | 93 * @param mixed $valueToEncode 98 public static function encode($valueToEncode, $cycleCheck = false, $options = []) argument 100 if (is_object($valueToEncode)) { 101 if (method_exists($valueToEncode, 'toJson')) { 102 return $valueToEncode->toJson(); 103 } elseif (method_exists($valueToEncode, 'toArray')) { 104 return static::encode($valueToEncode->toArray(), $cycleCheck, $options); 113 … $valueToEncode = static::_recursiveJsonExprFinder($valueToEncode, $javascriptExpressions); 128 $valueToEncode, 132 $encodedResult = Encoder::encode($valueToEncode, $cycleCheck, $options);
|
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/pyasn1/compat/ |
H A D | integer.py | 44 valueToEncode = (value + maxValue) % maxValue 52 valueToEncode = value 54 hexValue = hex(valueToEncode)[2:] 62 if value != valueToEncode or length:
|
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pyasn1/compat/ |
H A D | integer.py | 43 valueToEncode = (value + maxValue) % maxValue 51 valueToEncode = value 53 hexValue = hex(valueToEncode)[2:] 61 if value != valueToEncode or length:
|
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/pyasn1/pyasn1/compat/ |
H A D | integer.py | 43 valueToEncode = (value + maxValue) % maxValue 51 valueToEncode = value 53 hexValue = hex(valueToEncode)[2:] 61 if value != valueToEncode or length:
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/pyasn1/pyasn1/compat/ |
H A D | integer.py | 43 valueToEncode = (value + maxValue) % maxValue 51 valueToEncode = value 53 hexValue = hex(valueToEncode)[2:] 61 if value != valueToEncode or length:
|
/dports/www/firefox/firefox-99.0/third_party/python/pyasn1/pyasn1/compat/ |
H A D | integer.py | 43 valueToEncode = (value + maxValue) % maxValue 51 valueToEncode = value 53 hexValue = hex(valueToEncode)[2:] 61 if value != valueToEncode or length:
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pyasn1/pyasn1/compat/ |
H A D | integer.py | 43 valueToEncode = (value + maxValue) % maxValue 51 valueToEncode = value 53 hexValue = hex(valueToEncode)[2:] 61 if value != valueToEncode or length:
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/pyasn1/pyasn1/compat/ |
H A D | integer.py | 43 valueToEncode = (value + maxValue) % maxValue 51 valueToEncode = value 53 hexValue = hex(valueToEncode)[2:] 61 if value != valueToEncode or length:
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/pyasn1/pyasn1/compat/ |
H A D | integer.py | 41 valueToEncode = (value + maxValue) % maxValue 49 valueToEncode = value 51 hexValue = hex(valueToEncode)[2:] 59 if value != valueToEncode or length:
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/compat/ |
H A D | integer.py | 43 valueToEncode = (value + maxValue) % maxValue 51 valueToEncode = value 53 hexValue = hex(valueToEncode)[2:] 61 if value != valueToEncode or length:
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pyasn1/pyasn1/compat/ |
H A D | integer.py | 43 valueToEncode = (value + maxValue) % maxValue 51 valueToEncode = value 53 hexValue = hex(valueToEncode)[2:] 61 if value != valueToEncode or length:
|