Home
last modified time | relevance | path

Searched refs:name (Results 4376 – 4400 of 8094) sorted by relevance

1...<<171172173174175176177178179180>>...324

/plugin/codemirror/dist/modes/
H A Dcommonlisp.min.js.map1name","charAt","lastType","escaped","last","startState","ctx","prev","start","indentTo","token","s…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js223 function getOption(name, defaultValue) { argument
227 value = optionToArray(name, value);
230 value = optionToValue(name, value);
276 function optionToArray(name, string) { argument
277 return _.compact(_.invokeMap((optionToValue(name, string) || '').split(/, */), 'trim'));
288 function optionToValue(name, string) { argument
289 var result = string.match(RegExp('^' + name + '(?:=([\\s\\S]+))?$'));
440 label = options.name + ':',
589 label = options.name + ':';
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dstyle.css402 .name, .attributes {
410 td.name, td.attributes {
418 .class .methods .name, .class .properties .name, .class .constants .name {
423 .class .methods .name > div > code {
427 .class .methods .name > div > code span, .function .value > code {
431 .class .methods td.name > div, .class td.value > div {
592 #rightInner.medium .name, #rightInner.medium .attributes {
/plugin/noticeboard/
H A Dsyntax.php210 $out .= ">".$this->getLang('name')."</option>";
481 $out .= ' <select id="year" name="noticeboard_year">';
496 $out .= ' <select id="noticeboard_month" name="noticeboard_month">';
507 $out .= '<input type="hidden" name="id" value="'.$ID.'" />';
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst26 Slim, Yii, Laravel, Codeigniter and Kohana — just to name a few.
59 'index' => 'Hello {{ name }}!',
63 echo $twig->render('index', ['name' => 'Fabien']);
79 echo $twig->render('index.html', ['name' => 'Fabien']);
/plugin/bookcreator/script/
H A Dnspicker.js288 sectok: jQuery('input[name="sectok"]').val()
305 var name;
313 name = data.pages [index];
314 Bookcreator.selectedpages.addPage (name);
315 content += name + "\n";
/plugin/noticeboard/noticeboard/
H A Dsyntax.php210 $out .= ">".$this->getLang('name')."</option>";
481 $out .= ' <select id="year" name="noticeboard_year">';
496 $out .= ' <select id="noticeboard_month" name="noticeboard_month">';
507 $out .= '<input type="hidden" name="id" value="'.$ID.'" />';
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1280 attachEvent(name: GanttEventName, handler: GanttCallback): string;
1324 callEvent(name: string, params: any[]): boolean;
1350 checkEvent(name: GanttEventName): boolean;
1604 getColumnIndex(name: string): number;
1628 getDatastore(name: string): any;
1646 getGridColumn(name: string): any;
1674 getLightboxSection(name: string): any;
/plugin/codemirror/dist/
H A Dscripts.min.js5name==a){b.splice(c,1);return true}}},addOverlay:Fe(function(b,c){var d=b.token?b:a.getMode(this.o…
6 …ireMode(h[i],j,e)}a.requireMode=function(d,f,g){if(typeof d!="string")d=d.name;if(a.modes.hasOwnPr…
7name:"invisibles",token:function i(a){var b,c=0,d=a.peek()===" ";if(d){while(d&&c<h){++c;a.next();…
8name:"preformatted",type:"protected",entries:[{sol:true,match:/^ (?![\*\-])/},{sol:true,match:/^\… property in AnonymousFunction3fb7904a21a00.c.dockerfile
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js102 while ((node = node.prev) && node.name != 'h3' && node.name != 'p') {
156 while ($span[0] && $span[0].name == 'span' && !$span.attr('class')) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMockBuilder.php223 * @param string $name
227 public function setMockClassName($name) argument
229 $this->mockClassName = $name;
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php72 * @param string $name
76 public function getQRCodeGoogleUrl($name, $secret) { argument
77 $urlencoded = urlencode('otpauth://totp/'.$name.'?secret='.$secret.'');
/plugin/authg2fa/
H A DGoogleAuthenticator.php72 * @param string $name
76 public function getQRCodeGoogleUrl($name, $secret) { argument
77 $urlencoded = urlencode('otpauth://totp/'.$name.'?secret='.$secret.'');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Resource/
H A DPartnersDevices.php113 * @param string $name Required. The device API resource name in the format
118 public function get($name, $optParams = []) argument
120 $params = ['name' => $name];
/plugin/struct/types/
H A DDateTime.php38 * @param string $name the form name where this has to be stored
44 public function valueEditor($name, $rawvalue, $htmlID) argument
51 'name' => $name,
/plugin/searchindex/
H A Dstyle.css33 #plugin__searchindex .msg p.name,
38 #plugin__searchindex .msg p.name {
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgooglecode.min.css1name{color:#008}.hljs-variable,.hljs-template-variable{color:#660}.hljs-string,.hljs-selector-attr…
H A Dmonokai.min.css1name{color:#f92672}.hljs-code{color:#66d9ef}.hljs-class .hljs-title{color:white}.hljs-attribute,.h…
H A Drainbow.min.css1name,.hljs-section,.hljs-built_in{color:#b5bd68}.hljs-variable,.hljs-template-variable,.hljs-selec…
H A Dmonokai-sublime.min.css1name,.hljs-attr{color:#f92672}.hljs-symbol,.hljs-attribute{color:#66d9ef}.hljs-params,.hljs-class …
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php36 …public function __construct(\Twig_NodeInterface $node, $name, \Twig_NodeInterface $arguments = nul… argument
53 parent::__construct($node, $name, $arguments, $lineno);
/plugin/bibtex/OSBib/create/
H A DMISC.php133 function aName($name) argument
136 <a name="$name"></a>
/plugin/freechat/phpfreechat/src/commands/
H A Djoin.class.php39 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'max_channels', Array());");
65 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', Array('".$chanid."','".addslashe…
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dsource.rst31 * ``name``: The name of the template to read
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPrincipal.php145 list(, $name) = URLUtil::splitPath($uri);
146 return $name;

1...<<171172173174175176177178179180>>...324