Home
last modified time | relevance | path

Searched refs:name (Results 6476 – 6500 of 8094) sorted by relevance

1...<<251252253254255256257258259260>>...324

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php52 * Can be overwritten with an associative array, with type name in keys.
53 * eg.: ['wptType' => ['ele', 'name'], 'trkptType' => ['ele'], 'metadataType' => null]
258 * eg: <wpt><name>Test</name><link href="example.com"><text>Example</text></link></wpt>
259 * to: ['name' => 'Test', 'link' => ['text'] => 'Example', '@attributes' => ['href' => 'example.com']]
294 if ($attribute->name !== 'lat' && $attribute->name !== 'lon' && trim($attribute->value) !== '') {
295 $attributes[$attribute->name] = trim($attribute->value);
313 * Can be overwritten with an associative array, with type name in keys.
314 * eg.: ['wptType' => ['ele', 'name'], 'trkptTyp
[all...]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.ClassUseCDATA.txt
H A DURI.Host.txt
/plugin/youtrack/syntax/
H A Dlist.php78 if ($field->attributes()->name == $col) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DPropertyRead.php28 protected $name = 'property-read'; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\PropertyRead
H A DPropertyWrite.php28 protected $name = 'property-write'; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\PropertyWrite
H A DVar_.php28 protected $name = 'var'; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Var_
H A DProperty.php28 protected $name = 'property'; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Property
/plugin/webcode/_test/data/pages/
H A Ddisplay.txt28 <webcode name="Default" frameborder=0 renderingMode=story >
/plugin/txtconf/lang/en/
H A Dintro_interwiki.txt9 If no placeholder is defined the urlencoded name is appended to the URL
/plugin/dokucrypt2/
H A Dsyntax.php36 'name' => 'Client Side Encryption Plugin',
/plugin/diagramsnet/lib/shapes/
H A DmxIBM.js31 {name: 'prType', dispName: 'Box Type', defVal: 'cloud', type: 'enum',
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc256 if ( funcName == compiledProtectionFunction.name )
274 email.address = [ email.name, email.domain ].join( '@' );
287 retval.anchor.name = retval.anchor.id = anchorMatch[1];
481 compiledProtectionFunction.name = funcName;
493 name = compiledProtectionFunction.name,
498 retval = [ name, '(' ];
1222 var name = ( data.anchor && data.anchor.name ),
1278 // Separating name and domain.
1280 email.name = nameAndDomain[ 0 ];
1310 attributes[ 'name' ] = attributes[ 'data-cke-saved-name' ] = data.adv[ 'advName' ];
[all …]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc242 if ( funcName == compiledProtectionFunction.name )
260 email.address = [ email.name, email.domain ].join( '@' );
273 retval.anchor.name = retval.anchor.id = anchorMatch[1];
482 compiledProtectionFunction.name = funcName;
494 name = compiledProtectionFunction.name,
499 retval = [ name, '(' ];
1234 var name = ( data.anchor && data.anchor.name ),
1290 // Separating name and domain.
1292 email.name = nameAndDomain[ 0 ];
1322 attributes[ 'name' ] = attributes[ 'data-cke-saved-name' ] = data.adv[ 'advName' ];
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php269 $person->name = 'mike';
277 $person->name = 'mike';
297 $person->name = 'mike';
301 $personMoreSecret->name = 'mike';
305 $personVirtual->name = 'mike';
309 $personMoreSecretVirtual->name = 'mike';
1663 protected function getField($obj, $name) argument
1665 $ref = new \ReflectionProperty($obj, $name);
1671 private function setField($obj, $name, $value) argument
1673 $ref = new \ReflectionProperty($obj, $name);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D48.48.js.map1name'],\n [/=/, 'delimiter'],\n [/[ \\t\\r\\n]+/] // whitespace\n ],\…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak616 * @param name
620 public Action bind(String name, final Action action)
622 return bind(name, action, null);
627 * @param name
632 public Action bind(String name, final Action action, String iconUrl)
634 return new AbstractAction(name, (iconUrl != null) ? new ImageIcon(
956 return new String(Hex.decodeHex(applet.getParameter("name").toCharArray()));
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1name]/webpack/universalModuleDefinition","webpack://[name]/webpack/bootstrap","webpack://[name]/./…
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokumicrobugtracker/
H A DREADME.md26 | [project] | the project of your bugtracker (eg : name of your software) …
33 Each project have is own data file, which are nammed from an md5 of the project name with the bugs …
/plugin/dtable/
H A Dhelper.php243 * @param string $name Function name that was called
247 public function __call($name, $params) { argument
/plugin/settingstree/
H A Dscript.js36 … var $inp = $(this).find('input, textarea, select'), name = $inp.prop('name'), val = $inp.val(), m;
40 if (!(m = name.match(/^(config|protect)\[(.*)\]$/))){ // we don't know what area is this...
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code71 …html = html + [<input type="hidden" id="]+THIS.cInstanceName +[" name="]+THIS.cInstanceName +[" va…
91 …html = html + [<textarea name="]+THIS.cInstanceName +[" rows="4" cols="40" style="width: ]+WidthCS…
/plugin/structtemplate/_vagrant/
H A DVagrantfile25 # Plugin name
38 vb.name = "#{dw_plugin}-web"
/plugin/combo/ComboStrap/
H A DFetcherRailBar.php341 $name = SiteConfig::getConfValue(self::CONF_BREAKPOINT_RAIL_BAR, Breakpoint::BREAKPOINT_LARGE_NAME);
342 return Breakpoint::createFromLongName($name);

1...<<251252253254255256257258259260>>...324