Home
last modified time | relevance | path

Searched refs:head (Results 101 – 125 of 360) sorted by relevance

12345678910>>...15

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample04.cfm27 <head>
52 </head>
H A Dsample04_mx.cfm27 <head>
52 </head>
H A Dsample03_mx.cfm27 <head>
47 </head>
H A Dsample02_mx.cfm28 <head>
62 </head>
/plugin/tools/
H A Dstyle.css10 ul.tools li.head {
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js13 var req, s, head, baseElement, dataMain, src, variable
1760 head = s.head = document.getElementsByTagName('head')[0];
1766 head = s.head = baseElement.parentNode;
1852 head.insertBefore(node, baseElement);
1854 head.appendChild(node);
1900 if (!head) {
1901 head = script.parentNode;
/plugin/jplayer/components/
H A Drequire.js13 var req, s, head, baseElement, dataMain, src, variable
1760 head = s.head = document.getElementsByTagName('head')[0];
1766 head = s.head = baseElement.parentNode;
1852 head.insertBefore(node, baseElement);
1854 head.appendChild(node);
1900 if (!head) {
1901 head = script.parentNode;
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2342 var _doTable_callback = function(match, head, underline, content) { argument
2345 head = head.replace(/[|] *$/m, '');
2364 head = self.parseSpan(head);
2365 var headers = head.split(/ *[|] */);
2433 ), function(match, head, underline, content) { argument
2437 return _doTable_callback.call(this, match, head, underline, content);
2812 var head = this.footnotes_ordered.shift();
2813 var note_id = head[0];
2814 var footnote = head[1];
/plugin/bookmarkme/
H A Dstyle.css11 ul.bookmarkme li.head {
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample03.asp29 <head>
49 </head>
H A Dsample04.asp29 <head>
54 </head>
H A Dsample02.asp29 <head>
63 </head>
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp26 <head>
60 </head>
/plugin/combo/ComboStrap/
H A DPipelineUtility.php132 case "head":
133 $message = self::head($commandArgs, $message);
177 public static function head(array $commandArgs, $value) function in ComboStrap\\PipelineUtility
H A DTemplateForWebPage.php328 private function checkCharSetMeta(XmlElement $head) argument
332 $metaCharset = $head->querySelector("meta[charset]");
339 $metaCharset = $head->getDocument()
342 $head->appendChild($metaCharset);
350 * @param XmlElement $head
556 * Added for now in `head-partial.hbs`
653 * Note that head tag may be added during rendering and must be then called after rendering and toc
656 $model['head-html'] = $this->getHeadHtml();
660 * (It must come after the head processing as this is where the preloaded script are defined)
679 * We may also get messages in the head
[all...]
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js14head[--b],a.head[b]=d>=g?d-g:0;while(--c);c=g,b=c;do d=a.prev[--b],a.prev[b]=d>=g?d-g:0;while(--c)…
/plugin/combo/resources/theme/default/pages/partials/
H A Dhead-partial.hbs3 {{{ head-html }}}
/plugin/qrcode2/
H A Dphpqrcode.php2692 $head = 0;
2696 $head = 0;
2715 $head = 1;
2716 $this->runLength[$head] = 1;
2719 $head++;
2727 $demerit += $this->calcN1N3($head+1);
2731 $head = 0;
2737 $head = 1;
2738 $this->runLength[$head] = 1;
2741 $head++;
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table.css32 --table-head-border-color: var(--color-grey-225-10-15);
33 --table-head-clause-color: var(--color-grey-225-10-35);
34 --table-head-separator-color: var(--color-grey-225-10-75);
35 --table-head-variable-color: var(--color-grey-225-10-35);
105 border-bottom: 3px double var(--table-head-border-color);
305 border-left: 2px solid var(--table-head-separator-color);
355 color: var(--table-head-clause-color);
361 color: var(--table-head-variable-color);
/plugin/codeprettify/code-prettify/src/
H A Drun_prettify.js122 var head = doc['head'] || doc.getElementsByTagName("head")[0] || root; variable
185 head.appendChild(link);
262 head.insertBefore(script, head.firstChild);
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php651 $head = null;
655 $head = mb_substr($this->_string, 0, $offset);
659 $this->_string = $head . $value . $tail;
/plugin/wavedrom/
H A DREADME.md14 { "name": "Data", "wave": "x.345x|=.x", "data": ["head", "body", "tail", "data"] },
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php117 $head = $matches[1];
124 $this->parse_css_media($head, $pipeline, $baseindex);
/plugin/twcheckliste/
H A Drenderer.php.old70 <head>
75 </head>

12345678910>>...15