Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 25 of 256) sorted by relevance

1234567891011

/plugin/translation/
H A Ddeleted.files6 flags/ad.gif
7 flags/ae.gif
8 flags/af.gif
9 flags/ag.gif
10 flags/ai.gif
11 flags/al.gif
12 flags/am.gif
13 flags/an.gif
14 flags/ao.gif
15 flags/a
[all...]
/plugin/charter/
H A Dhelper.php227 $flags[$key] = $this->_trimArray(explode(',', $flags[$key]));
243 if (!$flags[$key])
252 $flags[$key] = $this->_trimArray(explode(',', $flags[$key]));
254 $flags[$key][$i] = $this->_trimArray(explode('|', $flags[$key][$i]));
259 if (!is_numeric($flags[$key][$i][0]) || $flags[$key][$i][0] < 0) {
287 $this->flags = $flags;
410 …$pchart->drawBackground($this->flags['bgcolor'][0], $this->flags['bgcolor'][1], $this->flags['bgco…
508 …(50, 20, $this->flags['title'], $this->flags['titleColor'][0], $this->flags['titleColor'][1], $thi…
524 …$pchart->drawBackground($this->flags['bgcolor'][0], $this->flags['bgcolor'][1], $this->flags['bgco…
555 if ($this->flags['pieLabels'] && $this->flags['piePercentages'])
[all …]
/plugin/include/
H A Dhelper.php59 'params' => array('flags' => 'array'),
69 $flags = $this->defaults;
77 $flags['footer'] = 1;
80 $flags['footer'] = 0;
84 $flags['firstsec'] = 1;
87 $flags['firstsec'] = 0;
91 $flags['noheader'] = 0;
94 $flags['noheader'] = 1;
98 $flags['editbtn'] = 1;
102 $flags['editbt
237 _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = array()) global() argument
293 _convert_instructions(& $ins, $lvl, $page, $sect, $flags, $root_id, $included_pages = array()) global() argument
508 _footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id) global() argument
533 _permalink(& $ins, $page, $sect, $flags) global() argument
658 _get_firstsec(& $ins, $page, $flags) global() argument
695 _get_included_pages($mode, $page, $sect, $parent_id, $flags) global() argument
[all...]
/plugin/mediasyntax/
H A Dhelper.php50 'params' => array('flags' => 'array'),
61 $flags = array();
62 $flags = $this->defaults;
66 $flags['footer'] = 1;
69 $flags['footer'] = 0;
73 $flags['firstsec'] = 1;
76 $flags['firstsec'] = 0;
79 $flags['noheader'] = 1;
83 $flags['editbtn'] = 1;
87 $flags['editbt
310 _get_instructions($page, $sect, $mode, $lvl, $flags) global() argument
335 _convert_instructions(& $ins, $lvl, $page, $sect, $flags) global() argument
493 _append_includeins(& $ins, $id, $flags) global() argument
511 _footer($page, $sect, $sect_title, $flags, $footer_lvl) global() argument
535 _permalink(& $ins, $page, $sect, $flags) global() argument
[all...]
/plugin/icons/syntax/
H A Dicon.php21 protected $flags = array(); variable in syntax_plugin_icons_icon
61 $flags = array();
107 $flags .= "&$align_flag";
232 return (isset($this->flags[$name]) ? $this->flags[$name] : null);
236 return $this->flags;
241 $this->flags = array();
248 if ((int) $flags[0] > 0 && ! in_array($flags[0], array('2x', '3x', '4x', '5x'))) {
249 $flags[] = "size=" . $flags[0];
250 unset($flags[0]);
255 unset($flags[$left]);
[all …]
/plugin/include/_test/
H A Dnamespace_includes.test.php68 $flags = $this->helper->get_flags(array());
69 $pages = $this->helper->_get_included_pages('namespace', 'inclhidden:', '', '', $flags);
79 $flags = $this->helper->get_flags(array());
80 $pages = $this->helper->_get_included_pages('namespace', 'incltest:', '', '', $flags);
84 $flags = $this->helper->get_flags(array('depth=2'));
85 $pages = $this->helper->_get_included_pages('namespace', 'incltest:', '', '', $flags);
90 $flags = $this->helper->get_flags(array('depth=2'));
91 $pages = $this->helper->_get_included_pages('namespace', 'incltest:ns', '', '', $flags);
96 $flags = $this->helper->get_flags(array('depth=0'));
97 $pages = $this->helper->_get_included_pages('namespace', 'incltest:', '', '', $flags);
[all...]
/plugin/translation/lang/
H A Dflags.txt16 be https://flagicons.lipis.dev/flags/4x3/by.svg
17 bg https://flagicons.lipis.dev/flags/4x3/bg.svg
30 cs https://flagicons.lipis.dev/flags/4x3/cz.svg
34 da https://flagicons.lipis.dev/flags/4x3/dk.svg
35 de https://flagicons.lipis.dev/flags/4x3/de.svg
39 el https://flagicons.lipis.dev/flags/4x3/gr.svg
40 en https://flagicons.lipis.dev/flags/4x3/gb.svg
42 es https://flagicons.lipis.dev/flags/4x3/es.svg
43 et https://flagicons.lipis.dev/flags/4x3/ee.svg
47 fi https://flagicons.lipis.dev/flags/
[all...]
/plugin/tagfilter/helper/
H A Dsyntax.php36 $flags = $opt['tagfilterFlags'];
50 if (!empty($flags['withTags']) && !in_array($tag, $flags['withTags'])) {
53 if (!empty($flags['excludeTags']) && in_array($tag, $flags['excludeTags'])) {
87 * @param array $flags with
102 public function prepareList($pageids, $flags) argument
110 if (!isset($flags['tagcolumn'])) {
111 $flags['tagcolumn'] = [];
123 $cache_key = implode('_', ['plugin_tagfilter', $ID, $page, $flags['sortbypagei
177 renderList($pages, $flags, $pagelistflags) global() argument
221 parseFlags($flags) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DSdFlagsControl.php53 protected $flags;
56 * @param int $flags
58 public function __construct(int $flags)
60 $this->flags = $flags;
69 return $this->flags;
73 * @param int $flags
76 public function setFlags(int $flags)
78 $this->flags = $flags;
52 protected $flags; global() variable in FreeDSx\\Ldap\\Control\\Ad\\SdFlagsControl
57 __construct(int $flags) global() argument
75 setFlags(int $flags) global() argument
[all...]
H A DDirSyncRequestControl.php59 * Note: This flag needs to be encoded as a negative, due to how AD interprets the flags value.
66 protected $flags;
79 * @param int $flags
83 public function __construct(int $flags = self::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647)
85 $this->flags = $flags;
96 return $this->flags;
100 * @param int $flags argument
103 public function setFlags(int $flags)
105 $this->flags
63 protected $flags; global() variable in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl
80 __construct(int $flags = self FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647) global() argument
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.lpac.php45 $flags['audio_type'] = getid3_lib::BigEndian2Int(substr($LPACheader, 5, 1));
47 $flags['parameters'] = getid3_lib::BigEndian2Int(substr($LPACheader, 10, 4));
49 $info['lpac']['flags']['is_wave'] = (bool) ($flags['audio_type'] & 0x40);
50 $info['lpac']['flags']['stereo'] = (bool) ($flags['audio_type'] & 0x04);
51 $info['lpac']['flags']['24_bit'] = (bool) ($flags['audio_type'] & 0x02);
52 $info['lpac']['flags']['16_bit'] = (bool) ($flags['audio_type'] & 0x01);
58 $info['lpac']['flags']['fast_compress'] = (bool) ($flags['parameters'] & 0x40000000);
59 $info['lpac']['flags']['random_access'] = (bool) ($flags['parameters'] & 0x08000000);
61 $info['lpac']['flags']['adaptive_prediction_order'] = (bool) ($flags['parameters'] & 0x00800000);
62 $info['lpac']['flags']['adaptive_quantization'] = (bool) ($flags['parameters'] & 0x00400000);
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php47 * @param int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string
49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string argument
55 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \stdClass)) {
60 $output .= $prefix.Inline::dump($input, $flags);
62 $output .= $this->dumpTaggedValue($input, $inline, $indent, $flags, $prefix);
71 if (Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value) && false !== strpos($value, "\n") && false === strpos($value, "\r")) {
84 $output .= sprintf('%s%s%s |%s%s', $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', '', $blockIndentationIndicator, $blockChompingIndicator);
98 $output .= sprintf('%s%s !%s', $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', $value->getTag());
100 if (Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value->getValue()) && false !== strpos($value->getValue(), "\n") && false === strpos($value->getValue(), "\r\n")) {
114 $output .= ' '.$this->dump($value->getValue(), $inline - 1, 0, $flags)
143 dumpTaggedValue(TaggedValue $value, int $inline, int $indent, int $flags, string $prefix) global() argument
[all...]
H A DInline.php37 public static function initialize(int $flags, int $parsedLineNumber = null, string $parsedFilename = null) argument
39 self::$exceptionOnInvalidType = (bool) (Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE & $flags);
40 self::$objectSupport = (bool) (Yaml::PARSE_OBJECT & $flags);
41 self::$objectForMap = (bool) (Yaml::PARSE_OBJECT_FOR_MAP & $flags);
42 self::$constantSupport = (bool) (Yaml::PARSE_CONSTANT & $flags);
54 * @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
61 public static function parse(string $value = null, int $flags = 0, array &$references = []) argument
63 self::initialize($flags);
78 $tag = self::parseTag($value, $i, $flags);
81 $result = self::parseSequence($value, $flags,
117 dump($value, int $flags = 0) global() argument
231 dumpArray(array $value, int $flags) global() argument
252 dumpNull(int $flags) global() argument
268 parseScalar(string $scalar, int $flags = 0, array $delimiters = null, int& $i = 0, bool $evaluate = true, array& $references = [], bool& $isQuoted = null) global() argument
347 parseSequence(string $sequence, int $flags, int& $i = 0, array& $references = []) global() argument
415 parseMapping(string $mapping, int $flags, int& $i = 0, array& $references = []) global() argument
561 evaluateScalar(string $scalar, int $flags, array& $references = [], bool& $isQuotedString = null) global() argument
721 parseTag(string $value, int& $i, int $flags) global() argument
[all...]
H A DYaml.php47 * @param int $flags A bit field of PARSE_* constants to customize the YAML parser behavior
53 public static function parseFile(string $filename, int $flags = 0) argument
57 return $yaml->parseFile($filename, $flags);
70 * @param int $flags A bit field of PARSE_* constants to customize the YAML parser behavior
76 public static function parse(string $input, int $flags = 0) argument
80 return $yaml->parse($input, $flags);
92 * @param int $flags A bit field of DUMP_* constants to customize the dumped YAML string
94 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string argument
98 return $yaml->dump($input, $inline, 0, $flags);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php38 * @param int $flags
68 self::initialize($flags);
83 $tag = self::parseTag($value, $i, $flags);
124 public static function dump($value, int $flags = 0): string argument
140 if (Yaml::DUMP_OBJECT & $flags) {
148 … $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
160 return self::dumpArray($value, $flags);
244 $output[] = self::dump($val, $flags);
253 $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
359 $tag = self::parseTag($sequence, $i, $flags);
[all …]
H A DYaml.php46 … * @param int $flags A bit field of PARSE_* constants to customize the YAML parser behavior
52 public static function parseFile(string $filename, int $flags = 0) argument
56 return $yaml->parseFile($filename, $flags);
69 * @param int $flags A bit field of PARSE_* constants to customize the YAML parser behavior
75 public static function parse(string $input, int $flags = 0) argument
79 return $yaml->parse($input, $flags);
91 * @param int $flags A bit field of DUMP_* constants to customize the dumped YAML string
95 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string argument
99 return $yaml->dump($input, $inline, 0, $flags);
/plugin/timetrack/
H A Dsyntax.php45 $flags = explode('&', $command);
46 $flags = array_map('trim', $flags);
47 $flags = array_filter($flags);
49 $flags = $this->parseFlags($flags);
52 'flags' => $flags,
61 $flags = $data['flags'];
70 $project_name = $flags['project']['name'] ? $flags['project']['name'] : p_get_first_heading($ID);
71 $project_abbr = $flags['project']['id'] ? $flags['project']['id'] : noNS($ID);
195 function parseFlags($flags){ argument
196 if(!is_array($flags)) return false;
[all …]
/plugin/tagfilter/syntax/
H A Dfilter.php92 * array 'pagelistFlags' all flags set by user in syntax, will be supplied directly to pagelist plugin,
103 list($match, $flags) = array_pad(explode('&', $match, 2), 2, '');
104 $flags = explode('&', $flags);
123 //only flags for tagfilter
124 $opts['tagfilterFlags'] = $HtagfilterSyntax->parseFlags($flags);
126 //all flags set by user for pagelist plugin
127 $opts['pagelistFlags'] = array_map('trim', $flags);
159 $flags = $opt['tagfilterFlags'];
175 if ($flags['cach
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DEnsureFilterWorker.php31 private $flags; variable in Assetic\\Factory\\Worker\\EnsureFilterWorker
38 * @param integer $flags Flags for what to check
40 public function __construct($pattern, FilterInterface $filter, $flags = null) argument
42 if (null === $flags) {
43 $flags = self::CHECK_SOURCE | self::CHECK_TARGET;
48 $this->flags = $flags;
54 …(self::CHECK_SOURCE === (self::CHECK_SOURCE & $this->flags) && preg_match($this->pattern, $asset->…
56 …(self::CHECK_TARGET === (self::CHECK_TARGET & $this->flags) && preg_match($this->pattern, $asset->…
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_array.php4 function any_flag_set(&$flags) { argument
5 for ($i=0, $size = count($flags); $i<$size; $i++) {
6 if ($flags[$i]) { return true; };
11 function expand_to_with_flags($size, $array, $flags) { argument
22 if (!$flags[$i]) { $size -= $array[$i]; };
27 for ($i=0, $count = count($flags); $i<$count; $i++) {
28 if ($flags[$i]) { $sum += $array[$i]; };
45 for ($i=0, $count = count($flags); $i < $count; $i++) {
46 if ($flags[$i]) { $array[$i] *= $koeff; };
/plugin/tipoftheday/syntax/
H A Dtotd.php31 list($match, $flags) = explode('&', $match, 2);
36 $return = array($page, explode('&', $flags));
46 list($page, $flags) = $data;
47 if ( !is_Array($flags) ) {
48 $flags = array($flags);
65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags);
83 …="previous" onclick="totd_loadnew(\'' . $page . (count($flags)>0 ? '%26' . implode('%26', $flags) …
84 …itle="next" onclick="totd_loadnew(\'' . $page . (count($flags)>0 ? '%26' . implode('%26', $flags) …
/plugin/include/syntax/
H A Dfooter.php31 list($page, $sect, $sect_title, $flags, $redirect_id, $footer_lvl) = $data;
34 $renderer->doc .= $this->html_footer($page, $sect, $sect_title, $flags, $footer_lvl, $renderer);
45 function html_footer($page, $sect, $sect_title, $flags, $footer_lvl, &$renderer) { argument
48 if(!$flags['footer']) return '';
54 if ($flags['permalink']) {
72 if ($flags['date'] && $exists) {
82 if ($flags['mdate'] && $exists) {
92 if ($flags['user'] && $exists) {
104 if (empty($sect) && $flags['comments'] && (!plugin_isdisabled('discussion')) && ($discussion = plugin_load('helper', 'discussion'))) {
110 if (empty($sect) && $flags['linkback
[all...]
H A Dinclude.php71 list($match, $flags) = array_pad(explode('&', $match, 2), 2, '');
78 return array($mode, $page, $sect, explode('&', $flags), $level, $pos);
98 list($mode, $page, $sect, $flags, $level, $pos) = $data;
102 $flags = $this->helper->get_flags($flags);
104 $pages = $this->helper->_get_included_pages($mode, $page, $sect, $parent_id, $flags);
115 $renderer->meta['plugin_include']['instructions'][] = compact('mode', 'page', 'sect', 'parent_id', 'flags');
139 if (!$sect && !$flags['firstsec'] && !$flags['linkonly'] && !isset($renderer->meta['plugin_include']['secids'][$id])) {
145 $flags['include_seci
[all...]
/plugin/tag/syntax/
H A Dtopic.php50 list($match, $flags) = array_pad(explode('&', $match, 2), 2, '');
51 $flags = explode('&', $flags);
67 return [$ns, trim($tag), $flags];
79 list($ns, $tag, $flags) = $data;
81 /* extract sort flags into array */
83 foreach($flags as $flag) {
120 $flags = array_merge($configflags, $flags);
121 foreach($flags a
[all...]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php27 * @param int $flags
33 public function recursiveGlob($pattern, $flags = 0) argument
36 $files = glob($pattern, $flags);
43 …s = array_merge($files, $this->recursiveGlob($dir.DIRECTORY_SEPARATOR.basename($pattern), $flags));
56 * @param int $flags
62 public function recursiveGlobFiles($pattern, $flags = 0) argument
64 $files = $this->recursiveGlob($pattern, $flags);

1234567891011