Home
last modified time | relevance | path

Searched refs:code (Results 2426 – 2450 of 2534) sorted by path

1...<<919293949596979899100>>...102

/plugin/virtualkeyboard/vk/
H A Dlicense.txt30 for this service if you wish); that you receive source code or can get
43 code. If you link other code with the library, you must provide
78 Public License permits more lax criteria for linking other code with
136 "Source code" for a work means the preferred form of the work for
224 This option is useful when you wish to copy part of the code of
236 source code from the same place satisfies the requirement to
237 distribute the source code, even though third parties are not
238 compelled to copy the source along with the object code.
253 that is part of the Library, the object code for the work may be a
254 derivative work of the Library even though the source code is not.
[all …]
H A Dvirtualkeyboard.js197 this.removeLayout = function (code) { argument
198 if (!isString(code)) return false;
244 span.innerHTML = code;
254 layout[code] = {};
255 nodes.langbox.addOption(code, code, false, false, true);
299 layout[code][name] = lt;
312 if (null == code) code = nodes.langbox.getValue();
313 if (!layout.hasOwnProperty(code) || (name && lang==layout[code][name])) return false;
317 if (nodes.langbox.getValue() != code) nodes.langbox.selectOnlyMatchingOptions(code,'exact');
322 for (var i in layout[code]) {
[all …]
/plugin/visrep/
H A Dsyntax.php126 $code = sprintf('<img %s alt="" class="dokuwiki-visrep-image"/>', implode(' ', $attrs));
129 $R->doc .= $w_start . $code . $w_end;
/plugin/vkeyboard/
H A Dchange_log3 Removed some unsed code from keyboard.js, subsituted IE for IE6 when checking for
H A Dvkeyboard.js.unc14 * See http://www.greywyvern.com/code/javascript/keyboard for examples
23 * http://www.greywyvern.com/code/javascript/keyboard.changelog.txt
185 // source code. If you decide to remove the US International
/plugin/vote/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/plugin/vshare/
H A Dscript.js55 const code = '{{' + key + '>' + videoid + '?' + urlparam + '}}';
56 insertAtCarret(PluginVShare.edid, code);
/plugin/wavedrom/
H A DLICENSE25 them if you wish), that you receive source code or can get it if you
114 The "source code" for a work means the preferred form of the work
115 for making modifications to it. "Object code" means any non-source
128 implementation is available to the public in source code form. A
132 produce the work, or an object code interpreter used to run it.
142 the work, and the source code for shared libraries and dynamically
151 The Corresponding Source for a work in source code form is that
211 produce it from the Program, in the form of source code under the
293 A separable portion of the object code, whose source code is excluded
295 included in conveying the object code work.
[all …]
/plugin/webcode/
H A DLICENSE27 including but not limited to software source code, documentation
32 not limited to compiled object code, generated documentation,
56 communication on electronic mailing lists, source code control systems,
H A DREADME.md12 code block.
14 By enclosing code block by a `<webcode>` block, the plugin will add the result after the last webco…
37 …* Allow Runkit (This [code](https://gerardnico.com/web/javascript/node/script#browser) works on Js…
55 * extracts the html, css and javascript code,
57 * and a button that permits to play with the code on [JsFiddle](https://jsfiddle.net)
64 …* The bar (`rendered by` and `Try the code`) are now less prominent and follows the [prism style](…
69 * Added the possibility to show dokuwiki code if the language extension is dw
70 …* Bug: the babel term was replaced by Javascript also in the code. It should be only on the code d…
72 * Added the possibility to cache a code block
104 …ernalAttributes Resources in the action bar in place of include, Xml was not replaced by HTML code)
[all …]
H A Dplugin.info.txt6 desc Plugin that shows and adds the result of (web|browser) code (ie HTML, CSS or Javascript)
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt14 <code css index.css>
16 </code>
19 <code html index.html>
21 </code>
23 <code html index.html>
25 </code>
28 <code javascript index.js>
30 </code>
33 <code javascript index.js>
35 </code>
[all …]
H A Ddisplay.txt1 ====== Webcode - Not displaying code block ======
4 This is possible to cache code block with this syntax:
7 <code [display="none"]>
9 </code>
19 <code javascript [display="none"]>
21 </code>
31 <code javascript [display="none"]>
33 </code>
34 * We should see the code block below
35 <code javascript>
[all …]
H A Dtwo.txt4 This is to be sure not leak code from one webcode block to another
9 <code html>
11 </code>
15 <code html>
17 </code>
H A Dwebcode.txt6 * [[display]]: This is possible to cache an individual code block
8 * [[two]]: be sure to not leak code from one webcode block to another
/plugin/webcode/syntax/
H A Dbasis.php280 $code = ltrim($matches[3][$key]);
292 $codes[$lowerCodeName] = $code;
294 $codes[$lowerCodeName] = $codes[$lowerCodeName] . $code;
301 $result = preg_match('/' . 'console\.' . '/is', $code);
379 $code = $data[2];
380 $codeType = key($code);
381 $this->codes[$codeType] = $this->codes[$codeType] . $code[$codeType];
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4088 var markupArgs=[code,this.tag.context,args,outputs];
4091 return code.join("")
6337 var code=e.keyCode;
6338 if(code!=9&&code!=16&&code!=17&&code!=18){isAutoCompleting=false
6339 }if(code==13){this.enter();
6341 }else{if(code==27){setTimeout(this.clear,0)
6342 }else{if(code==38){this.prevCommand()
6343 }else{if(code==40){this.nextCommand()
6344 }else{if(code==9){this.autocomplete(e.shiftKey)
6349 var code=e.keyCode;
[all …]
/plugin/webcomponent/
H A DLICENSE27 including but not limited to software source code, documentation
32 not limited to compiled object code, generated documentation,
56 communication on electronic mailing lists, source code control systems,
/plugin/webcomponent/_test/data/pages/
H A Dblockquote.txt19 <code dw>
48 </code>
H A Dbutton.txt12 <code dw>
14 </code>
H A Dcard.txt23 <code dw>
30 </code>
36 <code dw>
43 </code>
H A Dcard_column.txt13 <code xml>
17 </code>
21 <code>
38 </code>
H A Dcite.txt15 <code dw>
17 </code>
H A Dconsole.txt13 <code dw>
17 </code>
H A Ddropdown.txt12 <code dw>
22 </code>

1...<<919293949596979899100>>...102