Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 201 – 225 of 515) sorted by last modified time

12345678910>>...21

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto30.php122 } elseif (array_key_exists('valuetype', $row)) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php163 if (array_key_exists('size', $this->cardData)) {
H A DVCFExportPlugin.php58 if (!array_key_exists('export', $queryParams)) return;
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php75 if (!array_key_exists($uid, $this->objects)) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php84 if (!array_key_exists('export', $queryParams)) return;
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php156 if (!array_key_exists($paramName, $proposal['parameters'])) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php160 if (array_key_exists($prop, $this->subscriptionInfo)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php850 if (array_key_exists($propertyName, $nodeProperties)) {
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php231 if (array_key_exists($name, $this->elementMap)) {
H A DWriter.php115 … if (!is_array($item) || !array_key_exists('name', $item) || !array_key_exists('value', $item)) {
123 } elseif (is_array($item) && array_key_exists('value', $item)) {
164 if (array_key_exists($namespace, $this->namespaceMap)) {
257 if (array_key_exists($namespace, $this->namespaceMap)) {
/plugin/pot/source/
H A Dformat.php33 if (array_key_exists('potid', $formatedsettings)) {
34 if (array_key_exists($forpotid, $this->cargo)) {
/plugin/text/
H A Drenderer.php378 if ( array_key_exists($acronym, $this->acronyms) ) {
391 if ( array_key_exists($entity, $this->entities) ) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php17 use function array_key_exists; alias
71 if (!array_key_exists($endpoint, $this->curlHandlers)) {
H A DAbstractSyslogHandler.php90 if (is_string($facility) && array_key_exists(strtolower($facility), $this->facilities)) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountJwtAccessCredentials.php81 if (!array_key_exists('client_email', $jsonKey)) {
86 if (!array_key_exists('private_key', $jsonKey)) {
91 if (array_key_exists('quota_project_id', $jsonKey)) {
H A DUserRefreshCredentials.php72 if (!array_key_exists('client_id', $jsonKey)) {
77 if (!array_key_exists('client_secret', $jsonKey)) {
82 if (!array_key_exists('refresh_token', $jsonKey)) {
94 if (array_key_exists('quota_project_id', $jsonKey)) {
H A DServiceAccountCredentials.php128 if (!array_key_exists('client_email', $jsonKey)) {
133 if (!array_key_exists('private_key', $jsonKey)) {
138 if (array_key_exists('quota_project_id', $jsonKey)) {
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php309 if (array_key_exists('aliases', $installed['versions'][$packageName])) {
312 if (array_key_exists('replaced', $installed['versions'][$packageName])) {
315 if (array_key_exists('provided', $installed['versions'][$packageName])) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php136 if (!array_key_exists(static::class, static::$zero)) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php285 if (!array_key_exists('type', $jsonKey)) {
H A DOAuth2.php658 if (array_key_exists('refresh_token', $opts)) {
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DAuthTokenMiddleware.php124 if (array_key_exists('access_token', $auth_tokens)) {
137 if (array_key_exists('id_token', $auth_tokens)) {
H A DProxyAuthTokenMiddleware.php124 if (array_key_exists('access_token', $auth_tokens)) {
137 if (array_key_exists('id_token', $auth_tokens)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php299 if (array_key_exists('headers', $options)) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php85 if (!array_key_exists($key, $element)) {

12345678910>>...21