/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/ |
H A D | TagProcessor.php | 22 private $tags; variable in Monolog\\Processor\\TagProcessor 25 * @param string[] $tags 27 public function __construct(array $tags = []) argument 29 $this->setTags($tags); 33 * @param string[] $tags 35 public function addTags(array $tags = []): self argument 37 $this->tags = array_merge($this->tags, $tags); 43 * @param string[] $tags 45 public function setTags(array $tags = []): self argument 47 $this->tags = $tags; [all …]
|
/plugin/blogtng/helper/ |
H A D | tags.php | 17 private $tags = array(); variable in helper_plugin_blogtng_tags 40 * @param array $tags 42 public function setTags($tags) { argument 43 $this->tags = array_unique(array_filter(array_map('trim', $tags))); 52 return $this->tags; 66 $this->tags = array(); 76 $this->tags = array(); 80 $this->tags = array(); 85 $tags = array(); 89 $this->tags = $tags; [all …]
|
/plugin/bbs/ |
H A D | syntax.php | 53 $this->tags = array(); 90 else if ($s==1) {$this->tags[bright] = true;} 92 else if ($s==5) {$this->tags[blink] = true;} 103 if ($this->tags[fg]) $c[] = ($this->tags[bright]?'fgb':'fgd').$this->tags[fg]; 104 if ($this->tags[bg]) $c[] = 'bg'.$this->tags[bg]; 105 if ($this->tags[italic]) $c[] = 'italic'; 106 if ($this->tags[blink]) $c[] = 'blink'; 107 if ($this->tags[hidden]) $c[] = 'hidden'; 110 $this->tags[count]++; 115 $count = $this->tags[count]; [all …]
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/ |
H A D | DocBlockFactory.php | 217 * @param string $tags Tag block to parse. 224 $tags = $this->filterTagBlock($tags); 225 if (!$tags) { 238 * @param string $tags 242 private function splitTagBlockIntoTagLines($tags) argument 245 foreach (explode("\n", $tags) as $tag_line) { 260 private function filterTagBlock($tags) argument 262 $tags = trim($tags); 263 if (!$tags) { 267 if ('@' !== $tags[0]) { [all …]
|
H A D | DocBlock.php | 27 private $tags = []; variable in phpDocumentor\\Reflection\\DocBlock 53 array $tags = [], argument 62 Assert::allIsInstanceOf($tags, Tag::class); 66 foreach ($tags as $tag) { 158 return $this->tags; 217 foreach ($this->tags as $key => $tag) { 219 unset($this->tags[$key]); 234 $this->tags[] = $tag;
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
H A D | Description.php | 57 private $tags; variable in phpDocumentor\\Reflection\\DocBlock\\Description 63 * @param Tag[] $tags 65 public function __construct($bodyTemplate, array $tags = []) argument 70 $this->tags = $tags; 80 return $this->tags; 97 $tags = []; 98 foreach ($this->tags as $tag) { 99 $tags[] = '{' . $formatter->format($tag) . '}'; 102 return vsprintf($this->bodyTemplate, $tags);
|
/plugin/tag/syntax/ |
H A D | tag.php | 48 $tags = trim(substr($match, 6, -2)); // strip markup & whitespace 49 $tags = trim($tags, "\xe2\x80\x8b"); // strip word/wordpad breaklines 50 …$tags = preg_replace(['/[[:blank:]]+/', '/\s+/'], " ", $tags); // replace linebreaks and multip… 51 …$tags = preg_replace('/[\x00-\x1F\x7F]/u', '', $tags); // strip unprintable ascii code out of utf-… 53 if (!$tags) return false; 62 return $helper->parseTagList($tags); 80 $tags = $helper->tagLinks($data); 81 if (!$tags) { 86 . DOKU_TAB.$tags.DOKU_LF
|
H A D | count.php | 48 …[$tags, $nsstring] = array_pad(explode('&', $match,2),2,''); // split to tags and allo… 60 if (!$tags) { 61 $tags = '+'; 70 $helper->parseTagList($tags), 86 list($tags, $allowedNamespaces) = $data; 97 if($tags[0] == '+') { 99 $occurrences = $helper->tagOccurrences($tags, $allowedNamespaces, true); 101 $occurrences = $helper->tagOccurrences($tags, $allowedNamespaces);
|
/plugin/tag/ |
H A D | helper.php | 163 if (empty($tags) || ($tags[0] == '')) { 168 foreach ($tags as $tag) { 374 $tags = $this->cleanTagList($tags); 440 if (!is_array($tags)) { 441 $tags = explode(' ', $tags); 504 $tags = str_replace($match, $replace, $tags); 508 $tags = preg_split('/ /', $tags, -1, PREG_SPLIT_NO_EMPTY); 513 return $tags; 520 * @param string[] $tags 684 * @param string $tags [all …]
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
H A D | XML.php | 65 $this->tag->setTagName($tags[0]); 141 if($this->tag->getTagName() == $tags[0]) { 142 if(count($tags) == 1) { 185 if(count($tags) == 1) { 225 if(sizeof($tags) == 1) { 254 if(sizeof($tags) == 1) 439 if(count($tags) > 1) { 440 $parentTagName = array_pop($tags); 508 if(sizeof($tags) == 1) 545 if(sizeof($tags) == 1) { [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ |
H A D | FileCommentSniff.php | 37 protected $tags = array( variable in PEAR_Sniffs_Commenting_FileCommentSniff 238 if (isset($this->tags[$name]) === false) { 268 foreach ($this->tags as $tag => $tagData) { 315 * @param array $tags The tokens for these tags. 322 foreach ($tags as $tag) { 364 foreach ($tags as $tag) { 417 foreach ($tags as $tag) { 461 foreach ($tags as $tag) { 491 foreach ($tags as $tag) { 532 foreach ($tags as $tag) { [all …]
|
/plugin/tagging/action/ |
H A D | main.php | 94 $tags = $INPUT->arr('tag', (array)$INPUT->str('tag')); 100 foreach ($tags as $tag) { 115 $tags = array_map('hsc', $tags); 116 msg(sprintf($this->getLang('tagjmp_error'), join(', ', $tags)), -1); 144 $tags = $hlp->findItems(array('pid' => $id), 'tag'); 145 $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), false); 158 … $tags = $hlp->findItems(array('tag' => '*' . $hlp->getDB()->escape_string($search) . '*'), 'tag'); 159 arsort($tags); 160 $tags = array_keys($tags); 164 echo json_encode(array_combine($tags, $tags)); [all …]
|
/plugin/blogtng/action/ |
H A D | edit.php | 71 $tags = $this->_get_post_tags(); 72 if ($tags === false) $tags = $this->taghelper->getTags(); 73 …if (!$tags && $isNotExistingBlog) $tags = helper_plugin_blogtng_tools::filterExplodeCSVinput($this… 202 $tags = $this->_get_post_tags(); 203 if ($tags === false) $tags = array(); 208 unset($tags[$n]); 213 $this->taghelper->setTags($tags); 235 if ($tags === false) return $tags; 236 if (!is_array($tags)) { 237 $tags = helper_plugin_blogtng_tools::filterExplodeCSVinput($tags); [all …]
|
/plugin/skilltagicon/action/ |
H A D | icon.php | 42 $tags = plugin_load('helper', 'tagging'); 43 if(is_null($tags)) { 47 $tags = $tags->findItems(array('pid' => $ID),'tag'); 54 if (array_key_exists($easy_tag,$tags)) { 57 } elseif (array_key_exists($intermediate_tag,$tags)) { 60 } elseif (array_key_exists($expert_tag,$tags)) {
|
/plugin/tagging/script/ |
H A D | search.js | 54 function buildFilter(tags, filters) { argument 59 if (Object.keys(tags).length === 0 && filters.length > 0) { 61 tags[key] = 0; 65 for (const tag in tags) { 71 ${tag} (${tags[tag]}) 92 const tags = []; 97 tags.push(tag); 101 return tags.sort().reduce(function (allTags, tag) { 161 const tags = getFiltersFromQuery(); 162 if (tags.length === 0) { [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
H A D | TagFilterList.php | 26 public $tags; variable in Google\\Service\\CloudHealthcare\\TagFilterList 31 public function setTags($tags) argument 33 $this->tags = $tags; 40 return $this->tags;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
H A D | NetworkTags.php | 26 public $tags; variable in Google\\Service\\Container\\NetworkTags 31 public function setTags($tags) argument 33 $this->tags = $tags; 40 return $this->tags;
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/ |
H A D | LanguageToFont.php | 10 $tags = explode('-', $llcc); 11 $lang = strtolower($tags[0]); 14 if (!empty($tags[1])) { 15 if (strlen($tags[1]) === 4) { 16 $script = strtolower($tags[1]); 18 $country = strtolower($tags[1]); 21 if (!empty($tags[2])) { 22 $country = strtolower($tags[2]);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/ |
H A D | XcodeVersion.php | 26 public $tags; variable in Google\\Service\\Testing\\XcodeVersion 35 public function setTags($tags) argument 37 $this->tags = $tags; 44 return $this->tags;
|
H A D | Orientation.php | 34 public $tags; variable in Google\\Service\\Testing\\Orientation 67 public function setTags($tags) argument 69 $this->tags = $tags; 76 return $this->tags;
|
H A D | Locale.php | 38 public $tags; variable in Google\\Service\\Testing\\Locale 85 public function setTags($tags) argument 87 $this->tags = $tags; 94 return $this->tags;
|
/plugin/tagging/ |
H A D | helper.php | 111 * @param array $tags 128 foreach ($tags as $tag) { 199 $min = min($tags); 200 $max = max($tags); 219 return $tags; 244 if (count($tags) === 0) { 249 $tags = $this->cloudData($tags); 554 * @param array $tags 558 if (empty($tags)) { 619 $tags = []; [all …]
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | OSM.php | 92 'tags' => $tags 124 'tags' => $tags, 194 (!$way['assigned'] || !empty($way['tags'])) 195 && !isset($way['tags']['boundary']) 196 … && (!isset($way['tags']['natural']) || $way['tags']['natural'] !== 'mountain_range') 217 if (!$node['assigned'] || !empty($node['tags'])) {
|
/plugin/tagadd/ |
H A D | action.php | 191 * @param array $tags Array of tags 203 protected function categorysizeTags($tags) argument 206 foreach($tags as $nsTag){ 229 foreach($tags as $tag){ 247 protected function editWiki($tags) { argument 264 $newstr=implode(" ",$tags); 276 $diff =array_diff($oldtags_r,$tags); 278 $diff =array_diff($tags,$oldtags_r); 279 $add = array_intersect($tags,$diff); 280 } else if(!empty($tags)){ [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | PacketMirroringMirroredResourceInfo.php | 30 public $tags; variable in Google\\Service\\Compute\\PacketMirroringMirroredResourceInfo 63 public function setTags($tags) argument 65 $this->tags = $tags; 72 return $this->tags;
|