Home
last modified time | relevance | path

Searched defs:array (Results 1 – 25 of 195) sorted by relevance

12345678

/plugin/gtime/gtlib/util/
H A DGTUtil.php327 public static function lpad(array &$array, $length, $value) {
342 public static function rpad(array &$array, $length, $value) {
399 public static function fromArray(array $array = null) { argument
478 public static function fromByteArray(array $array = null) { argument
503 public static function readShort(array $array, $position) { argument
525 public static function readInt(array $array, $position) { argument
547 public static function readLong(array $array, $position) { argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php8 public static function get($array, $key, $default = null) argument
34 allUniqueSortedCombinations($array) global() argument
67 combinations($array, $k) global() argument
[all...]
/plugin/combo/ComboStrap/
H A DArrayUtility.php49 public static function filterArrayByKey(array &$array, $pattern) argument
61 addIfNotSet(array& $array, $key, $value) global() argument
74 array_key_last(& $array) global() argument
109 formatAsString(array $array) global() argument
[all...]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php132 private function arrayToLineString($array) argument
141 private function arrayToPolygon($array) argument
155 private function arrayToMultiPoint($array) argument
169 arrayToMultiLineString($array) global() argument
183 arrayToMultiPolygon($array) global() argument
[all...]
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php
/plugin/findologicxmlexport/vendor/jms/serializer/tests/JMS/Serializer/Tests/Fixtures/
H A DObjectWithInlineArray.php15 public $array; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithInlineArray
20 public function __construct(array $array) argument
/plugin/freechat/phpfreechat/data/public/js/
H A Dmyprototype.js3 function indexOf(array, object) argument
10 function without(array,value) { argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_array.php11 function expand_to_with_flags($size, $array, $flags) {
52 function expand_to($size, $array) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DTestIterator.php4 protected $array; variable in TestIterator
7 public function __construct($array = [])
H A DArrayAccessible.php5 private $array; variable in ArrayAccessible
7 public function __construct(array $array = []) argument
H A DTestGeneratorMaker.php4 public function create($array = [])
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
H A Dbootstrap.php27 function array_key_first(array $array) { foreach ($array as $key => $value) { return $key; } } argument
30 function array_key_last(array $array) { return key(array_slice($array, -1, 1, true)); } argument
/plugin/emoji/_test/
H A Demoji_unicode.test.php61 function flatten_array($array) {
75 function count_array_values($value, $array) {
/plugin/oauthauthsch/
H A DDotAccess.php21 public static function get($array, $key, $default = null)
63 protected static function exists($array, $key)
/plugin/oauthgeneric/
H A DDotAccess.php21 public static function get($array, $key, $default = null) argument
63 exists($array, $key) global() argument
[all...]
/plugin/bibtex/OSBib/create/
H A DFORM.php117 function selectFBox($label, $name, $array, $size = 3, $override = FALSE)
140 function selectedBox($label, $name, $array, $select, $size = 3, $override = FALSE)
169 function selectFBoxValue($label, $name, $array, $size = 3, $override = FALSE)
198 function selectedBoxValue($label, $name, $array, $select, $size = 3, $override = FALSE)
222 function selectFBoxValueMultiple($label, $name, $array, $size = 3, $override = FALSE)
252 function selectedBoxValueMultiple($label, $name, $array, $values, $size = 3, $override = FALSE)
/plugin/authgoogle/google/service/
H A DGoogle_Model.php40 protected function mapTypes($array) {
72 protected function isAssociativeArray($array) {
/plugin/nspages/printers/
H A Dsorters.php17 function sort(&$array){ argument
24 protected function actualSort(&$array){ argument
59 function actualSort(&$array){ argument
[all...]
/plugin/filterrss/
H A Dhelper.php84 function int_sort($array, $key)
90 function nat_sort($array, $key)
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php87 private function addArray(array &$array)
137 private function containsArray(array &$array)
/plugin/noticeboard/classes/
H A DNoticeList.php240 private function selectTime($array){
268 private function selectCategory($array){
298 private function sortList($array){
H A DArrayList.php40 public function setArrayList($array){
115 public function addArray($array){
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php240 private function selectTime($array){
268 private function selectCategory($array){
298 private function sortList($array){
H A DArrayList.php40 public function setArrayList($array){
115 public function addArray($array){
/plugin/uncmap/_test/
H A Duncmap.inc.php5 function flatten_array($array){

12345678