Home
last modified time | relevance | path

Searched refs:is (Results 101 – 125 of 3663) sorted by last modified time

12345678910>>...147

/plugin/photogallery/phpThumb/licenses/
H A Dlicense.ptcl.txt4 phpThumb() is licensed under the "GNU Public License" (GPL) and/or the
9 The license is non-exclusively granted to a single person or company,
11 company. The license is non-transferrable.
20 as is most convenient. This license does not entitle the licensee to
26 have added functionality beyond what is available in phpThumb();
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default55 // Note: this directory must be writable (usually chmod 777 is neccesary) for caching to work.
56 // If the directory is not writable no error will be generated but caching will be disabled.
131 // If this is zero then no limit on source image dimensions.
132 // If this is nonzero then this is the maximum number of pixels the source image can have to be pro…
152 …efault maximum thumbnail width. If this is zero then default width is the width of the source i…
153 …efault maximum thumbnail height. If this is zero then default height is the height of the source i…
170 … // if true thumbnail is covered up with $PHPTHUMB_CONFIG['nohotlink_fill_color'] before text
177 … // if true thumbnail is covered up with $PHPTHUMB_CONFIG['nohotlink_fill_color'] before text
200 …ified if $PHPTHUMB_CONFIG['mysql_query'] is not empty, but may be ignored if $PHPTHUMB_CONFIG['mys…
228is available, and is larger or equal to output image dimensions, use EXIF thumbnail rather than ac…
[all …]
/plugin/photogallery/
H A DREADME.md6 If you install this plugin manually, make sure it is installed in
7 lib/plugins/photogallery/ - if the folder is called different it
16 This program is free software; you can redistribute it and/or modify
20 This program is distributed in the hope that it will be useful,
/plugin/dokuprism/prism/
H A Dprism.js9 !function(n){var i="(?:ALPHA|BIT|CHAR|CR|CRLF|CTL|DIGIT|DQUOTE|HEXDIG|HTAB|LF|LWSP|OCTET|SP|VCHAR|WSP)";n.languages.abnf={comment:/;.*/,string:{pattern:/(?:%[is])?"[^"\n\r]*"/,greedy:!0,inside:{punctuation:/^%[is]/}},range:{pattern:/%(?:b[01]+-[01]+|d\d+-\d+|x[A-F\d]+-[A-F\d]+)/i,alias:"number"},terminal:{pattern:/%(?:b[01]+(?:\.[01]+)*|d\d+(?:\.\d+)*|x[A-F\d]+(?:\.[A-F\d]+)*)/i,alias:"number"},repetition:{pattern:/(^|[^\w-])(?:\d*\*\d*|\d+)/,lookbehind:!0,alias:"operator"},definition:{pattern:/(^[ \t]*)(?:[a-z][\w-]*|<[^<>\r\n]*>)(?=\s*=)/m,lookbehind:!0,alias:"keyword",inside:{punctuation:/<|>/}},"core-rule":{pattern:RegExp("(?:(^|[^<\\w-])"+i+"|<"+i+">)(?![\\w-])","i"),lookbehind:!0,alias:["rule","constant"],inside:{punctuation:/<|>/}},rule:{pattern:/(^|[^<\w-])[a-z][\w-]*|<[^<>\r\n]*>/i,lookbehind:!0,inside:{punctuation:/<|>/}},operator:/=\/?|\//,punctuation:/[()\[\]]/}}(Prism);
10 Prism.languages.actionscript=Prism.languages.extend("javascript",{keyword:/\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/,operator:/\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<<?|>>?>?|[!=]=?)=?|[~?@]/}),Prism.languages.actionscript["class-name"].alias="function",delete Prism.languages.actionscript.parameter,delete Prism.languages.actionscript["literal-property"],Prism.languages.markup&&Prism.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/,lookbehind:!0,inside:Prism.languages.markup}});
11 Prism.languages.ada={comment:/--.*/,string:/"(?:""|[^"\r\f\n])*"/,number:[{pattern:/\b\d(?:_?\d)*#[\dA-F](?:_?[\dA-F])*(?:\.[\dA-F](?:_?[\dA-F])*)?#(?:E[+-]?\d(?:_?\d)*)?/i},{pattern:/\b\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:E[+-]?\d(?:_?\d)*)?\b/i}],attribute:{pattern:/\b'\w+/,alias:"attr-name"},keyword:/\b(?:abort|abs|abstract|accept|access|aliased|all|and|array|at|begin|body|case|constant|declare|delay|delta|digits|do|else|elsif|end|entry|exception|exit|for|function|generic|goto|if|in|interface|is|limited|loop|mod|new|not|null|of|or|others|out|overriding|package|pragma|private|procedure|protected|raise|range|record|rem|renames|requeue|return|reverse|select|separate|some|subtype|synchronized|tagged|task|terminate|then|type|until|use|when|while|with|xor)\b/i,boolean:/\b(?:false|true)\b/i,operator:/<[=>]?|>=?|=>?|:=|\/=?|\*\*?|[&+-]/,punctuation:/\.\.?|[,;():]/,char:/'.'/,variable:/\b[a-z](?:\w)*\b/i};
15 Prism.languages.applescript={comment:[/\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/,/--.+/,/#.+/],string:/"(?:\\.|[^"\\\r\n])*"/,number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e-?\d+)?\b/i,operator:[/[&=≠≤≥*+\-\/÷^]|[<>]=?/,/\b(?:(?:begin|end|start)s? with|(?:contains?|(?:does not|doesn't) contain)|(?:is|isn't|is not) (?:contained by|in)|(?:(?:is|isn't|is not) )?(?:greater|less) than(?: or equal)?(?: to)?|(?:comes|(?:does not|doesn't) come) (?:after|before)|(?:is|isn't|is no
[all...]
/plugin/sqlite/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
H A DREADME5 The plugin detects whether PHPs PDO extension is available otherwise it
22 If you install this plugin manually, make sure it is installed in
23 lib/plugins/sqlite/ - if the folder is called different it
34 This program is free software; you can redistribute it and/or modify
38 This program is distributed in the hope that it will be useful,
/plugin/structstatus/
H A DREADME8 If you install this plugin manually, make sure it is installed in
9 lib/plugins/structstatus/ - if the folder is called different it
18 This program is free software; you can redistribute it and/or modify
22 This program is distributed in the hope that it will be useful,
/plugin/starred/
H A DREADME6 If you install this plugin manually, make sure it is installed in
7 lib/plugins/starred/ - if the folder is called different it
16 This program is free software; you can redistribute it and/or modify
20 This program is distributed in the hope that it will be useful,
/plugin/structprogress/
H A DREADME8 If you install this plugin manually, make sure it is installed in
9 lib/plugins/structprogress/ - if the folder is called different it
18 This program is free software; you can redistribute it and/or modify
22 This program is distributed in the hope that it will be useful,
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
14 software--to make sure the software is free for all its users. This
70 the term "modification".) Each licensee is addressed as "you".
75 is covered only if its contents constitute a work based on the
77 Whether that is true depends on what the Program does.
112 the Program is not required to print an announcement.)
218 integrity of the free software distribution system, which is
222 system; it is up to the author/donor to decide if he or she is willing
226 This section is intended to make thoroughly clear what is believed to
[all …]
/plugin/encryptedpasswords/
H A DREADME8 If you install this plugin manually, make sure it is installed in
9 lib/plugins/encryptedpasswords/ - if the folder is called different it
20 This program is free software; you can redistribute it and/or modify
24 This program is distributed in the hope that it will be useful,
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/qna/style/
H A DWARNING.txt4 check which style is in use.
5 As dirt as it certainly is, this is the simplest and most efficient
/plugin/templater/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
17 using it. (Some other Free Software Foundation software is covered by
44 that everyone understands that there is no warranty for this free
45 software. If the software is modified by someone else and passed on, we
46 want its recipients to know that what they have is not the original, so
50 Finally, any free program is threatened constantly by software
67 that is t
[all...]
H A DCHANGELOG.md5 * removed version numbering (0.8.4 etc): date is better.
61 * This is Daniel Dias Rodrigues' first update.
/plugin/mikioplugin/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
17 using it. (Some other Free Software Foundation software is covered by
44 that everyone understands that there is no warranty for this free
45 software. If the software is modified by someone else and passed on, we
46 want its recipients to know that what they have is not the original, so
50 Finally, any free program is threatened constantly by software
67 that is t
[all...]
H A Dscript.js66 if (!accordianBody.is(':visible')) {
370 if (jQuery(questions[i]).is(':visible')) {
397 if (jQuery(questions[i]).is(':visible')) {
H A DREADME.md8 This plugin can be used by itself, however is designed to complement the [Mikio DokuWiki template](http://dokuwiki.org/template:mikio).
27 Sometimes GitHub releases change the name of the mikioplugin directory, so make sure that the directory is `mikioplugin` else you may see errors in DokuWiki.
31 If a Mikio Plugin tag is conflicting with another plugins tag, or you want to simply disable a tag, you can do this in the `disabled-tags.php` file.
57 - Multiple paginations on a single page is now supported.
125 - variables.css no longer included if the mikio template is installed, active and version 2022-10-31 or greator
/plugin/aichat/
H A Dcomposer.lock5 "This file is @generated automatically"
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md41 Parsedown is capable of escaping user-input within the HTML that it generates. Additionally Parsedown will apply sanitisation to additional scripting vectors (such as scripting link destinations) that are introduced by the markdown syntax itself.
43 To tell Parsedown that it is processing untrusted user-input, use the following:
49 If instead, you wish to allow HTML within untrusted user-input, but still want output to be free from XSS it is recommended that you make use of a HTML sanitiser that allows HTML tags to be whitelisted, like [HTML Purifier](http://htmlpurifier.org/).
51 In both cases you should strongly consider employing defence-in-depth measures, like [deploying a Content-Security-Policy](https://scotthelme.co.uk/content-security-policy-an-introduction/) (a browser security feature) so that your page is likely to be safe even if an attacker finds a vulnerability in one of the first lines of defence above.
74 We call this approach "line based". We believe that Parsedown is the first Markdown parser to use it. Since the release of Parsedown, other developers have used the same approach to develop other Markdown parsers in PHP and in other languages.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A D.editorconfig1 ; This file is for unifying the coding style for different editors and IDEs.
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
9 copies of the Software, and to permit persons to whom the Software is
H A DREADME.md18 $prompt = "Ai is cool";
H A Dcomposer.lock5 "This file is @generated automatically"
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe64 Ġ is
142 is t
174 Ġth is
211 Ġh is
341 Ġd is
426 is h
493 is s
516 ĠTh is
532 is e
788 is
[all...]

12345678910>>...147