Home
last modified time | relevance | path

Searched +full:conflicts -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Drpmspec.php110 GESHI_SEARCH => '((?:summary|license|buildroot|buildrequires|provides|version|release|source\d*|group|buildarch|autoreqprov|provides|obsoletes|vendor|distribution|suggests|autoreq|autoprov|conflicts|name|url|requires|patch\d*):)',
H A Dasm.php130 'cmps','cmpsb','cmpsw',/*'cmpsd',*/ 'cmpsq', /*CMPSD conflicts with the SSE2 instructions of the same name*/
131 'movs','movsb','movsw',/*'movsd',*/ 'movsq', /*MOVSD conflicts with the SSE2 instructions of the same name*/
205 /*'pmulhrw',*/'pmachriw','pmulhriw', /* PMULHRW conflicts with the 3dnow! instruction of the same name */
H A Dactionscript3.php345 //FIX: Must be last in order to avoid conflicts with keywords present
H A Drsplus.php101 'conditionCall.condition', 'conditionMessage', 'conditionMessage.condition', 'conflicts', 'Conj', 'contributors',
/dokuwiki/inc/Extension/
H A DPluginController.php299 $conflicts = array_diff_key($local_default, $diffed_ones);
301 return array_merge($sure_plugins, array_diff_assoc($conflicts, $this->pluginCascade['default']));
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php404 if (!empty($this->remoteInfo['conflicts'])) return $this->remoteInfo['conflicts'];
H A Dlist.php534 $html .= '<dt>' . $this->getLang('conflicts') . '</dt>';