Home
last modified time | relevance | path

Searched refs:name (Results 6301 – 6325 of 8094) sorted by relevance

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

/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php63 if ($component->name === 'VTIMEZONE') {
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md37 * Fix an incorrect SSL context option name (cafile).
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php63 if ($component->name === 'VTIMEZONE') {
/plugin/userhomepage/lang/en/
H A Duserhomepage_public.default2 This public page ''//@TARGETPUBLICPAGE@.txt//'', as stated by it's name, **can be read by anyone b…
/plugin/diagramsnet/lib/plugins/
H A Dsvgdata.js44 g.setAttribute('data-' + attrib.name, attrib.value);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DCluster.php102 $nodeNames[] = $node['name'];
118 foreach ($data['nodes'] as $id => $name) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DPaypal.php83 } elseif (isset($data['name'])) {
84 throw new TokenResponseException('Error in retrieving token: "' . $data['name'] . '"');
/plugin/bez/db/
H A Dupdate0013.sql13 label.name AS label_name,
/plugin/acknowledge/lang/en/
H A Dassign.txt11 Assignes are defined either by username or ''@'' prefixed group name. Multiple assignees are separated by commas '',''.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst129 Creating a filter is as simple as associating a name with a PHP callable::
148 The first argument passed to the ``\Twig\TwigFilter`` constructor is the name
254 A filter name containing the special ``*`` character is a dynamic filter as
257 $filter = new \Twig\TwigFilter('*_path', function ($name, $arguments) {
432 {% set name = "value" %}
434 {{ name }}
474 $name = $stream->expect(\Twig\Token::NAME_TYPE)->getValue();
528 parent::__construct(['value' => $value], ['name' => $name], $line, $tag);
535 ->write('$context[\''.$this->getAttribute('name').'\'] = ')
655 * Returns the name of the extension.
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php42 …public function __construct(string $name = null, callable $directoryIteratorProvider = null, calla… argument
44 parent::__construct($name);
/plugin/indexnumber/
H A DREADME.md16 Put each counter name on a new line.
30 the "#" character. All `idxnum` tags with the same counter name will produce sequential
/plugin/infomail/
H A Daction.php28 if ($event->name === 'ACTION_ACT_PREPROCESS') {
41 if ($event->name === 'AJAX_CALL_UNKNOWN') {
/plugin/htmlokay/
H A Dhelper.php336 foreach($info as $name)
338 $temp = $htmlok[$name];
/plugin/badbehaviour/bad-behavior/
H A Dcore.inc.php13 function bb2_table_structure($name) argument
16 $name_escaped = bb2_db_escape($name);
/plugin/bookcreator/action/
H A Dhandleselection.php135 // Removes any Namespace from the given name but keeps casing and special chars
142 $name = noNSorNS($pageid);
143 return $this->_xmlEntities($name);
203 * @return array with message and deleted page name
/plugin/authorstats/
H A Daction.php50 $name = hsc($_REQUEST["name"]);
51 $usd = $this->helpers->readUserJSON($name);
/plugin/combo/ComboStrap/
H A DPanelTag.php190 $name = IdManager::getOrCreate()->generateNewHtmlIdForComponent(PanelTag::PANEL_LOGICAL_MARKUP);
191 EditButtonManager::getOrCreate()->createAndAddEditButtonToStack($name, $position);
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm24 <cfparam name="url.checktext" default="">
25 <cfparam name="form.checktext" default="#url.checktext#">
49 <cfexecute name="cmd.exe" arguments='/c type "#tempfile_in#" | "#aspell_dir#\aspell.exe" #aspell_op…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso83 …#this->endswith('/') ? $commandData += '\t\t<Folder name="' + #this->removetrailing('/')& + '" />\…
96 $folders += '\t\t<Folder name="' + #this->removetrailing('/')& + '" />\n';
99 $files += '\t\t<File name="' + #this + '" size="' + #size + '" />\n';
/plugin/ahrefmenu/
H A Dgenerate_map.py203 for name, value in attributes:
205 if name == "href":
212 if name == "title":
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm24 <cfparam name="url.checktext" default="">
25 <cfparam name="form.checktext" default="#url.checktext#">
51 <cfexecute name="cmd.exe" arguments='/c type "#tempfile_in#" | "#aspell_dir#\aspell.exe" #aspell_op…
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php507 * @param string $name
511 public function getLang($name) { argument
512 return $this->integrator->getLang ( $name );
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml.js331 if ( htmlNode.innerHTML.Trim().length == 0 && !htmlNode.name )
343 if ( htmlNode.name )
344 FCKXHtml._AppendAttribute( node, 'name', htmlNode.name ) ;
/plugin/evesso/
H A Dauth.php415 * @param string $name
420 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument
426 return parent::createUser($user, $pwd, $name, $mail, $grps);

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