Home
last modified time | relevance | path

Searched refs:alternate (Results 1 – 25 of 80) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OrgPolicyAPI/
DGoogleCloudOrgpolicyV2Policy.php34 public function setAlternate(GoogleCloudOrgpolicyV2AlternatePolicySpec $alternate) argument
36 $this->alternate = $alternate;
43 return $this->alternate;
/plugin/swfobject/
Dstyle.css1 /* SWFObject Display alternate Content */
7 div.swfobject + div.swfobject.alternate,
8 *.swfobject[style~="none;"] + div.swfobject.alternate,
9 div.swfobject.alternate.show {
/plugin/asciidocjs/node_modules/pug-walk/
Dindex.js55 if (ast.alternate) {
56 ast.alternate = walkAST(ast.alternate, before, after, options);
63 if (ast.alternate) {
64 ast.alternate = walkAST(ast.alternate, before, after, options);
/plugin/asciidocjs/node_modules/esutils/lib/
Dast.js97 if (node.alternate != null) {
98 return node.alternate;
118 if (node.alternate == null) {
124 if (current.alternate == null) {
/plugin/imagemap/
DREADME5 but also an alternate representation that can be used by non-visual
24 so the alternate text of the image is used for the map.
37 tag, in both the image map and the alternate markup.
41 can hide the image and display the alternate markup. The plugin is already
/plugin/asciidocjs/node_modules/pug-code-gen/
Dindex.js696 if (cond.alternate) {
697 if (cond.alternate.type === 'Conditional') {
699 this.visitConditional(cond.alternate);
702 this.visit(cond.alternate, cond);
739 if (each.alternate) {
751 if (each.alternate) {
753 this.visit(each.alternate, each);
767 if (each.alternate) {
769 this.visit(each.alternate, each);
/plugin/imagemapping/
DREADME5 but also an alternate representation that can be used by non-visual
24 so the alternate text of the image is used for the map.
37 tag, in both the image map and the alternate markup.
41 can hide the image and display the alternate markup. The plugin is already
/plugin/asciidocjs/node_modules/babel-types/lib/
Dconverters.js109 …var alternate = node.alternate ? gatherSequenceExpressions([node.alternate], scope, declars) : sco…
110 if (!consequent || !alternate) return;
112 exprs.push(t.conditionalExpression(node.test, consequent, alternate));
/plugin/iframeinterwiki/
H A DREADME.md50 {{url>someurl width,height noscroll noborder alignment|alternate-text}}
73 - `|alternate-text` - Text shown when iframe cannot load
128 ### Using interwiki with alternate text
/plugin/photogallery/phpThumb/fonts/
Dreadme.txt4 TTF fonts for text watermarks. You can also specify an alternate
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DURI.MakeAbsolute.txt10 viewed in a different context (and setting an alternate base URI is
DAutoFormat.RemoveEmpty.txt35 %AutoFormat.RemoveEmpty.RemoveNbsp for alternate behavior.
/plugin/dokusioc/
Dplugin.info.txt6 desc It adds an alternate meta link of the SIOC-RDF/XML document to HTML head, creates SIOC vers…
DREADME.md4 [DokuWiki](https://dokuwiki.org/) and provides alternate RDF/XML views of the wiki documents.
/plugin/autotooltip/
H A Dscreen.less54 // Test alternate style
/plugin/jcapture/lib/
Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/asciidocjs/node_modules/pug-parser/
Dindex.js532 alternate: null, property
550 currentNode.alternate = {
554 alternate: null,
566 currentNode.alternate = this.block();
759 node.alternate = this.block();
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js180 if (node.alternate) c(node.alternate, st, "Statement")
306 c(node.alternate, st, "Expression")
Dwalk.es.js174 if (node.alternate) c(node.alternate, st, "Statement")
300 c(node.alternate, st, "Expression")
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js174 if (node.alternate) c(node.alternate, st, "Statement")
300 c(node.alternate, st, "Expression")
Dwalk.js180 if (node.alternate) c(node.alternate, st, "Statement")
306 c(node.alternate, st, "Expression")
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js176 if (node.alternate) c(node.alternate, st, "Statement")
302 c(node.alternate, st, "Expression")
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js176 if (node.alternate) c(node.alternate, st, "Statement")
302 c(node.alternate, st, "Expression")
/plugin/tooltip/
Dstyle.css57 * This is an alternate style based on Microsoft Windows's

1234