Home
last modified time | relevance | path

Searched refs:cross (Results 1 – 25 of 208) sorted by relevance

123456789

/plugin/pubmed2020/classes/
Dcache.php133 $cross = Array();
141 $cross[$id] = $doi;
145 $this->_save_array($this->crossRefId, $cross);
150 $cross = $this->_read_array("", "cross");
151 if (empty($cross))
157 $pmid = array_search($doi, $cross);
/plugin/photogallery/lightGallery/css/
Dlg-transitions.min.css1cross .lg-item{opacity:0}.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide{-moz-transform:skew(0…
Dlg-transitions.css504 .lg-css3.lg-slide-skew-cross .lg-item {
506 .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
512 .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
518 .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
525 …g-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-s…
530 .lg-css3.lg-slide-skew-cross-rev .lg-item {
532 .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
538 .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
544 .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
551 …s3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-ne…
[all …]
/plugin/doxycode/
Dplugin.info.txt6 desc Parse code in dokuwiki with cross referencing to doxygen documentation.
/plugin/golocal/src/
DREADME.md1 # golocal - cross platform protocol handler
/plugin/etherpadlite/
DREADME.md32 … cookies to authorize the client to use the pad. The latter leads to some cross-domain requirement…
34 The tight integration works using javascript cross-domain message posting, so it is more or less cr…
87 …cookie read by the etherpad lite (session identifier). This leads to some cross-domain restriction…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DURI.DisableExternalResources.txt8 tracking (good for email viewers), bandwidth leeching, cross-site request
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
Dc.js19 …int:"\u222E",coprod:"\u2210",copy:"\u00A9",copysr:"\u2117",crarr:"\u21B5",cross:"\u2717",csub:"\u2… property
/plugin/mizarveifiabledocs/
DREADME.md3 …ovides syntax highlighting, error reporting, proof checking, and supports cross-referencing of oth…
/plugin/mizarproofchecker/
DREADME.md3 …provides syntax highlighting, error reporting, proof checking, and allows cross-referencing of oth…
/plugin/diagramsnet/lib/js/grapheditor/
DDialogs.js1821 var cross = document.createElement('div');
1822 cross.setAttribute('title', mxResources.get('reset'));
1823 cross.style.position = 'relative';
1824 cross.style.left = '-16px';
1825 cross.style.width = '12px';
1826 cross.style.height = '14px';
1827 cross.style.cursor = 'pointer';
1830 cross.style.display = 'inline-block';
1831 cross.style.top = '3px';
1834 cross.style.background = 'url(' + IMAGE_PATH + '/transparent.gif)';
[all …]
DSidebar.js841 var cross = document.createElement('img');
842 cross.setAttribute('src', Sidebar.prototype.searchImage);
843 cross.setAttribute('title', mxResources.get('search'));
844 cross.style.position = 'relative';
845 cross.style.left = '-18px';
846 cross.style.top = '1px';
849 cross.style.background = 'url(\'' + this.editorUi.editor.transparentImage + '\')';
853 inner.appendChild(cross);
903 mxEvent.addListener(cross, 'click', function()
905 if (cross.getAttribute('src') == Dialog.prototype.closeImage)
[all …]
/plugin/mizarverifiabledocs/
H A DREADME.md4 Provides syntax highlighting, error reporting, proof checking, and cross-references for dynamically
/plugin/jplayer/vendor/happyworm/jplayer/
DREADME.md20 _(*) Optional counterpart formats to increase HTML5 cross-browser support._
/plugin/asciidocjs/node_modules/is-regex/
DREADME.md13 This module works cross-realm/iframe, and despite ES6 @@toStringTag.
/plugin/diagramsnet/lib/js/diagramly/
DDialogs.js3003 var cross = document.createElement('img');
3005 cross.setAttribute('src', searchImg);
3006 cross.setAttribute('title', mxResources.get('search'));
3007 cross.style.position = 'relative';
3008 cross.style.left = '-18px';
3009 cross.style.top = '1px';
3011 cross.style.background = 'url(\'' + editorUi.editor.transparentImage + '\')';
3012 searchBox.appendChild(cross);
3014 mxEvent.addListener(cross, 'click', function()
3016 if (cross.getAttribute('src') == Dialog.prototype.closeImage)
[all …]
/plugin/structsection/
Dyarn.lock244 "cross-spawn@npm:^7.0.6":
246 resolution: "cross-spawn@npm:7.0.6"
323 cross-spawn: "npm:^7.0.6"
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor.properties.bak142 cross=Cross
Deditor_de.properties.bak143 cross=Kreuz
Deditor_de.properties150 cross=Kreuz key
Deditor.properties146 cross=Cross key
Deditor_zh-CN.properties142 cross=Cross key
/plugin/diagramsnet/lib/js/jscolor/
Djscolor.js71 cross : [ 15, 15 ], property
736 (THIS.pickerFace+THIS.pickerInset+x - Math.floor(mxJSColor.images.cross[0]/2)) + 'px ' +
737 (THIS.pickerFace+THIS.pickerInset+y - Math.floor(mxJSColor.images.cross[1]/2)) + 'px';
/plugin/jmol2/jmol/
DJmolAppletSigned0_ShapeSpecial.jar ... cross1 private static final int cylinderBase private static final int cross private static final int crossEnd private static final int center ...
/plugin/eventline/example/
DexampleDataForCutAndPaste.txt10 …sted of frames of text organized hierarchically, with some hypertext like cross-referencing capabi…

123456789