Home
last modified time | relevance | path

Searched refs:tag (Results 26 – 50 of 1150) sorted by relevance

12345678910>>...46

/plugin/tagsections/
H A Dhelper.php68 foreach($tags as $tag){
69 …is_null($tag_expr) || @preg_match('/^'.$tag_expr.'$/i',$tag)) && $this->_checkTagInNamespace($tag,…
71 $label = strrchr($tag,':');
72 $label = $label !=''?$label:$tag;
73 $tag_label_r[$tag] = ucwords(trim(str_replace('_',' ',trim($label,':'))));
104 private function _checkTagInNamespace($tag,$ns,$acl_safe=true){ argument
109 $pages = $indexer->lookupKey('subject', $tag, array($this, '_tagCompare'));
143 list($category, $tag) = explode(':', $nsTag, 2);
144 if ( empty($tag) ) {
145 $tag = $category;
[all …]
/plugin/googledrawing/
H A Dsyntax.php118 $tag = '<img';
123 $tag .= ' width="' . $data['width'] . '"';
129 $tag .= ' height="' . $data['height'] . '"';
132 $tag .= ' title="' . $data['title'] . " \n(Click to edit)\"";
133 …$tag .= ' onError="this.title=\'If the image does not show up, log on to your google docs account!…
135 $tag .= ' style="display: block; float: left;"';
137 $tag .= ' style="display: block; float: right;"';
139 $tag .= ' style="display: block; margin-left: auto; margin-right: auto"';
142 $tag .= $url . ' />';
143 $tag = "<a target='_blank' href='{$imageUrl}'>{$tag}</a>";
[all …]
/plugin/creole/helper/
H A Deventhandler.php13 protected $tag = NULL; variable in creole_syntax_event
18 public function __construct($state, $clazz , $tag) { argument
21 $this->tag = $tag;
37 return $this->tag;
59 if ( $this->tag != NULL && $otherTag != NULL &&
60 $this->tag != $otherTag ) {
76 if ( $state == NULL && $clazz == NULL && $tag == NULL ) {
79 $this->event = new creole_syntax_event ($state, $clazz, $tag);
147 $tag = strtolower($tag);
149 $event = new creole_syntax_event($state, $clazz, $tag);
[all …]
/plugin/mathjax/syntax/
H A Dprotecttex.php85 foreach ($mathtags as $tag) {
86 $tag = trim($tag);
87 if ($tag == "") { continue; }
88 …$this->Lexer->addEntryPattern('<' . $tag . '.*?>(?=.*?</' . $tag . '>)',$mode,'plugin_mathjax_prot…
107 foreach ($mathtags as $tag) {
108 $tag = trim($tag);
109 if ($tag == "") { continue; }
110 $this->Lexer->addExitPattern('</' . $tag . '>','plugin_mathjax_protecttex');
/plugin/katex/syntax/
H A Dprotect.php91 foreach ( $mathtags as $tag ) {
92 $tag = trim( $tag );
93 if ( $tag == "" ) {continue;}
94 …$this->Lexer->addEntryPattern( '<' . $tag . '.*?>(?=.*?</' . $tag . '>)', $mode, 'plugin_katex_pro…
115 foreach ( $mathtags as $tag ) {
116 $tag = trim( $tag );
117 if ( $tag == "" ) {continue;}
118 $this->Lexer->addExitPattern( '</' . $tag . '>', 'plugin_katex_protect' );
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php168 $tag = new ASN1Tag();
169 $tag->setExplicit(true);
170 $tag->setTagClass(ASN1_TAG_CONTEXT);
171 $tag->setTagType(ASN1_TAG_CONSTRUCTED);
172 $tag->setTagValue(0);
175 $sequence->add($tag);
179 $tag = new ASN1Tag();
180 $tag->setExplicit(true);
181 $tag->setTagClass(ASN1_TAG_CONTEXT);
183 $tag->setTagValue(1);
[all …]
H A DTSPTSTInfo.php236 $tag = new ASN1Tag();
237 $tag->setTagValue(0);
238 $tag->setExplicit(true);
239 $tag->setTagClass(ASN1_TAG_CONTEXT);
241 $tag->setObject($this->tsa);
243 $sequence->add($tag);
255 $tag = new ASN1Tag();
256 $tag->setTagValue(1);
257 $tag->setExplicit(false);
260 $tag->setObject($set);
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php47 var $tag; variable in XMLDocument
59 $this->tag = new Tag();
60 $this->tag->tagStartOpen = "<?";
61 $this->tag->tagClose = "?>";
89 $xmlString = $this->tag->getTagString();
102 $tagPos = $this->tag->setTagFromString($XMLDocString);
134 $this->tag->setTagName("xml");
135 $this->tag->setAttribute("version", "1.0");
136 $this->tag->setAttribute("encoding", "UTF-8");
146 $this->tag->setAttribute("encoding", $encoding);
[all …]
/plugin/bootswrapper/exe/
H A Dpopup.php124 <?php foreach (array_keys($syntax) as $tag): ?>
126 …a data-toggle="tab" href="#tab-<?php echo $tag ?>" data-component="<?php echo $tag ?>"><?php echo …
135 <?php foreach ($syntax as $tag => $item): ?>
136 <div id="tab-<?php echo $tag ?>" class="tab-pane fade">
138 <?php if (file_exists(dirname(__FILE__) . '/help/' . $tag . '.txt')): ?>
140 …<button title="Help <?php echo $tag ?>" type="button" data-help="help.php?syntax=<?php echo $tag ?…
146 <h3><?php echo ucfirst($tag) ?></h3>
/plugin/oembed/
H A Dsyntax.php81 function parseTag($tag){ argument
205 function resolve($tag){ argument
213 return $this->resolveDirect($tag);
245 function resolveCache($tag){ argument
253 function resolveDirect($tag){ argument
254 $query_url = $this->buildURL($tag['url'], $tag['params']['provider']);
266 function resolveDiscovery($tag){ argument
280 'target_url' => $tag['url']);
286 function resolveProviderList($tag){ argument
290 $params = array_merge($tag['params']['provider'], array('url' => $tag['url']));
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.autoclose.inc.php9 $tag = strtolower($matches[3]);
14 if ($tag == $close) { return $tag_end; };
17 if (isset($nested[$tag])) {
18 $offset = $nested[$tag]($sample_html, $tag_end);
34 function skip_to(&$html, $offset, $tag) { argument
38 if (preg_match("#^(.*?)<\s*({$tag})#is", $suffix, $matches)) {
51 $tag = strtolower($matches[3]);
56 if ($tag == $close) { return $tag_end; };
59 if (isset($nested[$tag])) {
60 $offset = $nested[$tag]($sample_html, $tag_end);
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php113 global $exclude_tags; $word = ""; $tag = ""; $tag_jump = 0; $output = array();
119 if(mb_strpos($word_boundaries, $char) === false && $tag == "") {
123 if($tag != "" || $char == "<") $tag .= $char;
124 if($tag != "" && $char == ">") {
125 …$tag_name = (mb_strpos($tag, " ")) ? mb_substr($tag, 1, mb_strpos($tag, " ") - 1) : mb_substr($tag
127 …n_array(strtolower($tag_name), $exclude_tags)) $tag_jump = 1; else { $output[] = $tag; $tag = ""; }
128 } else { $output[] = $tag; $tag = ""; }
130 if($tag == "" && $char != "<" && $char != ">") $output[] = $char;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFileCommentSniff.php140 foreach ($tokens[$commentStart]['comment_tags'] as $tag) {
141 $name = $tokens[$tag]['content'];
156 $string = $phpcsFile->findNext(T_DOC_COMMENT_STRING, $tag, $commentEnd);
157 if ($string === false || $tokens[$string]['line'] !== $tokens[$tag]['line']) {
167 $fix = $phpcsFile->addFixableError($error, $tag, 'IncorrectAuthor');
176 $fix = $phpcsFile->addFixableError($error, $tag, 'IncorrectCopyright');
193 foreach ($required as $tag => $true) {
194 if (in_array($tag, $foundTags) === false) {
196 $data = array($tag);
204 if ($foundTags[$pos] !== $tag) {
[all …]
H A DVariableCommentSniff.php75 foreach ($tokens[$commentStart]['comment_tags'] as $tag) {
76 if ($tokens[$tag]['content'] === '@var') {
79 $phpcsFile->addError($error, $tag, 'DuplicateVar');
81 $foundVar = $tag;
83 } else if ($tokens[$tag]['content'] === '@see') {
85 $string = $phpcsFile->findNext(T_DOC_COMMENT_STRING, $tag, $commentEnd);
86 if ($string === false || $tokens[$string]['line'] !== $tokens[$tag]['line']) {
88 $phpcsFile->addError($error, $tag, 'EmptySees');
92 $data = array($tokens[$tag]['content']);
93 $phpcsFile->addWarning($error, $tag, 'TagNotAllowed', $data);
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerInfo.php198 $tag = new ASN1Tag();
199 $tag->setExplicit(false);
201 $tag->setTagClass(ASN1_TAG_CONTEXT);
202 $tag->setTagValue(0);
203 $tag->setObject($signed);
205 $sequence->add($tag);
220 $tag = new ASN1Tag();
221 $tag->setExplicit(false);
224 $tag->setTagValue(1);
225 $tag->setObject($unsigned);
[all …]
H A DCMSSignerIdentifier.php101 $tag = new ASN1Tag();
102 $tag->setExplicit(false);
103 $tag->setTagValue(0);
104 $tag->setTagClass(ASN1_TAG_CONTEXT);
105 $tag->setTagType(ASN1_TAG_CONSTRUCTED);
106 $tag->setObject(new ASN1OctetString($this->subjectKeyIdentifier));
108 return $tag->encodeDER();
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/
H A DAlignFormatter.php31 foreach ($tags as $tag) {
32 $this->maxLen = max($this->maxLen, strlen($tag->getName()));
39 * @param Tag $tag
43 public function format(Tag $tag) argument
45 …return '@' . $tag->getName() . str_repeat(' ', $this->maxLen - strlen($tag->getName()) + 1) . (str…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php90 // But first, we replace upper and mixed case closing style tag with lower
334 $tag = '';
336 $tag = $t;
338 $tag = $t . '>>PSEUDO>>' . $m[1];
343 $tag = $t . '>>NAMED>>' . $t2;
345 $tag = $t . '>>NAMED>>' . $t2 . '>>PSEUDO>>' . $m[1];
351 if (isset($this->CSS[$tag]) && $tag) {
352 $this->CSS[$tag] = $this->array_merge_recursive_unique($this->CSS[$tag],
1377 _mergeFullCSS($p, & $t, $tag, $classes, $id, $lang) global() argument
1509 MergeCSS($inherit, $tag, $attr) global() argument
2127 PreviewBlockCSS($tag, $attr) global() argument
[all...]
/plugin/amazon/
H A DXMLParser.php64 $tag = array();
67 $tag['ATTRIBUTES'] = $thisvals['attributes'];
71 $tag['VALUE'] = $thisvals['value'];
75 $tag = array_merge($tag, $this->getchildren($vals, $i));
77 return $tag;
103 $tag = $this->buildtag($vals[$i], $vals, $i, $type);
105 $tag['TAG'] = $name;
106 $children[] = $tag;
108 $children[$name][] = $tag;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php92 foreach ($tokens[$commentStart]['comment_tags'] as $tag) {
93 if ($tokens[$tag]['content'] === '@see') {
98 $phpcsFile->addError($error, $tag, 'EmptySees');
129 foreach ($tokens[$commentStart]['comment_tags'] as $tag) {
130 if ($tokens[$tag]['content'] === '@return') {
137 $return = $tag;
174 foreach ($tokens[$commentStart]['comment_tags'] as $tag) {
175 if ($tokens[$tag]['content'] !== '@throws') {
217 if ($tokens[$tag]['content'] !== '@param') {
259 for ($i = ($tag + 3); $i < $end; $i++) {
[all …]
/plugin/tag/syntax/
H A Dsearchtags.php3 * Syntax plugin part for displaying a tag search form with results.
11 * Tagsearch syntax, displays a tag search form with results similar to the topic syntax
90 // get the tag input data
95 if ($helper = $this->loadHelper('tag')) {
122 * Return the search form for the namespace and the tag selection
161 // load the tag list - only tags that actually have pages assigned that the current user can access are listed
163 if ($my = $this->loadHelper('tag')) {
166 // sort tags by name ($tags is in the form $tag => $count)
191 // print tag checkboxes
192 foreach ($tags as $tag
276 isSelected($tag) global() argument
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php230 ($tag - 1),
243 if ($tokens[$tag]['content'] === '@param') {
250 $phpcsFile->addError($error, $tag, 'ParamGroup');
258 $phpcsFile->addError($error, $tag, 'NonParamGroup');
261 $tagGroups[$groupid][] = $tag;
267 foreach ($group as $pos => $tag) {
268 $tagLength = strlen($tokens[$tag]['content']);
276 $paddings[$tag] = strlen($tokens[($tag + 1)]['content']);
307 foreach ($paddings as $tag => $padding) {
332 foreach ($tokens[$stackPtr]['comment_tags'] as $pos => $tag) {
[all …]
/plugin/geonav/tpl/startermap/
H A Ddetail.php55 foreach($fields as $key => $tag){
57 if (!empty($tag[0])) {
58 $t = array($tag[0]);
60 if(is_array($tag[3])) {
61 $t = array_merge($t,$tag[3]);
65 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
66 if ($tag[2] == 'date') {
/plugin/tagging/db/
H A Dupdate0002.sql5 CREATE TABLE taggings_tmp (pid, tag, tagger, PRIMARY KEY(pid, tag, tagger)); field
6 INSERT INTO taggings_tmp SELECT pid, tag, tagger FROM taggings;
10 CREATE TABLE taggings (pid, tag, tagger, lang, PRIMARY KEY(pid, tag, tagger)); field
11 INSERT INTO taggings SELECT pid, tag, tagger, '' FROM taggings_tmp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DUndeleteTenantProjectRequest.php25 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\UndeleteTenantProjectRequest
30 public function setTag($tag) argument
32 $this->tag = $tag;
39 return $this->tag;

12345678910>>...46