| /plugin/bureaucracyau/helper/ |
| D | fieldstatic.php | 32 public function handle_post($value, &$fields, $index, $formid) { 42 public function getParam($name) {
|
| D | fieldfieldset.php | 68 public function handle_post($value, &$fields, $index, $formid) { 107 function getParam($name) {
|
| D | fieldsubmit.php | 62 public function handle_post($value, &$fields, $index, $formid) { 85 public function getParam($name) {
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | DesiredCapabilities.php | 87 public function getCapability($name) 97 public function setCapability($name, $value) 422 private function set($key, $value)
|
| /plugin/timetrack/db/ |
| D | update0001.sql | 7 CREATE TABLE project (id INTEGER PRIMARY KEY, page_id INTEGER, abbr TEXT, name TEXT); field 10 CREATE TABLE task (id INTEGER PRIMARY KEY, project_id INTEGER, abbr TEXT, name TEXT, active INTEGER… field 13 …R PRIMARY KEY, update_time INTEGER, user_id INTEGER, task_id INTEGER, `date` TEXT, value INTEGER); field
|
| /plugin/asciidocjs/node_modules/babel-types/lib/definitions/ |
| D | jsx.js | 13 name: { property 16 value: { property 27 name: { property 79 name: { property 105 name: { property 116 name: { property 143 value: { property
|
| /plugin/bureaucracy-au/helper/ |
| D | fieldfieldset.php | 68 public function handle_post($value, &$fields, $index, $formid) { 107 function getParam($name) {
|
| D | fieldsubmit.php | 62 public function handle_post($value, &$fields, $index, $formid) { 85 public function getParam($name) {
|
| /plugin/bureaucracy/helper/ |
| D | fieldfieldset.php | 68 public function handle_post($value, &$fields, $index, $formid) { 107 function getParam($name) {
|
| D | fieldsubmit.php | 62 public function handle_post($value, &$fields, $index, $formid) { 85 public function getParam($name) {
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
| D | IntegrationTest.php | 53 function test_foo($value = 'foo') 95 public function strToLower($value) 189 public function §Filter($value) 194 public function §Function($value) 202 public function escape_and_nl2br($env, $value, $sep = '<br />') 210 public function nl2br($value, $sep = '<br />') 232 public function escape_something($value) 237 public function preserves_safety($value) 242 public static function staticCall($value) 252 public function is_multi_word($value) [all …]
|
| /plugin/odt/helper/ |
| D | cssimport.php | 36 protected $value; variable in css_declaration 44 public function __construct($property, $value) { 1053 public function getProperty ($name) { 1351 public function getReplacement ($name) { 1362 public function getPropertyForElement ($element, $classString, $name, $media = NULL) { 1386 public function getProperty ($classString, $name) { 1419 public function adjustValueForODT ($value, $emValue = 0) {
|
| /plugin/mantis/lib/ |
| D | class.wsdl.php | 299 function start_element($parser, $name, $attrs) 512 function end_element($parser, $name){ 1280 …function serializeType($name, $type, $value, $use='encoded', $encodingStyle=false, $unqualified=fa… 1584 function serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType) { 1646 …function serializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use='encoded', $encodingSty… 1748 …function addComplexType($name,$typeClass='complexType',$phpType='array',$compositor='',$restrictio… 1795 …function addSimpleType($name, $restrictionBase='', $typeClass='simpleType', $phpType='scalar', $en… 1828 …function addOperation($name, $in = false, $out = false, $namespace = false, $soapaction = false, $…
|
| /plugin/socialshareprivacy/ |
| D | jquery.socialshareprivacy.js | 36 function getMeta(name) { argument 71 function cookieSet(name, value, days, path, domain) { argument 76 function cookieDel(name, value, path, domain) { argument
|
| /plugin/zip/pear/MIME/Type/ |
| D | Parameter.php | 34 var $name; variable in MIME_Type_Parameter 41 var $value; variable in MIME_Type_Parameter
|
| /plugin/bpmnio/_test/ |
| H A D | action_plugin_bpmnio_editor.test.php | 109 public function setHiddenField(string $name, string $value): void
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorActions.java | 110 public ToggleRulersItem(final BasicGraphEditor editor, String name) { in ToggleRulersItem() 147 public ToggleGridItem(final BasicGraphEditor editor, String name) { in ToggleGridItem() 178 public ToggleOutlineItem(final BasicGraphEditor editor, String name) { in ToggleOutlineItem() 392 String value = (String) JOptionPane.showInputDialog( in actionPerformed() local 941 public ToggleCreateTargetItem(final BasicGraphEditor editor, String name) { in ToggleCreateTargetItem() 1011 String value = (String) JOptionPane.showInputDialog( in actionPerformed() local 1043 public TogglePropertyItem(Object target, String name, String fieldname) { in TogglePropertyItem() 1050 public TogglePropertyItem(Object target, String name, String fieldname, in TogglePropertyItem() 1058 public TogglePropertyItem(final Object target, String name, in TogglePropertyItem() 1484 protected String value; field in EditorActions.SetStyleAction [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/ |
| D | Crap4j.php | 46 public function process(CodeCoverage $coverage, $target = null, $name = null) 168 private function roundValue($value)
|
| /plugin/combo/ComboStrap/ |
| H A D | InterWiki.php | 22 private string $name; variable in ComboStrap\\InterWiki 53 public static function addInterWiki(string $name, string $value)
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Result.php | 68 public function getParam($name) 76 public function hasParam(string $name): bool 252 public function setParam(string $param, $value): void
|
| /plugin/asciidocjs/node_modules/jake/lib/ |
| D | api.js | 52 this.task = function (name, prereqs, action, opts) { argument 182 this.directory = function (name) { argument 208 this.file = function (name, prereqs, action, opts) { argument 253 this.namespace = function (name, closure) { argument 355 this.packageTask = function (name, version, prereqs, definition) { argument 359 this.publishTask = function (name, prereqs, opts, definition) { argument 364 this.npmPublishTask = function (name, prereqs, opts, definition) { argument 402 Object.defineProperty(res, 'name', {value: uuid(), property
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Settings.js | 112 custFonts[i] = {name: custFonts[i], url: null}; property 191 setCreateTarget: function(value) argument 199 setPageFormat: function(value) argument 207 setUnit: function(value) argument 215 setRulerOn: function(value) argument 278 parse: function(value) argument
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | box.select.php | 9 function SelectBox($name, $value, $options) {
|
| /plugin/jquerymigrate/ |
| D | jquery-migrate-3.1.0.js | 107 function migrateWarnProp( obj, prop, value, msg ) { argument 170 selector = selector.replace( rattrHashGlob, function( _, attr, op, value ) { argument 277 jQuery.fn.removeAttr = function( name ) { argument 326 jQuery.each( [ "height", "width", "reliableMarginRight" ], function( _, name ) { argument 368 jQuery.data = function( elem, name, value ) { argument 491 jQuery.each( [ "load", "unload", "error" ], function( _, name ) { argument 524 function( _i, name ) { argument
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/ |
| D | ExpressionEvaluator.php | 33 public function setContextVariable(string $name, $value): void
|