/plugin/formatplus2/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/hidepages/ |
H A 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/findologicxmlexport/vendor/twig/twig/src/Sandbox/ |
H A 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/groupmgr/ |
H A 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/toolbuttondel/ |
H A 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/fedauth/Auth/OpenID/ |
H A 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()))) {
|
H A D | SReg.php | 69 if (!in_array($field_name, array_keys($Auth_OpenID_sreg_data_fields))) { 305 return (in_array($field_name, $this->required) || 306 in_array($field_name, $this->optional)); 332 if (in_array($field_name, $this->required)) { 336 if (in_array($field_name, $this->optional)) { 492 if (in_array($field_name, array_keys($args))) {
|
/plugin/openid/Auth/OpenID/ |
H A 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/todo/syntax/ |
H A 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( [all...] |
/plugin/bez/mdl/ |
H A 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/revealjs/syntax/ |
H A 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/fedauth/classes/ |
H A 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/mediatooltip/ |
H A 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/nextday/ |
H A 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/jirainfo/ |
H A 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/davcal/syntax/ |
H A D | calendar.php | 88 if(!in_array($val, $data['id'])) 95 …if(in_array($val, array('month', 'basicDay', 'basicWeek', 'agendaWeek', 'agendaDay', 'listWeek', '… 110 if(in_array($val, $tzlist) || $val === 'no') 117 if(in_array($val, $tfopt) || $val === 'no') 157 if(in_array($ID, array_keys($data['id'])))
|
/plugin/latexcaption/syntax/ |
H A 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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/ |
H A D | OperatorBracketSniff.php | 94 … $isAssignment = in_array($tokens[$previous]['code'], PHP_CodeSniffer_Tokens::$assignmentTokens); 95 … $isEquality = in_array($tokens[$previous]['code'], PHP_CodeSniffer_Tokens::$equalityTokens); 96 … $isComparison = in_array($tokens[$previous]['code'], PHP_CodeSniffer_Tokens::$comparisonTokens); 125 if (in_array($tokens[$previousToken]['code'], $invalidTokens) === true) { 167 if (in_array($tokens[$prev]['code'], $allowed) === true) { 183 if (in_array($tokens[$next]['code'], $allowed) === true) { 199 if (in_array($prevCode, PHP_CodeSniffer_Tokens::$scopeOpeners) === true) {
|
/plugin/const/ |
H A D | class.evalmath.php | 181 if ( in_array( $matches[1], $this->constants, true ) ) { 199 if ( in_array( $matches[1], $this->builtin_functions, true ) ) { 305 } elseif ( ( in_array( $op, $ops, true ) || $ex ) && $expecting_operator ) { 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 ) ) { 442 if ( ! in_array( 0, $counts, true ) ) { 455 } elseif ( in_array( $op, $ops, true ) && ! $expecting_operator ) { 465 if ( in_array( $op, $ops, true ) ) { 514 if ( in_array( $function_name, $this->builtin_functions, true ) ) { [all …]
|
/plugin/swiftmail/Swift/ |
H A D | RecipientList.php | 71 if (in_array($where, array("to", "cc", "bcc"))) 90 if (in_array($where, array("to", "cc", "bcc"))) 106 elseif (in_array($where, array("to", "cc", "bcc"))) 118 if (in_array($where, array("to", "cc", "bcc")))
|
/plugin/iptrust/ |
H A D | action.php | 42 if (!in_array($event->data, array('login', 'register', 'resendpwd'))) { 45 if (!$ips || !in_array($ip."\n", $ips)) { 55 if (!$ips || !in_array($ip."\n", $ips)) {
|