Home
last modified time | relevance | path

Searched refs:ensure (Results 126 – 150 of 230) sorted by path

12345678910

/plugin/doodle4/
H A DLICENSE285 Corresponding Source, you remain obligated to ensure that it is
314 suffice to ensure that the continued functioning of the modified object
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md296 - SVG images - fix to ensure opacity is reset before another element
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A Docrbinfo.txt13 shadily reverse engineered version; every effort has been made to ensure
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE56 ensure that, in the event an Application does not supply the
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php239 $stream = PdfStream::ensure($initValue->value);
H A DFixedReader.php68 $this->reader->ensure($position, 20);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php208 return PdfDictionary::ensure($catalog);
H A DStreamReader.php434 public function ensure($pos, $length) function in setasign\\Fpdi\\PdfParser\\StreamReader
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfArray.php72 public static function ensure($array, $size = null) function in setasign\\Fpdi\\PdfParser\\Type\\PdfArray
H A DPdfBoolean.php39 public static function ensure($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfBoolean
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 DPdfHexString.php78 public static function ensure($hexString) function in setasign\\Fpdi\\PdfParser\\Type\\PdfHexString
H A DPdfIndirectObject.php86 public static function ensure($indirectObject) function in setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObject
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 DPdfNumeric.php40 public static function ensure($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfNumeric
H A DPdfStream.php103 public static function ensure($stream) function in setasign\\Fpdi\\PdfParser\\Type\\PdfStream
H A DPdfString.php77 public static function ensure($string) function in setasign\\Fpdi\\PdfParser\\Type\\PdfString
H A DPdfToken.php40 public static function ensure($token) function in setasign\\Fpdi\\PdfParser\\Type\\PdfToken
/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/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
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;
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);
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel44 …* Test to ensure that every conf['...'] entry in conf/default.php has a corresponding meta['...'] …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-LGPL107 users' freedom, it does ensure that the user of a program that is
182 is invoked, then you must make a good faith effort to ensure that,
/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

12345678910