/plugin/adhoctags/ |
D | action.php | 29 if (in_array('b', $allowedElements)) { 40 if (in_array('i', $allowedElements)) { 51 if (in_array('s', $allowedElements)) { 63 if (in_array('u', $allowedElements)) { 74 if (in_array('small', $allowedElements)) { 85 if (in_array('q', $allowedElements)) { 96 if (in_array('abbr', $allowedElements)) { 107 if (in_array('dfn', $allowedElements)) { 118 if (in_array('kbd', $allowedElements)) { 129 if (in_array('samp', $allowedElements)) { [all …]
|
/plugin/formatplus2/ |
D | action.php | 28 if (!in_array('smallcaps', $disabled)) 37 if (!in_array('sample', $disabled)) 46 if (!in_array('variable', $disabled)) 55 if (!in_array('keyboard', $disabled)) 64 if (!in_array('definition', $disabled)) 73 if (!in_array('citation', $disabled)) 82 if (!in_array('inverse', $disabled)) 91 if (!in_array('quote', $disabled)) { 102 if (!in_array('blockquote', $disabled)) 111 if (!in_array('ins_del', $disabled)) { [all …]
|
/plugin/formatplus/ |
D | action.php | 28 if (!in_array('smallcaps', $disabled)) 37 if (!in_array('sample', $disabled)) 46 if (!in_array('variable', $disabled)) 55 if (!in_array('keyboard', $disabled)) 64 if (!in_array('definition', $disabled)) 73 if (!in_array('citation', $disabled)) 82 if (!in_array('inverse', $disabled)) 91 if (!in_array('quote', $disabled)) { 102 if (!in_array('blockquote', $disabled)) 111 if (!in_array('ins_del', $disabled)) { [all …]
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/ |
D | Version.php | 54 return \in_array($name, $this->queries, true); 56 return \in_array($name, $this->aggregations, true); 58 return \in_array($name, $this->suggesters, true); 60 return \in_array($name, $this->collapsers, true);
|
/plugin/listusergroup/ |
D | helper.php | 77 if (in_array('header', $data['show'])) { 93 $isShowExistingHome = in_array('existinghome', $data['show']); 94 $isShowHome = in_array('home', $data['show']); 95 $isShowGroups = in_array('groups', $data['show']); 96 $isLinkUser = $data['link']?in_array('user', $data['link']):false; 97 $isLinkEmail = $data['link']?in_array('email', $data['link']):false;
|
/plugin/switchpanel/tpl/ |
D | switchpanel.text.none.class.php | 25 if( !in_array( $sBrRadius, array( '', 'none' ), true ) ){ 32 if( !in_array( $sTextColor, array( '', 'none' ), true ) ){ 35 if( !in_array( $sBrColor, array( '', 'none' ), true ) ){ 40 if( !in_array( $sTextBgColor, array( '', 'none' ), true ) ){
|
/plugin/toolbuttondel/ |
D | action.php | 33 if(!in_array ('external' , $excludes)) break; 38 if(!in_array ('internal' , $excludes)) break; 42 if(!in_array ('media' , $excludes)) break; 82 if(in_array('select',$headers)) { 86 if(in_array($i,$headers)) { 101 if(in_array($name, $conf)){ 163 if(!in_array($list[$i]['key'],$this->select_head)) {
|
/plugin/groupmgr/ |
D | syntax.php | 251 if (in_array($val, $check)) { 309 if (in_array($g, $u['grps']) && $_SERVER['REMOTE_USER'] == $name) { 311 if ($INFO['isadmin'] && in_array($g, $admingrplst)) { 325 if (!in_array($g, $u['grps'])) { 330 if (in_array($g, $u['grps'])) { 346 if (in_array($g, $u['grps'])) {
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/ |
D | SecurityPolicy.php | 71 if (!\in_array($tag, $this->allowedTags)) { 77 if (!\in_array($filter, $this->allowedFilters)) { 83 if (!\in_array($function, $this->allowedFunctions)) { 99 $allowed = \in_array($method, $methods); 116 … $allowed = \in_array($property, \is_array($properties) ? $properties : [$properties]);
|
/plugin/hidepages/ |
D | syntax.php | 42 if($param == 'sitemap' || (is_array($param) && in_array('sitemap', $param))) { 46 if($param == 'search' || (is_array($param) && in_array('search', $param))) { 61 if(in_array('sitemap', $data)) $renderer->meta['hidepage']['sitemap'] = true; 62 if(in_array('search', $data)) $renderer->meta['hidepage']['search'] = true;
|
/plugin/adhoctags/syntax/ |
D | img.php | 32 return in_array($value, array('anonymous','use-credentials')); 36 return in_array($value, array('sync','async','auto')); 40 return in_array($value, array('eager','lazy'));
|
/plugin/openid/Auth/OpenID/ |
D | HMAC.php | 29 (in_array('sha1', hash_algos()))) { 66 (in_array('sha1', hash_algos()))) { 81 (in_array('sha256', hash_algos()))) { 94 (in_array('sha256', hash_algos()))) {
|
/plugin/fedauth/Auth/OpenID/ |
D | HMAC.php | 29 (in_array('sha1', hash_algos()))) { 65 (in_array('sha1', hash_algos()))) { 80 (in_array('sha256', hash_algos()))) { 93 (in_array('sha256', hash_algos()))) {
|
/plugin/todo/syntax/ |
D | list.php | 75 if(in_array($value, array('id', 'firstheader', 'none'))) { 80 if(in_array($value, $allowedvalues)) { 85 if(in_array($value, $allowedvalues)) { 90 if(in_array($value, $allowedvalues)) { 95 if(in_array($value, $allowedvalues)) { 100 if(in_array($value, array('user', 'real', 'none'))) { 105 if(in_array($value, $allowedvalues)) { 112 if( in_array( '@@USER@@', $data['assigned'] ) ) { 120 if(in_array('@@USER@@', $data['completeduserlist'])) { 427 if(in_array($todouser, $requestedassignees)) { $condition2 = true; break; } [all …]
|
/plugin/bez/mdl/ |
D | Model.php | 59 if (in_array($property, $models) || 60 … in_array($property, array('sqlite', 'db', 'acl', 'dw_auth', 'user_nick', 'action', 'conf'))) { 119 if (in_array('admin', $grps ) || in_array('bez_admin', $grps )) { 121 } elseif (in_array('bez_leader', $grps )) {
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
D | ImageTypeGuesser.php | 15 …if (in_array(substr($data, 6, 4), ['JFIF', 'Exif'], true) || strpos($data, chr(255) . chr(216)) ==… 19 if (in_array(substr($data, 0, 4), ['RIFF'], true)) { 23 if (in_array(substr($data, 0, 6), ['GIF87a', 'GIF89a'], true)) {
|
/plugin/fedauth/classes/ |
D | fa_providerlist.class.php | 95 if (!in_array($id, $this->order_large) && !in_array($id, $this->order_small)) { 203 $size = in_array($id, $this->order_large) ? PROV_LARGE : PROV_SMALL; 340 if (in_array($id, $this->order_large)) { 346 if (in_array($id, $this->order_small)) { 367 if (in_array($id, $this->order_small)) { 370 if (in_array($id, $this->order_large)) {
|
/plugin/revealjs/syntax/ |
D | background.php | 69 … elseif ($position_count < 2 && in_array($param, array('top','bottom','left','right','center'))) { 74 elseif (!$data['background_repeat'] && in_array($param, array('repeat','no-repeat'))) { 85 … elseif (!$data['transition_speed'] && in_array($param, array('default','fast','slow'))) { 196 if (in_array($data['last_chars'], array('->','>>','}}'))) { 237 if (in_array($data['last_chars'], array('->','>>'))) { 246 elseif (in_array($data['first_chars'], array('<-','<<'))) { 281 if (in_array($val, $named)) {
|
/plugin/mediatooltip/ |
D | action.php | 155 $useFileName = in_array('File',$this->toolTipOptions); 164 if(in_array('Camera', $this->toolTipOptions)) { 170 if(in_array('Date', $this->toolTipOptions)) { 176 if(in_array('ImgSize', $this->toolTipOptions)) { 184 if(in_array('FileSize', $this->toolTipOptions)) { 201 if(in_array('Artist', $this->toolTipOptions)) { 222 if(in_array('Caption', $this->toolTipOptions)) { 232 if(in_array('Copyright', $this->toolTipOptions)) {
|
/plugin/bookcreator/action/ |
D | export.php | 33 if(in_array($event->data, $allowedEvents)) { 49 if(!in_array($event->data['mode'], ['text', 'xhtml'])) { 125 if (!in_array($order, $sortoptions)) { 145 return !in_array($item['id'], $excludes); 174 if (!in_array($pdfnamespace . ':' . $conf['start'], $list, true)) {
|
/plugin/nextday/ |
D | syntax.php | 29 if (in_array($in[0], array('mon','tue','wed','thu','fri','sat','sun'))) { 33 if (in_array($in[0], array('first','second','third','fourth','fifth','last')) && 34 in_array($in[1], array('mon','tue','wed','thu','fri','sat','sun'))) {
|
/plugin/latexcaption/syntax/ |
D | caption.php | 133 … $params['xhtml']['tagtype'] = (in_array($type, ['figure', 'subfigure']) ? 'figure' : 'div'); 147 …$params['xhtml']['captagtype'] = (in_array($type, ['figure', 'subfigure']) ? 'figcaption' : 'div'); 173 … $params['xhtml']['tagtype'] = (in_array($type, ['figure', 'subfigure']) ? 'figure' : 'div'); 187 if (!in_array($type,$this::$_types)) { 210 if (!in_array($mode, ['metadata', 'xhtml','odt', 'latex'])) { 254 $separator = (in_array('blank', $opts) ? '' : ': '); 298 if (!in_array($type, ['figure', 'table', 'subfigure'])){ 341 if (!in_array($type, ['figure', 'table'])) {
|
/plugin/jirainfo/ |
D | action.php | 94 if (in_array('status', $fields) && isset($arr['fields']['status'])) { 100 if (in_array('priority', $fields) && isset($arr['fields']['priority'])) { 106 if (in_array('issuetype', $fields) && isset($arr['fields']['issuetype'])) { 112 if (in_array('comment', $fields) && isset($arr['fields']['comment'])) {
|
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ |
D | Autoload.php | 71 … && in_array($trace[2]['function'], array('class_exists', 'interface_exists', 'trait_exists')) 76 … && in_array($trace[1]['function'], array('class_exists', 'interface_exists', 'trait_exists')) 89 && !in_array('__autoload', spl_autoload_functions())
|
/plugin/const/ |
D | class.evalmath.php | 181 if ( in_array( $matches[1], $this->constants, true ) ) { 199 if ( in_array( $matches[1], $this->builtin_functions, true ) ) { 215 …if ( 1 === preg_match( '/^' . self::$name_pattern . '$/', $token ) && ! in_array( $token, $args, t… 305 } elseif ( ( in_array( $op, $ops, true ) || $ex ) && $expecting_operator ) { 314 …while ( $stack->count > 0 && ( $o2 = $stack->last() ) && in_array( $o2, $ops, true ) && ( $ops_r[ … 345 if ( in_array( $function_name, $this->builtin_functions, true ) ) { 354 if ( in_array( -1, $counts, true ) && $arg_count > 0 ) { 356 } elseif ( ! in_array( $arg_count, $counts, true ) ) { 407 …if ( in_array( $matches[1], $this->builtin_functions, true ) || array_key_exists( $matches[1], $th… 442 if ( ! in_array( 0, $counts, true ) ) { [all …]
|