Home
last modified time | relevance | path

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

12345678910

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/DataStructure/
H A 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/
H A 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/
H A 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);
H A DPage.php88 $this->pageDictionary = PdfDictionary::ensure(PdfType::resolve($this->getPageObject(), $this->parser));
163 $rotation = PdfNumeric::ensure(PdfType::resolve($rotation, $this->parser))->value % 360;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DBaseAsset.php65 $this->filters->ensure($filter);
88 $filter->ensure($additionalFilter);
108 $filter->ensure($additionalFilter);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfDictionary.php48 // ensure the first value to be a Name object
113 $dictionary = self::ensure($dictionary);
131 public static function ensure($dictionary) function in setasign\\Fpdi\\PdfParser\\Type\\PdfDictionary
H A DPdfBoolean.php39 public static function ensure($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfBoolean
H A DPdfToken.php40 public static function ensure($token) function in setasign\\Fpdi\\PdfParser\\Type\\PdfToken
H A DPdfNumeric.php40 public static function ensure($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfNumeric
H A DPdfIndirectObjectReference.php42 public static function ensure($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObjectReference
H A DPdfName.php78 public static function ensure($name) function in setasign\\Fpdi\\PdfParser\\Type\\PdfName
H A DPdfHexString.php78 public static function ensure($hexString) function in setasign\\Fpdi\\PdfParser\\Type\\PdfHexString
H A DPdfArray.php72 public static function ensure($array, $size = null) function in setasign\\Fpdi\\PdfParser\\Type\\PdfArray
H A DPdfIndirectObject.php86 public static function ensure($indirectObject) function in setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObject
H A DPdfString.php77 public static function ensure($string) function in setasign\\Fpdi\\PdfParser\\Type\\PdfString
/plugin/sidebar/
H A 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/
H A Dsettings.php6 $lang['asciimath'] = 'Turn this on if you use AsciiMath. This will ensure that `-delimited strings…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.AggressivelyFixLt.txt
/plugin/combo/vendor/symfony/process/
H A DREADME.md13 assistance to ensure the success of web application development projects.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A 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/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dmerge.rst32 If you want to ensure that some values are defined in an array (by given
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DFixedReader.php68 $this->reader->ensure($position, 20);
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A 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.
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A 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.
/plugin/authyubikey/
H A DREADME.md8 You have to ensure, that your PHP installation supports PEAR and curl (i.e. php-pear and php5-curl …

12345678910