Home
last modified time | relevance | path

Searched refs:tag (Results 151 – 175 of 1150) sorted by path

12345678910>>...46

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3478 $tag = stream_get_contents($this->fsock, $this->decrypt_block_size);
3479 $this->decrypt->setTag($tag);
3501 $tag = stream_get_contents($this->fsock, 16);
3513 $this->decrypt->setTag($tag);
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php65 function open(&$parser, $tag, $attributes) { argument
75 if(!isset($this->document[$tag]) || !is_string($this->document[$tag])) {
76 $this->document = &$this->document[$tag];
82 $this->last_opened_tag = $tag;
92 function close(&$parser, $tag) { argument
93 if($this->last_opened_tag == $tag) {
/plugin/backup/
H A DCHANGELOG.md36 [1.0.0]: https://github.com/tatewake/dokuwiki-plugin-backup/releases/tag/1.0.0
37 [1.0.1]: https://github.com/tatewake/dokuwiki-plugin-backup/releases/tag/1.0.0
/plugin/badbehaviour/
H A Dbadbehavior.readme7 Stable tag: 2.2.4
/plugin/bbcodeextensions/
H A DChangeLog18 …* All forms of simple tag now use a base class with type 'formatting' and default getSort() prio o…
H A Dcommon.php50 list ($tag, $text) = $match;
54 $renderer->doc.= "<$tag>";
63 $renderer->doc.= "</${tag}>";
/plugin/bbs/
H A Dplugin.info.txt6 desc <bbs> tag that creates a block for BBS text.
/plugin/bibtex/OSBib/create/
H A DMISC.php110 $tag = 'h' . $level;
112 <$tag class="$class">$data</$tag>
/plugin/bibtex/OSBib/format/
H A DREADME.txt65 …isher] => [miscField1] => [miscField2] => [miscField3] => [miscField4] => [tag] => [addUserIdResou…
/plugin/blog/syntax/
H A Darchive.php100 // use tag refinements?
102 /** @var helper_plugin_tag $tag */
103 if (plugin_isdisabled('tag') || (!$tag = plugin_load('helper', 'tag'))) {
106 $entries = $tag->tagRefine($entries, $refine);
H A Dautoarchive.php49 // use tag refinements?
51 if (plugin_isdisabled('tag') || (!$tag = plugin_load('helper', 'tag'))) {
54 $entries = $tag->tagRefine($entries, $refine);
H A Dblog.php61 // use tag refinements?
63 /** @var helper_plugin_tag $tag */
64 if (plugin_isdisabled('tag') || (!$tag = plugin_load('helper', 'tag'))) {
67 $entries = $tag->tagRefine($entries, $refine);
/plugin/blogtng/action/
H A Dedit.php338 foreach($tags as $n => $tag) {
339 if (!in_array($tag, $allowed_tags)) {
/plugin/blogtng/db/
H A Dupdate0001.sql36 tag, field
37 PRIMARY KEY (pid, tag)
40 CREATE INDEX idx_tags_tag ON tags(tag);
/plugin/blogtng/helper/
H A Dtags.php156 foreach ($this->tags as $tag) {
192 foreach ($tags as $tag) {
193 if ($tag[0] == '+') {
223 foreach ($this->tags as $tag) {
252 foreach($tags as $tag) {
256 $cloud[$tag['tag']]++;
268 . '" title="' . $tag . '">' . $tag . "</a>\n";
292 foreach($tags as $tag => $cnt){
298 $tags[$tag] = $levels;
306 * @param string $tag
[all …]
/plugin/blogtng/
H A Dstyle.css265 /* tag list */
290 /* tag cloud */
/plugin/bootswrapper/exe/help/
H A Dlabel.txt4 This tag have two version (lowercase and uppercase).
H A Dprogress.txt141 Place multiple bars into the same ''<nowiki><progress/></nowiki>'' tag to stack them.
/plugin/bootswrapper/exe/
H A Dpopup.js37 tag = [ '<', component ];
46 tag.push(' '+ data.attributeName + '="true"');
50 tag.push(' '+ data.attributeName + '="' + $attribute.find('input,select').val() + '"');
56 tag.push('></'+component+'>');
58 $output.val(tag.join(''));
59 $preview.text(tag.join(''));
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/bootswrapper/syntax/
H A Dbootstrap.php239 $tag = $xml->getName();
245 if ($tag == strtolower($tag)) {
249 if ($tag == strtoupper($tag)) {
/plugin/bpmnio/script/
H A Dbpmnio_render.js112 function safeRender(tag, type, fn) { argument
114 const root = jQuery(tag);
131 jQuery("div[id^=__bpmn_js_]").each((_, tag) =>
132 safeRender(tag, 'bpmn', renderBpmnDiagram)
134 jQuery("div[id^=__dmn_js_]").each((_, tag) =>
135 safeRender(tag, 'dmn', renderDmnDiagram)
137 jQuery("div[id=plugin_bpmnio__bpmn_editor]").each((_, tag) =>
138 safeRender(tag, 'bpmn', renderBpmnEditor)
140 jQuery("div[id=plugin_bpmnio__dmn_editor]").each((_, tag) =>
141 safeRender(tag, 'dmn', renderDmnEditor)
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md457 * `FIX`: parse `>` in attribute names and body tag
932 * `CHORE`: bump to [`bpmn-moddle@4.0.0`](https://github.com/bpmn-io/bpmn-moddle/releases/tag/v4.0.0)
937 * `CHORE`: bump to [`diagram-js@0.31.0`](https://github.com/bpmn-io/diagram-js/releases/tag/v0.31.0)
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js248 var tag = nativeToString.call(obj);
249tag === '[object Function]' || tag === '[object AsyncFunction]' || tag === '[object GeneratorFunct…
1199 var tag = m[1];
1202 if (tag == 'body') {
1209 var wrap = map[tag] || map._default;
/plugin/btable2/
H A DREADME.md43 - tag "opt" - list of options, seperated by whitespace or comma
47 - tag "columns"
49 - tag "rows"

12345678910>>...46