/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/DataStructure/ |
H A D | Rectangle.php | 59 $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 D | FilterCollection.php | 28 $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 D | PdfReader.php | 104 $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 D | Page.php | 88 $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 D | BaseAsset.php | 65 $this->filters->ensure($filter); 88 $filter->ensure($additionalFilter); 108 $filter->ensure($additionalFilter);
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/ |
H A D | PdfDictionary.php | 48 // 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 D | PdfBoolean.php | 39 public static function ensure($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfBoolean
|
H A D | PdfToken.php | 40 public static function ensure($token) function in setasign\\Fpdi\\PdfParser\\Type\\PdfToken
|
H A D | PdfNumeric.php | 40 public static function ensure($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfNumeric
|
H A D | PdfIndirectObjectReference.php | 42 public static function ensure($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObjectReference
|
H A D | PdfName.php | 78 public static function ensure($name) function in setasign\\Fpdi\\PdfParser\\Type\\PdfName
|
H A D | PdfHexString.php | 78 public static function ensure($hexString) function in setasign\\Fpdi\\PdfParser\\Type\\PdfHexString
|
H A D | PdfArray.php | 72 public static function ensure($array, $size = null) function in setasign\\Fpdi\\PdfParser\\Type\\PdfArray
|
H A D | PdfIndirectObject.php | 86 public static function ensure($indirectObject) function in setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObject
|
H A D | PdfString.php | 77 public static function ensure($string) function in setasign\\Fpdi\\PdfParser\\Type\\PdfString
|
/plugin/sidebar/ |
H A D | style.css | 165 * 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 D | settings.php | 6 $lang['asciimath'] = 'Turn this on if you use AsciiMath. This will ensure that `-delimited strings…
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Core.AggressivelyFixLt.txt |
|
/plugin/combo/vendor/symfony/process/ |
H A D | README.md | 13 assistance to ensure the success of web application development projects.
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
H A D | CHANGELOG.rst | 24 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 D | merge.rst | 32 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 D | FixedReader.php | 68 $this->reader->ensure($position, 20);
|
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/ |
H A D | smiley.js.unc | 124 // 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 D | smiley.js.unc | 124 // 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 D | README.md | 8 You have to ensure, that your PHP installation supports PEAR and curl (i.e. php-pear and php5-curl …
|