Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 351 – 375 of 515) sorted by relevance

1...<<1112131415161718192021

/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php192 if (array_key_exists($column_request, $column_indices)) {
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php191 if (array_key_exists($key, $constants)) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php316 if (!\array_key_exists($key, $config)) {
H A DDocument.php116 return \is_array($this->_data) && \array_key_exists($key, $this->_data);
/plugin/noticeboard/classes/
H A DNoticeList.php72 if(array_key_exists($id,$array)){
92 if(!array_key_exists($notice->getId(),$array)){
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php72 if(array_key_exists($id,$array)){
92 if(!array_key_exists($notice->getId(),$array)){
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php92 … if (array_key_exists($propertyName, $this->mutations) && !isset($this->result[$propertyName])) {
/plugin/twofactorsmsgateway/
H A Dhelper.php151 if (array_key_exists($gateway, $providers)) {
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php84 if (array_key_exists($request->getRequestMethod(),
/plugin/gitlabproject/
H A Dsyntax.php121 if(array_key_exists("message", $members)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php85 … if (array_key_exists($propertyName, $this->mutations) && !isset($this->result[$propertyName])) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php202 if (array_key_exists($key, $constants)) {
/plugin/combo/ComboStrap/
H A DPageDescription.php244 if (!array_key_exists(self::ABSTRACT_KEY, $descriptionArray)) {
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php102 return array_key_exists(strtolower($type), $this->permittedTypes);
/plugin/struct/meta/
H A DQueryBuilder.php
/plugin/nspages/printers/
H A DprinterTree.php148 if (!array_key_exists($key, $tree->children)){
/plugin/refnotes/
H A Dbibtex.php340 if (array_key_exists('author', $entry)) {
667 return array_key_exists($name, $this->string) ? $this->string[$name] : '';
/plugin/rrdgraph/
H A Dhelper.php62 if (! array_key_exists('files', $this->depends))
447 if (array_key_exists($match[1], $variables)) {
/plugin/swiftmail/Swift/Message/
H A DHeaders.php188 return (array_key_exists($lname, $this->lowerHeaders) && $this->lowerHeaders[$lname] !== null);
357 if (array_key_exists($header, $this->attributes))
/plugin/text/
H A Drenderer.php378 if ( array_key_exists($acronym, $this->acronyms) ) {
391 if ( array_key_exists($entity, $this->entities) ) {
/plugin/tag/
H A Dhelper.php599 while (array_key_exists($key, $result)) {
608 while (array_key_exists($testkey, $result)) {
/plugin/fullindex/
H A Daction.php297 if (array_key_exists($term, $data)){
/plugin/dokugource/
H A Dadmin.php64 if(array_key_exists('download', $_GET)) if(@file_exists($conf['metadir'].'gource.log')) {
/plugin/securelogin/
H A Dhelper.php74 if(!array_key_exists($length, $this->getKeyLengths())) {
/plugin/pycode/
H A Daction.php145 if (array_key_exists($wiki, $log_old) == false) {

1...<<1112131415161718192021