Home
last modified time | relevance | path

Searched refs:tag (Results 976 – 1000 of 1150) sorted by path

1...<<31323334353637383940>>...46

/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9164 unless they're part of a tag or unquoted attribute value. See
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2643 isFunc = tag == funcTag || tag == genTag;
2648 if (tag == objectTag || tag == argsTag || (isFunc && !object)) {
5453 if (tag == mapTag) {
5456 if (tag == setTag) {
5692 switch (tag) {
6187 switch (tag) {
9850 if (tag == mapTag || tag == setTag) {
11489 if (tag == mapTag || tag == setTag) {
11596 return tag == errorTag || tag == domExcTag ||
11654 return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js8043 tag:
14376 if (!tag || !tag.tag)
14379 tag.tag.compile();
14384 tag.tag.renderMarkup.apply(tag.tag.subject, markupArgs);
14602 if (!tag || !tag.tag)
14605 tag.tag.compile();
14611 return tag.tag.renderDOM.apply(tag.tag.subject, domArgs);
15030 fn.tag = tag;
15469 tag:
15707 tag: tag,
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css66 .token.tag,
110 .language-markup .token.tag,
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5tag:"span",classes:["token",e.type],attributes:{},language:r,parent:i};s.type=="comment"&&(s.attri… property in n.stringify.s
8 …ipt(>|&gt;)/ig,inside:{tag:{pattern:/(&lt;|<)script[\w\W]*?(>|&gt;)|(&lt;|<)\/script(>|&gt;)/ig,in…
/plugin/siteexport/
H A DREADME.md156 The &lt;toc&gt; tag support several options:
/plugin/siteexport/inc/
H A DreadCSS.patch238 $tag = '';
239 if ($level==1) { $tag = $t; }
241 $tag = $t.'>>PSEUDO>>'.$m[1];
249 …if (isset($this->CSS[$tag]) && $tag) { $this->CSS[$tag] = $this->array_merge_recursive_unique($thi…
250 else if ($tag) { $this->CSS[$tag] = $classproperties; }
256 $tag = '';
267 …if (isset($this->CSS[$tag]) && $tag) { $this->CSS[$tag] = $this->array_merge_recursive_unique($thi…
268 else if ($tag) { $this->CSS[$tag] = $classproperties; }
277 $tag = '';
289 if ($tag) $tmp[] = $tag;
[all …]
/plugin/siteexport/syntax/
H A Dtoc.php652 * @param string $tag
654 private function _cleanInstructions(&$instructions, $tag) { argument
671 …if (preg_match($tag, $instructions[$i][0]) && preg_match($tag, $instructions[$i+1][0]) && $instruc…
/plugin/sketchcanvas/script/
H A Djs-yaml.min.js2 !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.jsyaml=e()}}(function(){return function e(t,n,i){function r(a,s){if(!n[a]){if(!t[a]){var u="function"==typeof require&&require;if(!s&&u)return u(a,!0);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n[a]={exports:{}};t[a][0].call(l.exports,function(e){var n=t[a][1][e];return r(n?n:e)},l,l.exports,e,t,n,i)}return n[a].exports}for(var o="function"==typeof require&&require,a=0;a<i.length;a++)r(i[a]);return r}({1:[function(e,t,n){"use strict";function i(e){return function(){throw new Error("Function "+e+" is deprecated and cannot be used.")}}var r=e("./js-yaml/loader"),o=e("./js-yaml/dumper");t.exports.Type=e("./js-yaml/type"),t.exports.Schema=e("./js-yaml/schema"),t.exports.FAILSAFE_SCHEMA=e("./js-yaml/schema/failsafe"),t.exports.JSON_SCHEMA=e("./js-yaml/schema/json"),t.exports.CORE_SCHEMA=e("./js-yaml/schema/core"),t.exports.DEFAULT_SAFE_SCHEMA=e("./js-yaml/schema/default_safe"),t.exports.DEFAULT_FULL_SCHEMA=e("./js-yaml/schema/default_full"),t.exports.load=r.load,t.exports.loadAll=r.loadAll,t.exports.safeLoad=r.safeLoad,t.exports.safeLoadAll=r.safeLoadAll,t.exports.dump=o.dump,t.exports.safeDump=o.safeDump,t.exports.YAMLException=e("./js-yaml/exception"),t.exports.MINIMAL_SCHEMA=e("./js-yaml/schema/failsafe"),t.exports.SAFE_SCHEMA=e("./js-yaml/schema/default_safe"),t.exports.DEFAULT_SCHEMA=e("./js-yaml/schema/default_full"),t.exports.scan=i("scan"),t.exports.parse=i("parse"),t.exports.compose=i("compose"),t.exports.addConstructor=i("addConstructor")},{"./js-yaml/dumper":3,"./js-yaml/exception":4,"./js-yaml/loader":5,"./js-yaml/schema":7,"./js-yaml/schema/core":8,"./js-yaml/schema/default_full":9,"./js-yaml/schema/default_safe":10,"./js-yaml/schema/failsafe":11,"./js-yaml/schema/json":12,"./js-yaml/type":13}],2:[function(e,t,n){"use strict";function i(e){return"undefined"==typeof e||null===e}function r(e){return"object"==typeof e&&null!==e}function o(e){return Array.isArray(e)?e:i(e)?[]:[e]}function a(e,t){var n,i,r,o;if(t)for(o=Object.keys(t),n=0,i=o.length;i>n;n+=1)r=o[n],e[r]=t[r];return e}function s(e,t){var n,i="";for(n=0;t>n;n+=1)i+=e;return i}function u(e){return 0===e&&Number.NEGATIVE_INFINITY===1/e}t.exports.isNothing=i,t.exports.isObject=r,t.exports.toArray=o,t.exports.repeat=s,t.exports.isNegativeZero=u,t.exports.extend=a},{}],3:[function(e,t,n){"use strict";function i(e,t){var n,i,r,o,a,s,u;if(null===t)return{};for(n={},i=Object.keys(t),r=0,o=i.length;o>r;r+=1)a=i[r],s=String(t[a]),"!!"===a.slice(0,2)&&(a="tag:yaml.org,2002:"+a.slice(2)),u=e.compiledTypeMap[a],u&&F.call(u.styleAliases,s)&&(s=u.styleAliases[s]),n[a]=s;return n}function r(e){var t,n,i;if(t=e.toString(16).toUpperCase(),255>=e)n="x",i=2;else if(65535>=e)n="u",i=4;else{if(!(4294967295>=e))throw new I("code point within a string may not be greater than 0xFFFFFFFF");n="U",i=8}return"\\"+n+j.repeat("0",i-t.length)+t}function o(e){this.schema=e.schema||S,this.indent=Math.max(1,e.indent||2),this.skipInvalid=e.skipInvalid||!1,this.flowLevel=j.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=i(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function a(e,t){for(var n,i=j.repeat(" ",t),r=0,o=-1,a="",s=e.length;s>r;)o=e.indexOf("\n",r),-1===o?(n=e.slice(r),r=s):(n=e.slice(r,o+1),r=o+1),n.length&&"\n"!==n&&(a+=i),a+=n;return a}function s(e,t){return"\n"+j.repeat(" ",e.indent*t)}function u(e,t){var n,i,r;for(n=0,i=e.implicitTypes.length;i>n;n+=1)if(r=e.implicitTypes[n],r.resolve(t))return!0;return!1}function c(e){this.source=e,this.result="",this.checkpoint=0}function l(e,t,n){var i,r,o,s,l,f,m,g,y,x,v,A,b,w,C,k,j,I,S,O,E;if(0===t.length)return void(e.dump="''");if(-1!==te.indexOf(t))return void(e.dump="'"+t+"'");for(i=!0,r=t.length?t.charCodeAt(0):0,o=M===r||M===t.charCodeAt(t.length-1),(K===r||G===r||V===r||J===r)&&(i=!1),o?(i=!1,s=!1,l=!1):(s=!0,l=!0),f=!0,m=new c(t),g=!1,y=0,x=0,v=e.indent*n,A=80,40>v?A-=v:A=40,w=0;w<t.length;w++){if(b=t.charCodeAt(w),i){if(h(b))continue;i=!1}f&&b===P&&(f=!1),C=ee[b],k=d(b),(C||k)&&(b!==T&&b!==D&&b!==P?(s=!1,l=!1):b===T&&(g=!0,f=!1,w>0&&(j=t.charCodeAt(w-1),j===M&&(l=!1,s=!1)),s&&(I=w-y,y=w,I>x&&(x=I))),b!==D&&(f=!1),m.takeUpTo(w),m.escapeChar())}if(i&&u(e,t)&&(i=!1),S="",(s||l)&&(O=0,t.charCodeAt(t.length-1)===T&&(O+=1,t.charCodeAt(t.length-2)===T&&(O+=1)),0===O?S="-":2===O&&(S="+")),l&&A>x&&(s=!1),g||(l=!1),i)e.dump=t;else if(f)e.dump="'"+t+"'";else if(s)E=p(t,A),e.dump=">"+S+"\n"+a(E,v);else if(l)S||(t=t.replace(/\n$/,"")),e.dump="|"+S+"\n"+a(t,v);else{if(!m)throw new Error("Failed to dump scalar value");m.finish(),e.dump='"'+m.result+'"'}}function p(e,t){var n,i="",r=0,o=e.length,a=/\n+$/.exec(e);for(a&&(o=a.index+1);o>r;)n=e.indexOf("\n",r),n>o||-1===n?(i&&(i+="\n\n"),i+=f(e.slice(r,o),t),r=o):(i&&(i+="\n\n"),i+=f(e.slice(r,n),t),r=n+1);return a&&"\n"!==a[0]&&(i+=a[0]),i}function f(e,t){if(""===e)return e;for(var n,i,r,o=/[^\s] [^\s]/g,a="",s=0,u=0,c=o.exec(e);c;)n=c.index,n-u>t&&(i=s!==u?s:n,a&&(a+="\n"),r=e.slice(u,i),a+=r,u=i+1),s=n+1,c=o.exec(e);return a&&(a+="\n"),a+=u!==s&&e.length-u>t?e.slice(u,s)+"\n"+e.slice(s+1):e.slice(u)}function h(e){return N!==e&&T!==e&&_!==e&&B!==e&&W!==e&&Z!==e&&z!==e&&X!==e&&U!==e&&q!==e&&$!==e&&L!==e&&Q!==e&&H!==e&&P!==e&&D!==e&&Y!==e&&R!==e&&!ee[e]&&!d(e)}function d(e){return!(e>=32&&126>=e||133===e||e>=160&&55295>=e||e>=57344&&65533>=e||e>=65536&&1114111>=e)}function m(e,t,n){var i,r,o="",a=e.tag;for(i=0,r=n.length;r>i;i+=1)A(e,t,n[i],!1,!1)&&(0!==i&&(o+=", "),o+=e.dump);e.tag=a,e.dump="["+o+"]"}function g(e,t,n,i){var r,o,a="",u=e.tag;for(r=0,o=n.length;o>r;r+=1)A(e,t+1,n[r],!0,!0)&&(i&&0===r||(a+=s(e,t)),a+="- "+e.dump);e.tag=u,e.dump=a||"[]"}function y(e,t,n){var i,r,o,a,s,u="",c=e.tag,l=Object.keys(n);for(i=0,r=l.length;r>i;i+=1)s="",0!==i&&(s+=", "),o=l[i],a=n[o],A(e,t,o,!1,!1)&&(e.dump.length>1024&&(s+="? "),s+=e.dump+": ",A(e,t,a,!1,!1)&&(s+=e.dump,u+=s));e.tag=c,e.dump="{"+u+"}"}function x(e,t,n,i){var r,o,a,u,c,l,p="",f=e.tag,h=Object.keys(n);if(e.sortKeys===!0)h.sort();else if("function"==typeof e.sortKeys)h.sort(e.sortKeys);else if(e.sortKeys)throw new I("sortKeys must be a boolean or a function");for(r=0,o=h.length;o>r;r+=1)l="",i&&0===r||(l+=s(e,t)),a=h[r],u=n[a],A(e,t+1,a,!0,!0)&&(c=null!==e.tag
[all...]
/plugin/snippeter/
H A DREADME.md59 {{tag>}}
/plugin/socialcards/
H A Daction.php182 foreach($_subject as $tag) {
185 'content' => $tag,
/plugin/sphinxsearch-was/
H A Dchangelog10 * Fixed issue with php tag stripping
/plugin/spoiler2/
H A Dplugin.info.txt6 desc Add <spoiler> tag, allowing sections that are initially hidden and can be made visible by cl…
/plugin/sqlraw/
H A Dsimple_html_dom.php117 public $tag = 'text'; variable in simple_html_dom_node
157 echo $lead.$this->tag;
181 $string = $this->tag;
341 if ($returnDom->tag == $tag)
566 if ($tag==='*' || $tag===$c->tag) {
598 if ($tag && $tag!=$node->tag && $tag!=='*') {$pass=false;}
1279 $tag = substr($tag, 0, $pos);
1339 if (isset($tag[0]) && $tag[0]==='!') {
1342 if (isset($tag[2]) && $tag[1]==='-' && $tag[2]==='-') {
1357 $tag = '<' . substr($tag, 0, -1);
[all …]
/plugin/strata/helper/
H A Dsyntax.php367 $this->_fail(sprintf($this->getLang('error_query_group'),( isset($root['cs'][0]['tag']) ? sprintf($this->getLang('named_group'), utf8_tohtml(hsc($root['cs'][0]['tag']))) : $this->getLang('unnamed_group'))), $root['cs']);
702 $this->_fail(sprintf($this->getLang('error_query_fieldsblock'),( isset($fieldsGroups[0]['cs'][0]['tag']) ? sprintf($this->getLang('named_group'),hsc($fieldsGroups[0]['cs'][0]['tag'])) : $this->getLang('unnamed_group'))), $fieldsGroups[0]['cs']);
785 'tag'=>'',
801 list(, $tag) = $match;
802 $tag = utf8_trim($tag);
805 'tag'=>$tag
878 extractGroups(& $root, $tag) global() argument
[all...]
/plugin/strata/
H A Dmanual.txt29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
85 **Captions**: You can put captions in the opening tag to change the caption of the column. Captions are not displayed by lists, but are still used to add names to the filtering and sorting interface.
116 **Aggregates**: Variables can have multiple values (usually through grouping). You can apply an aggregate function to the variable's values by adding it to any variable in the opening tag with ''@''. For example ''?address@count'' will apply the [[#aggregates|count]] aggregate to the values in ''?address''.
202 A data block is associated with a fragment simply by adding a fragment identifier to the block's opening tag: ''<data #fragment identifier>''. Fragment identifiers are used in much the same way as a page's sections.
/plugin/structpublish/action/
H A Dbanner.php123 $tag = $this->compactView ? 'span' : 'p';
125 return "<$tag class='$name'>$text</$tag>";
/plugin/structstatus/
H A DStatus.php58 $tag = $button ? 'button' : 'div';
60 …$html .= "<$tag class=\"" . $class . '" style="border-color:' . hsc($color) . '; fill: ' . hsc($co…
63 $html .= "</$tag>";
/plugin/subjectindex/plugins/
H A DEntryTag.php28 $tag = $match[1];
29 $item['entry'] = $tag;
30 $item['display'] = str_replace('_', ' ', $tag); // swap '_' for spaces for display
/plugin/subjectindex/
H A Dreadme.md3 …ng... and generates a much more useful, readable index at the end, when compared with "tag-clouds".
/plugin/svgembed/
H A DREADME.md2 … syntax, but SVG files are placed with the `<object>` or `<embed>` tag rather than the `<img>` tag.
H A Dplugin.info.txt6 …tandard media syntax, but SVG files are placed with the <object> or <embed> tag, not the <img> tag.
/plugin/swiftmail/Swift/
H A DMessage.php597 protected function moveBranchIn($type, $nested_type, $from, $old_branch, $new_branch, $tag) argument
601 $this->getReference("parent", $new_branch)->addChild($new, $tag, -1);
605 case "related": $this->setReference("related", $tag, $new);//relatedRefs[$tag] = $new;
607 case "mixed": $this->setReference("mixed", $tag, $new);//mixedRefs[$tag] = $new;
618 case "related": $this->getReference("related", $tag)->addChild($ref, $id, $sign);
620 case "mixed": $this->getReference("mixed", $tag)->addChild($ref, $id, $sign);
678 protected function moveBranchOut($from, $old_branch, $new_branch, $tag) argument
688 case "related": $this->getReference("related", $tag)->removeChild($id);
694 $this->getReference("parent", $new_branch)->removeChild($tag);
699 case "related": unset($this->references["related"][$tag]);
[all …]
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php197 public function setTagDefinition($tag, $attributes, $extensions) argument
199 $tag = strtolower($tag);
203 if (empty($tag) || empty($attributes) || empty($extensions))
208 $this->definitions[$tag] = array("attributes" => $attributes, "extensions" => $extensions);
215 public function removeTagDefinition($tag) argument
217 unset($this->definitions[strtolower($tag)]);
226 public function getTagDefinition($tag) argument
228 $tag = strtolower($tag);
229 if (isset($this->definitions[$tag])) return $this->definitions[$tag];
/plugin/syntaxhighlighter3/
H A DREADME.md16 …lighter 3.0.90](https://github.com/syntaxhighlighter/syntaxhighlighter/releases/tag/v3.0.90).<br />
84 // Add title as an attribute to the <pre /> tag.

1...<<31323334353637383940>>...46