Home
last modified time | relevance | path

Searched refs:entity (Results 151 – 175 of 268) sorted by relevance

1234567891011

/plugin/quizlib/
H A DREADME.md23 …u want to use characters that are protected in XML you have to work with entity references (http:/…
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki69 …www.compart.com/de/unicode/U+26A0|&#x26A0]];'' (Warning Sign) as an HTML entity, which should nice…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java54 import org.apache.http.entity.mime.MultipartEntity;
55 import org.apache.http.entity.mime.content.InputStreamBody;
56 import org.apache.http.entity.mime.content.StringBody;
H A DEditorActions.java.bak54 import org.apache.http.entity.mime.MultipartEntity;
55 import org.apache.http.entity.mime.content.InputStreamBody;
56 import org.apache.http.entity.mime.content.StringBody;
/plugin/dokutexit/
H A Dlatex.php383 function entity($entity) { function in Doku_Renderer_latex
384 $this->put($this->latexentities[$entity], 1);
/plugin/codemirror/dist/modes/
H A Dvhdl.min.js.map1entity,exit,file,for,\" +\n \"function,generate,generic,generic map,group,guarded,if,impure,i…
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak212 .getResource("/com/mxgraph/examples/swing/images/entity.png")),
213 "entity", 100, 100, "");
/plugin/codeprettify/code-prettify/
H A DCHANGES.md25 * Fixed entity handling so that the caveat
/plugin/dokuprism/prism/
H A Dprism.js4 Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",(function(a){"entity"===a.type&&(a.attributes.title=a.content.replace(/&amp;/,"&"))})),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(a,e){var s={};s["language-"+e]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[e]},s.cdata=/^<!\[CDATA\[|\]\]>$/i;var t={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:s}};t["language-"+e]={pattern:/[\s\S]+/,inside:Prism.languages[e]};var n={};n[a]={pattern:RegExp("(<__[^>]*>)(?:<!\\[CDATA\\[(?:[^\\]]|\\](?!\\]>))*\\]\\]>|(?!<!\\[CDATA\\[)[^])*?(?=</__>)".replace(/__/g,(function(){return a})),"i"),lookbehind:!0,greedy:!0,inside:t},Prism.languages.insertBefore("markup","cdata",n)}}),Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(a,e){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp("(^|[\"'\\s])(?:"+a+")\\s*=\\s*(?:\"[^\"]*\"|'[^']*'|[^\\s'\">=]+(?=[\\s>]))","i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[e,"language-"+e],inside:Prism.languages[e]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.xml=Prism.languages.extend("markup",{}),Prism.languages.ssml=Prism.languages.xml,Prism.languages.atom=Prism.languages.xml,Prism.languages.rss=Prism.languages.xml; property in Prism.languages.markup
21 !function(t){var n={pattern:/(^[ \t]*)\[(?!\[)(?:(["'$`])(?:(?!\2)[^\\]|\\.)*\2|\[(?:[^\[\]\\]|\\.)*\]|[^\[\]\\"'$`]|\\.)*\]/m,lookbehind:!0,inside:{quoted:{pattern:/([$`])(?:(?!\1)[^\\]|\\.)*\1/,inside:{punctuation:/^[$`]|[$`]$/}},interpreted:{pattern:/'(?:[^'\\]|\\.)*'/,inside:{punctuation:/^'|'$/}},string:/"(?:[^"\\]|\\.)*"/,variable:/\w+(?==)/,punctuation:/^\[|\]$|,/,operator:/=/,"attr-value":/(?!^\s+$).+/}},i=t.languages.asciidoc={"comment-block":{pattern:/^(\/{4,})$[\s\S]*?^\1/m,alias:"comment"},table:{pattern:/^\|={3,}(?:(?:\r?\n|\r(?!\n)).*)*?(?:\r?\n|\r)\|={3,}$/m,inside:{specifiers:{pattern:/(?:(?:(?:\d+(?:\.\d+)?|\.\d+)[+*](?:[<^>](?:\.[<^>])?|\.[<^>])?|[<^>](?:\.[<^>])?|\.[<^>])[a-z]*|[a-z]+)(?=\|)/,alias:"attr-value"},punctuation:{pattern:/(^|[^\\])[|!]=*/,lookbehind:!0}}},"passthrough-block":{pattern:/^(\+{4,})$[\s\S]*?^\1$/m,inside:{punctuation:/^\++|\++$/}},"literal-block":{pattern:/^(-{4,}|\.{4,})$[\s\S]*?^\1$/m,inside:{punctuation:/^(?:-+|\.+)|(?:-+|\.+)$/}},"other-block":{pattern:/^(--|\*{4,}|_{4,}|={4,})$[\s\S]*?^\1$/m,inside:{punctuation:/^(?:-+|\*+|_+|=+)|(?:-+|\*+|_+|=+)$/}},"list-punctuation":{pattern:/(^[ \t]*)(?:-|\*{1,5}|\.{1,5}|(?:[a-z]|\d+)\.|[xvi]+\))(?= )/im,lookbehind:!0,alias:"punctuation"},"list-label":{pattern:/(^[ \t]*)[a-z\d].+(?::{2,4}|;;)(?=\s)/im,lookbehind:!0,alias:"symbol"},"indented-block":{pattern:/((\r?\n|\r)\2)([ \t]+)\S.*(?:(?:\r?\n|\r)\3.+)*(?=\2{2}|$)/,lookbehind:!0},comment:/^\/\/.*/m,title:{pattern:/^.+(?:\r?\n|\r)(?:={3,}|-{3,}|~{3,}|\^{3,}|\+{3,})$|^={1,5} .+|^\.(?![\s.]).*/m,alias:"important",inside:{punctuation:/^(?:\.|=+)|(?:=+|-+|~+|\^+|\++)$/}},"attribute-entry":{pattern:/^:[^:\r\n]+:(?: .*?(?: \+(?:\r?\n|\r).*?)*)?$/m,alias:"tag"},attributes:n,hr:{pattern:/^'{3,}$/m,alias:"punctuation"},"page-break":{pattern:/^<{3,}$/m,alias:"punctuation"},admonition:{pattern:/^(?:CAUTION|IMPORTANT|NOTE|TIP|WARNING):/m,alias:"keyword"},callout:[{pattern:/(^[ \t]*)<?\d*>/m,lookbehind:!0,alias:"symbol"},{pattern:/<\d+>/,alias:"symbol"}],macro:{pattern:/\b[a-z\d][a-z\d-]*::?(?:[^\s\[\]]*\[(?:[^\]\\"']|(["'])(?:(?!\1)[^\\]|\\.)*\1|\\.)*\])/,inside:{function:/^[a-z\d-]+(?=:)/,punctuation:/^::?/,attributes:{pattern:/(?:\[(?:[^\]\\"']|(["'])(?:(?!\1)[^\\]|\\.)*\1|\\.)*\])/,inside:n.inside}}},inline:{pattern:/(^|[^\\])(?:(?:\B\[(?:[^\]\\"']|(["'])(?:(?!\2)[^\\]|\\.)*\2|\\.)*\])?(?:\b_(?!\s)(?: _|[^_\\\r\n]|\\.)+(?:(?:\r?\n|\r)(?: _|[^_\\\r\n]|\\.)+)*_\b|\B``(?!\s).+?(?:(?:\r?\n|\r).+?)*''\B|\B`(?!\s)(?:[^`'\s]|\s+\S)+['`]\B|\B(['*+#])(?!\s)(?: \3|(?!\3)[^\\\r\n]|\\.)+(?:(?:\r?\n|\r)(?: \3|(?!\3)[^\\\r\n]|\\.)+)*\3\B)|(?:\[(?:[^\]\\"']|(["'])(?:(?!\4)[^\\]|\\.)*\4|\\.)*\])?(?:(__|\*\*|\+\+\+?|##|\$\$|[~^]).+?(?:(?:\r?\n|\r).+?)*\5|\{[^}\r\n]+\}|\[\[\[?.+?(?:(?:\r?\n|\r).+?)*\]?\]\]|<<.+?(?:(?:\r?\n|\r).+?)*>>|\(\(\(?.+?(?:(?:\r?\n|\r).+?)*\)?\)\)))/m,lookbehind:!0,inside:{attributes:n,url:{pattern:/^(?:\[\[\[?.+?\]?\]\]|<<.+?>>)$/,inside:{punctuation:/^(?:\[\[\[?|<<)|(?:\]\]\]?|>>)$/}},"attribute-ref":{pattern:/^\{.+\}$/,inside:{variable:{pattern:/(^\{)[a-z\d,+_-]+/,lookbehind:!0},operator:/^[=?!#%@$]|!(?=[:}])/,punctuation:/^\{|\}$|::?/}},italic:{pattern:/^(['_])[\s\S]+\1$/,inside:{punctuation:/^(?:''?|__?)|(?:''?|__?)$/}},bold:{pattern:/^\*[\s\S]+\*$/,inside:{punctuation:/^\*\*?|\*\*?$/}},punctuation:/^(?:``?|\+{1,3}|##?|\$\$|[~^]|\(\(\(?)|(?:''?|\+{1,3}|##?|\$\$|[~^`]|\)?\)\))$/}},replacement:{pattern:/\((?:C|R|TM)\)/,alias:"builtin"},entity:/&#?[\da-z]{1,8};/i,"line-continuation":{pattern:/(^| )\+$/m,lookbehind:!0,alias:"punctuation"}};function e(t){for(var n={},e=0,a=(t=t.split(" ")).length;e<a;e++)n[t[e]]=i[t[e]];return n}n.inside.interpreted.inside.rest=e("macro inline replacement entity"),i["passthrough-block"].inside.rest=e("macro"),i["literal-block"].inside.rest=e("callout"),i.table.inside.rest=e("comment-block passthrough-block literal-block other-block list-punctuation indented-block comment title attribute-entry attributes hr page-break admonition list-label callout macro inline replacement entity line-continuation"),i["other-block"].inside.rest=e("table list-punctuation indented-block comment attribute-entry attributes hr page-break admonition list-label macro inline replacement entity line-continuation"),i.title.inside.rest=e("macro inline replacement entity"),
27 !function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLO global() property in n
165 !function(e){var n={pattern:/(\b\d+)(?:%|[a-z]+)/,lookbehind:!0},r={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},t={comment:{pattern:/(^|[^\\])(?:\ global() property in t
[all...]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1334 foreach ($node->nodes as $entity) {
1335 $enidx = array_search($entity, $node->nodes, true);
1336 $edidx = array_search($entity, $node->dom->nodes, true);
/plugin/diagramsnet/lib/stencils/
H A DLICENSE14 Licensor means the individual(s) or entity(ies) granting rights under this Public License.
17 …You means the individual or entity exercising the Licensed Rights under this Public License. Your …
/plugin/diagramsnet/lib/templates/
H A DLICENSE14 Licensor means the individual(s) or entity(ies) granting rights under this Public License.
17 …You means the individual or entity exercising the Licensed Rights under this Public License. Your …
/plugin/diagramsnet/lib/img/
H A DLICENSE14 Licensor means the individual(s) or entity(ies) granting rights under this Public License.
17 …You means the individual or entity exercising the Licensed Rights under this Public License. Your …
/plugin/authhttp/
H A DREADME47 DokuWiki (without this plugin) is the only entity doing actual authentication.
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt115 DlgSpecialExplaination : "Click on a character or Enter an entity number or code in the text box, t…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md146 an HTML entity, it remains unchanged; otherwise it will be translated
854 entity-encoding to help obscure your address from address-harvesting
868 (This sort of entity-encoding trick will indeed fool many, if not
/plugin/fckg/fckeditor/
H A Dlicense.txt788 1.1. "Contributor" means each entity that creates or contributes to
806 1.6. "Initial Developer" means the individual or entity identified
848 1.12. "You" (or "Your") means an individual or a legal entity
851 For legal entities, "You" includes any entity which controls, is
854 to cause the direction or management of such entity, whether by
857 entity.
1183 or an entity chartered or registered to do business in the United
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt788 1.1. "Contributor" means each entity that creates or contributes to
806 1.6. "Initial Developer" means the individual or entity identified
848 1.12. "You" (or "Your") means an individual or a legal entity
851 For legal entities, "You" includes any entity which controls, is
854 to cause the direction or management of such entity, whether by
857 entity.
1183 or an entity chartered or registered to do business in the United
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md829 1.1. "Contributor" means each entity that creates or contributes to
847 1.6. "Initial Developer" means the individual or entity identified
889 1.12. "You" (or "Your") means an individual or a legal entity
892 For legal entities, "You" includes any entity which controls, is
895 to cause the direction or management of such entity, whether by
898 entity.
1224 or an entity chartered or registered to do business in the United
/plugin/ckgedit/ckeditor/
H A DLICENSE.md829 1.1. "Contributor" means each entity that creates or contributes to
847 1.6. "Initial Developer" means the individual or entity identified
889 1.12. "You" (or "Your") means an individual or a legal entity
892 For legal entities, "You" includes any entity which controls, is
895 to cause the direction or management of such entity, whether by
898 entity.
1224 or an entity chartered or registered to do business in the United
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md912 the Content-Type can be determined based on the entity body or the path of the request.
922 * POST requests using a custom entity body are now treated exactly like PUT requests but with a cus…
1044 … StreamInterface to actually make it possible to implement custom rewind behavior for entity bodies
1052 * Adding rewind() method to entity bodies and streams. Allows for custom rewinding of non-repeatabl…
1144 * Added the ability to transfer entity bodies as a string rather than streamed. This gets around cu…
1150 * DELETE requests can now send an entity body
/plugin/diagramsnet/lib/math/config/
H A DAccessible.js66 …n this.data.join("")},toString:function(){return this.data.join("")}});a.entity=a.mbase.Subclass({…
67 …athML:function(d){return(d||"")+this.toMathMLquote(this.toString())}});a.entity.Augment({toMathML:…
70entity("#x2061")).With({texClass:i.TEXCLASS.NONE}),n]}return this.SUPER(arguments).checkItem.apply…
74 …toString().replace(/[\u2061-\u2064]/g,"");this.PHTMLhandleText(n,o)}});h.entity.Augment({toPreview…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md228 - \[Symfony\] DoctrineObjectorConstructor always creates new entity because of camel case to snake …
492 - Warning when deserializing removed entity [\#216](https://github.com/schmittjoh/serializer/issues…
552 - How to handle Doctrine not found entity ? [\#731](https://github.com/schmittjoh/serializer/issues…
744 - Problem with deserialize related entity [\#123](https://github.com/schmittjoh/serializer/issues/1…
932 - getter is not called when serializing Discriminator parent entity [\#156](https://github.com/schm…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64entity:enrich|dom:set-pipelines|dom:set-permissions|dom:set-name|dom:set-evaluation-context|dom:se…

1234567891011