Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 26 – 50 of 515) sorted by last modified time

12345678910>>...21

/plugin/diffpreview/
H A Daction.php68 || is_array($action) && array_key_exists('changes', $action)
/plugin/qna/
H A Daction.php305 if (array_key_exists(-1, $this->correction)) {
/plugin/templater/
H A Dsyntax.php97 if (array_key_exists(1, $wikipage)) {
185 if (array_key_exists(0, $instr[0][1]) && $instr[0][1][0] == $data[2]) {
/plugin/batchedit/
H A Dinterface.php747 if (!array_key_exists($id, $this->svgCache)) {
H A Dconfig.php59 if (array_key_exists($id, $this->config)) {
63 if (array_key_exists($id, self::$defaults)) {
81 if (!array_key_exists(self::COOKIE, $_COOKIE)) {
98 if (array_key_exists('searchmode', $options)) {
132 if (array_key_exists($id, $options)) {
141 if (array_key_exists($id, $options) && $options[$id] !== '') {
H A Dengine.php309 if (array_key_exists($offset, $this->matches)) {
815 if (!array_key_exists($pageId, $this->pages) || !array_key_exists($pageId, $this->cache)) {
822 if (!array_key_exists($offset, $matches) || !array_key_exists($offset, $cache)) {
856 if (array_key_exists($pageId, $this->pages)) {
868 if (!array_key_exists($pageId, $this->pages)) {
872 if (array_key_exists($offset, $this->pages[$pageId]->getMatches())) {
/plugin/columns/
H A Daction.php327 if (($column == -1) && array_key_exists('column-width', $temp)) {
443 if (array_key_exists($syntax, $align)) {
520 if (array_key_exists($name, $this->attribute)) {
H A Drewriter.php60 if (array_key_exists(-1, $this->correction)) {
H A Dsyntax.php186 if (array_key_exists($name, $attribute)) {
470 if (array_key_exists('pm1', $autoStyle)) {
490 if (!array_key_exists('page-width', $result)) {
505 if (!array_key_exists('font-size', $result)) {
/plugin/mikioplugin/syntax/
H A Dcore.php48 if(array_key_exists($this->tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->tag] === true) {
54 if(array_key_exists($this->requires_tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->requires_tag] === true) {
187 if (array_key_exists('type', $options[$syntaxKey])) {
287 if (array_key_exists('data', $options[$syntaxKey])) {
311 if (array_key_exists('option', $options[$syntaxKey]) && array_key_exists('data', $options[$syntaxKey])) {
326 if (!array_key_exists($optionKey, $optionsCleaned)) {
332 if (array_key_exists('type', $options[$syntaxKey])) {
333 if (array_key_exists('data', $options[$syntaxKey]) && is_array($options[$syntaxKey]['data'])) {
351 if(array_key_exists('typ
[all...]
H A Dsetattr.php26 if(array_key_exists('name', $data)) {
39 if(is_array($this->attrs) && array_key_exists($data, $this->attrs)) {
/plugin/mikioplugin/
H A Daction.php89 if(array_key_exists('date', $tpl_info)) {
/plugin/aichat/vendor/composer/
H A DInstalledVersions.php148 if (array_key_exists('aliases', $installed['versions'][$packageName])) {
151 if (array_key_exists('replaced', $installed['versions'][$packageName])) {
154 if (array_key_exists('provided', $installed['versions'][$packageName])) {
/plugin/bez/mdl/
H A DAcl.php27 if (!array_key_exists($column, $this->acl)) {
H A DUserFactory.php68 if (array_key_exists($nick, $users)) {
H A DValidator.php132 if (array_key_exists($user, $wiki_users) ||
/plugin/confmanager/tpl/
H A DshowConfigTwoLine.php12 <?php $isDefault = array_key_exists($key, $default) ?>
77 <?php $isOverridden = array_key_exists($key, $local) ?>
H A DshowConfigTwoLineLeftImage.php12 <?php $isDefault = array_key_exists($key, $default) ?>
103 <?php $isOverridden = array_key_exists($key, $local) ?>
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineConfigCascade.php65 if (array_key_exists($key, $default)) {
/plugin/caption/syntax/
H A Dcaption.php186 if(array_key_exists($this->_fignum,$this->_figlabels)) {
201 if(array_key_exists($this->_tabnum,$this->_tablabels)) {
216 if(array_key_exists($this->_codenum,$this->_codelabels)) {
231 if(array_key_exists($this->_filenum,$this->_filelabels)) {
/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)) {
/plugin/orphanswanted/
H A Dhelper.php130 …if( ! ((array_key_exists('exists', $item)) and ($item['exists'] == $page_exists) and (array_key_ex…
/plugin/button/
H A Dsyntax.php124 return (array_key_exists($ID, $this->styles) && is_array($this->styles[$ID]) && array_key_exists($name, $this->styles[$ID]))
182 return (array_key_exists($ID, $this->targets) && is_array($this->targets[$ID]) && array_key_exists($name, $this->targets[$ID])) ? true : false;
/plugin/bibtex4dw/syntax/
H A Dbibtex.php106 if (array_key_exists('sort', $options)) {
109 if (array_key_exists('nocite', $options)) {
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php217 if (array_key_exists($option, $this->_options)) {
660 } elseif (array_key_exists($value,$this->_strings)) {
1298 if (!array_key_exists('von', $array)) {
1303 if (!array_key_exists('last', $array)) {
1308 if (!array_key_exists('jr', $array)) {
1313 if (!array_key_exists('first', $array)) {

12345678910>>...21