Home
last modified time | relevance | path

Searched defs:key (Results 776 – 800 of 879) sorted by path

1...<<313233343536

/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js125 var property = function(key) { argument
212 var key; variable
282 _.pluck = function(obj, key) { argument
408 _.groupBy = group(function(result, value, key) { argument
414 _.indexBy = group(function(result, value, key) { argument
421 _.countBy = group(function(result, value, key) { argument
444 _.each(obj, function(value, key, obj) { argument
753 var memoize = function(key) { argument
1035 var key = keys[i]; variable
1048 iteratee = function(value, key) { argument
[all …]
/plugin/settingstree/
H A Dhelper.php296 function showHierarchy($pluginname,$key){
H A Dscript.js144 show_in_hierarchy = function(key,open_level){ argument
177 $root.on('show_in_hierarchy',function(event,key,open_level){ show_in_hierarchy(key,open_level); }); argument
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php31 function getLang($key){
34 function _getLang($key,$config_plugin = false){
144 function getDefault($key){ return @$this->_defaults[$key]; }
145 function getLocal($key){ return self::_getlocal($key,$this->_pluginname); }
147 function isExtended($key){ return self::_isextended($key,$this->_pluginname); }
149 static function _getlocal($key,$pluginname){
161 static function _getprotected($key,$pluginname){
173 static function _isextended($key,$pluginname){
178 function showHierarchyLevelRecursive($level,$key,&$empty){
200 function showHierarchy($key){
[all …]
H A Dsettingslevel.class.php37 function getCurrent($key){
45 private function getCurrentNoProt($key){
62 function getDefault($key){
76 function getLocal($key){
85 function getProtected($key){
93 function getParentProtected($key){
101 function isLevelValue($key){
104 function getLevelValue($key){
107 function isLevelValueIgnored($key){
110 function isLevelProtected($key){
H A Dsettingswrapper.class.php16 function __construct($key,settingslevel $level, array $meta, $set){
/plugin/simplenavi/
H A Dsyntax.php242 sortByTitle(& $array, $key) global() argument
/plugin/siteexport/inc/
H A Dfunctions.php711 public function mapIDWithAnchor(&$n, $key, $postfix)
/plugin/siteexport/syntax/
H A Daggregate.php38 private function checkComplete( &$item, $key, $namespaces ) {
/plugin/sketchcanvas/phplib/
H A Dspyc.php254 private function _yamlize($key,$value,$indent, $previous_key = -1, $first_key = 0, $source_array = null) { argument
302 _dumpNode($key, $value, $indent, $previous_key = 1, $first_key = 0, $source_array = null) global() argument
[all...]
/plugin/skipentity/
H A Dscript.js7 key: "", property in toolbar
30 key: "", property in toolbar
/plugin/snippets/
H A Dscript.js308 …ar[toolbar.length] = {"type":"mediapopup", "title": LANG['plugins']['snippets']['title'], "key":"", property in toolbar
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js86 $.removeCookie = function (key, options) { argument
/plugin/sqlraw/
H A Dtest2.php96 function cleanCell(&$contents,$key) {
/plugin/statdisplay/helper/
H A Dlog.php386 public function sum($input, $key = null)
408 public function avg($input, $key = null)
432 public function max($input, $key = null)
/plugin/statistics/inc/
H A DStatisticsGraph.class.php75 protected function sumUpPieChart($query, $key, $max=4){ argument
/plugin/strata/helper/
H A Dtriples.php348 getLang($key) global() argument
865 function key() { global() function in strata_relations_iterator
940 function key() { global() function in strata_resource_iterator
1018 function key() { global() function in strata_aggregating_iterator
[all...]
H A Dutil.php96 function _parseConfigType($key) { argument
/plugin/strata/
H A Dscript.js297 var addToItemMap = function(item, key, id, values) { argument
/plugin/struct/meta/
H A DSchemaEditor.php113 adminColumn($column_id, Column $col, $key = 'cols') global() argument
H A DTranslationUtilities.php58 getTranslatedKey($key, $default) global() argument
[all...]
/plugin/structtasks/_test/
H A DNotifiersTest.php61 static function fakeGetConf($key) {
306 public function testNotifiers($notifier, $recipients, $new_data, $old_data, $key) {
/plugin/subjectindex/inc/
H A Dcommon.php42 function remove($key) {
78 function key() { function in SI_Index
/plugin/swiftmail/Swift/
H A DCache.php25 abstract public function write($key, $data);
30 abstract public function clear($key);
36 abstract public function has($key);
43 abstract public function read($key, $size=null);
49 public function getOutputStream($key)
/plugin/swiftmail/Swift/Cache/
H A DDisk.php57 public function write($key, $data)
72 public function clear($key)
81 public function has($key)
91 public function read($key, $size=null)

1...<<313233343536