Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 51 – 75 of 515) sorted by relevance

12345678910>>...21

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalMatchReport.php90 if (array_key_exists('self', $elems)) {
94 if (array_key_exists('principal-property', $elems)) {
/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/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php150 return \array_key_exists($name, $this->attributes);
158 if (!\array_key_exists($name, $this->attributes)) {
184 return \array_key_exists($name, $this->nodes);
192 if (!\array_key_exists($name, $this->nodes)) {
/plugin/qstat/
H A Dsyntax.php159 if (array_key_exists('defrag_vers', $data)) {
165 if (array_key_exists('g_gametype', $data)) {
195 if (array_key_exists('defrag_vers', $data))
197 else if (array_key_exists('g_gametype', $data) and $data['g_gametype'] == 4) {
201 else if (array_key_exists('g_gametype', $data) and $data['g_gametype'] == 3) {
205 else if (array_key_exists('g_gametype', $data) and $data['g_gametype'] == 0) {
/plugin/openid/Auth/OpenID/
H A DAX.php671 …if (array_key_exists('count.' . $alias, $ax_args) && ($ax_args['count.' . $alias] !== Auth_OpenID_…
690 if (!array_key_exists($value_key, $ax_args)) {
703 if (!array_key_exists($key, $ax_args)) {
769 if (array_key_exists($type_uri, $this->data)) {
791 if (array_key_exists($type_uri, $this->data)) {
865 if (array_key_exists($attr_info->type_uri, $this->data)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DValueContainer.php35 return array_key_exists($offset, $this->values);
42 if (!array_key_exists($offset, $this->values)) {
/plugin/youtracklinks/
H A Dsyntax.php123 if (array_key_exists('link', $data)) {
129 if (array_key_exists('match', $data)) {
/plugin/confmanager/tpl/
H A DshowConfigTwoLine.php12 <?php $isDefault = array_key_exists($key, $default) ?>
77 <?php $isOverridden = array_key_exists($key, $local) ?>
/plugin/combo/vendor/composer/
H A DInstalledVersions.php258 if (array_key_exists('aliases', $installed['versions'][$packageName])) {
261 if (array_key_exists('replaced', $installed['versions'][$packageName])) {
264 if (array_key_exists('provided', $installed['versions'][$packageName])) {
/plugin/skilltagicon/_test/
H A Dgeneral.test.php44 …$this->assertTrue(array_key_exists($key, $meta), 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_…
48 …$this->assertTrue(array_key_exists($key, $conf), 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_…
/plugin/jirainfo/
H A Dsyntax.php34 … if (array_key_exists('key', $attributes)) return array($state, $attributes['key']);
52 return array_key_exists('key', $attributes);
/plugin/farmsync/_test/
H A Dgeneral.test.php45 …$this->assertTrue(array_key_exists($key, $meta), 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_…
49 …$this->assertTrue(array_key_exists($key, $conf), 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_…
/plugin/refnotes/
H A Drendering.php171 if (array_key_exists($key, $this->data)) {
180 return array_key_exists($key, $this->data);
192 if (array_key_exists($key, $this->data)) {
201 return array_key_exists($key, $this->data) ? $this->data[$key] : '';
213 if (array_key_exists($key, $this->data) && (strlen($result) < strlen($this->data[$key]))) {
731 if (!array_key_exists($style, $html)) {
781 if (!array_key_exists($style, $html)) {
807 if (!array_key_exists($style, $html)) {
823 if (!array_key_exists($style, $html)) {
842 if (!array_key_exists(
[all...]
H A Dcore.php219 if (array_key_exists($name, $this->namespace)) {
230 while (($name != '') && !array_key_exists($name, $this->namespace)) {
243 if (array_key_exists('inherit', $style)) {
280 if (array_key_exists($name, $this->presetStyle)) {
294 if (($note == NULL) && array_key_exists($namespaceName, $this->mapping)) {
/plugin/pot/source/
H A Dformat.php33 if (array_key_exists('potid', $formatedsettings)) {
34 if (array_key_exists($forpotid, $this->cargo)) {
/plugin/webcomponent/syntax/
H A Dblockquote.php178 if (array_key_exists("class", $parameters)) {
198 if (array_key_exists('cite', $parameters)) {
205 if (array_key_exists('image', $parameters)) {
/plugin/snippets/
H A Daction.php50 if(!array_key_exists($INFO['id'],$snip_data['doc'])) return;
189 if(!array_key_exists($page_id,$snip_data['doc'])) return;
222 if(!array_key_exists($snipid,$snip_data['snip'])) return;
291 … if(!array_key_exists($curpage,$snip_data['doc'])) { // insert $curpage into doc array
298 …if(!array_key_exists($id,$snip_data['snip'])) { // do the same as above but in reverse for snip…
/plugin/airtable/
H A Dsyntax.php275 … if(!array_key_exists($field, $api_response['fields'])) { //if field is not present in array:
340 … if(!array_key_exists($field, $api_response['fields'])) { //if field is not present in array:
495 if(array_key_exists("fields", $query)) { // separate field names into an array if it exists
511 if(array_key_exists("record-url", $query)) {
541 if(!array_key_exists($key, $query_array)) { // if parameter is missing:
550 if(array_key_exists($key, $parameter_values)) { //check accepted parameter_values array
/plugin/const/
H A Dclass.evalmath.php216 if ( array_key_exists( $token, $this->variables ) ) {
351 } elseif ( array_key_exists( $function_name, $this->calc_functions ) ) {
360 } elseif ( array_key_exists( $function_name, $this->functions ) ) {
407 …s[1], $this->builtin_functions, true ) || array_key_exists( $matches[1], $this->functions ) || arr…
530 } elseif ( array_key_exists( $function_name, $this->calc_functions ) ) {
562 } elseif ( array_key_exists( $function_name, $this->functions ) ) {
626 } elseif ( array_key_exists( $token, $this->variables ) ) {
628 } elseif ( array_key_exists( $token, $variables ) ) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareMultiValue.php27 if (!array_key_exists($value->getUsergroup(), $this->values)) {
70 if (array_key_exists('', $this->values)) {
/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/google/auth/src/Credentials/
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/odt/ODT/styles/
H A DODTTextOutlineStyle.php89 if (array_key_exists ($property, $style_fields)) {
94 if (array_key_exists ($property, self::$outline_fields)) {
235 if (array_key_exists ($property, self::$outline_fields)) {
/plugin/structtasks/meta/
H A DUtilities.php89 if (!array_key_exists($schema, $this->duedate_formats)) {
106 if (!array_key_exists($schema, $old_data) or !array_key_exists($schema, $new_data)) {

12345678910>>...21