Home
last modified time | relevance | path

Searched refs:html (Results 401 – 425 of 1859) sorted by relevance

1...<<11121314151617181920>>...75

/plugin/combo/resources/snippet/js/
H A Dquality.js24 let html = await combo
37 .addBody(html)
/plugin/doi/Resolver/
H A DIsbnIsbnDeResolver.php31 $html = $http->get($url);
32 if (!$html) throw new \Exception('Could not fetch data from isdn.de. ' . $http->error);
36 $data['id'] = $this->extract('/<meta property="og:book:isbn" content="([^"]+)"/', $html);
38 $data['url'] = $this->extract('/<meta property="og:url" content="([^"]+)"/', $html);
40 $data['title'] = $this->extract('/<meta property="og:title" content="([^"]+)"/', $html);
42 $data['published'] = $this->extract('/<meta property="og:book:release_date" content="((\d){4})[^"]+"/', $html);
44 $data['authors'] = $this->extractAll('/<a href="\/person\/.*?">(.+?)<\/a>/', $html);
45 $data['publisher'] = $this->extract('/<a href="\/verlag\/.*?">(.+?)<\/a>/', $html);
54 * @param string $html
58 protected function extract($regex, $html,
57 extract($regex, $html, $group = 1) global() argument
73 extractAll($regex, $html, $group = 1) global() argument
[all...]
/plugin/txt2tags/
H A Dtables.js58 var html = '<div class="modal-dialog">' +
157 var $table = $preview.find('table').html('');
198 $table.html(tablehtml);
203 $picker.append(html);
/plugin/frootysearch/
H A Dstyle.css47 * html form#dw__search div.frootySearch .left {
62 * html form#dw__search div.frootySearch .right {
103 * html form#dw__search div.frootySearch .left, * html div.frootySearch .right {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DCreative.php357 public function setHtml(HtmlContent $html) argument
359 $this->html = $html;
366 return $this->html;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/
H A Dname.test6 {{ include('index.html.twig') -}}
10 --TEMPLATE(index.html.twig)--
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js208 el.left.html = {};
211 el.right.html = {};
214 el.right.html.nav = {};
221 el.button.html = {};
474 d.html.openHtmlTree();
478 d.html.openHtmlTree();
848 if(d.html.nIndex=="dom"){
1295 html:{
1365 el.right.html.nav[d.html.nIndex].attribute.removeClass("Selected");
1367 d.html.nIndex = _index;
[all …]
H A Dfirebug-lite-1.2-compressed.js51 return result.join("");}},html:{nIndex:"computedStyle",current:null,highlight:function(_element,_cl…
55html.container.child.get().length;t++){searchEl=el.left.html.container.child.get()[t];if(/<body/i.…
56 if(!parentLayer){parentLayer=el.left.html.container.child.get()[3].childNodes[1].lib;}
58 if(d.html.current){d.html.current[1].attribute.removeClass("Selected");}
59 d.html.current=[_element,link];d.html.openProperties();return;}
60html.openHtmlTree(map[t],parentLayer,map[t+1]);}}},navigate:function(_index,_element){with(firebug…
61 if(parent!=el.left.html.container){nodeLink=parent.environment.getParent().lib.child.get()[0].lib;i…
63html=new lib.element("SPAN").attribute.addClass("Content").update(d.highlight(item)).insert(link),…
64 …nv.textNodeChars)>0){html.child.add(document.createTextNode(item.childNodes[0].nodeValue.substring…
65 html.child.add(document.createTextNode("</"));html.child.add(new lib.element("span").attribute.addC…
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js7 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
15 internal.extConsole=null;}}},init:function(_css){var i,cssLoaded=false,iconTitle="Click here or press F12, (CTRL|CMD)+SHIFT+L or SHIFT+ENTER to show Firebug Lite. CTRL|CMD click this icon to hide it.";with(firebug){if(document.getElementsByTagName('html')[0].attributes.getNamedItem('debug')){env.debug=document.getElementsByTagName('html')[0].attributes.getNamedItem('debug').nodeValue!=="false";}
22 el.header=new lib.element("DIV").attribute.addClass("Header").insert(el.main);el.left={};el.left.container=new lib.element("DIV").attribute.addClass("Left").insert(el.main);el.right={};el.right.container=new lib.element("DIV").attribute.addClass("Right").insert(el.main);el.main.child.add(new lib.element("DIV").attribute.addClass('Clear'));el.button={};el.button.container=new lib.element("DIV").attribute.addClass("ButtonContainer").insert(el.header);el.button.logo=new lib.element("A").attribute.set("title","Firebug Lite").attribute.set("target","_blank").attribute.set("href","http://getfirebug.com/lite.html").update("&nbsp;").attribute.addClass("Button Logo").insert(el.button.container);el.button.inspect=new lib.element("A").attribute.addClass("Button").event.addListener("click",internal.targetWindow.firebug.d.inspector.toggle).update("Inspect").insert(el.button.container);el.button.dock=new lib.element("A").attribute.addClass("Button Dock").event.addListener("click",win.dock).insert(el.button.container);el.button.newWindow=new lib.element("A").attribute.addClass("Button NewWindow").event.addListener("click",win.newWindow).insert(el.button.container);if(!internal.isPopup){el.button.maximize=new lib.element("A").attribute.addClass("Button Maximize").event.addListener("click",win.maximize).insert(el.button.container);el.button.minimize=new lib.element("A").attribute.addClass("Button Minimize").event.addListener("click",win.minimize).insert(el.button.container);el.button.close=new lib.element("A").attribute.addClass("Button Close").event.addListener("click",win.hide).insert(el.button.container);}
24 el.nav={};el.nav.container=new lib.element("DIV").attribute.addClass("Nav").insert(el.left.container);el.nav.console=new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click",lib.util.Curry(d.navigate,window,"console")).update("Console").insert(el.nav.container);el.nav.html=new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("click",lib.util.Curry(d.navigate,window,"html")).insert(el.nav.container);el.nav.css=new lib.element("A").attribute.addClass("Tab").update("CSS").event.addListener("click",lib.util.Curry(d.navigate,window,"css")).insert(el.nav.container);if(!internal.isPopup){el.nav.scripts=new lib.element("A").attribute.addClass("Tab").update("Script").event.addListener("click",lib.util.Curry(d.navigate,window,"scripts")).insert(el.nav.container);}
25 el.nav.dom=new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click",lib.util.Curry(d.navigate,internal.targetWindow,"dom")).insert(el.nav.container);el.nav.xhr=new lib.element("A").attribute.addClass("Tab").update("XHR").event.addListener("click",lib.util.Curry(d.navigate,window,"xhr")).insert(el.nav.container);el.nav.optionsdiv=new lib.element("DIV").attribute.addClass("Settings").insert(el.nav.container);el.nav.options=new lib.element("A").attribute.addClass("Tab Button Options").update("Options&nbsp;&nbsp;&nbsp;&nbsp;").event.addListener("click",settings.toggle).insert(el.nav.optionsdiv);el.borderInspector=new lib.element("DIV").attribute.set("id","FirebugBorderInspector").attribute.set('firebugIgnore',true).event.addListener("click",listen.inspector).insert(document.body);el.bgInspector=new lib.element("DIV").attribute.set("id","FirebugBGInspector").attribute.set('firebugIgnore',true).insert(document.body);el.left.console={};el.left.console.container=new lib.element("DIV").attribute.addClass("Console").insert(el.left.container);el.left.console.mlButton=new lib.element("A").attribute.addClass("MLButton").event.addListener("click",d.console.toggleML).insert(el.left.console.container);el.left.console.monitor=new lib.element("DIV").insert(new lib.element("DIV").attribute.addClass("Monitor").insert(el.left.console.container));el.left.console.container.child.add(new lib.element("DIV").attribute.addClass("InputArrow").update(">>>"));el.left.console.input=new lib.element("INPUT").attribute.set("type","text").attribute.addClass("Input").event.addListener("keydown",listen.consoleTextbox).insert(new lib.element("DIV").attribute.addClass("InputContainer").insert(el.left.console.container));el.right.console={};el.right.console.container=new lib.element("DIV").attribute.addClass("Console Container").insert(el.right.container);el.right.console.mlButton=new lib.element("A").attribute.addClass("MLButton CloseML").event.addListener("click",d.console.toggleML).insert(el.right.console.container);el.right.console.input=new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.console.container);el.right.console.input.event.addListener("keydown",lib.util.Curry(tab,window,el.right.console.input.element));el.right.console.run=new lib.element("A").attribute.addClass("Button").event.addListener("click",listen.runMultiline).update("Run").insert(el.right.console.container);el.right.console.clear=new lib.element("A").attribute.addClass("Button").event.addListener("click",lib.util.Curry(d.clean,window,el.right.console.input)).update("Clear").insert(el.right.console.container);el.button.console={};el.button.console.container=new lib.element("DIV").attribute.addClass("ButtonSet").insert(el.button.container);el.button.console.clear=new lib.element("A").attribute.addClass("Button").event.addListener("click",d.console.clear).update("Clear").insert(el.button.console.container);el.left.html={};el.left.html.container=new lib.element("DIV").attribute.addClass("HTML").insert(el.left.container);el.right.html={};el.right.html
[all...]
H A Dfirebug-lite-1.2.js7 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
86 if(document.getElementsByTagName('html')[0].attributes.getNamedItem('debug')){
87 env.debug = document.getElementsByTagName('html')[0].attributes.getNamedItem('debug').nodeValue !== "false";
150 el.button.logo = new lib.element("A").attribute.set("title","Firebug Lite").attribute.set("target","_blank").attribute.set("href","http://getfirebug.com/lite.html").update("&nbsp;").attribute.addClass("Button Logo").insert(el.button.container);
171 el.nav.html = new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("click",lib.util.Curry(d.navigate,window,"html")).insert(el.nav.container);
216 * html
219 el.left.html = {};
220 el.left.html.container = new lib.element("DIV").attribute.addClass("HTML").insert(el.left.container);
222 el.right.html
[all...]
/plugin/xssnipper/
H A Dconfig.ini5 html=<code html [filename]> insert_code_here </code> key
/plugin/farmsync/script/
H A Dform.js15 jQuery('div.structsync').html(data);
19 …jQuery('div.structsync').html('<span>Failure! ' + textStatus + ' ' + errorThrown + '</span><div>' …
/plugin/jplayer/vendor/symfony/process/
H A DREADME.md9 * [Documentation](https://symfony.com/doc/current/components/process.html)
10 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
/plugin/inserticon/
H A DLICENSE2 http://www.gnu.org/licenses/gpl.html
10 http://www.gnu.org/licenses/gpl-2.0.html
/plugin/likeit/
H A Dscript.js27 $container.find('.plugin_likeit.list').html(ret.list);
28 $container.find('.plugin_likeit.count').html(ret.count);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DREADME.md9 * [Documentation](https://symfony.com/doc/current/components/yaml/index.html)
10 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
/plugin/tablelayout/_jstest/
H A DfloatTable.tests.js32 var actual_html = $fixture.html().replace(/\s\s+/g, ' ').trim();
61 var actual_html = $fixture.html().replace(/\s\s+/g, ' ').trim();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DSupportedPrivilegeSetTest.php102 $html = new HtmlOutputHelper(
117 $this->assertEquals($expected, $prop->toHtml($html));
/plugin/htmlokalt/
H A Dcommon.php25 function html_sanitize ($html, $mode, $wrapper='code') { argument
28 return $html;
/plugin/combo/vendor/symfony/yaml/
H A DREADME.md9 * [Documentation](https://symfony.com/doc/current/components/yaml.html)
10 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
/plugin/bibtex4dw/
H A Dscript.js52 var content = jQuery(jQuery(this)).html();
65 dw_bibtex.insituPopup(this, 'insitu__bibtex').html(content).show();
/plugin/tagging/
H A Dhelper.php684 $html = '';
692 $html .= '<ul>';
695 $html .= '<li><a href="' . wl($pid) . '" target="_blank">' . $pid . '</li>';
697 $html .= '</ul>';
700 return $html;
890 $html = $form->toHTML();
892 $html .= '<div class="table"><table class="inline plugin_tagging">';
893 $html .= '<thead><tr><th>' .
900 $html .= '<tr><td>' . $row['pid'] . '</td><td>' . $row['tags'] . '</td></tr>';
903 $html
[all...]
/plugin/virtualkeyboard/vk/
H A Dreadme.txt6 1) �������� � ������ head html-��������� ��������� ���:
28 …ensions, http://forum.dklab.ru/js/advises/RasshireniyaIe-domDlyaDrugihBrauzerovDomextensionsJs.html
29 Drag'n'Drop Interface http://forum.dklab.ru/js/advises/DragNDropInterface.html
/plugin/highlightjs/highlight/styles/
H A Dbrown_paper.css100 .html .css,
101 .html .javascript,
102 .html .vbscript {
/plugin/combo/action/
H A Dlinkwizard.php103 $html = "";
143 $html .= <<<EOF
152 ->setBody($html, Mime::getHtml())

1...<<11121314151617181920>>...75