Home
last modified time | relevance | path

Searched refs:array (Results 376 – 400 of 765) sorted by relevance

1...<<11121314151617181920>>...31

/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.php_cs11 array(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.php_cs11 array(
/plugin/combo/ComboStrap/
H A DTagAttributes.php219 * @var array the style declaration array
221 private array $styleDeclaration = array();
230 * @var array - output attribute are not the parsed attributes known as componentAttribute)
233 private $outputAttributes = array();
236 * @var array - the final html array
238 private $finalHtmlArray = array();
280 * @param array
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst14 {{ attribute(array, item) }}
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.php_cs13 array(
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md59 At the minimum, we are required to have an array model and a template string. Alternatively we can have a file containing handlebars (or html, text, etc) expression.
82 Now the we've created our template file, in a php file (index.php) we'll create the data to passed to the model. The model is a key/value array.
155 ***$model*** : Is the array that we will pass into the template
222 Handlebars nested expressions in an array.
382 * {{#each Array[start:]}} = Starts at start though the rest of the array
384 * {{#each Array[:]}} = A copy of the whole array
403 {{#each array}}
746 $engine = new \Handlebars\Handlebars(array(
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedFrameTargets.txt
H A DHTML.ForbiddenAttributes.txt
H A DHTML.ForbiddenElements.txt
/plugin/highlightjs/highlight/styles/
H A Dvs.css49 .array,
/plugin/randominc/
H A Dsyntax.php70 function array_rand($array, $lim=1) { argument
73 $num[] = mt_srand(0, count($array)-1);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md132 - MaxDepth shows empty array property [\#148](https://github.com/schmittjoh/serializer/issues/148)
373 - \#784 fix with inline array of type array\<K, V\> [\#785](https://github.com/schmittjoh/serialize…
377 - inline array with type array\<K, V\> not serialized [\#784](https://github.com/schmittjoh/seriali…
486 - Json array serialisation [\#242](https://github.com/schmittjoh/serializer/issues/242)
561 - Object to array normalization [\#354](https://github.com/schmittjoh/serializer/issues/354)
599 - Add support for array format [\#374](https://github.com/schmittjoh/serializer/issues/374)
666 - Max depth produces array of nulls [\#671](https://github.com/schmittjoh/serializer/issues/671)
709 - Warning: array\_key\_exists\(\) expects parameter 2 to be array, string given [\#70](https://gith…
793 - Serialize to array [\#518](https://github.com/schmittjoh/serializer/issues/518)
937 - Serialize to/from array? [\#133](https://github.com/schmittjoh/serializer/issues/133)
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php102 * @param float|int|array $x The abscissa of upper-left corner. Alternatively you could use an assoc array
108 * @return array The size
123 * @param float|int|array $x The abscissa of upper-left corner. Alternatively you could use an assoc array
129 * @return array The size.
138 /* Extract $x if an array */
181 * @return array
242 * @param array $newSize The size.
281 * @return array|boo
[all...]
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js302 },makeArray:function(array){var ret=[]; argument
303 if(array!=null){var i=array.length;
304 if(i==null||array.split||array.setInterval||array.call){ret[0]=array;
305 }else{while(i){ret[--i]=array[i];
307 },inArray:function(elem,array){for(var i=0,length=array.length; argument
309 i++){if(array[i]===elem){return i;
316 try{for(var i=0,length=array.length;
318 i++){var id=jQuery.data(array[i]);
320 ret.push(array[i]);
321 }}}catch(e){ret=array;
[all …]
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js302 },makeArray:function(array){var ret=[]; argument
303 if(array!=null){var i=array.length;
304 if(i==null||array.split||array.setInterval||array.call){ret[0]=array;
305 }else{while(i){ret[--i]=array[i];
307 },inArray:function(elem,array){for(var i=0,length=array.length; argument
309 i++){if(array[i]===elem){return i;
316 try{for(var i=0,length=array.length;
318 i++){var id=jQuery.data(array[i]);
320 ret.push(array[i]);
321 }}}catch(e){ret=array;
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php1106 $array = $values = array();
1114 return $array;
1136 $array[$key] = $val;
1138 $array[] = $val;
1142 return $array;
/plugin/combo/renderer/
H A Danalytics.php111 * An array of info for errors mostly
147 public $stats = array(); // the stats
148 protected $metadata = array(); // the metadata in frontmatter
187 * Get and unset a value from an array
188 * @param array $array
193 private static function getAndUnset(array &$array, $key, $default) argument
195 if (isset($array[$key])) {
196 $value = $array[
[all...]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso40 'config' = array,
53 -optional='config', -type='array'
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php9 /** @var array<string> */
10 private array $bpeCache = [];
12 /** @var array<string> */
13 private array $rawCharacters = [];
15 /** @var array<string> */
16 private array $encoder = [];
18 /** @var array<array<int>> */
19 private array $bpeRanks = [];
65 /** @return array<strin
279 indexOf(array $array, string $searchElement, int $fromIndex) global() argument
[all...]
/plugin/pubmed2020/classes/
H A Dpubmed2020.php248 $array = array();
254 $array[$key] .= ' '.trim($line);
264 $array[$key] = $val;
273 foreach($array as $key => $value) {
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js9 a),n.array.reduce(a.children,function(a,e){"p"===e.name&&(0<a&&(new CKEDITOR.htmlParser.element("br…
25 c=n.array.indexOf,d={},f;for(f in a)-1===c(b,f)&&(d[f]=a[f]);return d},sort:function(a){return a.so…
26 …;d<a.count();d++)c=c.concat(b(a.getItem(d)));return c}(a));CKEDITOR.tools.array.forEach(c,function…
38 …b.name==a}},f=function(a){return d("ul")(a)||d("ol")(a)},e=CKEDITOR.tools.array,g=[],l,r;a.forEach…
49 …vel"]){for(var c=[g.getElementIndentation(b)],d=[b],f=[],e=CKEDITOR.tools.array,h=e.map;b.next&&b.…
50 …,correctLevelShift:function(a){if(this.isShifted(a)){var b=CKEDITOR.tools.array.filter(a.children,…
51array.reduce(b,function(a,b){return(b.children&&1==b.children.length&&t.isShifted(b.children[0])?[…
/plugin/latexport/examples/
H A Dsimplest.tex7 \usepackage{array} % To have better presentation in tables.
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak11 function cp_r($src, $dest, $mv=false, $forbid=array(), $lvl=0) {
56 $farmconf = array();
74array('./'.basename(__FILE__), './config.php', './'.trim($farmconf['farmer'], '/'), './'.trim($far…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md241 previous headers in the associative array.
290 an array.
523 passing an array of arrays of listener configuration.
584 * HasDataTrait now initializes the internal data array as an empty array so
585 that the toArray() method always returns an array.
597 associative array contains the "fn", "priority", and "once" keys.
758 default `array()`
901 * Bug fix: Parsing a query string with a single PHP array value will now result in an array. #263
956 JSON is an array
1001 * Added context array to RequestInterface::setState()
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c96 static int TWIG_ARRAY_KEY_EXISTS(zval *array, zval *key) in ZEND_GET_MODULE()
98 if (Z_TYPE_P(array) != IS_ARRAY) { in ZEND_GET_MODULE()
104 return zend_hash_exists(Z_ARRVAL_P(array), "", 1); in ZEND_GET_MODULE()
110 return zend_hash_index_exists(Z_ARRVAL_P(array), Z_LVAL_P(key)); in ZEND_GET_MODULE()
114 return zend_symtable_exists(Z_ARRVAL_P(array), Z_STRVAL_P(key), Z_STRLEN_P(key) + 1); in ZEND_GET_MODULE()
530 static char *TWIG_IMPLODE_ARRAY_KEYS(char *joiner, zval *array TSRMLS_DC) in TWIG_IMPLODE_ARRAY_KEYS()
535 …zend_hash_apply_with_arguments(HASH_OF(array) APPLY_TSRMLS_CC, twig_add_array_key_to_string, 2, &c… in TWIG_IMPLODE_ARRAY_KEYS()

1...<<11121314151617181920>>...31