Home
last modified time | relevance | path

Searched defs:entity (Results 51 – 75 of 95) sorted by path

1234

/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
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/dokutexit/
H A Dlatex.php383 function entity($entity) { function in Doku_Renderer_latex
/plugin/edittable/renderer/
H A Dinverse.php340 function entity($entity) { argument
/plugin/eventline/
H A Dplain.php80 function entity($entity) { function in Doku_Renderer_plain
/plugin/farmsync/meta/
H A DEntityUpdates.php78 abstract protected function updateEntity($entity, $source, $target);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php97 public function load($entity)
193 public function runAutoloaderStack($entity)
/plugin/gemini/
H A Drenderer.php200 public function entity($entity) argument
/plugin/issuelinks/helper/
H A Ddb.php132 private function saveEntity($table, $entity)
219 private function deleteEntity($table, $entity)
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jar ... methods/ org/apache/http/client/entity/ org/apache/http/client/protocol ...
H A Dhttpcore-4.0.1.jar ... http/message/ org/apache/http/entity/ org/apache/http/util/ org ...
H A Dhttpmime-4.0.1.jar ... apache/http/ org/apache/http/entity/ org/apache/http/entity/mime ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jar ... methods/ org/apache/http/client/entity/ org/apache/http/client/protocol ...
H A Dhttpcore-4.0.1.jar ... http/message/ org/apache/http/entity/ org/apache/http/util/ org ...
H A Dhttpmime-4.0.1.jar ... apache/http/ org/apache/http/entity/ org/apache/http/entity/mime ...
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js1336 _addHtmlEventListeners: function(mediaElement, entity) { argument
1501 _addAuroraEventListeners : function(player, entity) { argument
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js1336 _addHtmlEventListeners: function(mediaElement, entity) { argument
1501 _addAuroraEventListeners : function(player, entity) { argument
/plugin/jplayer/components/
H A Drequire-built.js3381 _addHtmlEventListeners: function(mediaElement, entity) { argument
3546 _addAuroraEventListeners : function(player, entity) { argument
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js1336 _addHtmlEventListeners: function(mediaElement, entity) { argument
1501 _addAuroraEventListeners : function(player, entity) { argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js76 $.each(cssSelector, function(entity, cssSel) { argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js91 Popcorn = function( entity, options ) { argument
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js1336 _addHtmlEventListeners: function(mediaElement, entity) { argument
1501 _addAuroraEventListeners : function(player, entity) { argument
/plugin/latexit/
H A Drenderer.php833 function entity($entity) { argument
/plugin/latexport/implementation/
H A Ddecorator.php661 function entity($entity) { argument

1234