Home
last modified time | relevance | path

Searched refs:flags (Results 26 – 50 of 256) sorted by relevance

1234567891011

/plugin/imagecarousel/
H A Dsyntax.php71 $flags = $this->parseFlags($match);
72 $flags['slick'] = json_encode(array_merge(
74 $flags['slick']
76 $data['flags'] = $flags;
131 $flags = array(
142 $flags['self']['position'] = 'center';
145 $flags['self']['position'] = 'left';
154 $flags['self']['width'] = $tmp[1];
160 $flags['slick'][$tmp[0]] = $tmp[1];
168 return $flags;
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php63 * A cross between mb_split and preg_split, adding the preg_split flags
69 * @param int $flags
72 public static function split($pattern, $string, $limit = -1, $flags = 0) argument
74 $offset_capture = (bool)($flags & PREG_SPLIT_OFFSET_CAPTURE);
83 if (self::isLastPart($length, $flags, $limit, $count)) {
88 if (self::isPart($length, $flags)) {
100 * @param $flags
105 private static function isLastPart($length, $flags, $limit, &$count) argument
107 $split_empty = !($flags & PREG_SPLIT_NO_EMPTY) || $length[0];
118 * @param $flags
121 isPart($length, $flags) global() argument
[all...]
/plugin/virtualkeyboard/vk/layouts/
H A DKorean.js132 flags:0 //for some crosstalk property in Korean
174 Korean.flags=0
178 Korean.flags=0
194 Korean.flags &=~ 3
201 Korean.flags &=~4
272 Korean.flags=0
302 Korean.flags =1
307 if(CVC[1] == -1 || CVC[2]) Korean.flags =2 //s-y, sas-y
310 Korean.flags =4
313 if(CVC && (Korean.flags & 1 && CVC[1]==-1 || Korean.flags & 2 && CVC[2]==0)){//sha, rya
[all …]
/plugin/randominc/
H A Dsyntax.php35 list($match, $flags) = explode('&', $match, 2);
39 return array($include, $id, cleanID($section), explode('&', $flags), $pos);
95 list($type, $raw_id, $section, $flags, $pos) = $data;
102 $this->getFlags($flags, $flagsarray);
135 $flags = $this->helper->get_flags($flags);
177 …if (!$sect && !$flags['firstsec'] && !$flags['linkonly'] && !isset($renderer->meta['plugin_include…
183 $flags['include_secid'] = $secids[$id]['hid'];
185 unset($flags['include_secid']);
190 if (!$flags['editbtn']) {
242 protected function getFlags($flags, &$flagsarray) { argument
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php45 … * @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 \std…
60 $output .= $prefix.Inline::dump($input, $flags);
65 …if ($inline >= 1 && Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value) && false !=…
69 …tput .= sprintf("%s%s%s |%s\n", $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', '', $b…
80 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \ArrayObject || $value instanceof \std…
88 $dumpAsMap ? Inline::dump($key, $flags).':' : '-',
90 … $this->dump($value, $inline - 1, $willBeInlined ? 0 : $indent + $this->indentation, $flags)
H A DParser.php50 public function parseFile(string $filename, int $flags = 0) argument
63 return $this->parse(file_get_contents($filename), $flags);
79 public function parse(string $value, int $flags = 0) argument
96 $data = $this->doParse($value, $flags);
121 private function doParse(string $value, int $flags) argument
445 private function parseBlock(int $offset, string $yaml, int $flags) argument
464 return $parser->doParse($yaml, $flags);
642 private function parseValue(string $value, int $flags, string $context) argument
683 return Inline::parse($value, $flags, $this->refs);
719 $parsedValue = Inline::parse($value, $flags, $this->refs);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php115 * @param int $flags A bitmask of normalizations to apply, see constants
121 public static function normalize(UriInterface $uri, $flags = self::PRESERVING_NORMALIZATIONS) argument
123 if ($flags & self::CAPITALIZE_PERCENT_ENCODING) {
127 if ($flags & self::DECODE_UNRESERVED_CHARACTERS) {
131 if ($flags & self::CONVERT_EMPTY_PATH && $uri->getPath() === '' &&
137 …if ($flags & self::REMOVE_DEFAULT_HOST && $uri->getScheme() === 'file' && $uri->getHost() === 'loc…
141 … if ($flags & self::REMOVE_DEFAULT_PORT && $uri->getPort() !== null && Uri::isDefaultPort($uri)) {
145 if ($flags & self::REMOVE_DOT_SEGMENTS && !Uri::isRelativePathReference($uri)) {
149 if ($flags & self::REMOVE_DUPLICATE_SLASHES) {
153 if ($flags & self::SORT_QUERY_PARAMETERS && $uri->getQuery() !== '') {
/plugin/abstract/
H A Dsyntax.php34 $flags = substr($match, 9, -1);
35 $flags = $this->parseFlags($flags);
36 return [$state,$flags];
96 function parseFlags($flags){ argument
97 $flags = explode('&',trim($flags));
102 foreach($flags as $k=>$flag) {
/plugin/blog/
H A Dhelper.php31 'desc' => 'get values for flags, or defaults where not supplied',
32 'params' => array('flags' => 'array'),
33 'return' => array('flags' => 'array'),
125 * Turn a list of user-supplied flags into a complete list of all flags
127 * using global configuration options or plugin defaults where flags have
134 * @return array All flags required by the Blog plugin (only)
137 $flags = array();
140 $flags['formpos'] = $this->getConf('formposition');
142 $flags['formpo
[all...]
/plugin/task/syntax/
H A Dtaskform.php32 list($ns, $flags) = explode('&', $match, 2);
33 $flags = explode('&', $flags);
40 foreach ($flags as $flag) {
46 return array($ns, $flags, $selectUserGroup);
54 list($ns, $flags, $selectUserGroup) = $data;
56 $selectUser = in_array('selectUser', $flags);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A Dbootstrap.php133 …n_to_ascii($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = null) { return p… argument
136 …dn_to_utf8($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = null) { return p… argument
140 …_to_ascii($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null) { return p… argument
143 …dn_to_utf8($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null) { return … argument
/plugin/discussion/syntax/
H A Dthreads.php57 list($match, $flags) = explode('&', $match, 2);
58 $flags = explode('&', $flags);
61 foreach($flags as $key => $flag) {
65 unset($flags[$key]);
68 unset($flags[$key]);
71 unset($flags[$key]);
85 return array($ns, $flags, $refine, $customFlags);
97 list($ns, $flags, $refine, $customFlags) = $data;
148 $pagelist->setFlags($flags);
/plugin/dir/
H A Dsyntax.php721 $flags = trim($data, '~');
722 $flags = substr($flags, strlen(DIR_PLUGIN_PATTERN));
723 $flags = trim($flags);
736 $flags = substr($flags, 1);
746 $flags = '';
749 $flags = substr($flags, 1);
760 $flags = $tmp [1];
763 $flags = '';
767 $ns = $flags;
768 $flags = '';
[all …]
/plugin/changes/
H A Dsyntax.php71 'render-flags' => [],
128 $flags = trim($match[2]);
129 if ($flags != '') {
130 $data['render-flags'] = preg_split('/\s*,\s*/', $flags);
198 $this->renderSimpleList($changes, $renderer, $data['render-flags']);
201 $this->renderPageList($changes, $renderer, $data['render-flags']);
377 * @param $flags argument
379 protected function renderPageList($changes, $renderer, $flags)
384 $pagelist->setFlags($flags);
424 renderSimpleList($changes, & $R, $flags = null) global() argument
479 parseSimpleListFlags($flags) global() argument
[all...]
/plugin/tipoftheday/syntax/
H A Dtotns.php29 list($match, $flags) = explode('&', $match, 2);
41 return array($page, explode('&', $flags));
48 list($page, $flags) = $data;
49 if ( !is_Array($flags) ) {
50 $flags = array($flags);
/plugin/imagelink/syntax/
H A Dimagelink.php57 $flags = $this->parseFlags($match);
58 $data['flags'] = $flags;
96 $flags = array(
106 $flags['hover'] = true;
116 $flags['title'] = $tmp[1];
124 return $flags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DCheckRequest.php28 public $flags; variable in Google\\Service\\ServiceControl\\CheckRequest
53 public function setFlags($flags) argument
55 $this->flags = $flags;
62 return $this->flags;
/plugin/combo/vendor/symfony/polyfill-php80/Resources/stubs/
H A DAttribute.php16 public $flags; variable in Attribute
18 public function __construct(int $flags = self::TARGET_ALL) argument
20 $this->flags = $flags;
/plugin/editor/
H A Dsyntax.php32 list($match, $flags) = explode('&', $match, 2);
33 $flags = explode('&', $flags);
46 return array($ns, trim($user), $flags, $refine);
50 list($ns, $user, $flags, $refine) = $data;
82 $pagelist->setFlags($flags);
/plugin/charter/
H A Dsyntax.php92 …ocache').'" alt="'.$flags['title'].'" width="'.$flags['size']['width'].'" height="'.$flags['size']…
/plugin/autolink4/
H A Dscript.js18 var flags = (parts[3] || '')
23 flags.push(flag);
26 // Remove all flags
27 if (flags.length == 0) {
31 parts[3] = flags.join('|');
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DFileSystem.php64 * @param int $flags Flags.
67 public function __construct($path, $flags = null, $splFileInfoClass = null) argument
71 if (null === $flags) {
74 parent::__construct($path, $flags);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php1088 $flags = array();
1092 $flags[$i] =
1098 return $flags;
1107 $flags = array();
1111 $flags[$i] =
1117 return $flags;
1129 return $flags;
1145 return $flags;
1156 return $flags;
1179 return $flags;
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DParser.php46 * @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
52 public function parseFile(string $filename, int $flags = 0) argument
65 return $this->parse(file_get_contents($filename), $flags);
75 * @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
81 public function parse(string $value, int $flags = 0) argument
97 $data = $this->doParse($value, $flags);
116 private function doParse(string $value, int $flags) argument
144 if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLine()) {
158 Inline::initialize($flags, $this->getRealCurrentLineNb(), $this->filename);
186 $data[] = $this->parseBlock($currentLineNumber, rtrim($sequenceYaml), $flags);
518 parseBlock(int $offset, string $yaml, int $flags) global() argument
721 parseValue(string $value, int $flags, string $context) global() argument
1082 preg_match(string $pattern, string $subject, array& $matches = null, int $flags = 0, int $offset = 0) global() argument
1126 getLineTag(string $value, int $flags, bool $nextLineCheck = true) global() argument
[all...]
/plugin/pageimage/
H A Dhelper.php91 * @param array $flags possible flag is firstimage
95 function getImageID($id,$flags=array()){ argument
96 $flags = array_merge(array('firstimage' => false),$flags);
106 if(!$flags['firstimage'] || !@file_exists(mediaFN($src))) {

1234567891011