Home
last modified time | relevance | path

Searched defs:url (Results 626 – 650 of 821) sorted by relevance

1...<<21222324252627282930>>...33

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 …ocument!=="undefined"&&typeof window!=="undefined"){fabric.document=document;fabric.window=window;…
2 …turn opts.a*Math.pow(2,10*(t-=1))*Math.sin((t*d-opts.s)*(2*Math.PI)/opts.p)}function easeOutCubic(…
9 …rtY=0,x=0,y=0,controlX=0,controlY=0,tempX,tempY,l=-this.pathOffset.x,t=-this.pathOffset.y;if(this.…
15 …r(this.hiddenTextarea,"keypress",this.onKeyPress.bind(this));fabric.util.addListener(this.hiddenTe…
H A Dfabric.js560 loadImage: function(url, callback, context, crossOrigin) { argument
2201 function getScript(url, callback) { argument
2242 function addParamToUrl(url, param) { argument
2275 function request(url, options) { argument
3705 loadSVGFromURL: function(url, callback, reviver) { argument
17429 fabric.Image.fromURL = function(url, callback, imgOptions) { argument
23330 fabric.util.loadImage = function(url, callback, context) { argument
23353 fabric.loadSVGFromURL = function(url, callback, reviver) { argument
23374 fabric.util.getScript = function(url, callback) { argument
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1182 initialize: function($super, url, options) { argument
1188 request: function(url) { argument
1427 initialize: function($super, container, url, options) { argument
1463 initialize: function($super, container, url, options) { argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php1053 SetFormSubmit($w, $h, $name, $value = 'Submit', $url = '', $title = '', $typ = 'html', $method = 'POST', $flags = [], $background_col = false, $border_col = false, $noprint = false) global() argument
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1382 initialize: function($super, url, options) { argument
1388 request: function(url) { argument
1631 initialize: function($super, container, url, options) { argument
1667 initialize: function($super, container, url, options) { argument
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js523 DriveClient.prototype.createAuthWin = function(url) argument
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dpusher-http-java-1.0.0.jar ... init> (java.lang.String) String url java.util.regex.Matcher m private void ...
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php653 public $url; variable in Google_ShoppingModelCategoryJsonV1
673 public function setUrl( $url) {
H A DGoogle_CalendarService.php1660 public $url; variable in Google_EventSource
1667 public function setUrl( $url) {
H A DGoogle_GamesService.php978 public $url; variable in Google_ImageAsset
998 public function setUrl( $url) {
H A DGoogle_YouTubeService.php1633 public $url; variable in Google_ChannelBannerResource
1646 public function setUrl( $url) {
3887 public $url; variable in Google_Thumbnail
3895 public function setUrl( $url) {
/plugin/issuetracker/
H A Dprototype.js1492 initialize: function($super, url, options) { argument
1498 request: function(url) { argument
1741 initialize: function($super, container, url, options) { argument
1777 initialize: function($super, container, url, options) { argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){Module["read"]=function read(url){var xhr=new XMLHtt… argument
H A Dopus.js2 …if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){Module["read"]=function read(url){var xhr=new XMLHtt… property in AnonymousFunction7d3a5dcdee00.properties
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.min.js17 ….prototype.hasOwnProperty(r)&&(e[r]=c.prototype[r]);return e.xregexp={captureNames:t,isNative:!!n}… argument
/plugin/dokuprism/prism/
H A Dprism.js5 !function(s){var e=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;s.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:[^;{\\s\"']|\\s+(?!\\s)|"+e.source+")*?(?:;|(?=\\s*\\{))"),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+e.source+"|(?:[^\\\\\r\n()\"']|\\\\[^])*)\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+e.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+e.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:e,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},s.languages.css.atrule.inside.rest=s.languages.css;var t=s.languages.markup;t&&(t.tag.addInlined("style","css"),t.tag.addAttribute("style","css"))}(Prism); class in s.languages.css
26 Prism.languages.autoit={comment:[/;.*/,{pattern:/(^[\t ]*)#(?:comments-start|cs)[\s\S]*?^[ \t]*#(?:ce|comments-end)/m,lookbehind:!0}],url:{pattern:/(^[\t ]*#include\s+)(?:<[^\r\n>]+>|"[^\r\n"]+")/m,lookbehind:!0},string:{pattern:/(["'])(?:\1\1|(?!\1)[^\r\n])*\1/,greedy:!0,inside:{variable:/([%$@])\w+\1/}},directive:{pattern:/(^[\t ]*)#[\w-]+/m,lookbehind:!0,alias:"keyword"},function:/\b\w+(?=\()/,variable:/[$@]\w+/,keyword:/\b(?:Case|Const|Continue(?:Case|Loop)|Default|Dim|Do|Else(?:If)?|End(?:Func|If|Select|Switch|With)|Enum|Exit(?:Loop)?|For|Func|Global|If|In|Local|Next|Null|ReDim|Select|Static|Step|Switch|Then|To|Until|Volatile|WEnd|While|With)\b/i,number:/\b(?:0x[\da-f]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/i,boolean:/\b(?:False|True)\b/i,operator:/<[=>]?|[-+*\/=&>]=?|[?^]|\b(?:And|Not|Or)\b/i,punctuation:/[\[\]().,:]/}; class in Prism.languages.autoit
98 !function(a){var e=/\\(?:[^a-z()[\]]|[a-z*]+)/i,n={"equation-command":{pattern:e,alias:"regex"}};a.languages.latex={comment:/%.*/,cdata:{pattern:/(\\begin\{((?:lstlisting|verbatim)\*?)\})[\s\S]*?(?=\\end\{\2\})/,lookbehind:!0},equation:[{pattern:/\$\$(?:\\[\s\S]|[^\\$])+\$\$|\$(?:\\[\s\S]|[^\\$])+\$|\\\([\s\S]*?\\\)|\\\[[\s\S]*?\\\]/,inside:n,alias:"string"},{pattern:/(\\begin\{((?:align|eqnarray|equation|gather|math|multline)\*?)\})[\s\S]*?(?=\\end\{\2\})/,lookbehind:!0,inside:n,alias:"string"}],keyword:{pattern:/(\\(?:begin|cite|documentclass|end|label|ref|usepackage)(?:\[[^\]]+\])?\{)[^}]+(?=\})/,lookbehind:!0},url:{pattern:/(\\url\{)[^}]+(?=\})/,lookbehind:!0},headline:{pattern:/(\\(?:chapter|frametitle|paragraph|part|section|subparagraph|subsection|subsubparagraph|subsubsection|subsubsubparagraph)\*?(?:\[[^\]]+\])?\{)[^}]+(?=\})/,lookbehind:!0,alias:"class-name"},function:{pattern:e,alias:"selector"},punctuation:/[[\]{}&]/},a.languages.tex=a.languages.latex,a.languages.context=a.languages.latex}(Prism); class in a.languages.latex
121 Prism.languages.nix={comment:{pattern:/\/\*[\s\S]*?\*\/|#.*/,greedy:!0},string:{pattern:/"(?:[^"\\]|\\[\s\S])*"|''(?:(?!'')[\s\S]|''(?:'|\\|\$\{))*''/,greed global() property in Prism.languages.nix
161 Prism.languages.turtle={comment:{pattern:/#.*/,greedy:!0},"multiline-string":{pattern:/"""(?:(?:""?)?(?:[^"\\]|\\.))*"""|'''(?:(?:''?)?(?:[^'\\]|\\.))*'''/,greedy:!0,al global() class in Prism.languages.turtle
165 !function(e){var n={pattern:/(\b\d+)(?:%|[a-z]+)/,lookbehind:!0},r={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},t={comment:{pattern:/(^|[^\\])(?:\ global() class in t
191 !function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document)if(Prism.plugins.toolbar){var e={none:"Plain text",plain:"Plain text",plaintext:"Plain text",text:"Plain text global() property in e
[all...]
/plugin/processing/
H A Dscript.js61 var ajax = function ajax(url) { argument
5558 p.loadBytes = function loadBytes(url, strings) { argument
11122 p.loadGlyphs = function loadGlyph(url) { argument
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js1336 this.fnServerData = function ( url, data, callback, settings ) { argument
/plugin/ckgdoku/ckeditor/lang/
H A Daz.js5 …p":"Yardım üçün ALT 0 düymələrini basın","browseServer":"Fayların siyahı","url":"URL","protocol":"… property in CKEDITOR.lang.common
H A Dbg.js5 …"editorHelp":"натиснете ALT 0 за помощ","browseServer":"Избор от сървъра","url":"URL","protocol":"… property in CKEDITOR.lang.common
H A Dbn.js5 …mon":{"editorHelp":"Press ALT 0 for help","browseServer":"ব্রাউজ সার্ভার","url":"URL","protocol":"… property in CKEDITOR.lang.common
H A Dbs.js5 …mmon":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"… property in CKEDITOR.lang.common
H A Dda.js5 …common":{"editorHelp":"Tryk ALT 0 for hjælp","browseServer":"Gennemse...","url":"URL","protocol":"… property in CKEDITOR.lang.common
H A Dde-ch.js5 …orHelp":"Drücken Sie ALT 0 für Hilfe","browseServer":"Server durchsuchen","url":"URL","protocol":"… property in CKEDITOR.lang.common

1...<<21222324252627282930>>...33