Home
last modified time | relevance | path

Searched refs:array (Results 726 – 750 of 765) sorted by path

1...<<2122232425262728293031

/plugin/tablelayout/
H A Dyarn.lock92 array-find-index@^1.0.1:
96 array-union@^1.0.1:
98 …resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375…
100 array-uniq "^1.0.1"
102 array-uniq@^1.0.1:
104 …resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e0588947…
106 array-unique@^0.2.1:
108 …resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70f…
430 array-find-index "^1.0.1"
990 array-union "^1.0.1"
[all …]
/plugin/tagfilter/script/select2/
H A Dselect2.js129 function indexOf(value, array) { argument
130 var i = 0, l = array.length;
132 if (equal(value, array[i])) return i;
167 * Splits the string into an array of values, trimming each value. An empty array is returned for nulls or empty
414 * results array of objects that will be used as choices
469 * Produces a query function that works with a local array
471 * @param options object containing configuration parameters. The options parameter can either be an array or an
474 * If the array form is used it is assumed that it contains objects with 'id' and 'text' keys.
477 * an array o
[all...]
/plugin/templateconfhelper/
H A DREADME51 $config_cascade['template_dir'] = array( // used in templateconfig plugin
52 'default' => array( $farmbasedir.'/extension/tpl/', $farmbasedir.$version.'lib/tpl/' ),
53 'local' => array( $farmdir.'tpl/' ),
54 #'protected' => array( $farmbasedir.'/extension/tpl_protected/' ),
/plugin/tindexmenu/
H A Dscript.js131 function indexmenu_notinarray(array,val) { argument
132 for (var i = 0; i < array.length; i++) {
133 if (array[i] == val) {
/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/topbarsyntax/
H A Dcsshover3.htc45 // array of CSSHoverElements, used to unload created events
/plugin/translate/
H A DList_of_ISO_639-1_codes.txt4 $a=array(
5 array("aa", "aar", "-", "aar", "Afar", "Afaraf", ""),
6 array("ab", "abk", "-", "abk", "Abkhazian", "Аҧсуа", ""),
10 array("am", "amh", "-", "amh", "Amharic", "አማርኛ", ""),
23 array("bn", "ben", "-", "ben", "Bengali", "বাংলা", ""),
36 array("da", "dan", "-", "dan", "Danish", "dansk", ""),
40 array("ee", "ewe", "-", "ewe", "Ewe", "Ɛʋɛgbɛ", ""),
72 array("ig", "ibo", "-", "ibo", "Igbo", "Igbo", ""),
164 array("th", "tha", "-", "tha", "Thai", "ไทย", ""),
192 $k = array();
[all …]
/plugin/twcheckliste/
H A Drenderer.php.old43 $headers = array(
46 p_set_metadata($ID,array('format' => array('twcheckliste' => $headers) ));
/plugin/uncmap/_test/
H A Duncmap.inc.php5 function flatten_array($array){ argument
6 $array = array_values($array);
8 while ($array){
9 $value = array_shift($array);
11 array_splice($array,0,0,$value);
/plugin/unusedmedias/admin/
H A Dlist.php157 * @param array $array
159 private function _debug_print_r($array){ argument
160 echo str_replace("\n","<br />",print_r($array,true));
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md35 print_r($toc); // array of FileInfo objects
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
/plugin/vkeyboard/
H A Dvkeyboard.js.unc140 // - Lay out each keyboard in rows of sub-arrays. Each sub-array
143 // - Each sub-array consists of four slots described as follows:
155 // - If the second slot of a sub-array matches one of the following
169 // The first slot of this sub-array will be the text to display
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js225 i<array.length;
231 i<array.length;
234 i<array.length;
246 }return array
3303 },last:function(elem,i,match,array){return i===array.length-1 argument
3346 }var makeArray=function(array,results){array=Array.prototype.slice.call(array,0); argument
3349 }return array
3354 }else{if(typeof array.length==="number"){for(var i=0,l=array.length;
3358 array[i];
4083 }return array[index]
[all …]
/plugin/webdav/vendor/psr/log/
H A DREADME.md45 $this->logger->error('Oh no!', array('exception' => $exception));
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1737 array with node-objects, a Root collection will automatically be created, and
H A DCONTRIBUTING.md45 1. PHP 5.4 array syntax must be used every where. This means you use `[` and
46 `]` instead of `array(` and `)`.
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md117 * `getHeaders()` now returns header values as an array, just like psr/http.
136 array traversal, because we maintain a tiny index.
H A DREADME.md335 * @param array $headers
428 * @return array
437 * @return array
449 * @param array $postData
467 * @param array $data
512 * @return array
544 * @param array $headers
555 * @param array $headers
657 * @return array
689 * @param array $headers
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php283 * @param array $array
287 $sortScore = function ($key, $array) {
288 if ($array[$key] instanceof Component) {
291 if ('VTIMEZONE' === $array[$key]->name) {
303 if ($array[$key] instanceof Property) {
304 if ('VERSION' === $array[$key]->name) {
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md40 * Any array thrown into the serializer with numeric keys is now simply
42 related to serializing value objects with array children.
44 empty array are now skipped. We believe this to be the saner default, but
46 * Serializing array properties in value objects was broken.
57 * It's now possible to pass an array of possible root elements to
61 * #63: When serializing elements using arrays, the `value` key in the array is
75 that it always returns an array of elements, or an empty array.
210 * Changed: Reader::parse returns an array with 1 level less depth.
224 a string (in case of a text-node), or an array (in case there were child
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php268 * @param array $array
271 $sortScore = function($key, $array) {
273 if ($array[$key] instanceof Component) {
277 if ($array[$key]->name === 'VTIMEZONE') {
287 if ($array[$key] instanceof Property) {
288 if ($array[$key]->name === 'VERSION') {
/plugin/wikistats/
H A DREADME.md79 tpl_toolsevent('sitetools', array(
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso85 var('config') = array(
90 var('config') = array(
H A Dsample04.lasso84 $myeditor->config = array('SkinPath' = $basepath + 'editor/skins/' + action_param('Skin') + '/');

1...<<2122232425262728293031