Home
last modified time | relevance | path

Searched refs:conversion (Results 1 – 25 of 85) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
DConversionList.php33 public function setConversion($conversion) argument
35 $this->conversion = $conversion;
42 return $this->conversion;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DConversionStatus.php35 public function setConversion(Conversion $conversion) argument
37 $this->conversion = $conversion;
44 return $this->conversion;
/plugin/linebreak/
Daction.php64 $conversion[] = $linebreaks[0][$i][1];
68 $this->linebreak_conversions[$this->marker_id] = $conversion;
122 $conversion =& $this->linebreak_conversions[$this->current_marker];
124 for ($i=0; $i<count($conversion); $i++) {
128 if ($conversion[$i] + $i >= $pos) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DDoubleclicksearch.php42 public $conversion; variable in Google\\Service\\Doubleclicksearch
65 'conversion',
69 …bleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountId}/conversion',
125 'path' => 'doubleclicksearch/v2/conversion',
129 'path' => 'doubleclicksearch/v2/conversion',
133 'path' => 'doubleclicksearch/v2/conversion/updateAvailability',
/plugin/asciidocjs/node_modules/color-convert/
Dindex.js24 wrappedFn.conversion = fn.conversion;
58 wrappedFn.conversion = fn.conversion;
Droute.js74 fn.conversion = path;
80 const conversion = {};
92 conversion[toModel] = wrapConversion(toModel, graph);
95 return conversion;
DREADME.md5 Color-convert is a color conversion library for JavaScript and node.
27 Simply get the property of the _from_ and _to_ conversion that you're looking for.
59conversion (in [conversions.js](conversions.js)), but can be converted by means of sub-conversions…
65 If there is a new model you would like to support, or want to add a direct conversion between two e…
/plugin/docsearch/lang/fr/
Dconfmanager_description.txt6 Placez l'extension de fichier dans la colonne Clé et l'outil de conversion à droite.
9 DocSearch a besoin d'indiquer à l'outil de conversion le chemin vers le fichier à convertir et l'en…
/plugin/odtplus2dw/
DREADME.md32 …ndoc any other way (check that version installed is not very outdated, or the conversion can fail).
34 ### soffice conversion (.doc support)
36 …t seems soffice is a Java application) so I decided to run the soffice conversion using `sudo`. To…
40 …his should not be a problem for anybody. If you do not use the soffice conversion (.doc support), …
Daction.php154 $this->conversion = array(
233 …foreach ( $this->conversion as $attr => $value ) if ( $this->racine->hasAttribute($attr) ) $this->…
/plugin/asciidocjs/lang/en/
Dsettings.php9 $lang['adoc2html'] = 'Processing of the asciidoc to html conversion';
/plugin/file2dw/
DREADME.md33 …l pandoc any other way (check that version installed is not very outdated, or conversion may fail).
35 #### soffice conversion (.doc support)
37 …t seems soffice is a Java application) so I decided to run the soffice conversion using `sudo`. To…
41 …his should not be a problem for anybody. If you do not use the soffice conversion (.doc support), …
/plugin/asciidocjs/node_modules/ansi-styles/
Dreadme.md23 // Color conversion between 16/256/truecolor
24 // NOTE: If conversion goes to 16 colors or 256 colors, the original color
126 To use these, call the associated conversion function with the intended output, for example:
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
Dconvert.jst6 * version with conversion `options` applied. If `name` is an object its methods
/plugin/gil/
DREADME11 Gil introduces a syntax mode to present currency conversion:
DChangeLog20 * syntax.php: (add) Basic form of caching for conversion factor.
/plugin/directorylist/
Dstyle.css1 /* =Genericons, thanks to FontSquirrel.com for conversion!
/plugin/slidesharewp/
DREADME.md6 [slideshare id=47520737&doc=jdk-150428111305-conversion-gate02]
/plugin/asciidocjs/node_modules/core-js/modules/
D_typed-buffer.js147 function set(view, bytes, index, conversion, value, isLittleEndian) { argument
153 var pack = conversion(+value);
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_typed-buffer.js147 function set(view, bytes, index, conversion, value, isLittleEndian) { argument
153 var pack = conversion(+value);
/plugin/odt2dw/
Daction.php137 $this->conversion = array(
216 …foreach ( $this->conversion as $attr => $value ) if ( $this->racine->hasAttribute($attr) ) $this->…
/plugin/copycode/
DREADME.md13 - File cleaning (useless whitespaces and writes to the console, unix file format conversion)
/plugin/fckg/
DREADME7 This version also supports the the jQuery conversion which Dokuwiki made beginning
/plugin/vshare/
H A Dsites.ini25 emb = [slideshare id=45544603&doc=littlecat-150307015432-conversion-gate01]
/plugin/odt/
DChangeLog.txt105 and has it's own border color. Fixes issue "quote conversion #31".
165 Added functions for conversion of percentage witdth and height values.

1234