Home
last modified time | relevance | path

Searched refs:ensure (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/DataStructure/
DRectangle.php59 $array = PdfArray::ensure(PdfType::resolve($array, $parser), 4)->value;
60 $ax = PdfNumeric::ensure(PdfType::resolve($array[0], $parser))->value;
61 $ay = PdfNumeric::ensure(PdfType::resolve($array[1], $parser))->value;
62 $bx = PdfNumeric::ensure(PdfType::resolve($array[2], $parser))->value;
63 $by = PdfNumeric::ensure(PdfType::resolve($array[3], $parser))->value;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DFilterCollection.php28 $this->ensure($filter);
38 public function ensure(FilterInterface $filter) function in Assetic\\Filter\\FilterCollection
42 $this->ensure($f);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
DPdfReader.php104 $this->pageCount = PdfNumeric::ensure($count)->value;
144 $kids = PdfArray::ensure($kids);
148 $reference = PdfIndirectObjectReference::ensure($reference);
206 $kids = PdfArray::ensure($kids);
210 $reference = PdfIndirectObjectReference::ensure($reference);
DPage.php88 …$this->pageDictionary = PdfDictionary::ensure(PdfType::resolve($this->getPageObject(), $this->pars…
163 $rotation = PdfNumeric::ensure(PdfType::resolve($rotation, $this->parser))->value % 360;
/plugin/aichat/vendor/bdelespierre/php-kmeans/
DCONTRIBUTING.md16 It's the duty of the maintainer to ensure that all submissions to the project are of sufficient
29 - Attempt to replicate the problem, to ensure that it wasn't a coincidental incident.
31 - Check the pull requests tab to ensure that the bug doesn't have a fix in progress.
32 - Check the pull requests tab to ensure that the feature isn't already in progress.
36 - Check the codebase to ensure that your feature doesn't already exist.
37 - Check the pull requests to ensure that another person hasn't already submitted the feature or fix.
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
DBaseAsset.php65 $this->filters->ensure($filter);
88 $filter->ensure($additionalFilter);
108 $filter->ensure($additionalFilter);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
DPdfDictionary.php113 $dictionary = self::ensure($dictionary);
131 public static function ensure($dictionary) function in setasign\\Fpdi\\PdfParser\\Type\\PdfDictionary
DPdfToken.php40 public static function ensure($token) function in setasign\\Fpdi\\PdfParser\\Type\\PdfToken
DPdfBoolean.php39 public static function ensure($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfBoolean
DPdfNumeric.php40 public static function ensure($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfNumeric
DPdfIndirectObjectReference.php42 public static function ensure($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObjectReference
DPdfName.php78 public static function ensure($name) function in setasign\\Fpdi\\PdfParser\\Type\\PdfName
DPdfHexString.php78 public static function ensure($hexString) function in setasign\\Fpdi\\PdfParser\\Type\\PdfHexString
DPdfArray.php72 public static function ensure($array, $size = null) function in setasign\\Fpdi\\PdfParser\\Type\\PdfArray
DPdfIndirectObject.php86 public static function ensure($indirectObject) function in setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObject
DPdfString.php77 public static function ensure($string) function in setasign\\Fpdi\\PdfParser\\Type\\PdfString
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DFpdiTrait.php208 $type = PdfName::ensure(PdfType::resolve(PdfDictionary::get($annotation, 'Type'), $parser));
209 … $subtype = PdfName::ensure(PdfType::resolve(PdfDictionary::get($annotation, 'Subtype'), $parser));
210 $link = PdfDictionary::ensure(PdfType::resolve(PdfDictionary::get($annotation, 'A'), $parser));
218 …$position = PdfArray::ensure(PdfType::resolve(PdfDictionary::get($annotation, 'Rect'), $parser), 4…
220 $uri = PdfString::ensure(PdfType::resolve(PdfDictionary::get($link, 'URI'), $parser));
/plugin/sidebar/
Dstyle.css165 * html .stylehead {height:1px;} /* Get IE in hasLayout mode to ensure the background covers the w…
169 …width: 77%; /* IE needs extra gap to ensure #sidebar & .page float next to each …
171 …/* 'overflow-x:auto;' maybe replaced by 'overflow:auto;' to ensure template passes w3c validation …
/plugin/mathjax/lang/en/
Dsettings.php6 $lang['asciimath'] = 'Turn this on if you use AsciiMath. This will ensure that `-delimited strings…
/plugin/asciidocjs/node_modules/regenerator-runtime/
DREADME.md17 To ensure that `regeneratorRuntime` is defined globally, either of the
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.AggressivelyFixLt.txt8 perform in order to ensure that open angled-brackets do not get killed
/plugin/combo/vendor/symfony/process/
H A DREADME.md13 assistance to ensure the success of web application development projects.
/plugin/cosmocode/lang/en/
Dsupport.txt3 expert training, workshops, and seamless infrastructure integration to ensure a smooth and efficien…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
DCHANGELOG.rst24 failure. You MUST return ``false`` to mark the read as a failure, and ensure
94 * Added a condition to ensure that functions.php can be required multiple times
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
Dsmiley.js.unc124 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
159 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
189 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.

12345678910>>...12