Home
last modified time | relevance | path

Searched refs:head (Results 226 – 250 of 360) sorted by path

12345678910>>...15

/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js339 if (meta.parentNode !== document.head) {
341 document.head.appendChild(meta);
/plugin/instantpage/lib/
H A D5.1.0.js2 …const e=document.createElement("link");e.rel="prefetch",e.href=t,document.head.appendChild(e),n.ad…
/plugin/issuetracker/
H A Daction.php1081 …$head = "<div class='itl__table'><table id='".$dynatable_id."' class='sortable editable resizable …
1300 $head = NL.$reduced_header.NL;
1422 $ret = $a_lang.$usr.$ret.$head.$body;
H A Dsyntax.php577 …$head = "<div class='itl__table'><table id='".$dynatable_id."' class='sortable editable resizable …
793 $head = NL.$reduced_header.NL;
904 $ret = $a_lang.$usr.$ret.$head.$body;
H A Dtablekit.js74 if(!TableKit.tables[id].dom.head) {
77 return TableKit.tables[id].dom.head;
769 var head = $(TableKit.getHeaderCells(table, cell)[TableKit.getCellIndex(cell)]);
770 if(head.hasClassName(op.noEditClass)) {return;}
775 var ftype = TableKit.Editable.getCellEditor(null,null,head);
779 getCellEditor : function(cell, table, head) { argument
780 var head = head ? head : $(TableKit.getHeaderCells(table, cell)[TableKit.getCellIndex(cell)]);
782 if(head.id && TableKit.Editable.types[head.id]) {
783 ftype = TableKit.Editable.types[head.id];
785 var n = $w(head.className).detect(function(n){
[all …]
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt4013 # bug fix: rockets color incorrect for head groups
4346 # Drawn arrows now have a head size that can be set and a dimension that
4347 # scales with the model, so arrow head:atom size ratio remains constant
/plugin/jplayer/components/
H A Drequire-built.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;
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/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dmod.csstransforms.min.js2 …unction A(a){k.cssText=a}var d="1.7pre",e={},f=!0,g=b.documentElement,h=b.head||b.getElementsByTag…
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js4head|put|delete|options)$/i.test(this.type)&&Zc()||$c()}:Zc;var Wc=0,Xc={},Yc=m.ajaxSettings.xhr()…
H A Dpopcorn.js2490 …var head = document.head || document.getElementsByTagName( "head" )[ 0 ] || document.documentEleme…
2563 head.removeChild( script );
2576 head.removeChild( script );
2580 head.insertBefore( script, head.firstChild );
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md397 * The version of "head" supplied with Mac OS 10.2.8 (maybe other
H A Dchangelog.txt719 * Bugfix: UNIX: head and tail called with -cNNN instead of "-c NNN".
1010 » Added support for Shorten - requires shorten binary (head.exe
H A Dreadme.txt404 * The version of "head" supplied with Mac OS 10.2.8 (maybe other
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt34 * head.exe
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md57 <head>
60 </head>
/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/jquery-syntax/
H A Djquery-1.6.min.js16 …pt",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentEle…
/plugin/jquery/
H A Djquery-1.4.2.js527 var head = document.getElementsByTagName("head")[0] || document.documentElement,
540 head.insertBefore( script, head.firstChild );
541 head.removeChild( script );
5026 if ( head ) {
5027 head.removeChild( script );
5063 var head = document.getElementsByTagName("head")[0] || document.documentElement;
5084 if ( head && script.parentNode ) {
5085 head.removeChild( script );
5093 head.insertBefore( script, head.firstChild );
/plugin/magnifier/
H A Dscript.js4 var head = document.head || $("head")[0] || document.documentElement;
6 var sheet = head.appendChild(style).sheet;
/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/markdownextra/
H A Dmarkdown.php2726 $head = $matches[1];
2733 return $this->_doTable_callback(array($matches[0], $head, $underline, $content));
2736 $head = $matches[1];
2741 $head = preg_replace('/[|] *$/m', '', $head);
2756 $head = $this->parseSpan($head);
2757 $headers = preg_split('/ *[|] */', $head);
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md16 - #95 Added `TableTrait::composeTable($head, $body)`, for easier overriding of table layout (@maxim…

12345678910>>...15